﻿@font-face {
    font-family: 'BYekan';
    src: url('/fonts/BYekan.eot?#') format('eot'), /* IE6–8 */ url('/fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


h1, h2, h3, h4, a, strong, body {
    font-family: 'BYekan',Tahoma,Arial,'Times New Roman' !important;
}

.display-none {
    display: none !important;
}

.display-inline {
    display: inline !important;
}
.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f09784 !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

.vertical-inherit {
    vertical-align: inherit !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-colorpicker > .dropdown-menu {
    padding: 3px !important;
}

.line-height-250 {
    line-height: 2.5 !important;
}

.height-200 {
    height: 200px;
}

.overflow-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer !important;
}

.conferm-box .toolbar {
    background: #edc140;
    border-top: 2px solid #e8b110;
    padding: 9px 18px;
}

.resert-box .toolbar {
    background: #762c59;
    border-top: 2px solid #d15b47;
    padding: 9px 18px;
}

.conferm-box .back-to-login-link {
    color: #855d10;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

.social-login button {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    padding: 0px;
    margin: 0px 1px;
    border-width: 0px;
}

.btn-header {
    top: -35px;
}
.table-cell{
    display: table-cell
}
.table-row{
    display: table-row
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-align {
    position: relative;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.chosen-single div b:before {
    left: -10px !important;
}

.rtl .gritter-with-image, .rtl .gritter-without-image {
    float: right !important;
}

.row {
    margin-bottom: 10px;
}

.bootstrap-datetimepicker-widget td span {
    float: right;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display:  block;
    position: absolute;
    z-index: 99999;
}
.timepicker-picker {
    direction: ltr;
}
.ace-file-input {
    z-index: 9;
}
.pagination > span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .pagination > span.disabled, .pagination > span.disabled:hover, .pager > span.disabled, .pager > span.disabled:hover {
        background-color: #f9f9f9;
        border: 1px solid #d9d9d9;
    }

.pagination > span {
    color: #2283c5;
    background-color: #fafafa;
    margin: 0 -1px 0 0;
    border: 1px solid #e0e8eb;
}

    .pagination > span:hover {
        background-color: #eaeff2;
    }

    .pagination > span:focus {
        background-color: #eaeef2;
    }

    .pagination > span.current, .pagination > sapn.current:hover {
        background-color: #6faed9;
        border: 1px solid #6faed9;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

.btn-blue {
    background-color: #1144eb !important;
    border-color: #1144eb;
}

    .btn-blue:hover,
    .btn-blue:active,
    .open .btn-blue.dropdown-toggle {
        background-color: #1144ef !important;
        border-color: #1144ef;
    }

.wysiwyg-editor {
    overflow: scroll;
    max-height: 300px;
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px 20px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}
/*.dataTables_paginate {

    text-align: right;
}

    .dataTables_paginate .pagination {
        margin: 0 12px;
    }



.dataTables_paginate .pagination {
        margin: 0 12px;
    }*/
.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    height: 1.2em;
    white-space: nowrap;
}

.padding-10 {
    padding: 10px 8px;
}

td:hover .room-price-all, td.active .room-price-all {
    display: block;
}

.room-price-all {
    position: absolute;
    display: none;
    border-radius: 6px;
    z-index: 999;
    left: -200px;
    bottom: -70px;
}

    .room-price-all table {
        border-radius: 6px;
        moz-box-shadow: 0 0 6px 0 #666;
        -webkit-box-shadow: 0 0 6px 0 #666;
        box-shadow: 0 0 6px 0 #666;
    }

    .room-price-all td {
        background-color: #fff;
        font-size: 12px;
        padding: 6px;
        text-align: center;
        border: 1px solid #dcdcdc;
        white-space: nowrap;
    }

.table > tbody > tr > td {
    vertical-align: inherit !important;
}

.hotel-img {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px;
    box-shadow: 0px 2px 1px 0px #CCC;
    margin: 5px 0 5px 10px;
    height: 100px;
    width: 200px;
    overflow: hidden;
    padding: 3px;
}
select.chosen-select {
    display: none !important;
}
.ErrorInput {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}
.tt-dropdown-menu{
    text-align: right !important;
  
}
.tt-suggestion {
      font-size: 12px !important; 
}
.typeahead .tt-dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
}

.control-group-right{
    border-radius: 4px 0 0 4px !important;
    /*border-right: 0 none transparent;*/

}
.control-group-middle{
    border-radius: 0 0 0 0 !important;
    border-right: 0 none transparent;
    border-left: 0 none transparent;
}
.control-group-left {
    border-radius: 0 4px 4px 0 !important;

}
        .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/*.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}*/

/*.tt-suggestion.tt-cursor {
  color: #fff !important;
  background-color: #0097cf;

}*/



/*Esh start */
#slider 
{
    width: 80%;
    margin-left: 1em;
}
#slider label {
    position: absolute;
    width: 30px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}
#MinAgeFreeDiv, #MaxAgeFreeDiv, #MaxAgeHalfServiceDiv, #MaxAgeExServiceDiv {
    width: 60px;
    height: 70px;
    text-align: center;
    color: #70b3e0
}
 #PriorityDiv {
       width: 60px;
    height: 80px;
    margin-bottom: 20px;
    text-align: center; 
    color:#70b3e0
 }
.pricing-table-header {
    padding-top: 0;
    margin-top: 0;
    text-align: left;
    
}
.pricing-table-header>li {
    padding: 7px 0 7px 11px;
    font-size: 13px;
    height: 48px;
}
.pricing-table {
    margin-top: 0
}
.pricing-table>li {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    height: 48px;
}

/* Accommodation Discount */
.redBorder {
    margin-bottom: 5px !important;
    border-color: red !important;
}
.orangeBorder {
    margin-bottom: 5px !important;
    border-color: orange !important;
}
.greenBorder {
    margin-bottom: 5px !important;
    border-color: green !important;
}
.blueBorder {
    margin-bottom: 5px !important;
    border-color: #1e90ff !important ;
}
.purpleBorder {
    margin-bottom: 5px !important;
    border-color: #8a2be2 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.ContactsItem {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px; 
    padding-bottom: 30px; 
    padding-top: 10px; 
    overflow-y: auto; 
    /*width: inherit;*/ 
    border: #008b8b solid 1px;
}
.MyTree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 180px;
}

    .MyTree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .MyTree li::before, .MyTree li::after {
            content: '';
            right: -30px;
            position: absolute;
            left: auto;
        }

        .MyTree li::before {
            border-left: 1px dotted #999;
            bottom: 50px;
            height: 100%;
            top: -7px;
            width: 1px;
        }

        .MyTree li::after {
            border-top: 1px dotted #999;
            height: 20px;
            top: 25px;
            width: 35px;
        }

        .MyTree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            width: 320px;
            height: 30px;
            overflow: hidden;
        }

        .MyTree li label {
            margin-right: 5px;
            width: 220px;
            overflow: hidden;
            white-space: nowrap;
            height: 22px;
            /*word-wrap: break-word;*/
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .MyTree li.parent_li > span  {
            cursor: pointer;
        }

    .MyTree > ul > li::before, .MyTree > ul > li::after {
        border: 0;
    }

    .MyTree > ul:first-child::before {
        border: none;
    }

    .MyTree li:last-child::before {
        height: 30px;
    }

    .MyTree li.parent_li > span:hover, .MyTree li.parent_li > span:hover + ul li span {
        /*background: #eee;*/
        border: 1px solid #000;
        /*color: #000;*/
    }

.treeController {
    border-radius: 2px;
    display: inline-block;
    padding: 4px 0px 2px 4px;
    float: left;
    height: 26px;
    margin: -2px;
    background-color: rgb(238, 238, 238);
}
.tree-level-width {
     width: 500px !important;
}
.treelevel1 {
    background-color: #d25b47;
    color: #fff;

}

.treelevel2 {
    background-color: #70b3e0;
    color: #000;
}

.treelevel3 {
    background-color: #ffb751;
    color: #000;
}

.treelevel4 {
    color: #000;
    background-color: #87b880;
}

.treelevel5 {
    color: #000;
    background-color: #fee188;
}

.TreeGuide {
    position: absolute;
    top: 10px;
    left: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
}

.TreeGuide span {
        vertical-align: middle;
        margin-left: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

.rtl .modal.aside-left {
    right: auto !important;
}
.aside-shadow {
    background-color:#1144eb !important ;
    background-color:rgba(204,204,204,0.5) !important ;
}

/*Esh End*/