.no-margin {
  margin: 0px;
}

div.panel.panel-default.no-margin {
  margin: 0px;  
}

.noreadf {
    background-color: #f7f9fa;
}

.foliotable tbody tr.noreadf:hover {
    background-color: #e4e8ea;
    transition: 0.2s;
}

.mr-9 {
	margin-right: 9px;
}

i.statusicon {
    vertical-align: middle;
    font-size: 17px;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    outline: 0px !important;
}

.yellow {
    color: #ffeb3b !important;
}

i.ion-android-document.statusicon {
    padding: 0px 4px;
}
i.ion-loop.statusicon {
    padding: 0px 4px;
}

.green {
    color: rgb(39, 174, 96) !important;
}

.red {
    color: #c0392b !important;
}

.pr-20 {
    padding-right: 20px;
}

ul.graficlist li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #000;
    margin-right: 5px;
}

ul.graficlist {
    list-style-type: none;
    padding-left: 0px;
}

.bl1 {
    border-left: 1px solid #f2f4f5;
}

.bt1 {
    border-top: 1px solid #f2f4f5;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.table > tbody > tr > td.tbcheckf {
    padding-top: 15px;
    padding-right: 0px;
/*  float: right;*/
    padding-left: 0px;
}

a.arrowscordion.collapsed:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
}

a.arrowscordion:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
}

.fs-16 {
    font-size: 16px !important;
}

.lh-23 {
    line-height: 23px !important;
}

.foliof .page-heading span.guestout {
    font-weight: normal;
    font-size: 15px;
}

.form-group.has-error {
    border-left-color: rgb(246, 153, 136);
}
.form-group.has-error .form-control {
    border-left-color: rgb(246, 153, 136);  
}

.form-group.has-error .form-control:focus, .form-group.has-error .form-control:hover { 
border-color: rgb(242, 112, 89);
border-left-color: rgb(242, 112, 89);
}

.pb-0 {
    padding-bottom: 0px !important;
}

div.graphicf1 > div > div {
    margin:0 auto;
}

.leftshashb {
    float: left;
    padding: 12px 5px 12px 0px;
}

.blocktitle.folioleftbutton {
    width: 50%;
    max-width: 100%;
}

span.bootstrap-switch.fswich.ingreenf {
    background-color: rgb(46, 204, 113);
    color: #fff !important;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff !important;
}

span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: rgb(46, 204, 113) !important;
    color: #fff !important;
}

span.bootstrap-switch-handle-on.bootstrap-switch-success i {
    color: #fff !important;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger i {
    color: #fff !important;
}

h4.set {
    font-size: 15px;

    margin: 0px;
    font-weight: bold;
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.mh-270 {
    min-height: 270px;
}

.tab-container.tab-default.tabswithfield .tab-content {
    border: none;
    padding: 0px;
    padding-top: 5px;
}
.tab-container.tab-default.tabswithfield .nav.nav-tabs a {
    font-size: 11px;
    padding: 5px;
}

.tab-container.tab-default.tabswithfield {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bg-blue {
    background: #0377BD;
}

.color-white {
    color:#fff !important;
}

.color-white a {
    color:#fff !important;
    text-decoration: underline;
}


ul.ftabs li a {
    border: none;
    padding: 0 16px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 0;
    color: rgba(27, 34, 44, 0.32);
}

ul.ftabs li {
    float: left;
    list-style-type: none;
    position: relative;
    display: block;
}

ul.ftabs {
    padding: 0px;
}

ul.ftabs li.active a {
    color: rgba(27, 34, 44, 0.88);
}

ul.ftabs li.active a:after {
    content: "";
    background: #03a9f4;
    height: 2px;
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 200ms ease 0s;
    transform: scale(1);
}

ul.ftabs li:hover a {
    color: rgba(27, 34, 44, 0.88);
}

.acc-menu.topmenuf {
    background: #fff;
}

ul.acc-menu.topmenuf > li.active a {
    padding: 16px !important;
}

.layout-horizontal .static-leftbar-wrapper nav > ul.acc-menu.topmenuf > li.active a {
     padding: 16px !important;   
}

.mw-147 {
    min-width: 147px !important;
}

.questionf {
    position: absolute;
    padding-top: 0px;
    padding-left: 5px;
    font-size: 14px;
    color: #b6b8bb;
}

.questionf2 {
    position: absolute;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 14px;
    color: #b6b8bb;
    margin-top: -5px;
}

.fs-14 {
    font-size: 14px !important;
}

.mw-55 {
    min-width: 55px !important;
}

.lineunder2 {
    font-weight: bold;
    border-bottom: 1px solid #f2f4f5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.lineunder {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.h-105 {
    height: 105px !important;
}

.titleft1 {
    font-size: 13px;
    color: rgba(27, 34, 44, 0.48);
    text-transform: none;
    padding: 8px 0px;
    margin: 0px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs li a::after, .panel.panel-indigo-alt .panel-heading .nav-tabs li a::after {
    background: rgb(3, 169, 244) !important;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs li:hover a::after, .panel.panel-indigo-alt .panel-heading .nav-tabs li:hover a::after {
    background: rgb(3, 169, 244) !important;
    transform: scale(1);
}


.panel .panel-heading .nav-tabs.stylehotel li a {
    font-weight: 600;
    line-height: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 5px;
    border-radius: 0px;
}
.panel .panel-heading .nav-tabs.stylehotel {
    padding-left: 15px;
    padding-right: 15px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a {
    color: rgba(27, 34, 44, 0.48) !important;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a.blue, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a.blue {
        color: #03a9f4 !important;
}


.material-nav-tabs > li:hover > a:after, .dropdown-menu.tabbed > ul > li:hover > a:after {
    content: "";
    /* background: #4285F4; */
    height: 2px;
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 200ms ease 0s;
}


.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a {
    border-right: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    padding-top: 0px;
    line-height: 15px;
}

.material-nav-tabs.stylehotel > li > a:after {
    bottom: -12px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li:last-child a {
    border-right: none;
}


.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li:nth-last-child(2) a {
    border-right: none !important;
} 

.ml-3 {
    margin-left: 3px !important;
}

.hourarrowl {
    position: absolute;
    right: 15px;
    top: 26px;
    font-size: 11px;
}
.hourarrowr {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 11px;
}

.pl-20 {
    padding-left: 20px !important;
}

.fileinput .thumbnail {
    width: 100%;
    min-height: 120px;
}

.fileinput-preview.thumbnail.mb20.add {
    background: #e1e1e1 url(/assets/img/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
}

.fileinput-preview.thumbnail.mb20.add:hover {
    background-color: #0376bd;
}

.questionf.plus {
    padding-left: 25px;
    color: #39a7f1;
}



.questionf.st2 {
    right: -15px;
    top: 25px;

    z-index: 2;
}

.questionf.plus.st2 {
    right: -35px;
    top: 25px;

    z-index: 1;
}

.w-70 {
    width: 70px !important;
}

.w-150 {
    width: 150px !important;
}

.bluebg {
    background: #39a7f2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;

background: rgba(79,166,241,1);
background: -moz-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(79,166,241,1)), color-stop(100%, rgba(86,145,200,1)));
background: -webkit-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -o-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: linear-gradient(135deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa6f1', endColorstr='#5691c8', GradientType=1 );
}
.bluebg p {
color:#fff !important;
}

.float-right {
    float: right;
}

.w-120 {
    width: 120px !important;
}

.bgtr {
    background: rgba(3, 169, 244, 0.1);
    padding: 6px 8px;
}

.ms-parent .ms-choice {
    background: #fff !important;
}

.ms-choice > span {
font-weight: normal !important;
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.btn-sm i .fs-15 {
    font-size: 15px !important;
}
/*
.translatefield:hover > .translatebutt {
opacity: 0
}

.translatesection .translatebutt {
display: none;
}

.translatesection .input:focus + .translatebutt {
display: block;
}
*/

.wt-100p {
    width: 100%;
}

.panel.panel-default.alt.langlf ul li a {
line-height: 30px;

}

.panel.panel-default.alt.langlf {
    box-shadow: none;
    margin-bottom: 0px;
}

.panel.panel-default.alt.langlf .panel-body {
    padding: 0px;
    padding-top: 5px;
}


.tarifname {
    border-bottom: 1px solid #f2f4f5;
    padding: 8px;
    font-size: 15px;
}

.tarifname:hover {
    background-color: #f7f9fa;
    transition: 0.2s;
}

.tarifin {
    padding-top: 15px;
}

.titleintarif {
    border-bottom: 1px solid #f2f4f5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.pl-5 {
    padding-left: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.periodf .bootstrap-switch.bootstrap-switch-small {
    width: 48px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.mw-200 {
    min-width: 200px !important;
}

.mw-50 {
    min-width: 50px !important;
}

.w-10p {
    width: 10% !important;
}

.h-55 {
    height: 55px;
}
.h-49 {
    height: 49px;
}
.rangeslider {
    width: 300px !important;
    max-width: 100%;
    margin: 0 auto !important;
}

.rangeslider.styleslider2 {
    width: 220px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
    float: left !important;
    padding-left: 15px !important;
}

td.bg-green {
    background: #27ae60;
    color: #fff;
}

td.bg-blue {
    color: #fff;
}

i.ion.ion-stop.marker.blue {
    color: #2177bd;
}

.foliotable .questionf {
    padding-left: 2px;
}

.itemsflist {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #39a7f2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.itemsflist span {
    padding-right: 5px;
    padding-left: 5px;
}

.itemsflist.stf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2177bd;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.itemsflist.stf2 span {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #0288D1;
    padding: 7px;
    border-radius: 3px;
    margin: 5px 3px;
}

.itemsflist.stf3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f1f2;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.itemsflist.stf3 span {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #d4d4d4;
    padding: 7px;
    border-radius: 3px;
    margin: 5px 3px;
}

.rangeslider.styleslider2.w-100p {
    width: 100% !important;
}

.pt-100 {
    padding-top:100px;
}

.pt-8 {
    padding-top: 8px;
}
.pt-6 {
    padding-top: 6px;
}

@media (max-width: 1620px) {
    .calendarftab .table > tbody > tr > td, .calendarftab .table > tfoot > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > thead > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    } 
    .calendarftab .table > tbody > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > tfoot > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > thead > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > tbody > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    } 
    .calendarftab .table > tfoot > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
}

.rangeslider.w-100p {
    width: 100% !important; 
}

.tabrf {
    position: absolute;
    margin-top: -25px;
    font-size: 9px !important;
    margin-left: 14px;
}

.ml-20 {
    margin-left: 20px;
}

.input-group-btn.dropdown.blue button {
    background: rgb(3, 169, 244);
    color:#fff;
}

.mw-100 {
    min-width: 100px;
}

.w-100 {
    width: 100px;
}

.mw-160 {
    width: 160px;
}

.w-160 {
    width: 160px;
}

.inslidertumb {
    padding-top: 70px;
    margin-left: 20px;
    padding-right: 10px;
}

.w-200-mw-100p {
    width: 200px !important;
    max-width: 100% !important;
}

.rangeslider.w-500 {
    width: 500px !important;
}

.childstyle i {
    transform: rotate(180deg);
    font-size: 15px;
    color: #08a7f1;
}

.feestyle .bootstrap-switch {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.w-100-mw-100p {
    width: 100px !important;
    max-width: 100% !important;
}



.ml--1 {
    margin-left: -1px;
}

.ml--4 {
    margin-left: -4px;
}

.ml-1 {
    margin-left: 1px;
}

.minisf {
    display: block;
    float: left;
    padding-left: 5px;
    position: absolute;
    right: -50px;
}

.minisf span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: rgb(2, 135, 209) !important;
    color: #fff !important;
}

.minisf .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: rgba(27, 34, 44, 0.48);
    background: rgba(27, 34, 44, 0.16);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background: #3CBCD5;
}

.feestyle .input-group-btn.dropdown.blue {

}


.minisf-2 span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #3BA7F0 !important;
    color: #fff !important;
}

.top-43 {
    top: 43px;
}


.questionf {
    z-index: 100;
}

.hourarrowlf {
    position: absolute;
    padding-top: 0px;
    margin-left: 23px;
    font-size: 14px;
    color: #b6b8bb;
    z-index: 0;
}

.hourarrowlf:hover {
    transition: 0.5s;
    color:#03a9f4;
}

.w-30 {
    width: 30px !important;
}

.form-group.has-error .form-control:focus, .form-group.has-error .form-control:hover, .form-group.has-error .form-control:visited {
    border-color: #03a9f4;
    border-left-color: #03a9f4;
    color: rgba(27, 34, 44, 0.72);
    background-color: #fff;
}
.form-group.has-error .form-control:focus::placeholder, .form-group.has-error .form-control:hover::placeholder {
    color: rgba(27, 34, 44, 0.72) !important;
}

.populated {
     border-color: #03a9f4 !important;
    border-left-color: #03a9f4 !important;
    color: rgba(27, 34, 44, 0.72) !important;
    background-color: #fff !important;
}

.w-250-mw-100 {
    width: 250px !important;
    max-width: 100% !important;
}

.bfh-selectbox-toggle.form-control {
    border-left: 3px solid #03a9f4;
}

.bfh-selectbox-toggle.form-control:focus {
    border-left: 6px solid #03a9f4;
    transition: 0.2s;
}
.bfh-selectbox-toggle .caret.selectbox-caret {
    display: none;
}

.questionf.selc{
    right: -11px;
    top: 0px;
}

.w-32 {
    width: 32px !important;
}

.w-100 {
    width: 100px !important;
}

.kkmtext i {
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}

.kkmtext ul {
    list-style-type:none;
}

.mh-50 {
    min-height: 60px;
}

.input-group .input-group-addon {

}



/*  */


.ftoggle input.switchery-sm {
    opacity: 0;
    position: absolute;
    z-index: 10000;
    width: 50px;
    height: 23px;
    cursor: pointer;
    display: block !important;
}

.switchery-sm + .switchery {
    background: rgb(46, 204, 113);
}

.f-block-relative {
    position: relative !important;
    display: block !important;
}

.ml-m1 {
    margin-left: -1px;
}

.h-90 {
    height: 90px !important;
}

@media (min-width: 992px) {

    .five-column .col-md-2 {
        width: 20%;
    }

}

.pt-3 {
    padding-top: 3px !important;
}

.vert-middle {
    vertical-align: middle !important;
}

.w-140 {
    width: 140px;
}

.form-control.w-140-mw-100 {
    width: 140px !important;
    max-width: 100% !important;
}

.rangeslider.w-200.fee {
    text-align: left;
    margin: 0 !important;
    width: 200px !important;
}

.mt--25 {
    margin-top: -25px !important;
}

.rangeslider.w-200.fee.mt--25 {
    margin-top: -25px !important;
}


.rangeslider.w-200.fee.mt--25 .irs-grid-pol.small {
    height: 0px !important;
}

.w-250 {
    width: 250px;
}

.sliderinmod .carousel-caption {
    top: -30px;
}

.sliderinmod .carousel-indicators {
    bottom: -10px;
}

.sliderinmod .carousel-caption {
    position: absolute;
    background: #02a6f0;
    color: #fff;
    border-radius: 0px 8px 8px 1px;
    left: 0px;
    padding-left: 5px;
    text-align: left;
    height: auto;
    bottom: inherit;
    top: 0px;
    padding: 5px;
    padding-right: 5px;
    width: auto;
    right: inherit;
}

.sliderinmod .carousel-caption h3 {
    margin: 0px;
    position: relative;
    font-size: 15px;
    padding: 0px 10px;
    text-align: left;
    box-shadow: none;
}

.calendarftab.style-in-modul td, .calendarftab.style-in-modul th {
    text-align: center;
    vertical-align: middle;
    height: 45px;
    font-size: 15px;
}

.calendarftab.style-in-modul td.close-day {
    background: #f7f9fa;
    color: #ccc;
}

.foliotable.calendarftab.style-in-modul tbody tr:hover {
    background: none;
}

.calendarftab.style-in-modul td.free-day {
    transition: 0.5s;
}
.calendarftab.style-in-modul td.free-day:hover {
    background: #03a9f4;
    color: #fff;
}

.free-days {
    text-align: center;
    border: 1px solid #03a9f4;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 2px 2px -2px rgba(27, 34, 44, 0.16);
}

.free-days:hover {
    background: #03a9f4;
    color: #fff;
}

.free-days:hover .daysf-3 {
    border-top: 1px solid #fff;
}

.free-days .daysf-3 {
    background: #03a9f4;
    color: #fff;
    padding: 5px 0px;
    border-top: 1px solid #03a9f4;
}

.free-days .daysf-1 {
    padding: 10px 0px 5px 0px;
}

.free-days .daysf-2 {
    padding: 0px 0px 5px 0px;
}

.titlef.modul {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

.detailsicons .icons1 {
    position: absolute;
    margin-left: -30px;
}

.detailsicons .indetails {
    padding-left: 25px;
    padding-bottom: 10px;
}

.pl-30 {
    padding-left: 30px !important;
}

.w-200 {
    width: 200px !important;
}

.mw-100p {
    max-width: 100% !important;
}

.mr-5 {
    margin-right: 5px !important;
}