body
{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #39a09f;
    font-weight: 400;
}

a, a:focus, .btn:focus, .btn
{
    outline: none;
}

.removeleftpadding
{
    padding-left: 0;
}

.removerightpadding
{
    padding-right: 0;
}

.removepadding
{
    padding: 0 !important;
}

.removemargin
{
    margin: 0 !important;
}

.margintop10
{
    margin-top: 10px;
}

.margintop20
{
    margin-top: 20px;
}

.gray
{
    color: #6f6f6f;
}

.borderbottom
{
    border-bottom: 1px solid rgba(202, 201, 201, 0.41);
}

h6
{
    margin-bottom: 0px;
}

hr
{
    border-color: #d3d7da;
}

#wrapper
{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.container.maindiv
{
    padding: 0 15px;
}

.maindiv .navbar
{
    background-color: #309a9f;
    height: 70px;
    border-radius: 0px;
    border: 0px;
}

.logo
{
    background-color: #f2f4f5;
    width: 165px;
    height: 70px;
    padding: 0;
}

    .logo > img
    {
        margin: 19px auto;
        width:90px;
    }

a.user-profile
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
    margin-right: 5px;
}

.user-profile img
{
    border-radius: 50%;
    height: 40px;
    margin-right: 10px;
    width: 41px;
}

.dropdown-toggle.user-profile
{
    margin: 15px;
    float: left;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-toggle.info-number
{
    padding-top: 20px;
    padding-bottom: 19px;
    border: 1px solid #ee7860 !important;
}

.navbar-nav li a.user-profile:hover
{
    background: transparent !important;
}

.open .dropdown-toggle.info-number:hover
{
    border: 1px solid #39a09f;
}

.dropdown-menu.logout
{
    left: auto;
    right: 0;
}

.info-number .badge
{
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 11px;
    top: 11px;
    background-color: #e60000;
    width: 20px;
    height: 20px;
    border: 1px solid #e4b834;
}

.info-number i
{
    font-size: 28px;
    color: #6B5104;
}

.sidebar
{
    width: 165px;
    float: left;
    background-color: #122136;
    height: 100%;
}

    .sidebar ul
    {
        margin: 0;
        padding: 0;
    }

        .sidebar ul li
        {
            border-bottom: 1px solid #222222;
            list-style-type: none;
            color: #FFF;
            font-size: 14px;
        }

    .sidebar > ul li > a
    {
        display: block;
        padding: 15px 11px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border-left: 4px solid #000;
    }

    .sidebar ul li .glyphicon
    {
        margin-right: 12px;
    }

    .sidebar ul li a.active
    {
        color: #ee7860;
        border-left: 4px solid #ee7860;
    }
/* mainnav*/
.navbar
{
    margin-bottom: 0px;
}

.mainnav
{
    background-color: #f8f8f8;
    box-shadow: 1px 3px 3.84px 0.16px rgba(0, 0, 0, 0.08);
}

    .mainnav .navbar-nav > li > a
    {
        color: #858585;
        font-size: 14px;
        line-height: 37.5px;
        text-align: left;
        padding: 4px 38px 0;
    }

        .mainnav .navbar-nav > li > a:hover
        {
            background-color: #f8f8f8;
        }

    .mainnav .navbar-nav > .active > a
    {
        color: #4b4b4b;
        border-bottom: 4px solid #ee7860;
    }

#indexpage .content-wrapper
{
    background-color: transparent;
    background-image: none;
}

#indexpage .page-wrapper
{
    box-shadow: none;
    background-image: none;
}

#indexpage .navbar
{
    margin-bottom: 20px;
}

.content-wrapper
{
    width: 100%;
    background-color: #f2f2f2;
    float: left;
    background-image: url(../images/bgimg.png);
    background-repeat: repeat-y;
    background-position: top;
}

.nobg
{
    background-image: none;
}

.page-wrapper
{
    float: left;
    display: block;
    padding: 0 20px;
    width: 975px;
    background-image: url(../images/wrapperborder.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.nobg .page-wrapper
{
    width: 100%;
}

.page-wrapper h1
{
    color: #FFF;
    font-size: 34px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 44px;
    font-weight: 600;
}

.summarydiv
{
    background-color: #101010;
    color: #FFF;
    padding: 20px;
}

.summary-heading
{
    color: #fefefe;
    font-size: 24px;
    ont-weight: 600;
    text-align: left;
}

.summary-text
{
    color: #ee7860;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

    .summary-text::before
    {
        content: "|";
        padding: 0 12px;
    }

ul.summary-count
{
    list-style-type: none;
    margin: 25px 0 12px 0;
    padding: 0;
}

.summary-count li
{
    border-left: 1px solid #414141;
    display: inline;
    width: 25%;
    padding: 0;
    margin: 0;
    font-size: 60px;
    line-height: 45px;
    float: left;
    text-align: center;
}

    .summary-count li:first-child
    {
        border-left: 0px;
        text-align: left;
    }

    .summary-count li sup
    {
        font-size: 16px;
        vertical-align: top;
        top: 12px;
        left: 10px;
        color: #FFF;
    }

    .summary-count li.complete
    {
        color: #ee7860;
    }

    .summary-count li.pending
    {
        color: #fe2e2e;
    }
/* booking */
.booking
{
    margin: 45px 0 0 0;
}

    .booking h1
    {
        color: #ffffff;
        font-size: 30px;
        font-weight: 400;
        float: left;
        line-height: 32px;
    }

.date-control
{
    float: right;
}

    .date-control label
    {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 40px;
    }

    .date-control input:last-child
    {
        margin-left: 0px;
    }

    .date-control input
    {
        float: left;
        height: 40px;
        width: 140px;
        padding: 9px 10px;
        margin: 0 0 0 15px;
        border: 0px;
        background-image: url(../images/calendar.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .date-control span
    {
        line-height: 40px;
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px;
    }

.booking-records
{
    background-color: #FFF;
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 576px;
    margin-top: 6px;
}

    .booking-records > .total-request
    {
        width: 292px;
        padding: 30px 0px 0px 0px;
        float: left;
    }

        .booking-records > .total-request .request-summary
        {
            padding: 0 20px 0 40px;
        }

.request-summary > .heading > .count
{
    font-size: 48px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
    float: left;
}

.heading
{
    color: #373737;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}

.status-analytics .heading
{
    padding: 30px 20px 17px 35px;
}

.pending-request
{
    color: #d01212;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    padding: 40px 0 15px 0;
}

.total-request > ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .total-request > ul li
    {
        border-top: 1px solid #d7d7d7;
        padding: 0 20px 0 40px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .total-request > ul li h1
        {
            color: #ee7860;
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            text-align: left;
            padding: 10px 35px 17px 0;
            word-break: break-all;
        }

        .total-request > ul li i
        {
            position: absolute;
            top: 14px;
            right: 20px;
        }

        .total-request > ul li table
        {
            width: 100%;
        }

            .total-request > ul li table tr td
            {
                padding-bottom: 8px;
            }

                .total-request > ul li table tr td:first-child
                {
                    width: 65%;
                }

.icon1
{
    background-image: url(../images/copy.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
    float: right;
}

.icon2
{
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 21px;
    float: right;
}

.icon3
{
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 27px;
    float: right;
}

.pendinglist
{
    overflow-y: auto;
}

.status-analytics
{
    background-color: #f0f0f0;
    height: 574px;
    width: 641px;
    float: left;
}
/* bookings table */
.booking-table
{
    background-color: #dfdfdf;
    width: 935px;
    height: 493px;
    margin: 5px 0 0px;
}

    .booking-table .heading
    {
        padding: 15px 20px;
        font-size: 18px;
    }

    .booking-table table
    {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        height: 200px;
        overflow-y: scroll;
    }

        .booking-table table thead
        {
            background-color: #a4a7af;
            color: #000000;
        }

        .booking-table table tr th
        {
            padding: 10px 15px;
            vertical-align: top;
        }

        .booking-table table tr td
        {
            padding: 15px;
            vertical-align: top;
        }

.scrolldiv
{
    overflow-y: auto;
    height: 437px;
}

.tblicon
{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    margin: -5px 0 -15px 0;
}

    .tblicon img
    {
        transform: translateY(-50%);
        margin-top: 50%;
    }

.export .btn
{
    background-color: #ee7860;
    width: 98px;
    height: 31px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0;
    border: 0px;
    border-radius: 0;
}
/*dropdown menu*/
.navbar-nav .open .msg_list
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9dee4;
    left: auto;
    margin-top: 1px;
    position: absolute;
    right: 0;
    width: 220px;
    padding: 0;
}

.navbar-nav .open .dropdown-menu.msg_list
{
    width: 300px;
}

.dropdown-menu.msg_list span
{
    white-space: normal;
    font-size: 12px;
}

.navbar-nav .open .msg_list li
{
    display: inline-block;
    float: right;
    position: relative;
}

    .navbar-nav .open .msg_list li a
    {
        padding: 3px 5px !important;
        width: 100%;
    }

.navbar-nav .open .dropdown-menu li a .image img
{
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    width: 11%;
}

ul.msg_list li
{
    background: #f7f7f7 none repeat scroll 0 0;
    display: flex;
    margin: 6px 6px 0;
    padding: 5px;
    width: 96%;
}

    ul.msg_list li a .time
    {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 35px;
    }

    ul.msg_list li a .message
    {
        display: block !important;
        font-size: 11px;
    }

.dropdown-menu.logout
{
    margin-top: 70px;
    margin-left: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .dropdown-menu.logout a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
    }

    .dropdown-menu.logout a
    {
        display: block;
        padding: 10px;
        border-left: 3px solid #FFF;
    }

.userlogin.open > a
{
    background: transparent;
}

footer
{
    color: #606060;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-align: center;
    margin: 20px 0 10px 0;
    width: 100%;
}
/*top menu*/
.mainnav .dropdown-menu
{
    border-radius: 0;
    border: 1px solid #d9dee4;
}

.dropdown-menu > li > a
{
    font-size: 13px;
    padding: 5px 20px 5px 17px;
    border-left: 3px solid #FFF;
}

    .dropdown-menu > li > a:hover, .dropdown-menu.logout a:hover
    {
        border-left: 3px solid #39a0af;
    }

.dropdown-submenu
{
    position: relative;
}

    .dropdown-submenu > .dropdown-menu
    {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu
    {
        display: block;
    }

    .dropdown-submenu > a:after
    {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #4b4b4b;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after
    {
        border-left-color: #4b4b4b;
    }

    .dropdown-submenu.pull-left
    {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu
        {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*booking page */
.editbar
{
    border-bottom: 1px solid rgba(202, 201, 201, 0.41);
    display: inline-block;
    width: 100%;
}

    .editbar h1
    {
        color: #ee7860;
        font-size: 30px;
        font-weight: 400;
        text-align: left;
        margin: 10px 0;
        padding: 0;
        line-height: 30px;
        float: left;
        margin-right: 20px;
    }

    .editbar h4
    {
        line-height: 50px;
    }

    .editbar ul
    {
        float: left;
        padding: 18px 0 0;
        margin: 0;
    }

        .editbar ul li
        {
            list-style-type: none;
            display: inline-block;
            color: #212121;
            font-size: 12px;
            font-weight: 400;
            text-align: left;
            margin-right: 65px;
        }

    .editbar .glyphicon
    {
        margin-right: 10px;
        color: #8e8e8e;
        font-size: 14px;
    }

.editicon
{
    color: #ee7860;
    border: 1px solid rgba(143, 143, 143, 53);
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    float: right;
    margin: 10px 0;
    cursor: pointer;
}

.editbar .affliate
{
    margin: 10px 10px 0 0;
    float: left;
}

    .editbar .affliate img
    {
        width: 30px;
        margin-right: 10px;
        max-height: 30px;
    }
/*.editicon .glyphicon{ color:  #ee7860; font-size:14px; margin:auto; display:table; line-height:25px; }*/
table.noborder > thead > tr > th
{
    border-bottom: 0px;
    font-size: 12px;
    color: #212121;
    font-weight: bold;
    padding: 7px 5px 2px;
}

table.noborder > tbody > tr > td
{
    border-top: 0px;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    padding: 3px 5px 0;
}

    table.noborder > thead > tr > th:first-child, table.noborder > tbody > tr > td:first-child
    {
        padding-left: 0px;
    }

.checkbox
{
    margin: 2px 0;
}

.noborder .checkbox
{
    margin: 0;
}

.checkbox input[type="checkbox"]
{
    border-color: #d3d7da !important;
}

.noborder .checkbox label, .checkbox label
{
    font-size: 12px;
    color: #212121;
    line-height: 22px;
}
/*accordian panel*/
.panel-heading .accordion-toggle:after
{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: b48807; /* adjust as needed */
    font-weight: normal;
    font-size: 13px;
    /*font-family: "untitled-font-3" !important;
    content: "o";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle.collapsed:after
{
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel
{
    box-shadow: none;
}

.panel-group .panel + .panel
{
    margin-top: 10px;
}

.panel-group .panel
{
    border-radius: 0px;
}

.panel-title
{
    color: #ee7860;
    font-size: 14px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);
}

    .panel-title a.collapsed
    {
        text-decoration: none;
        color: #ee7860;
    }

    .panel-title a
    {
        text-decoration: none;
        color: #ee7860;
    }

.panel-heading
{
    padding: 2px 20px;
    border-radius: 0px;
}

.panel-default > .panel-heading
{
    background-color: #fff;
    border-color: #d3d7da;
    border-top: 4px solid #ee7860;
}

    .panel-default > .panel-heading.open
    {
        border-top: 4px solid #ee7860;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body
    {
        border-top: 0px;
    }

.panel-body
{
    padding: 0 20px 15px;
}

.subpanel
{
    border: 0px;
}

    .subpanel > .panel-heading
    {
        border-top: 0px;
        border-bottom: 1px solid #d3d7da;
        padding: 2px 0px;
    }

        .subpanel > .panel-heading > .panel-title
        {
            line-height: 26.7px;
        }

    .subpanel .panel-body
    {
        padding: 15px 0;
    }

.panel h3
{
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
    margin: 0;
    line-height: 30px;
    padding-bottom: 7px;
}
/* form elements */
label
{
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0px;
}

.form-control
{
    border-radius: 0px;
    height: 26px;
    box-shadow: none;
    border: 1px solid #d3d7da;
    font-size: 14px;
    color: #212121;
    padding: 3px 9px;
}

select.form-control
{
    padding: 0px 6px;
}

option
{
    padding-left: 9px;
}

.form-group
{
    margin-bottom: 5px;
}

.postcodelast
{
    float: left;
    margin-left: 18px;
}

.pickdate
{
    background-image: url("../images/calendar.png");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 28px 20px;
}

.form-horizontal .control-label
{
    line-height: 16px;
    text-align: left;
    padding-right: 0;
}

.form-horizontal .form-group
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.form-control-static
{
    font-size: 12px;
}

.form-control-static
{
    font-weight: normal;
}

input[type=checkbox], input[type=radio]
{
    margin: 0;
}
/*buttons*/
.panel-group .button-container, .modal-body .button-container
{
    margin: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.button-container
{
    margin: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.btn
{
    border: 1px solid #ee7860;
    background-color: #ee7860;
    min-width: 130px;
    height: 24px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 0px;
    padding: 0 12px;
    margin: 0 5px;
}

    .btn:focus
    {
        color: #FFF;
        background-color: #ee7860;
    }
/*.btn-default{border:1px solid #ee7860; background-color:  #ee7860; min-width: 130px; height: 24px; color:  #ffffff;
font-size: 12px;text-align:center; border-radius:0px; padding:0 12px; margin:0 5px;}*/
.btn-default, .btn-default:hover
{
    color: #fff;
    border: 1px solid #ee7860;
    background-color: #ee7860;
    min-width: 130px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 0px;
    padding: 0 12px;
    margin: 0 5px;
}

.uib-datepicker .btn-default, .uib-datepicker .btn-default:hover
{
    color: #ee7860;
    background-color: #fff;
    border: 1px solid #fff;
}

.DatePicker.input-group .form-control
{
    width: 95%;
}

.btn-defdate, .btn-defdate:hover, btn-defdate:active
{
    outline: none;
    box-shadow: none;
    min-width: 0;
    color: #ee7860;
    background: #fff;
    height: 15px;
    overflow: hidden;
    line-height: 15px;
    border: none;
}
/*.btn-default:hover{background-color:  #ffffff; border:1px solid #ee7860;}*/
select select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/selectarrow.png") !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 11px 9px;
}
/* nav tab */
.nav-tabs
{
    border-bottom: 1px solid #d3d7da;
}

    .nav-tabs > li
    {
        border-top: 4px solid #FFF;
        display: table;
        height: 46px;
    }

        .nav-tabs > li.active
        {
            border-top: 4px solid #ee7860;
        }

        .nav-tabs > li > a
        {
            display: table-cell;
            vertical-align: middle;
            border-radius: 0px;
            margin-right: 0px;
            color: #010101;
            font-size: 14px;
            font-weight: 600;
            line-height: 16px;
            text-align: center;
            text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.31);
            padding: 4px 12px 4px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus
        {
            color: #39a09f;
        }

        .nav-tabs > li > a:hover
        {
            background-color: transparent;
            border-color: transparent;
        }

.tab-content
{
    border-bottom: 1px solid #d3d7da;
    border-left: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    padding: 20px;
}

    .tab-content h2
    {
        color: #39a09f;
        font-size: 14px;
        font-weight: 600;
        line-height: 27px;
        margin-top: 0px;
        text-align: left;
        text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);
    }
/* hotel details */
.details
{
    margin-top: 20px;
}

    .details #accordion
    {
        margin-bottom: 10px;
    }

    .details .panel-body
    {
        padding-bottom: 20px;
    }

    .details ul.hotellist
    {
        list-style-type: none;
        margin: 10px 0 0;
        padding: 0;
    }

        .details ul.hotellist li
        {
            display: inline-block;
            width: 17.16%;
            margin-left: 30px;
            float: left;
        }

            .details ul.hotellist li:first-child
            {
                margin-left: 0px;
            }

            .details ul.hotellist li img
            {
                width: 100%;
                margin-bottom: 7px;
                height: 88px;
            }

        .details ul.hotellist p
        {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 0px;
        }

    .details hr.horizontal
    {
        margin: 10px -15px;
        clear: both;
    }

    .details hr.vertical
    {
        -webkit-transform: rotate(90deg);
        position: absolute;
        width: 55px;
        height: -1px;
        margin-top: 27px;
        border: -1px solid #d3d7da;
    }
/*sidebar icons*/
.sidebar [class*="icon-"]
{
    display: inline-block;
    font-size: 22px;
    line-height: 19px;
    margin-right: 8px;
    float: left;
}

.icon-client::before
{
    content: "a";
}

.icon-flight::before
{
    content: "c";
}

.icon-hotels::before
{
    content: "d";
}

.icon-transfers::before
{
    content: "f";
}

.icon-supplements::before
{
    content: "g";
}

.icon-costing::before
{
    content: "h";
}

.icon-excursions::before
{
    content: "i";
}

.icon-activity::before
{
    content: "j";
}

.icon-notes::before
{
    content: "k";
}

.icon-payments::before
{
    content: "l";
}

.icon-pencil::before
{
    content: "n";
}

.icon-bank:before
{
    content: "z";
}

.icon-otherdetails:before
{
    content: "y";
}

.icon-general-seasons:before
{
    content: "x";
}

.icon-itinerary:before
{
    content: "v";
}

.icon-website:before
{
    content: "w";
}

.icon-offer:before
{
    content: "u";
}

.icon-combinable:before
{
    content: "u";
}





/*.editicon .glyphicon{  font-size:14px; margin:auto; display:table; line-height:25px; }*/
.editicon [class*="icon-"]
{
    display: inline-block;
    font-size: 22px;
    margin: 0 4px;
}

.icon-search
{
    display: inline-block;
    font-size: 22px;
    margin: -4px -5px;
    color: #ee7860;
    cursor: pointer;
}

    .icon-search:before
    {
        content: "m";
    }

.icon-user:before
{
    content: "s";
    color: #8e8e8e;
    float: left;
    font-size: 18px;
    margin: 0 7px 0 0;
}

.icon-mobile:before
{
    content: "p";
    color: #8e8e8e;
    float: left;
    font-size: 20px;
    margin: 0 5px 0 0;
}

.icon-message:before
{
    content: "q";
    color: #8e8e8e;
    float: left;
    font-size: 22px;
    margin: 0 7px 0 0;
}

.icon-cart:before
{
    content: "o";
    color: #6c5100;
    float: right;
    font-size: 12px;
    margin: 15px 0px 0 7px;
}

.icon-close:before
{
    content: "r";
    color: #FFF;
    font-size: 20px;
    margin: auto;
    font-weight: normal;
}


/*payment*/
h4
{
    color: #ee7860;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0;
    text-align: left;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.31);
    margin-bottom: 0px;
}
/*flight details*/
.flight-details
{
    margin: 15px 0;
    text-align: right;
}

    .flight-details .form-inline .form-group
    {
        margin-bottom: 10px;
    }

    .flight-details label
    {
        text-align: left;
        padding-right: 15px;
    }

.form-control.small-control
{
    width: 115px;
}

.flight-details table
{
    width: 100%;
}

    .flight-details table td
    {
        text-align: left;
        width: 33.8%;
    }

        .flight-details table td:last-child
        {
            text-align: right;
        }

/* popups */
.modal-dialog-lg
{
    width: 1140px;
    background-color: #f2f2f2;
    padding: 20px;
}

.modal-dialog-md
{
    width: 600px;
    background-color: #f2f2f2;
    padding: 20px;
}

.modal-title
{
    font-size: 16px;
    color: #ee7860;
}

.modal-header
{
    background-color: #f2f2f2;
    padding: 8px 0;
    border: 0px;
}

.modal-content
{
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.modal-header .close
{
    background-color: #39a09f;
    margin: 0;
    opacity: 100;
    width: 30px;
    height: 30px;
    font-size: 21px;
}

.modal-body
{
    border: 1px solid #d3d7da;
    padding: 20px;
}

.modal-footer
{
    background-color: #f2f2f2;
    padding: 20px;
    border: 0px;
    text-align: center;
}
/*costing page */
.costing, .common-layout
{
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 7px 20px 20px;
    margin-bottom: 5px;
}

    .costing .btn-default, .autowidth
    {
        min-width: auto;
    }

.btn-default.autowidth
{
    min-width: auto;
}
/*.btn-default.autowidth{min-width:auto;}*/
ul.inlineul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 24px;
    clear: both;
    overflow: hidden;
}

    ul.inlineul li
    {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        float: left;
        margin-bottom: 7px;
    }

        ul.inlineul li:first-child
        {
            width: 85px;
        }

        ul.inlineul li.total
        {
            padding-right: 0px;
        }

.diff
{
    width: auto;
    margin-left: 24px;
}

.visibility
{
    visibility: hidden;
}

.costing .row
{
    margin: 0;
}

.bordered-section
{
    border: 1px solid #d3d7da;
    padding: 0 15px;
    overflow: auto;
}

.bordered-section-custom
{
    border: 1px solid #d3d7da;
    padding: 0 15px;
}

.costing-form textarea
{
    width: 100%;
    font-size: 12px;
}

.costing .angulartable
{
    margin: 0 15px;
}

.costing .inlineul li:last-child
{
    padding-right: 0;
    float: right;
}

.form-control
{
    height: 18px;
    font-size: 12px;
    padding: 0px 9px;
    line-height: 16px;
}

.costing hr
{
    margin: 10px -15px;
    clear: both;
}

.alignmarkup
{
    padding-right: 1px;
}

.percentalign
{
    padding-left: 1px;
}

.costing-form .form-group
{
    margin-bottom: 0;
}

.clear-float
{
    clear: both;
    overflow: hidden;
    padding: 5px 15px;
}
/*contact-tab  */
.contact-tab > li
{
    border-top: 4px solid #f2f2f2;
}

.contact-content
{
    background-color: #FFF;
    margin-bottom: 20px;
}

.midweek div
{
    width: 19%;
    float: left;
    padding: 0 0 0 15px;
}

.weekend div
{
    width: 17.5%;
    float: left;
    padding: 0 0 0 14px;
}

    .weekend div:last-child
    {
        width: 8%;
    }
/*search screen*/
.nobg .editbar
{
    border-bottom: none;
}

.namesearch .icon-close::before
{
    color: #ee7860;
    font-size: 19px;
    margin: 0 -5px;
}

.namesearch .last
{
    float: left;
    margin-left: 15px;
}

.searchrooms
{
    width: 80px;
    float: left;
    padding: 0 0 0 15px;
}

.searchlabel
{
    padding: 0 0 0 15px;
}

.seachbtn
{
    float: right;
    margin: 30px 0 0 0;
}

.box-layout
{
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.asterix
{
    color: #fe0000;
    font-size: 12px;
    font-weight: 400;
}
/* login page*/
.login
{
    background-image: url("../../App_Themes/images/loginbg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 768px;
    max-height: 768px;
}

.loginright
{
    background-color: #f2f4f5;
    width: 465px;
    height: 768px;
    float: right;
    padding: 0 32px;
    position: relative;
    margin-right:-1px;
}

.loginimage
{
    color: #d0d0d0;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 148px;
}

    .loginimage img
    {
        width: 200px;
    }

    .loginimage span
    {
        padding-top: 28px;
        float: left;
    }

.loginform .form-control
{
    color: #309a9f;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    text-align: left;
    background-color: transparent;
    border-width: 0px 0 2px 0;
    border-bottom: 2px solid #309a9f;
    padding: 15px 0;
    margin: 20px 0;
}

    .loginform .form-control:focus
    {
        box-shadow: none;
    }

    .loginform .form-control::-moz-placeholder
    {
        color: #309a9f;
    }

    .loginform .form-control::-webkit-input-placeholder
    {
        color: #309a9f;
    }

    .loginform .form-control:-ms-input-placeholder
    { /* IE 10+ */
        color: #309a9f;
    }

    .loginform .form-control:-moz-placeholder
    { /* Firefox 18- */
        color: #309a9f;
    }

.loginform .checkbox label
{
    color: #ee7860;
    margin: 20px 0;
    font-size: 14px;
}

.loginform .btn
{
    background-color: #ee7860;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 40px;
}

.loginright footer
{
    position: absolute;
    bottom: 10px;
    left: 0;
}

.loginform select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../App_Themes/images/selectarrow_yellow.png") !important;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 20px 9px;
}


.DatePicker .btn-default.pick
{
    min-width: 14px;
    margin: 0 0px;
    border: 0px;
    position: absolute;
    top: 1px;
    right: 3px;
    padding: 0 5px;
}

.DatePicker .btn .cal-default
{
    width: 32px;
    height: 32px;
}


.DatePicker .btn-group
{
    display: none;
}

.DatePicker .btn-default, .DatePicker .btn .btn-default
{
    min-width: 32px !important;
    margin: 0 0px;
    border: 0;
}

.DatePicker .uib-datepicker .uib-title
{
    width: 100% !important;
}

div.ui-grid-cell .inputTextbox
{
    width: 41px;
    height: 25px;
    padding-left: 4px;
    margin-left: 3px;
    margin-top: 3px;
}


.form-control .checkbox
{
    margin-top: -4px;
    margin-left: 0;
    width: 15px;
}


/* CSS for Search Click */
.Cat35RowForeColor
{
    color: #800080;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.Cat35BackGroundColor
{
    color: #FFFFFF;
    background-color: #800080;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SabreRowForeColor
{
    color: #FF00FF;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SabreBackGroundColor
{
    color: #FFFFFF;
    background-color: #FF00FF;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.DBBackGroundColor
{
    color: #FFFFFF;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SpecialOfferColor
{
    background-color: Green;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SpecialOfferBackground
{
    color: #000;
    background-color: Fuchsia;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SPOfferColor
{
    color: Fuchsia;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.SelectedRowBackground
{
    color: Red;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.NewsLetterZoneForeColor
{
    color: Blue;
    background: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    padding-left: 2px;
    padding-right: 2px;
}
/* CSS for Search Click */



.ui-grid-top-panel
{
    height: 25px;
}

.ui-grid-header-cell-wrapper
{
    height: auto !IMPORTANT;
}



.angucomplete-holder
{
    position: relative;
}

.angucomplete-dropdown
{
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    top: 18px;
    left: 0px;
    /*margin-top: -6px;*/
    background-color: #ffffff;
    max-height: 200px;
    overflow-y: auto;
    width: 373px;
}

.angucomplete-searching
{
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description
{
    font-size: 14px;
}

.angucomplete-row
{
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row
{
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder
{
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image
{
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default
{
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}
