*
{
    font-family: 'Marvel', sans-serif;
    font-size: 17px;
}

.fa
{
    font-family: "FontAwesome" !important;
}

.table_link
{
    color:  #162338;
}

.table_link:hover
{
    color:  #696969;
}

.elem_active
{
    color: #3B7ADA;
}

.elem_unactive
{
    color: #696969;
}

body
{
    background-color: #FFFFFF;
}

.centered-form .panel
{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.false
{
    display: none;
}

.p0
{
    padding: 0;
}

.image-preview-input
{
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #1A2942;
    background-color: #fff;
    border-color: #1A2942;
}

.btn
{
    line-height: 1.1;
}
.image-preview-input input[type=file]
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#input_pic
{
    border: 1px #1A2942 solid !important;
}

.image-preview-input-title
{
    margin-left:2px;
}

.w_delete
{
    width: 100px;
}

.w_update
{
    width:  80px;
}

.w_right_level
{
    width: 200px;
}

body.modal-open
{
    overflow-y: visible;
}

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

/*Panel tabs*/
.panel-tabs {
    position: relative;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    line-height: 1.85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    padding: 0 9px;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}

.admh4{
    margin: 0;
}

@media (min-width:0px) and (max-width: 2048px)
{
    .page
    {
        background: rgba(0, 0, 0, 0) url("../images/background_2048.jpg") no-repeat fixed center center !important;
        background-size: 100% 100% !important;
    }
}

@media (min-width:2049px)
{
    .page
    {
        background: rgba(0, 0, 0, 0) url("../images/background_4096.jpg") no-repeat fixed center center !important;
        background-size: 100% 100% !important;
    }
}

#clock
{
    font-size:   4.2em;
    color:       #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:  center;
}

.icon-menu
{
    width: 100%;
    max-height:140px;
    min-width:140px;
    max-width:150px;
    text-align: center;
    font-size:  35px;
    color:      #f0f0f0;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
    cursor: pointer;
}

#clock, .icon-menu
{
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#152fd6+0,009ae8+100 */
    background: rgb(21,47,214); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(21,47,214,1) 0%, rgba(0,154,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(21,47,214,1)), color-stop(100%,rgba(0,154,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152fd6', endColorstr='#009ae8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px white solid;

    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
}

.icon-off
{
    margin-left: 5px !important;
    font-size:  2.5em;
    padding: 20px;
    margin-top: 20px !important;
    border-radius: 50px;

    background: rgb(21,47,214); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(21,47,214,1) 0%, rgba(0,154,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(21,47,214,1)), color-stop(100%,rgba(0,154,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(21,47,214,1) 0%,rgba(0,154,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152fd6', endColorstr='#009ae8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border: 2px white solid;

    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.75);
}

.text-icon
{
    color: #f0f0f0 !important;
    margin-top: 15px;
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.footer
{
    background-color: #162338;
}



.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    font-weight: bold;
    background: none !important;
}

.table-icon
{
    width: 50px;
    text-align: center;
    font-size: 18px;
}

.admin-table
{
    border: none;
}

.modal-title
{
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.close
{
    opacity: 1;
    text-shadow: none;
    line-height: 1.42857;
}

.close:focus, .close:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
}

.close:focus > i, .close:hover > i {
    color: #FF0000;
}

.btn-close
{
    font-size: 30px;
    color: white;
}

.modal-backdrop.in
{
    opacity: 0.8 !important;
}

/** TABS **/
.admin-table
{
    background-color: rgba(255,255,255,0.5);

    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;

    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
}

.table > tbody > tr > td, .table > tbody > tr > td > a, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    font-family: 'Ubuntu', sans-serif;
    vertical-align: middle;
}

.table > tbody > tr > td > a:hover
{
    text-decoration: none;
}

.admin-table > tbody > tr:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
}

.admin-table > tbody, .admin-table > thead
{
    color: #1A2942;
    font-size: 16px;
}

.info > th
{
    font-weight: bold;
}

.elem-table > td, .elem-table > td > a > span
{
    color: #1A2942;
    font-size: 16px;
}

.table > thead > tr > th
{
    border-bottom: 1px solid #1A2942;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #1A2942;
}

.admin-title
{
    font-size: 30px;
    background: rgba(19, 95, 213, 0.8);
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    border-bottom: 2px solid #fff;
}

.icon-title
{
    font-size: 25px;
}

/** MENU **/
.nav-sidebar ul.menu li.maintab > a.title {
    display: block;
    height: 34px;
    line-height: 30px;
    padding: 0 0.35em;
    position: relative;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-out;
}
.nav-sidebar ul.menu li.maintab:hover > a.title i, .nav-sidebar ul.menu li.maintab:hover > a.title span
{
    color: #0098E8 !important;
}

.nav-sidebar ul.menu li.maintab:hover
{
    background-color: #162338;
}

.nav-sidebar ul.menu li.maintab > a.title i, .nav-sidebar ul.menu li.maintab > a.title span {
    color: #b4b6bd;
    font-size: 26px;
    transition-duration: 0.4s;
    transition-property: color;
    transition-timing-function: ease-out;
    vertical-align: middle;
    width: 42px;
}

.mm-menu .mm_list
{
    padding-top: 0 !important;
}

.title > span
{
    font-size: 18px;
    font-weight: bold;
}

.mm-menu
{
    background-color: #1A2942 !important;
    color: #b4b6bd !important;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
    border: none !important;
}

.mm-subopen
{
    color: #b4b6bd !important;
}

.mm-subtitle > a
{
    margin: 0 !important;
}

.mm-menu .mm-list > li > a.mm-subclose {
    color: #b4b6bd !important;
    font-size: 20px !important;
    font-weight: bold;
}

.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before
{
    color: #3BC0C3 !important;
    font-weight: bold !important;
}

.admin-form
{
    background-color: rgba(255,255,255,0.5);

    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
}

.admin-form *
{
    font-family: 'Ubuntu', sans-serif;
}


.glyphicon
{
    font-family: "Glyphicons Halflings" !important;
}

.admin-form h3
{
    color: #1A2942;
    border-bottom: 2px #1A2942 solid
}

.admin-form h4
{
    color: #ffffff;
    font-weight:600;
    font-size:20px;
    background: rgba(19, 95, 213, 0.8);
    padding:3px;
}
.admin-form span
{
    margin-left: 10px;
    color: #1A2942;
}

.admin-form input
{
    background: none;
    border: none;
    border-bottom: 1px #1A2942 solid;
    color: #1A2942;
}

.admin-form select, .select-form
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    background: none;
    border: 1px #1A2942 solid;
    color: #1A2942;
    border-radius: 4px 4px 4px 4px;
}

.admin-form textarea
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    background: none;
    padding: 5px;
    border: 1px dashed #1A2942;
    border-right-style: solid;
    border-bottom-style: solid;
    color: #1A2942;
    border-radius: 4px 4px 4px 4px;
}


.select-form option
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}

.admin-form label
{
    color: #1A2942;
    font-size: 17px;
    display: inline;
}


.no-padding
{
    padding: 0;
}

.separator-right
{
    border-right: 2px solid #b4b6bd;
}


.btn-message
{
    font-family: 'Ubuntu', sans-serif;
}

.btn-admin
{
    background-color: rgba(19, 95, 213, 0.8) !important;
    color: white !important;
    font-size: 19px !important;
    font-weight: bold !important;
}

.btn-admin:hover, .btn-admin:focus
{
    background-color: #1A2942 !important;
    color: white !important;
}

.fileinput-button i
{
    color:  #fff;
}

.red
{
    color:  #d11d05;
}

.green
{
    color:  #105e25;
}

.image-table
{
    width: 100px;
    height: auto;
}

.network-icon
{
    color: #3270D0 !important;
}

.paddingtop3px{
    padding-top:3px;
}


.width100 {
    width:100%;
}

.mheight120p{
    min-height:120px;
}

.heightroomCaroussel {
    height:820px;
}

.mheight200p{
    min-height:200px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height:100% !important;
}

.divhidden{
    display:none;
}

.pointer{
    cursor:pointer;
}

.padding3px{
    padding:3px;
}

.writing-white{
    color:white !important;
}
.tab{
    font-size: 20px!important;;
}


.margintop1px{
    margin-top:1px;
}

.badgeNote{
    border-radius:50%;
    padding: 2px 7px;
    color:#ffffff !important;
    font-size:   0.9em;
    background-color: rgba(19, 95, 213, 0.8) !important;
}
.bolder{
    font-weight:600 !important;
}
.italic{
    font-style:italic;
    color:#666666;
    text-align: justify;
}
.colorFrom{
    color:#3879DA;
}

.icon-show
{
    display:inline-block;
    line-height: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.bg_icon
{
    width: 60px;
    height: 60px;
}

.btn-menu-open i
{
    color: #5BBDF0 !important;
}

.iconRoom{
    font-size:20px !important;
}
.iconRoomBan{
    font-size:29px !important;
}
#stack .fa-stack {
    no-margin:0px !important;
    width: 22px;
    position: relative;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#stack .fa-stack-1x {
    position: absolute;
    top:-5px;
    left: -3px;
    width: 100%;
    text-align: center;
}
#stack .fa-stack-2x {
    position: absolute;
    top:-3px;
    left: -3px;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}
.divIcon{
    height:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px dashed #000000;
}
/*-----------------------------------------------------------------------css for only booking--------------------------------------------------*/
.loadingCalendar{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:url(../images/loading.gif) 50% 50% no-repeat rgba(0,0,0,.5);
    z-index:1080;
}

.btn-prev2, .btn-next2 {
    border: 2px solid #1A2942;
    border-radius: 50%;
    color: #25416B;
    height: 32px;
    font-size: 22px;
    line-height: 25px;
    margin: -25px;
    position: absolute;
    top: 90%;
    width: 32px;
    text-decoration: none;
}

.btn-prev2:hover,
.btn-next2:hover {
    background: #cbd1d2;
    color: #25416b;
    text-decoration:none;
}

.btn-prev2 {
    left: 30px;
}

.btn-next2 {
    right: 29px;
}

#maxWidth {
    max-width:350px !important;
}

#scroll-up1,#scroll-down1,#scroll-up2,#scroll-down2{
    font-size:1.5em;
}

.backgroundCalendar{
    background-color: rgba(26, 41, 66, 0.05);
}

#booking1 #myScrollBooking,#booking2 #myScrollWait{
    overflow-y:hidden;
    height:290px;
    overflow-x:hidden;
    // min-width:500px;
}

#booking1 ul,#booking2 ul{
    margin:0 !important;
}

#booking1 .during,#booking2 .during{
    min-width:200px;
    text-align:right;
}

#booking1 .title,#booking2 .title{
    min-width:240px;
}

#booking1 .for,#booking2 .for{
    min-width:182px;
}
#booking1 .name,#booking2 .name{
    min-width:196px;
}

#booking1 li,#booking2 li{
    list-style:none;
    border-radius:5px;
    margin: 1px;padding:2px;
}

.bookingDefaultTheme{
    background: #1a2942; /* Old browsers */
    background: -moz-linear-gradient(top, #1a2942 0%, #3979da 51%, #1a2942 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a2942 0%,#3979da 51%,#1a2942 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a2942 0%,#3979da 51%,#1a2942 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2942', endColorstr='#1a2942',GradientType=0 ); /* IE6-9 */
}
#freeRooms .closed,#freeRooms .occupied{
    margin: 1px;
    padding:2px;
    color:#ffffff !important;
    background: rgba(191, 0, 0, 1);
}

#freeRooms .free{
    margin: 1px;
    padding:2px;
    color:#ffffff !important;
    background: rgba(45, 147, 52, 1);
}

#booking1 .roomClose{
    list-style:none;
    border-radius:5px;
    margin: 1px;
    padding:2px;
    background: #821c18 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #821c18 0%, #d14538 51%, #821c18 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #821c18 0%,#d14538 51%,#821c18 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #821c18 0%,#d14538 51%,#821c18 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821c18', endColorstr='#821c18',GradientType=0 ) !important; /* IE6-9 */
}

#booking1 .new,#booking2 .new{
    list-style:none;
    border-radius:5px;
    margin: 1px;
    padding:2px;
    background: rgb(48,94,37); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(48,94,37,1) 0%, rgba(70,170,68,1) 50%, rgba(48,94,37,1) 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48,94,37,1) 0%,rgba(70,170,68,1) 50%,rgba(48,94,37,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48,94,37,1) 0%,rgba(70,170,68,1) 50%,rgba(48,94,37,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305e25', endColorstr='#305e25',GradientType=0 )!important; /* IE6-9 */
}

#booking2 .wait,#formBooking .wait,#titleWait{
    color:#000000 !important;
    border-radius:5px;
    //margin: 1px;
    //padding:2px;
    background: rgb(255,153,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,153,0,1) 0%, rgba(255,201,122,1) 50%, rgba(255,153,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,153,0,1) 0%,rgba(255,201,122,1) 50%,rgba(255,153,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,153,0,1) 0%,rgba(255,201,122,1) 50%,rgba(255,153,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */
}

#booking1 i,#booking2 i{
    font-size:   1.5em;
    float:left;padding:8px;
}

#booking1 u,#booking2 u{
    font-size:   1.2em;
    float:right;
    padding:8px;
    text-decoration:none;
}

.calendar {
    text-align: center;
    min-width:330px;
    max-width:400px;
}

.calendar h2 {
    text-transform: uppercase;
    color:#1a2942;
}

.calendar header {
    position: relative;
}


.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #1a2942;
}
.calendar tbody td:hover {
    border: 2px solid #c0392b;
}

.calendar tbody td.active {
    border: 2px solid #c0392b;
}
.calendar td {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 40px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    width: 14.2%;
    padding: 1px;
    float: left;
    color: #25416B;
}

.calendar current-day {
    background: #c0392b;
    color: #ffffff !important;
}

.calendar .event {
    cursor: pointer;
    position: relative;
}

.calendar .event2 {
    cursor: pointer;
    position: relative;
}
.calendar .event3 {
    cursor: pointer;
    position: relative;
}
.calendar .event:after {
    background: #1a2942;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px;
}

.calendar .event2:after {
    background: #c0392b;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px;
}

.calendar .event3:after {
    background: #FF9900;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px;
}
.padding6px{
    padding:6px;
}
.no-margin{
    margin:0;
}
.paddingright10px{
    padding-right:10px;
}
.paddingright20px{
    padding-right:20px;
}
#booking1 .lock
{
    padding-right:12px !important;
}
#formBooking li,#navPdfViewer li {
    width: 106px;
    border-radius:10px;
    height: 122px;
    position: relative;
    display: inline-block;
    background: #337AB7;
    margin-right: 12px;
    cursor:pointer;
}
#formBooking li:hover,#navPdfViewer li:hover {
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    transition: background 500ms linear;
    -moz-transform: rotate(0deg) translateX(0px) translateY(-4px);
    -webkit-transform: rotate(0deg) translateX(0px) translateY(-4px);
    -o-transform: rotate(0deg) translateX(0px) translateY(-4px);
    -ms-transform: rotate(0deg) translateX(0px) translateY(-4px);
    transform: rotate(0deg) translateX(0px) translateY(-4px);
    background: #1A2942;

}
#formBooking .icon,#navPdfViewer .icon {
    font-size: 2em;
    color: #ffffff;
    text-shadow: 0 0 1px #333;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    text-align: center;
}

#formBooking .textIcon,#navPdfViewer .textIcon {
    font-size: 1em;
    color: #ffffff;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    top: 40px;
    left: 0;
    text-align: center;
}
/*-----------------------------------------------------------------------css for only booking--------------------------------------------------*//*-----------------------------------------------------------------------css for only booking--------------------------------------------------*/

input[type=radio]:checked + .icon-cat
{
    transition: color ease 0.5s;
    color: #105E25;
}

/*
** For tooltips
** Use:
**       <a class="tooltips" href="#">{LABEL}
**       <span>{Tooltip}</span></a>
*/

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #1A2942;
    height: 20px;
    line-height: 20px;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #FFFFFF;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #1A2942;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.show-background
{
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #1A2942;
}

.map_wrapper {
    height: 500px;
}

.mapping {
    width: 100%;
    height: 100%;
}

#marquer{
    width:520px;
    padding:10px;
}

#marquer h1{
    font-size:20px !important;
    border-bottom:1px dashed #000000;
    color:#000000 !important;
    padding:5px;
}

#marquer p{
    padding:2px !important;
    margin-top:10px !important;
    font-size:13px !important;
    width:380px;
}

#marquer adress{
    font-style:italic !important;
    color:gray;
}

#marquer a{
    color:#0000ff !important;
    font-size:15px;
}

#marquer .fontfa{
    font-size:20px;
}
.countCaracters{
    font-size:12px;
    color:#3877d7;
}
#customers .pagination > li > a, #webSites .pagination > li > a {
    position: relative;
    float: left;
    padding: 5px 8px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.labelOptGroup{
    font-weight:bold;
    font-size:23px;
    padding-left:3px;
}

.btn-icon
{
    font-size: 20px;
}

@media (min-width:0px) and (max-width: 768px)
{
    .weeklyDatePicker
    {
        background: #fff;
        border:1px solid #3472d2;
        height:27px;
        font-size:13px;
    }
}
@media (min-width:769px ) and (max-width: 2046px)  
{
    .weeklyDatePicker
    {
        background: #fff;
        border:1px solid #3472d2;
    }
}

.header{
    color:#1E37FF;
    font-size: 33px;
}
#calendar .input-group-addon{
    background-color: #3472d2 !important;
    color:#fff !important;
}

.headline {
    background-color: rgba(11, 69, 158, 0.2) !important;
    color: #000 !important;
    font-weight: bold;
}

.padding2px{
    padding:2px;
}

.video-container iframe,.video-container-user iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:0px) and (max-width: 768px)
{
    .video-container {
        position: relative;
        padding-bottom: 110%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

    .video-container-user {
        position: relative;
        padding-bottom: 135%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }
}

@media (min-width:769px ) and (max-width: 2046px)  
{
    .video-container {
        position: relative;
        padding-bottom: 60%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }
    .video-container-user {
        position: relative;
        padding-bottom: 60%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }
}

@media (min-width:0px) and (max-width: 768px)
{
    .background{
        background-color: rgba(0, 0, 0, 0.15) !important;
        border-radius:10px;
        padding:20px;
        height: 600px;
    }
}

@media (min-width:769px ) and (max-width: 2046px)  
{
    .background{
        background-color: rgba(0, 0, 0, 0.15) !important;
        border-radius:10px;
        padding:20px;
        height: 555px;
    }
}
.table-center
{
    text-align: center;
}

.table-scroll
{
    max-height: 650px;
    overflow-y: scroll;
}

.line-blue
{
    color: #359EBD;
    font-weight: bold;
}

.line-red
{
    color: #C24642;
    font-weight: bold;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 550px;
    overflow-y: auto;
    top: 15%;
    border-radius: 8px 0 0 8px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.modal.right .modal-body {
    padding: 15px 15px 15px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 39px;;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

/* ----- v CAN BE DELETED v ----- */
body {
    background-color: #78909C;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.btn-list-alert
{
    top: 30%;
    right: 0;
    position: absolute;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd7700+0,e29b46+100 */
    background: rgb(221,119,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(221,119,0,1) 0%, rgba(226,155,70,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(221,119,0,1) 0%,rgba(226,155,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(221,119,0,1) 0%,rgba(226,155,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7700', endColorstr='#e29b46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 8px 0 0 8px;
    color: #FAFAFA;
    font-size: 22px;
}


.btn-list-ok
{
    top: 30%;
    right: 0;
    position: absolute;
    padding: 10px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4eb716+0,91d317+100 */
    background: #4eb716; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4eb716 0%, #91d317 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #4eb716 0%,#91d317 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #4eb716 0%,#91d317 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb716', endColorstr='#91d317',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 8px 0 0 8px;
    color: #FAFAFA;
    font-size: 22px;
}

.info-box
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.box-title
{
    background-color: #25408F;
    color: #f0f0f0;
}

.box-title b
{
    font-size: 19px;
    font-weight: bold;
}

.list-agency
{
    padding-left: 30px;
}

.font_dpt
{
    font-size: 19px;
    margin-bottom: 0;
}

.font_dpt b
{
    color: #000;
    font-size: 20px;
}

.sweet-alert .icon.success .placeholder{
    background-color: #5CB85C;
}

.table-date
{
    background: #1A2942;
    color: #eee;
}
.legend{
    font-family: 'Ubuntu', sans-serif;
}
.type-send-avis{
    background-color: rgba(19, 95, 213, 0.8) !important;
}
.type-send-avis:hover{
    background-color: #1A2942 !important;
}
.type-send-letter{
    background-color: rgba(213, 104, 22, 0.8) !important;
}
.type-send-letter:hover{
    background-color: rgba(213, 59, 0, 0.96) !important;
}
.avis-color{
    height: 30px;
    background-color: rgba(19, 95, 213, 0.8) !important;
}
.letter-color{
    height: 30px;
    background-color: rgba(213, 104, 22, 0.8) !important;
}
.notice-pdf{
    background: linear-gradient(135deg, rgba(221,119,0,1) 0%,rgba(226,155,70,1) 100%);
}
.btn-letter{
    background: linear-gradient(135deg, rgba(221,119,0,1) 0%,rgba(226,155,70,1) 100%);
    color: white;
}

.btn-letter-track{
    background: linear-gradient(135deg, rgba(255,0,0,1) 0%,rgba(255,0,0,1) 100%);
    color: white;
}
