.LoginBody {
    background-image: url('/img/backimg.jpg');
}

.LoginBox {
    background-color: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    margin-top: 25px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(249 246 246 / 80%) inset, 0 0 10px rgb(169 166 166 / 80%);
}

    .LoginBox .panel {
        margin-bottom: 11px !important;
    }


#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
   
}

    #notifications .alert {
        -webkit-box-shadow: 0 5px 15px #888888;
        box-shadow: 0 5px 15px #888888;
    }

.PageTitle {
    margin-top: 0px;
}

.NotForSql {   
}

.NumberOnly {
}

.NumberGreaterThan0Only {
}

.now {
}

.nowDateOnly {
}

.ModalFullscreen {
    padding-left: 0 !important;
}


.ModalFullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.ModalFullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    padding-top: 53px;
    border:none;
}


.beauty-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .beauty-table input {
        border: 1px solid transparent;
        background: none;
        font-size: 16px;
        text-align: center;
        padding: 2px 15px !important;
        width: 100%;
        outline: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-decoration: underline;
    }

        .beauty-table input:focus {
            border: 1px solid #dfdfdf;
            background: #fefefe;
            font-size: 16px;
            text-align: center;
            padding: 2px 15px !important;
            width: 100%;
            outline: none;
            text-decoration: none;
        }

.DashboardPanels {
    background-color: #d4d5d6;
    padding-top: 15px;
    margin-bottom: 14px;
}

.announcement-heading {
    font-size: 25px;
}

.RoomCheckin {
    cursor: pointer;
}


/* blinkingText*/


.blinkingText {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink {
    from {
        color: #E00000;
    }

    to {
        color: #DFDFDF;
    }
}

@-webkit-keyframes blink {
    from {
        color: #E00000;
    }

    to {
        color: #DFDFDF;
    }
}

/* blinkingText*/


.ProductListMainBox {
    min-height: 200px;
    overflow: scroll;
    overflow: overlay;
    max-height: 246px;
    padding-right: 30px;
}

#AmountDetailsBox {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    padding: 10px;
    padding-right: 30px;
}

    #AmountDetailsBox h1, h2, h5 {
        margin: 0;
        margin-bottom: 5px;
    }

.TotalBorder {
    padding-top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    clear: both;
}


.ProductName p {
    color: #CCCCCC;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.productItem {
    background-color: #D7E4F2;
    margin: 5px;
    padding: 5px;
    float: left;
    height: 110px;
    width: 77px;
    text-align: center;
    cursor: pointer;
    color: #03386C;
    font-weight: bold;
    font-size: 11px;
    overflow: hidden;
}

.Qtysp {
    width: 40px;
    text-align: right;
}

.Pricesp {
    width: 60px;
    text-align: right;
}

#SubTotal {
    font-weight: bold;
}

#MessageDiv {
    top: 40px;
    z-index: 150000;
    width: 100%;
    left: 0;
}


.sidenavH {
    width: 0px;
}

.wrapperH {
    padding-left: 5px;
}



.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    padding: 5px;
}


@media (max-width: 767px) {
    .menuHide {
        display: none;
    }
}

.btnDelete {
    color: #990000;
}

.EditHover {
    background-color: #FF9900;
    border: 1px solid #999999;
}

.form-group-sm .btn, .input-group-addon {
    padding: 4px 10px;
}
/* New */


























hr {
    border-top: 1px solid #B4B4B4;
}

.datePic {
}

.AutoSug {
}

.chosen-container-single .chosen-single {
    height: 30px;
}

.RedText {
    color: Red;
}



    .printOnly {
        display: none;
    }

    .visibleOff {
        display: none;
    }
/* Don't display when printing */
@media print {
    .no-print {
        display: none;
    }

    .invoce {
        background-image: url(../img/Invoice.png) !important;
        background-repeat: no-repeat !important;
        background-position: left top !important;
    }

    .printOnly {
        display: block;
    }

    body {
        margin-top: 5px;
        font-size:16px !important;
    }

    .form-control {
        border: thin solid #FFFFFF;
    }

    .ProductListMainBox {
        min-height: 200px;
        overflow: auto;
        max-height: 100%;
        padding-right: 10px;
    }

    #AmountDetailsBox {
        padding-right: 15px;
    }

    a[href]:after {
        content: ""
    }

    abbr[title]:after {
        content: ""
    }
}


.invoce {
    width: 680px;
    height: 402px;
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 40px;
    background-image: url(../img/Invoice.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
}

    .invoce p {
        margin-bottom: 6px;
    }


.textQuotation {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #8a8a8a !important;
    text-align: right;
}


.ChartLoading {
    background-color: #000;
    color: Yellow;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

    .ChartLoading p {
        text-align: center;
        padding: 100px;
    }

.capitalize {
    text-transform: capitalize;
}












/*  Invoces CSS   */

@media print {
    .form-control {
        border-top-width: 10px !important;
        border-top-style: solid !important;
        border-top-color: #ffffff !important;
        background-color: #ffffff !important;
        border: thin solid #FFFFFF !important;
    }

    #ProductListMainBox {
        font-size: 10px;
        color: #000000;
    }

    .invBox {
        width: 100%;
    }
}

#InvoicePanel {    
   
}

@media print  {
    #InvoicePanel {
        font-size: 1.4rem;
        color: #000000;
    }
}
.DrkBorder {
    border: 1px solid #827C7C;
}

#InvoicePanel .table > thead > tr > th {
    border-bottom: 1px solid #2B2B2B;
}

#InvoicePanel .table > tbody > tr > th {
    border-bottom: 2px solid #2B2B2B;
}

#InvoicePanel .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid #2B2B2B;
}


/*  Invoces CSS   */



.input-group .form-control {
    z-index: 0;
}

.AutoSubPart {
    color: #7E7E7E;
    font-size: 12px;
}

.invBox {
    padding-left: 5px;
    padding-right: 5px;
}

.VegItemBox {
    font-size: 7px;
    color: Green;
}

.NonVegItemBox {
    font-size: 7px;
    color: red;
}

.form-control-Gap {
    clear: both;
    height: 10px;
}

.OrderItem {
    cursor: pointer;
}


.GPhotoGallary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .GPhotoGallary ul li {
        position: relative;
        display: inline;
        float: left;
        padding: 5px;
    }

.GPhotoGallary .well-sm {
    margin-bottom: 8px;
    padding: 5px;
}

.Room {
}

.RoomAvailable {
    min-height: 137px;
}

#RoomsHolder .well {
    margin-bottom: 7px;
}

#RoomsHolder .panel-body {
    padding: 10px;
}

#RoomsHolder .panel-heading {
    cursor: pointer;
}




.SessionAlive {
    position: fixed;
    z-index: 1100;
    left: 20px;
    bottom: 0;
    padding: 7px;
    border-radius: 4px 4px 0 0;
    font-size: 10px;
    background-color: #f5f5f5;
}

.Offline .navbar {
    background-image: linear-gradient(#999999, #999999 60%, #999999);
}

.Offline .side-nav {
    background-color: #999999;
}


.accordionBar {
    cursor: pointer;
}

    .accordionBar:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        float: right;
        color: grey;
    }

    .accordionBar.collapsed:after {
        content: "\f0de";
    }


.GridOverFlow {
    overflow: auto;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.2;
    filter: alpha(opacity=20);
    color: #060606;
}

.text-red {
    color: Red;
}

/* background */
.bg-gray {
    background-color: #eeeeee;
}

.bg-black-haze {
    background: -moz-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
    background: -webkit-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
    background: -o-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
    background: -ms-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
    background: linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
}

.bg-acapulco {
    fill: #55bbeb;
    background: #55bbeb;
    background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
}

.bg-blue-gray {
    background: -moz-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
    background: -webkit-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
    background: -o-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
    background: -ms-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
    background: linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
}

.bg-red {
    background: -moz-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
    background: -webkit-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
    background: -o-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
    background: -ms-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
    background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
}

.bg-mantis, .scrollToNext {
    background: -moz-linear-gradient(90deg, #42b574 0%, #84c450 100%);
    background: -webkit-linear-gradient(90deg, #42b574 0%, #84c450 100%);
    background: -o-linear-gradient(90deg, #42b574 0%, #84c450 100%);
    background: -ms-linear-gradient(90deg, #42b574 0%, #84c450 100%);
    background: linear-gradient(90deg, #42b574 0%, #84c450 100%);
}

.bg-shark {
    background: -moz-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -webkit-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -o-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -ms-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: linear-gradient(90deg, #191919 0%, #434345 100%);
}

.bg-shark-radio {
    background: radial-gradient(ellipse at center, #212121 0%, #191919 100%);
    fill: radial-gradient(ellipse at center, #212121 0%, #191919 100%);
}

.bg-deluge {
    background: -moz-linear-gradient(90deg, #8668ad 0%, #695999 100%);
    background: -webkit-linear-gradient(90deg, #8668ad 0%, #695999 100%);
    background: -o-linear-gradient(90deg, #8668ad 0%, #695999 100%);
    background: -ms-linear-gradient(90deg, #8668ad 0%, #695999 100%);
    background: linear-gradient(90deg, #8668ad 0%, #695999 100%);
}

.bg-malibu {
    background: -moz-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
    background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
    background: -o-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
    background: -ms-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
    background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
}

.bg-saffron {
    background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
}

.bg-blue-gray-tilt {
    background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
    background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
    background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
    background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
    background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
}

.bg-red-tilt {
    background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
    background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
    background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
    background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
    background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
}

.bg-mantis-tilt {
    background: -moz-linear-gradient(45deg, #42b574 0%, #84c450 100%);
    background: -webkit-linear-gradient(45deg, #42b574 0%, #84c450 100%);
    background: -o-linear-gradient(45deg, #42b574 0%, #84c450 100%);
    background: -ms-linear-gradient(45deg, #42b574 0%, #84c450 100%);
    background: linear-gradient(45deg, #42b574 0%, #84c450 100%);
}

.bg-shark-tilt {
    background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: linear-gradient(45deg, #191919 0%, #434345 100%);
}

.bg-deluge-tilt {
    background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);
    background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);
    background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);
    background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);
    background: linear-gradient(45deg, #8668ad 0%, #695999 100%);
}

.bg-malibu-tilt {
    background: -moz-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
    background: -webkit-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
    background: -o-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
    background: -ms-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
    background: linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
}

.bg-saffron-tilt {
    background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
    background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
}

.bg-Sea-Salt {
    background: #4b6cb7; /* Old browsers */
    background: -moz-linear-gradient(left, #4b6cb7 0%, #182848 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4b6cb7 0%,#182848 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4b6cb7 0%,#182848 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6cb7', endColorstr='#182848',GradientType=1 ); /* IE6-9 */
}


.bg-Sea1 {
    background: #048abf; /* Old browsers */
    background: -moz-linear-gradient(left, #048abf 0%, #023e73 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #048abf 0%,#023e73 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #048abf 0%,#023e73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048abf', endColorstr='#023e73',GradientType=1 ); /* IE6-9 */
}

.TextBold {
    font-weight: bold;
}


.ConditionRating {
    font-size: 18px;
    color: #f89406;
    margin-top: -20px;
    margin-left: 19px
}



.PGal {
    float: left;
    padding: 16px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    margin: 20px 8px 5px;
    width: 170px;
    height: 305px;
}

.PGalTitel {
    position: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

.printPageBreak {
    page-break-after: always;
}





/*New Menu*/

.NenuDiv {
    background-image: linear-gradient(#e2a417, #e2a417 60%, #f3cb5b);
}

    .NenuDiv .navbar {
        margin-bottom: 0px;
    }

    .NenuDiv .navbar-inverse {
        background-image: linear-gradient(#e2a417, #e2a417 60%, #f3cb5b);
    }




    .NenuDiv .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #f35928;
    }

    .NenuDiv .navbar-default .navbar-toggle {
        border-color: #e1a133;
    }

    .NenuDiv .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e1a133;
        color: #ffffff;
    }

    .NenuDiv .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #ffffff;
    }




.mega-dropdown-menu.animated, .dropdown-menu.animated {
    animation-duration: 0.3s;
}

.mega-dropdown {
    position: static !important;
}

.blog_menu, .blog_menu ul {
    padding: 0;
}

    .blog_menu li a {
        padding: 12px 20px;
    }

@media (min-width: 768px) {
    .blog_menu {
        right: -43px !important;
    }
}

.blog_menu li a:hover, .blog_menu li a:focus, nav .open > a .nav .open > a:hover,
.nav .open > a:focus, .nav .open > a, .nav .open > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #107FC9;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #107FC9;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-header {
        padding: 3px 0;
    }

    .header1_nav .nav > li > a {
        padding: 10px 9px;
    }

    .header1_nav .navbar-nav > li > .mega-dropdown-menu {
        margin-top: 104px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        padding-bottom: 10px;
    }

    .header4_nav .navbar-nav > li > .mega-dropdown-menu {
        margin-top: -10px;
    }

    .header4_nav .nav > li > a {
        padding: 10px 9px;
    }
}

@media (min-width: 768px) {
    .header_nav ul li ul.sub_menu {
        display: block;
        position: absolute;
        opacity: 0;
        transform: perspective(600px) rotateX(-90deg);
        transform-origin: 0 0 0;
    }

    .header_nav ul li:hover ul.sub_menu {
        opacity: 1;
        transform: perspective(600px) rotateX(0deg);
    }

    .header_nav ul li ul.sub_menu,
    .header_nav ul#nav li a,
    .header_nav ul#nav li:before {
        transition: 0.5s;
    }

    .contact_menu {
        right: -25px !important;
    }
}

@media (max-width: 767px) {
    .NenuDiv .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }
}




.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #eba835;
}


.NenuDiv .navbar-default .navbar-nav > li > a:hover {
    color: #cfd1d2;
    padding-bottom: 20px;
    margin-top: 10px;
}

.NenuDiv .nav > li > a {
    position: relative;
    display: block;
    padding: 14px 9px !important;
}

.header_nav.header2_nav {
    margin: 0 70px;
}

.navbar-default {
    background-color: #0097a7 !important;
    border-color: transparent;
}

header .header-top-links {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
}


.topMenu .navbar-nav > li > a {
    padding-bottom: 10px !important;
    /*padding-top: 1px !important;*/
    margin-top: 1px !important;
}




.navbar-section {
    border-top: 3px solid #f7b037;
    border-bottom: 3px solid #f7b037;
    background-color: #a72e00 !important;
    background-color: #a72e00 !important;
    border-bottom: 0 !important;
    background-image: linear-gradient(#a52e00, #dd5600 60%, #b94a48);
    background-repeat: no-repeat;
}

.topMenu .navbar {
    background-color: #a72e00 !important;
    border-bottom: 0 !important;
    background-image: linear-gradient(#a52e00, #dd5600 60%, #b94a48);
    background-repeat: no-repeat;
}

.topMenu .navbar-nav > li > .dropdown-menu {
    border-top: 0;
}



.topMenu .dropdown-header {
    font-size: 18px !important;
    display: block !important;
    padding: 2px 0px 7px 0px !important;
    line-height: 1.6 !important;
    color: #107FC9 !important;
    white-space: nowrap !important;
}

.header_li_underline:after {
    border-top: 2px solid #a72e00;
    display: block;
    content: "";
}




.NenuDiv .navbar-default .navbar-nav > li > a {
    color: #fff !important;
}


.mega_Sub_Menu {
    list-style: none;
}

    .mega_Sub_Menu a {
        display: block;
        padding: 6px 0px 6px 14px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
    }

        .mega_Sub_Menu a:hover {
            text-decoration: none;
            color: #ffffff;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .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: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .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;
        }




#dwdAlert {
    width: 24vw;
}
.ReminderMessage {
    margin-left: 21px;
}
/*New Menu*/
.inline-list {
    list-style: none;
    padding-left: 0
}

    .inline-list li {
        display: inline-block;
    }

.fa-facebook, .fa-twitter, .fa-google-plus, .fa-pinterest, .fa-linkedin {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .fa-facebook:hover, .fa-twitter:hover, .fa-google-plus:hover, .fa-pinterest:hover, .fa-linkedin:hover {
        color: #f44236;
        border-color: #f44236;
        text-decoration: none;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .fa-facebook, .fa-twitter, .fa-google-plus, .fa-pinterest, .fa-linkedin {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

.topBack {
    background-color: #f7ecd8;
}

.footer {
    background: #222;
    color: #fff;
    padding-top: 85px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.selecton1 {
    background-color: #f7ecd8;
    padding-top: 40px;
    padding-bottom: 60px;
}


.selecton2 {
    overflow: hidden;
    padding: 50px;
    background-position: 50% 0;
    background-attachment: fixed;
    background-image: url(../img/AboutBack.jpg);
    background-position: 30% 0, 0 0, 50% 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

    .selecton2 h2 {
        font-size: 60px;
    }

    .selecton2 p {
        font-size: 20px;
    }

.selecton3 {
    padding-top: 40px;
    padding-bottom: 60px;
}

.box {
    text-align: center;
    color: #a77a17;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .box h2 {
        color: #a77a17;
    }

    .box h3 {
        font-size: 40px;
        font-weight: bolder;
        color: #846116;
        margin: 0;
        padding: 0;
    }

    .box p {
        color: #a77a17;
    }

.box1 {
    background-color: #e2a417;
}

.box2 {
    background-color: #f3d98f;
}

.box3 {
    background-color: #d6bb7f;
}

#camera_wrap_1 {
    margin-bottom: 0px;
}

.camera_pag {
    background-color: #f0e5db;
    display: flex;
    justify-content: center;
    margin-top: -61px;
}


.C1 {
    background-color: #e2a417;
}

.C2 {
    background-color: #f35928;
}

.C3 {
    background-color: #e73c3c;
}

.C4 {
    background-color: #f0e5db;
}




/*/////Enroll /////*/
/*.Enroll h3 {
    font-family: 'Roboto Condensed', sans-serif;   
}

.Enroll h3 {    
    font-weight:bold;
}

.Enroll label {
    font-weight: bold;
    padding-top: 4px !important;
    font-size: 14px;
}*/



/*//// collapse Panel /////*/
.rotate {
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg); /* Standard syntax */
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

#accordion .panel-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}


.QutHeaderimg {
    background-image: url(../img/QuotationHedBack.jpg) !important;
    background-repeat: repeat-y;
    background-position: left top !important;
}

.QBankDetails {
    padding: 20px;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    margin-top: 37px;
}