:root {
    --color1: #000000;
    --color2: #FCF9C6;
    --color3: #5f123d;
    --color4: #ff1e5a;
}

body {
    /*font-size: 16px;*/
}



.PageTitle {
    margin-top: 0px;
}

.NotForSql {
}

.NumberOnly {
}

.NumberGreaterThan0Only {
}

.now {
}

.nowDateOnly {
}

.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;
}


/* blinkingText*/
.blinkingText {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite;
}

@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;
}





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;
    }

    .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;
    }



.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%;
    }
}



.DrkBorder {
    border: 1px solid #827C7C;
}




/*  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(var(--color4) 60%, var(--color4))
}

    .NenuDiv .navbar {
        margin-bottom: 0px;
        -webkit-box-shadow: none;
    }

    .NenuDiv .navbar-inverse {
        background-image: linear-gradient(var(--color4) 60%, var(--color4))
    }




    .NenuDiv .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #f35928;
    }

    .NenuDiv .navbar-default .navbar-toggle {
        border-color: #5f123d;
    }

    .NenuDiv .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #5f123d;
        color: #ffffff;
    }

    .NenuDiv .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #5f123d;
    }

    .NenuDiv .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #5f123d;
    }






.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;
        background-color: #a72e00;
    }
}




.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;
    margin-top: 1px !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
    color: #FFFFFF;
}
















.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 .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #e1a033;
}

.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;
            background-color: #a72e00;
        }

.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;
        }



.NenuDiv .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #5f123d;
}
/*New Menu*/
.inline-list {
    list-style: none;
    padding-left: 0
}

    .inline-list li {
        display: inline-block;
    }

#SocialsIcon .facebookIcon, .twitterIcon, .pinterestIcon, .linkedinIcon {
    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%;
    transition: .25s all ease-in-out;
}



    #SocialsIcon .facebookIcon:hover, .twitterIcon:hover, .pinterestIcon:hover, .linkedinIcon:hover {
        text-decoration: none;
        font-size: 23px;
        color: #fff;
        border: 1px solid #fff;
    }

    #SocialsIcon .facebookIcon:hover {
        background: #3b5998;
    }

#SocialsIcon .twitterIcon:hover {
    background: #00aced;
}

#SocialsIcon .pinterestIcon:hover {
    background: #cb2027;
}

#SocialsIcon .linkedinIcon:hover {
    background: #007bb6;
}


@media (min-width: 768px) and (max-width: 979px) {
    #SocialsIcon .facebookIcon, .twitterIcon, .pinterestIcon, .linkedinIcon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

.topBack {
    background-color: #fd215c;
}


.jssocials-share-logo {
    font-size: 1.3em !important;
}

.jssocials-share-link {
    padding: .2em .2em !important;
}


.footer {
    background: #2e081e;
    color: #fff;
    padding-top: 85px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.selecton1 {
    background-color: #fdf1f8;
    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;
}

.box4 {
    box-shadow: 0 1px 5px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    padding: 20px;
}

#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;
}


#DivVeiwDetails .control-label {
    padding-top: 0px !important;
}


.ProfileItem {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

    .ProfileItem:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
    }


#DivVeiwDetails .panel-title {
    color: #ff1e5a;
}

.ProfileImg {
    width: 100%;
}



/*Chat*/
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }


        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }

    .chat .panel-body {
        overflow-y: scroll;
        height: 250px;
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*Chat*/


/*Price Page Start*/

.pricingTable2 {
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(195,67,67,.3) inset,0 0 10px -5px rgba(0,0,0,.8)
}

    .pricingTable2:hover {
        box-shadow: 0 0 10px rgba(195,67,67,.3) inset,0 0 20px -5px rgba(0,0,0,.8)
    }

    .pricingTable2 .pricingTable-header {
        padding: 20px 15px 45px;
        background: #66ce04;
        -webkit-clip-path: polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);
        clip-path: polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);
        position: relative
    }

        .pricingTable2 .pricingTable-header:before {
            content: "";
            width: 400px;
            height: 400px;
            border-radius: 50%;
            position: absolute;
            right: -50%;
            top: -130%;
            background: repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);
            transition: all .5s ease 0s
        }

    .pricingTable2:hover .pricingTable-header:before {
        right: 50%
    }

    .pricingTable2 .title {
        font-size: 40px;
        color: #fff;
        margin: 0
    }

    .pricingTable2 .price-value {
        display: block;
        font-size: 25px;
        color: #000;
        margin: 0 0 20px;
        transition: all .3s ease 0s
    }


    .pricingTable2 p {
        font-size: 18px;
        color: #909090;
        line-height: 40px;
    }

    .pricingTable2 ul {
        padding: 30px 25px 0;
        margin: 0;
        list-style: none
    }

    .pricingTable2 li {
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: capitalize;
        border-bottom: 2px solid rgba(0,0,0,.15);
        margin-bottom: 10px;
        position: relative
    }

        .pricingTable2 li:last-child {
            border-bottom: none
        }

        .pricingTable2 li i {
            color: #66ce04
        }

    .pricingTable2 .pricingTable-signup {
        display: block;
        padding: 18px 0;
        margin: 0 25px;
        border-radius: 10px;
        background: #66ce04;
        font-size: 20px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        overflow: hidden;
        position: relative;
        transition: all .3s ease 0s
    }

        .pricingTable2 .pricingTable-signup:hover {
            letter-spacing: 2px;
            box-shadow: 0 0 10px rgba(0,0,0,.7),0 0 0 7px rgba(255,255,255,.5) inset
        }

        .pricingTable2 .pricingTable-signup:before {
            content: "";
            width: 230px;
            height: 230px;
            border-radius: 50%;
            background: repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);
            position: absolute;
            top: -180%;
            right: -40%;
            transition: all .8s ease 0s
        }

        .pricingTable2 .pricingTable-signup:hover:before {
            right: 40%
        }

    .pricingTable2.colr1 .pricingTable-header, .pricingTable2.colr1 .pricingTable-signup {
        background: #15b8f3
    }

    .pricingTable2.colr1 li i {
        color: #15b8f3
    }

    .pricingTable2.colr2 .pricingTable-header, .pricingTable2.colr2 .pricingTable-signup {
        background: #f03c79
    }

    .pricingTable2.colr2 li i {
        color: #f03c79
    }

    .pricingTable2.colr3 .pricingTable-header, .pricingTable2.colr2 .pricingTable-signup {
        background: #3ccff0
    }

    .pricingTable2.colr3 li i {
        color: #3ccff0
    }

@media only screen and (max-width:990px) {
    .pricingTable2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .pricingTable2 {
        margin: 0
    }

        .pricingTable2 .pricing-content li {
            font-size: 15px
        }
}
/*Price Page end*/


.selecton4 {
    background-color: #ece9fc;
    padding-top: 70px;
    padding-bottom: 70px;
    border-top-color: #b9b7b7;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #b9b7b7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.media-carousel {
    padding-left: 50px;
    padding-right: 50px;
}


    .media-carousel .carousel-control.left {
        left: -12px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 110px;
    }
    /* Next button  */
    .media-carousel .carousel-control.right {
        right: -12px !important;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 110px;
    }



@media (max-width:767px) {

    .ImagePanel {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

        .ImagePanel .panel-body {
            padding: 0 !important;
        }

        .ImagePanel .thumImg {
            width: 100%
        }
}

.copyright {
    background-color: #030303;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .copyright a {
        color: #817e7e;
    }
/*//////////////*/
.HomePageUsers {
    background: #fff;
    margin-top: 30px;
    border-radius: 3px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .HomePageUsers:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.HomePageUserImage {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid var(--color3);
}

.HomePageUsers:hover .HomePageUserImage img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.HomePageUsers .HomePageUserImage img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.HomePageUserName {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.HomePageUsers:hover .HomePageUserName {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/*//////*/


.HomeBaner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 700px;
    background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc));
    background: linear-gradient(to bottom, var(--color4), var(--color3), var(--color3));
}

    .HomeBaner .HomeBanerImage {
        text-align: center;
        padding-top: 50px;
    }

    .HomeBaner .HomeBanerShape {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1;
        height: 420px;
        background-image: url("../img/HomePageShape.png");
    }


.HomeBanerContent h1 {
    font-size: 45px;
    color: #ffffff;
    margin: 50px 0 20px 0;
    line-height: 1.2;
}

@media (max-width:767px) {
    .HomeBanerContent h1 {
        margin: 0px 0 20px 0;
    }
}

.HomeBanerContent h5 {
    color: #ffffff;
}

.HomeBanerContent p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
}

.HomeBanerContent .ButtonContainer {
    margin-top: 25px;
}

.FancyButtonsTwo {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: var(--color4);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
    text-decoration: none;
}




    .FancyButtonsTwo span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--color3);
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 30px;
    }

    .FancyButtonsTwo:hover, .FancyButtonsTwo:focus {
        color: #ffffff;
        text-decoration: none !important;
    }

        .FancyButtonsTwo:hover span, .FancyButtonsTwo:focus span {
            width: 225%;
            height: 562.5px;
        }

.FancyButtonsOne {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: var(--color3);
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 5px;
    margin-right: 20px;
    box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
}

    .FancyButtonsOne span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--color3);
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 30px;
    }

    .FancyButtonsOne:hover, .FancyButtonsOne:focus {
        color: #ffffff;
        text-decoration: none !important;
    }

        .FancyButtonsOne:hover span, .FancyButtonsOne:focus span {
            width: 225%;
            height: 562.5px;
        }



/*///////////////*/


.SectionHigPoint {
    padding-top: 54px;
    padding-bottom: 93px;
}

.HiItem {
    padding: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 1px 5px 1px rgb(0 0 0 / 12%);
    border-radius: 8px
}

    .HiItem:hover {
        background-color: #ffb8e4;
    }

    .HiItem .Icon {
        font-size: 9rem;
        color: var(--color3);
        margin-bottom: 11px;
    }

    .HiItem p {
        font-size: 20px;
    }


/*/////////////*/
.HomeLogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-top: 8px;
    gap: 10px;
}

.HomeLoginbtnsDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding-top: 8px;
    gap: 10px;
}

.SearchFilterDiv h3 {
    margin-top: 0;
}

.RegDiv {
    display: flex;
    flex-direction: column;
    height: 352px;
    justify-content: center;
    align-items: center;
}

.panel-pink {
    border-color: #fb235e
}

    .panel-pink > .panel-heading {
        color: #fff;
        background-color: #fb235e;
        border-color: #dddddd;
    }


.btn-pink {
    color: #ffffff;
    background-color: #fb235e;
    border-color: #dd0540;
    background-image: linear-gradient(#fb235e, #dd0540 60%, #fb235e);
}

    .btn-pink:hover {
        color: #5f123d;
    }

.with-nav-tabs.panel-pink .nav-tabs > li.active > a, .with-nav-tabs.panel-pink .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-pink .nav-tabs > li.active > a:focus {
    color: #5e0f3d;
    background-color: #fff;
}

.with-nav-tabs.panel-pink .nav-tabs > li > a, .with-nav-tabs.panel-pink .nav-tabs > li > a:hover, .with-nav-tabs.panel-pink .nav-tabs > li > a:focus {
    color: #FFFFFF;
}

    tabs > .open > a, .with-nav-tabs.panel-pink .nav-tabs > .open > a:hover, .with-nav-tabs.panel-pink .nav-tabs > .open > a:focus, .with-nav-tabs.panel-pink .nav-tabs > li > a:hover, .with-nav-tabs.panel-pink .nav-tabs > li > a:focus {
        color: #5e0f3d;
        background-color: #f7d6df;
    }



#map_canvas {
    height: 500px;
    width: 100%;
}


.IsNotTech0 {
    color: red;
}

.TicketStatus1 {
    /*Open*/
    background-color: #f0ad4e;
}

.TicketStatus2 {
    /*Answered*/
    background-color: #337ab7;
}

.TicketStatus3 {
    /*Customer Reply*/
    background-color: #d9534f;
}

.TicketStatus4 {
    /*Closed*/
    background-color: #5cb85c;
}


.TicketStatus5 {
    /*Assign Staff */
    background-color: #b9b7b7;
}

#MuTopHome {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 20px;
}