form .form-group input[type="text"],
form .form-group input[type="password"]{
    border-radius: 4px;
    color: #747474;
    font-size: 15px;
}
.authForm {
    padding: 0 50px;
}

.authForm a.auth-input-fogetlink {
    font: normal 15px "Segoe UI Light";
    border-bottom: 1px solid #428bca;
    position: absolute;
    right: 0;
}

.auth-input .form-group input, .recovery-input .form-group input {
    font: normal 17px "Segoe UI Light";
    width: 100%;
	height: 58px;
}

.auth-input .customLbl span {
    font: normal 16px "Segoe UI Light";
    margin-top: -1px;
}

.auth-input .checkbox label.lb_checkbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

form .form-group .help-block {
    background: white none repeat scroll 0 0;
    box-shadow: 3px 1px 6px 2px #9d9d9d;
    display: none;
    font-family: "Segoe UI Light";
    font-size: 14px;
    height: 48px;
    line-height: 18px;
    padding-top: 5px;
    position: absolute;
    right: -235px;
    top: 0;
    width: 248px;
}
form .form-group .help-block::after {
    background: white none repeat scroll 0 0;
    content: " ";
    height: 14px;
    left: -6px;
    position: absolute;
    top: 17px;
    transform: rotate(45deg);
    width: 14px;
}
form .form-group .help-block #errIco {
    color: #ff0000;
    display: inline-block;
    float: left;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
}

h3.centerTitle{
    text-align: center;
    font-size: 40px;
    color: #012530;
    font-family: "Proximanova-Bold";
    font-weight: normal;
}

#submitButton{
    background: #1ab394;
    border-radius: 5px;
    border: medium none;
    bottom: 0;
    color: white;
    font-family: "Proximanova-Bold";
    font-size: 22px;
    font-weight: normal;
    padding: 15px 25px;
    border-bottom: 3px solid #0e967a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
#submitButton:hover{
    box-shadow: 0px 5px 14px 0px rgba(1, 37, 48, 0.3);
}

/* Кастомные чекбоксы */
.customLbl {
    margin: 0;
    display: inline-block;
	font: normal 15px Proximanova;
}

div.customLbl input.hidden {
    cursor: pointer;
    height: 10px;
    left: 25px;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    width: 10px;
}
a.rulesLink {
    font-size: 14px;
    text-decoration: underline;
}
input[type="checkbox"] ~ label.lb_checkbox img,
input[type="checkbox"] ~ label.lb_checkbox i.fa-check {
    display: none;
}
.checkbox input[type="checkbox"]:checked ~ label.lb_checkbox img,
.checkbox input[type="checkbox"]:checked ~ label.lb_checkbox i.fa-check {
    display: inline-block;
    margin: 2px 0 0 -16px;
    padding: 0;
    position: absolute;
    font-size: 13px;
    -webkit-text-stroke: 1px #fafafa;
    color: #497190;
}


.selectWithInputs .checkbox input[type="checkbox"]:checked ~ label.lb_checkbox i.fa-check {
    display: inline-block;
    margin: 3px 0 0 2px;
    padding: 0;
    position: absolute;
    font-size: 10px;
    -webkit-text-stroke: 1px #fafafa;
    color: #497190;
}

.customRadio input[type=radio] {
    height: 10px;
    opacity: 0;
    width: 10px;
    display: none;
}

.customRadio label.lb_radiobutton {
    background-color: #5cb85c;
    border-radius: 10px;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2) inset;
    height: 18px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 19px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.customRadio input[type="radio"]:checked ~ label.lb_radiobutton:after {
    content: " ";
    width: 7px;
    height: 6px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
}

/* /Кастомные чекбоксы */

.fieldErrorsAreaRounded,.fieldErrorsAreaRoundedVisible,.fieldErrorsAreaRoundedHidden, .fieldErrorsAreaHidden {
    font: normal 14px Proximanova;
    color: #ff5722;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 12px;
    background-color: #ffeeee;
    position: relative;
    margin: 10px 0 5px;
}
.fieldErrorsAreaRounded span,.fieldErrorsAreaRoundedVisible span, .fieldErrorsAreaRoundedHidden span {
    position: absolute;
    left: 14px;
    top: -12px;
    font-size: 20px;
}

.fieldErrorsAreaRounded span:before,.fieldErrorsAreaRoundedVisible span:before, .fieldErrorsAreaRoundedHidden span:before {
    color: #ffeeee;
}

.fieldErrorsAreaRoundedGreen span:before,.fieldErrorsAreaRoundedGreenVisible span:before, .fieldErrorsAreaRoundedGreenHidden span:before {
    color: #e1ffd0;
}

.fieldErrorsAreaRoundedGreen,.fieldErrorsAreaRoundedGreenVisible,.fieldErrorsAreaRoundedGreenHidden {
    color: #488A2E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 12px;
    background-color: #E1FFD0!important;
    position: relative;
}

.fieldErrorsAreaRoundedHidden, .fieldErrorsAreaRoundedGreenHidden { display: none; }
.fieldErrorsAreaRoundedVisible, .fieldErrorsAreaRoundedGreenVisible { display: block; }

.site-loader {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 49;
    #opacity: 0;
    transition: all .3s;
    background-color: rgba(0, 150, 136, 0.2);
}

.site-loader-inside {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 900;
    background-color: rgba(245, 245, 245, 0.38);
}

#modalWindowAuth_area {
    overflow: hidden;
     -khtml-border-radius: 7px;
       -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}

.site-loader-spinner {
    -webkit-animation: spinner 0.75s infinite linear;
        -o-animation: spinner 0.75s infinite linear;
           animation: spinner 0.75s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -40px;
    margin-left: -40px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff;
    border-right-color: transparent;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.site-loader-inside .site-loader-spinner {
    border: 10px solid #428bca;
    border-right-color: rgba(0, 0, 0, 0);
}

.site-loader-inside .site-loader-spinner.small {
    border-right-color: rgba(0, 0, 0, 0);
    border-width: 4px;
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 30px;
}

.site-loader-inside.relative {
    position: relative;
}

.site-loader-inside .site-loader-spinner.relative {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.modal_window_div {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*overflow: hidden;*/
    background: #fff;
}

.modalWindowTitle{
    font-family: "Proximanova-bold";
    font-size: 22px;
    color: #547296;
    margin-bottom: 20px;
}

.modalWindowContent {
    padding: 20px 35px;
    width: 680px;
}

.modalText {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #505050;
}

.modalText b, .modalText strong{
    font-family: "Proximanova-bold";
    font-size: 18px;
    color: #547296;
}

.modal_window_div .titleDs {
    width: 36%;
}

.titleDs {
    font-family: "Proximanova-bold";
    font-weight: normal;
    font-size: 16px;
    color: #505050;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
    line-height: 18px;
}

.modal_window_div .contentFormDs {
    width: 63%;
}

.contentFormDs {
    display: inline-block;
}

.modal_window_div .settForm input[type=text],
.modal_window_div .settForm input[type=email],
.modal_window_div .settForm input[type=password]{
    background: #ddecff;
    box-shadow: 1px 1px 1px 1px RGBA(30,30,30,0.1) inset;
}

#confirmed_activated {
    position: absolute;
    margin-top: 3px;
    font-size: 13px;
}

#confirmed_activated strong {
    font: normal 15px 'Proximanova-bold';
    margin-left: 5px;
}

.mega-label-sel {
    font-family: "Proximanova-bold";
    font-size: 16px;
    color: #505050;
    margin-right: 15px;
    font-weight: normal;
    padding-left: 0;
}

.sortContentBlock .form-group label{
    font-family: "Proximanova-Bold";
    font-size: 15px;
    margin-right: 10px;
    font-weight: normal;
    padding-left: 0;
}

.sortContentBlock .form-group ul.dropdown-menu li div.customLbl {
    height: 12px;
    line-height: 12px;
    width: 100%;
}

.sortContentBlock .form-group ul.dropdown-menu li div.customLbl a {
    display: inline;
    padding-left: 20px;
    text-align: left;
    width: calc(100% - 35px);
    line-height: 12px;
    height: 12px;
    text-align: left;
    padding-left: 0;
    float: left;
}

.sortContentBlock select {
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #6f6f6f;
    cursor: pointer;
    height: 38px;
    padding-left: 5px;
    position: relative;
    width: auto;
    padding-right: 20px;
    line-height: 38px;
}

.sortContentBlock .form-group{
    margin-left: 20px;
    display: inline-block;
    height: 50px;
}

.scroll-pane {
    overflow-y: auto;
    min-width: 100px !important;
    max-height: 116px;
    padding: 10px 10px 10px 20px;
    box-sizing: content-box;
    display: block;
}

.large-pane {
    max-height: 200px;
}

.large-pane .mCSB_draggerContainer {
    height: 187px !important;
    margin: 5px;
}

.input-loading-res {
    border: 1px solid #ddecff;
    background: #fff;
    position: absolute;
    top: 25px;
    padding: 2px;
    min-width: 138px;
    border-radius: 2px;
}

.input-loading-item {
    border: 0 !important;
    display: block;
    font: normal 10.5pt Arial !important;
    text-decoration: none !important;
    padding: 5px;
}

.fa-green {
    color: #78c400;
}

.form-horizontal .titleDs {
    padding-left: 15px;
}

.btop {
    padding-top: 30px;
}

.ptop0{
    padding-top: 0;
}

.include-file-action .title-ph {
    border-bottom: none !important;
}

.errorsAreaStd {
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0);
    font: normal 17px 'Proximanova-bold';
    color: #f47f79;
    border: 0;
}

.check-all {
    font: normal 15px 'Proximanova-bold';
    color: #1d1d1d;
    margin-left: 12px;
    position: relative;
    top: 1px;
}
.check-all input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 8px;
}
.check_all_greed label {
    display: inline;
}

.checkbox.green input[type="checkbox"]:checked ~ label.lb_checkbox{
    background-image: none;
    position: relative;
}
.checkbox.green input[type="checkbox"]:checked ~ label.lb_checkbox:before{
    background-image: none;
    bottom: 0;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    -webkit-text-stroke: 1px #fafafa;
    color: #497190;
}

.fa-light {
    color: #ddd;
}

.alert.alert-clear {
    background: #FFF;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.alert-warning {
    color: #f47f79;
    background-color: #ffe9e8;
    border-color: #ffcdcb;
}

.alert.alert-warning a{
    color:#8a6d3b;
    text-decoration:underline
}

.alert.alert-info {
    color: #31708f;
    background-color: #f7fcff;
    border-color: #bce8f1;
}

/** Media Types are not compressed with this script, cut out and compress each section seperately **/
@media print{.DynarchCalendar-day-selected{padding:2px 3px;border:1px solid #000;margin:0 !important;}}

/** The rest of your CSS File **/
.DynarchCalendar-topCont table{margin:auto;}.DynarchCalendar{border:1px solid #eff4f8;-moz-user-select:none;-webkit-user-select:none;user-select:none;background:#e8e8e8;font:11px "lucida grande",tahoma,verdana,sans-serif;line-height:14px;position:relative;cursor:default;}.DynarchCalendar table{border-collapse:collapse;font:11px "lucida grande",tahoma,verdana,sans-serif;line-height:14px;}.DynarchCalendar-topBar{border-bottom:1px solid #aaa;background:#ddd;padding:5px 0 0 0;}table.DynarchCalendar-titleCont{font-size:130%;font-weight:700;color:#444;text-align:center;z-index:9;position:relative;margin-top:-6px;}.DynarchCalendar-title div{padding:5px 17px;text-shadow:1px 1px 1px #777;}.DynarchCalendar-hover-title div{cursor: pointer;color: #78c400;}.DynarchCalendar-pressed-title div{border:1px solid #000;padding:4px 16px;background-color:#777;color:#fff;background-image:url(img/drop-up.gif);background-repeat:no-repeat;background-position:100% 50%;}.DynarchCalendar-bottomBar{padding:10px;position:relative;text-align:center;}.DynarchCalendar-bottomBar-today{padding:2px 15px;}.DynarchCalendar-hover-bottomBar-today{color: #78c400; cursor: pointer;}.DynarchCalendar-pressed-bottomBar-today{border:1px solid #000;background:#777;color:#fff;padding:1px 14px;}.DynarchCalendar-body{position:relative;overflow:hidden;padding-top:5px;padding-bottom:5px;}.DynarchCalendar-first-col{padding-left:5px;}.DynarchCalendar-last-col{padding-right:5px;}.DynarchCalendar-animBody-backYear{position:absolute;top:-100%;left:0;}.DynarchCalendar-animBody-back{position:absolute;top:5px;left:-100%;}.DynarchCalendar-animBody-fwd{position:absolute;top:5px;left:100%;}.DynarchCalendar-animBody-now{position:absolute;top:5px;left:0;}.DynarchCalendar-animBody-fwdYear{position:absolute;top:100%;left:0;}.DynarchCalendar-dayNames{padding-left:5px;padding-right:5px;}.DynarchCalendar-navBtn{cursor: pointer; font-size: 15px;position:absolute;top:5px;z-index:10;}.DynarchCalendar-navBtn div{background-repeat:no-repeat!important;background-position:50% 50%!important;height:15px;width:16px;padding:1px;}.DynarchCalendar-hover-navBtn div{color: #78c400;}.DynarchCalendar-navDisabled{opacity:0.3;filter:alpha(opacity=30);}.DynarchCalendar-pressed-navBtn div{border:1px solid #000;padding:0;background:#777;color:#fff;}.DynarchCalendar-prevMonth{left:25px;}.DynarchCalendar-nextMonth{left:100%;margin-left:-43px;}.DynarchCalendar-prevYear{left:5px;}.DynarchCalendar-nextYear{left:100%;margin-left:-23px;}.DynarchCalendar-menu{position:absolute;left:0;top:0;width:100%;height:100%;background:#ddd;overflow:hidden;opacity:0.85;filter:alpha(opacity=85);}.DynarchCalendar-menu table td div{text-align:center;font-weight:700;padding:3px 5px;}.DynarchCalendar-menu table td div.DynarchCalendar-menu-month{width:4em;text-align:center;font-size:11px;}.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn{border:1px solid #000;padding:2px 4px;background:#fff;color:#000;}.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn{border:1px solid #000;padding:2px 4px;background:#777;color:#fff !important;}.DynarchCalendar-menu-year{text-align:center;font:16px "lucida grande",tahoma,verdana,sans-serif;font-weight:700;font-size:14px;}.DynarchCalendar-menu-sep{height:1px;font-size:1px;line-height:1px;overflow:hidden;border-top:1px solid #888;background:#fff;margin-top:4px;margin-bottom:3px;}.DynarchCalendar-time td{font-weight:700;font-size:120%;}.DynarchCalendar-time-hour,.DynarchCalendar-time-minute{padding:1px 3px;}.DynarchCalendar-time-down{background:url(img/time-down.png) no-repeat 50% 50%;width:11px;height:8px;opacity:0.5;}.DynarchCalendar-time-up{background:url(img/time-up.png) no-repeat 50% 50%;width:11px;height:8px;opacity:0.5;}.DynarchCalendar-time-sep{padding:0 2px;}.DynarchCalendar-hover-time{background:#444;color:#fff;opacity:1;}.DynarchCalendar-pressed-time{background:#000;color:#fff;opacity:1;}.DynarchCalendar-time-am{padding:1px;width:2.5em;text-align:center;}.DynarchCalendar-dayNames div,.DynarchCalendar-day,.DynarchCalendar-weekNumber{width:1.7em;padding:3px 4px;text-align:center;font-size:10px;}.DynarchCalendar-weekNumber{border-right:1px solid #aaa;margin-right:4px;width:2em !important;padding-right:8px !important;}.DynarchCalendar-day{text-align:right;color:#222;font-size:10px;height:11px;}.DynarchCalendar-day-othermonth{color:#888;}.DynarchCalendar-weekend,.DynarchCalendar-dayNames .DynarchCalendar-weekend{color:#ff5722;}.DynarchCalendar-day-today{color:#428bca;font-weight:700;}.DynarchCalendar-day-disabled{opacity:0.5;text-shadow:2px 1px 1px #fff;}.DynarchCalendar-hover-date{background: #f5f5f5;color: #000; cursor: pointer;}.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date{border-color:#aaa;color:#888;}.DynarchCalendar-day-othermonth.DynarchCalendar-weekend{color:#d88;}.DynarchCalendar-day-selected{padding:2px 3px;margin:1px;background:#aaa;color:#000 !important;}.DynarchCalendar-day-today.DynarchCalendar-day-selected{background:#999;}.DynarchCalendar-focusLink{position:absolute;opacity:0;filter:alpha(opacity=0);}.DynarchCalendar-focused{border-color:#aaa;}.DynarchCalendar-tooltip{position:absolute;top:100%;width:100%;}.DynarchCalendar-tooltipCont{margin:0 5px;border:1px solid #aaa;border-top:0;padding:3px 6px;background:#ddd;}.DynarchCalendar-focused .DynarchCalendar-tooltipCont{background:#ccc;border-color:#000;}

/** border-radius **/
.DynarchCalendar,.DynarchCalendar-menu{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.DynarchCalendar-title,.DynarchCalendar-title div{-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;font-size:14px;}.DynarchCalendar-topBar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px;border-radius:4px 4px 0 0;}.DynarchCalendar-bottomBar{-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.DynarchCalendar-bottomBar-today{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;}.DynarchCalendar-menu table td div{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:11px;}.DynarchCalendar-weekNumber{-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.DynarchCalendar-day{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:10px;height:13px;}.DynarchCalendar-day-disabled{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}.DynarchCalendar-tooltipCont{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:5px;}.DynarchCalendar-time-hour,.DynarchCalendar-time-minute{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px;}.DynarchCalendar-time-am{-moz-border-radius:3px;-webkit-border-radius:3px;}



.DynarchCalendar {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
    background: #2e98cd;
}
.DynarchCalendar-tooltip{
    position:absolute;top:100%;width:100%;
}
.DynarchCalendar-tooltipCont{
    margin:0 5px;border:1px solid #aaa;border-top:0;padding:3px 6px;background:#ddd;
}
.DynarchCalendar-focused .DynarchCalendar-tooltipCont{
    background:#ccc;border-color:#000;
}
.DynarchCalendar-day-selected {
    background: #2e98cd;
    color: #ffffff!important;
}

.DynarchCalendar-topBar {
    background: #fff;
    border: none;
    
}
.DynarchCalendar-title, .DynarchCalendar-title div {
    font: normal 14px 'Proximanova-Bold';
    text-shadow: none;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-weekNumber {
    font: normal 14px 'Proximanova-Bold';
}
.DynarchCalendar-day, .DynarchCalendar-hover-date {
    font: normal 14px 'Segoe UI Light';
    text-align: center;
}
.DynarchCalendar-body {
    background: #fdfdfd;
}
.DynarchCalendar-bottomBar {
    border: 0;
    background: #fdfdfd;
}
.DynarchCalendar-bottomBar-today {
    font: normal 14px 'Proximanova-Bold';
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
}

.calendarDisabled {
    font-size: 25px;
    color: #c8c8c8;
}

.calendar {
    font-size: 25px;
    cursor: pointer;
}


.bs-wizard {
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

#show_rss_chk{
    border-radius: 3px;
    padding: 20px 30px;
}
#rss2email_row{
    margin-top: 20px;
}
table.active_rss2email_table tr td{
    padding-bottom: 10px;
}
#vtip_rss_addressArc{
    vertical-align: super;
}
table.active_rss2email_table tr td:nth-child(2){
    padding-left: 10px;
}
.rss_default_templates{
    margin-right: 10px;
    margin-bottom: 15px;
}
.rss_templates{
    margin-bottom: 20px;
}
.rss_templates_title{
    margin-bottom: 15px;
}

.list-group.items {
    margin-top: 30px;
}

.items .item {
    position: relative;
    padding: 20px;
    background: #f8fafb;
    border-width: 0px 0 0 0;
    margin-bottom: 25px;
}

.items .item .preview {
    float: left;
    display: block;
    margin-right: 5px;
	max-width: 110px;
	max-height: 100px;
	background-size: cover;
	background-position: center center;
	border: 2px solid rgb(227, 227, 227);
	border-radius: 6px;
    overflow: hidden;
}

.items .item .group-details {
    padding-left: 10px;
    width: 90%;
}

.items .item .customLbl {
    float: left;
    margin: 7px 0 0 5px;
}

.items .item .stats ul {
    padding-left: 0;
    list-style: none;
}

.items .item .stats ul li .number {
    display: block;
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    margin: 5px 0 5px 0;
}

.items.border-list .item .stats ul li {
    padding: 0 50px;
}

.items .item .stats ul li {
    float: left;
    display: inline;
    padding: 0 20px;
}

.items .item .stats ul li.active {
    padding-left: 25px;
    border-left: 2px solid #eee;
}

.items .item .stats ul li span.percent {
    font: normal 13px Proximanova-bold;
    display: block;
    color: #969696;
}

.items .item .stats ul li.active .number,
.items .item .stats ul li.active .number a {
    color: #5cb85c;
}

.items .item .stats ul li.new {
    padding-left: 25px;
    border-left: 2px solid #eee;
}

.items .item .stats ul li.new .number,
.items .item .stats ul li.new .number a {
    color: #00bcd4;
}

.items .item .stats ul li.deleted {
    padding-left: 25px;
    border-left: 2px solid #eee;
}

.items .item .stats ul li.deleted .number,
.items .item .stats ul li.deleted .number a {
    color: #f28c5f;
}

.labels-row input, .labels-row button {
    margin-left: 5px;
}

.contact-box {
    background-color: #f5f5f5;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-box .fa-pencil, .contact-box .fa-star {
    color: #f8ac59;
    font-size: 20px;
}




.form-clear .form-group label.control-label {
    font-family: Proximanova;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px;
    overflow: auto;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    outline: 0;
}

.dropdown-center {
    width: 51px;
    margin: auto;
}

.m0 {margin: 0!important;}
.m9 {margin: 9px!important;}
.p0 {padding:0!important}
.p6 {padding:6px!important}
.p13 {padding:13px!important}
.pb13 {padding-bottom:13px!important}
.p15 {padding:15px!important}
.p35 {padding:35px!important}
.pl6 {padding-left:6px!important}
.p25 {padding:25px!important}
.pr0 {padding-right:0px!important}
.pt0 {padding-top:0px!important}
.pl0 {padding-left:0px!important}
.ml0 {margin-left:0px!important}
.ml10 {margin-left:10px!important}
.pr30 {padding-right:30px!important}
.pr15 {padding-right:15px!important}
.pt30 {padding-top:30px!important}
.pl15 {padding-left:15px!important}
.pl30 {padding-left:30px!important}
.pl35 {padding-left:35px!important}
.pt7 {padding-top:7px!important}
.pb30 {padding-bottom:30px!important}
.mt0{margin-top: 0!important;}
.mt3{margin-top: 3px!important;}
.mt5{margin-top: 5px!important;}
.mt6{margin-top: 6px!important;}
.mt8{margin-top: 8px!important;}
.mt9{margin-top: 9px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt15{margin-top: 15px!important;}
.mb30{margin-bottom: 30px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb0{margin-bottom: 0!important;}
.pb0{padding-bottom: 0!important;}
.mr5{margin-right: 5px!important;}
.mr15{margin-right: 15px!important;}
.mr10{margin-right: 10px!important;}
.uppercase{text-transform: uppercase!important;}
.noborder{border:none!important;}
.nobg{background:none!important;}
.azure{background:azure!important;}
.gray{background:#f5f5f5!important;}
.white{background:#ffffff!important;}
.bg-lightgrey{background:#e1eff6!important;}
.bg-green{background:#78c400!important;}
.bg-yellow{background:#fffdf6!important;}
.w100 {width:100%!important;}
.w35 {width:35%!important;}
.w50 {width:50%!important;}
.w65 {width:65%!important;}
.wAuto {width:auto!important;}
.height5{height:5px!important;}
.height10{height:10px!important;}
.height130{height:130px!important;}
.h400{max-height:400px!important;}
.opacity8 {opacity: .8!important;}
.relative {position: relative;}
.break-word{word-wrap: break-word;}
.nowrap{white-space: nowrap;}
.font-bold{font-family: "Proximanova-bold";font-weight: normal;}
.font-normal{font-family: "Proximanova";font-weight: normal;}
.font-segoe {font-family: "Segoe UI Light"!important;font-weight: normal;}
.overflow-y{overflow-y:auto;margin-right:15px;transition:all .3s;}
.overflow-hidden{overflow:hidden;}
.border-radius5{border-radius:5px!important;}
.inline-block{display: inline-block;!important;}
.text-light{color:#999!important;}
.color-default{color: #676a6c!important;}
.color-green{color: #78c400!important;}
.valign-top{vertical-align:top!important;}
.valign-middle{vertical-align:middle!important;}
.cursor-pointer{cursor:pointer!important;}

hr {margin: 25px 0}
.hideEnd{
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: block;
    position: relative;
}
.hideEnd:after {
    content: '';
    right: -5px;
    top: 0;
    width: 70px;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0.2),#fff 69%);
    position: absolute;
}
strong, b {
    font-weight: normal;
    font-family: Proximanova-bold;
}
.navy-bg {
    background-color: #1ab394;
    color: #fff;
}
.blue-bg {
    background-color: #1c84c6;
    color: #fff;
}
.lazur-bg {
    background-color: #23c6c8;
    color: #fff;
}
.yellow-bg {
    background-color: #f8ac59;
    color: #fff;
}
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.vertical-align h2 {
    margin: 0;
}

.panel.panel-clear {
    box-shadow: 0 0 2px #ccc;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    position: relative;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default > .panel-heading {
    font: normal 16px Proximanova-bold;
    color: #676a6c;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #547296;
    background-color: rgba(64, 100, 144, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(64, 100, 144, 0.9); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(64, 100, 144, .85); }

.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: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
    height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #ccc;
}

.vertical-timeline {
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    height: 100%;
    width: 6px;
    background: #f5f5f5;
}

.vertical-timeline-block {
    position: relative;
    margin-bottom: 10px;
}

.vertical-timeline-block:last-child {
    margin-bottom: 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f5f5f5;
    border-radius: 0.25em;
    padding: 1em;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid #fff;
    border-color: rgba(0, 0, 0, 0) #f8fafb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-icon {
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    margin: 0;
    width: 30px;
    height: 30px;
}
.vertical-timeline.center-orientation {
    margin-top: 4em;
    margin-bottom: 3em;
}
@media only screen and (min-width: 1170px) {
    .center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
    .center-orientation .vertical-timeline-icon {
        left: 50%;
        margin-left: -14px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        width: 47%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 17px;
        left: 100%;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 17px;
        left: auto;
        right: 100%;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-content:before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f8fafb;
    }

    .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before, .dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
        border-color: rgba(0, 0, 0, 0) #f8fafb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 113%;
        top: 12px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 113%;
        text-align: right;
    }
}

.fa.fa-round{
    border: 1px solid #cdcdcd;
    border-radius: 25px;
    padding: 10px;
    line-height: 10px;
}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
    div#topMainMenu {
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.navbar-toggle .icon-bar{
    background: white;
    height: 3px;
}

.col-5 {
    width: 20%;
}

#sliderMonths ul{
    list-style: outside none none;
    position: absolute;
    top: -3px;
    padding-left: 0;
    width: 100%;
}
#sliderMonths ul li.checkpoint{
    width: 10px;
    height: 10px;
    background-color: #1ab394;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
}
#sliderMonths ul li.checkpoint:nth-child(2){
    left: 33.3333%;
}
#sliderMonths ul li.checkpoint:nth-child(3){
    left: 66.6667%;
}
#sliderMonths ul li.checkpoint:nth-child(4){
    left: 99.9%;
}
#sliderMonths a.ui-slider-handle{
    background-color: #1ab394;
    border: 4px solid white;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    display: block;
}
#sliderMonths.bg-green a.ui-slider-handle {
   background-color: #78c400;
   outline: none;
   box-shadow: 0px 0px 0px 1px #acdb63;
}
#sliderMonths{
    background-color: #1ab394;
    height: 4px;
    border: none;
    position: relative;
    cursor: pointer;
    margin-top: 35px;
    margin-left: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.5em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.helpMessage:before{
    background: white none repeat scroll 0 0;
    content: " ";
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -4px;
    transform: rotate(45deg);
    width: 8px;
}
.helpMessage.gray:before{
    background: #f5f5f5;
}
.helpMessage{
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    padding: 4px 7px;
	min-width: 75px;
    left: -35px;
	display: none;
	transition: all .5s;
	white-space: nowrap;
}
.helpMessage .duration{
    font-size: 13px;
    text-align: center;
}
.helpMessage .discount{
    font-family: "Proximanova-Bold";
    text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #f8fafb;
}

/* Checkbox, Radio */
.checkbox label.lb_checkbox.small {
    width: 16px;
    height: 16px;
    padding: 0;
    min-height: 16px;
	line-height: 16px;
	margin: 1px 5px 0 0;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff none repeat scroll 0 0;
    float: left;
}

.table > tbody > tr > td .customLbl {
    margin-top: 6px;
}

.checkbox.customLbl .lb_checkbox.checked.small:before{
    font-size: 11px;
    -webkit-text-stroke: 1px #fafafa;
    color: #78c400;
    font-family: "FontAwesome";
    content: "\f00c";
    text-align: center;
    display: block;
}

.customRadio{
    line-height: 27px;
    display: inline;
}
.customRadio input[type=radio]{
    height: 10px;
    opacity: 0;
    width: 10px;
    display: none;
}
.customRadio input[type="radio"]:checked ~ label.lb_radiobutton:after{
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: white;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.11);
}

.customRadio label.lb_radiobutton.checked:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.11);
    content: " ";
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}

.radio_btns_ench > .radio-labell{
    margin-right: 15px;
}
/* Checkbox, Radio End */

/* Multiselect
----------------------------------*/
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-multiselect .ui-widget-header {padding: 5px 10px;border-bottom: 1px solid #eee;}
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li, .ui-sortable-helper {border-bottom: 1px #eee solid;
    padding: 5px 10px;
    line-height:30px }


.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

.ui-multiselect ul.selected { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; position: relative; width: 100%; }

.ui-multiselect div.available { border-left: 1px solid #eee; }
.ui-multiselect ul.available { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; width: 100%; }

 
.ui-multiselect .ui-state-default {  position: relative; }
.ui-multiselect .ui-state-hover { background: #f5f5f5; }
 
.ui-multiselect .search { float: left; padding: 4px;}

.ui-multiselect li a.action { position: absolute; right: 10px; top: 7px; }
 
.ui-multiselect input.search { height: 20px; padding: 1px 5px; opacity: 0.5; width: 150px; }
