
@font-face {
    font-family: 'syekan';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#') format('eot'),  /* IE6�8 */
        url('../fonts/Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/Yekan.ttf') format('truetype'),  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
        url('../fonts/Yekan.svg#Yekan') format('svg');

}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSansRegular') format('svg');
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: 'Open Sans',syekan, tahoma;
    background-color: #d8d8d8; /* #EEEEEE #F5F5F5 */;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100%;
    font-size: 15px;
    /* Better Font Rendering =========== */
    /*    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;*/
}

/* site file */
html, body {
    height: 100%;
}
.wrap > .navbar-fixed-top + .container {
    padding: 70px 15px 20px;
}

.ltr{
    direction: ltr;
}
.row.center [class*="col-"]{
    text-align: center;
}
.navbar {
    border-radius: 0;
}
.footer {

}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.select2-container{
    margin-bottom: 10px;
}
.select2-container[class*="span"]{
    float: none;
    margin-right: 0;
}
.select2-container.error .select2-choice{
    border-color: #b94a48;
    color: #b94a48;
}
.select2-search input {
    font-family: syekan,sans-serif;
}

.step-actions{
    padding: 20px 100px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-family: syekan,"Open Sans",tahoma,Arial,sans-serif;
    font-size: 14px;
    height: 34px;
    line-height: 1;
    padding: 5px;
}

.form-control {
    font-size: 14px;
    height: 34px;
    padding: 5px;
}
select{
    padding: 2px 5px;
}
select.form-control{
    padding: 2px 5px;
}
label ,.help-block{
    font-size: 14px;
    font-weight: normal;
}

div.required>label:after {
    content: " *";
    color: red;
}

#footer {
    color:#FFFFFF;
}
.modal{
    direction: ltr;
}
#section-modal{

}
#section-modal .modal-dialog{

}
.seatArea-wraper
{

}
.seatArea-container
{
    position: relative;
    direction: ltr;
    overflow: auto;
    white-space:nowrap;
    height: 50%;
}
.seatArea{
    direction: ltr;
    min-height: 24px;
    border: 1px solid #CCCCCC;
    display: inline-block;
}
.seat{
    border: 1px solid #999;
    background-color: #f5f5f5;
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
}
.seat.disable{
    background-color: #555;
}

.seat span{
    vertical-align: middle;
}
.area {
    position: relative;
}
.drag {
    position: absolute;
    border: 1px solid #89B;
    background: #BCE;
    height: 58px;
    width: 58px;
    cursor: move;
    top: 120px;
}

.box {
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#ui_notifIt{
    z-index: 2000000;
    font-family: inherit;
}
#ui_notifIt p{
    font-family: inherit;
    font-size: 16px;
}
.popover{
    /*z-index:10001;*/
}
.margin-20-10{
    margin: 20px 10px;
}
.margin-10-5
{
    margin: 10px 5px;
}

.waitMe_container .waitMe *{
    font-family: 'Open Sans',syekan, tahoma;
}


