﻿/*================================*
*                                *
*    Created by VADIM LEE        *
*    vadimlee042594@gmail.com    *
*                                *
*================================*/
.img-container {
    display: block;
    position: relative;
}

.img-container img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.fullwidth {
    position: relative;
    width: 100%;
}

.bg-item {
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.section-block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-block .section-title {
    margin-bottom: 50px;
}

.section-block .section-title > h1,
.section-block .section-title > h2,
.section-block .section-title > h3 {
    color: #202020;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "GothamProMedium";
    color: #303030;
}

.section-block .section-title > h1 > span,
.section-block .section-title > h2 > span,
.section-block .section-title > h3 > span {
    color: #8c348e;
}

.section-block .section-title:after {
    display: inline-block;
    width: 200px;
    height: 5px;
    background-color: #8c348e;
    content: "";
}

.section-block.corner_top {
    padding-top: 150px;
}

.section-block.corner_bottom {
    padding-bottom: 150px;
}

.section-block.corner_top:before,
.section-block.corner_bottom:after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    -ms-background-size: 100% 100px;
    background-size: 100% 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.section-block.corner_top:before {
    background-image: url("../images/corner_top.png");
    top: 0;
}

.section-block.corner_bottom:after {
    background-image: url("../images/corner_bottom.png");
    bottom: 0;
}

.section-block .main h3 {
    margin: 10px 10px 30px 15px;
}

/*sizes*/
.size-1x1:after,
.size-2x1:after,
.size-3x1:after,
.size-vertical:after,
.size-16x9:after,
.size-16x10:after {
    display: block;
    content: "";
}

.size-1x1:after {
    padding-top: 100%;
}

.size-2x1:after {
    padding-top: 50%;
}

.size-3x1:after {
    padding-top: 33.33333333%;
}

.size-vertical:after {
    padding-top: 150%;
}

.size-16x9:after {
    padding-top: 56.25%;
}

.size-16x10:after {
    padding-top: 62.5%;
}
/*sizes*/

/*header*/
header {
    position: relative;
    background-image: url("../images/site_bg_1.jpg");
}

header .top {
    position: relative;
    padding: 50px 0;
}

header .top:after,
header .top > .contacts:after {
    display: block;
    content: "";
    clear: both;
}

header .top .logo,
header .top .contacts {
    float: left;
}

header .top .logo {
    margin-right: 120px;
    display: block;
}

header .top .logo > img {
    height: 50px;
}

header .top .personal_cabinet {
    float: right;
}

header .top .contacts > .phone,
header .top .contacts > .email {
    float: left;
    color: #303030;
    font-size: 20px;
}

header .top .contacts > .phone {
    margin-right: 30px;
}

header .top .contacts > .phone > img,
header .top .contacts > .email > img,
header .top .personal_cabinet > img {
    margin-right: 10px;
}

header .top .personal_cabinet {
    margin-top: 10px;
}

header .top .personal_cabinet > a {
    color: #303030;
}

header .navbar {
    border: 0;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #0eade0;
    background: -moz-linear-gradient(45deg, #0eade0 0, #07b586 100%);
    background: -webkit-linear-gradient(45deg, #0eade0 0,#07b586 100%);
    background: linear-gradient(45deg, #0eade0 0,#07b586 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    margin-top: -30px;
    bottom: -30px;
    margin-bottom: 0;
    z-index: 2;
}

header .navbar .navbar-toggle {
    color: #fff;
    float: none;
}

header .navbar .navbar-toggle > .fa {
    margin-right: 10px;
}

header .navbar .navbar-nav > li > a {
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
}

header .navbar .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-nav > li > a:active,
header .navbar .navbar-nav > li > a:focus,
header .navbar .navbar-nav > li.open > a,
header .navbar .navbar-nav > li.active > a {
    background-color: rgba(0, 0, 0, 0.2);
}
header .navbar .navbar-nav > li.active:first-child > a {
    border-top-left-radius: 4px;
}

header .navbar .navbar-form {
    margin-top: 12px;
    position: relative;
    padding: 0;
}

header .navbar .navbar-form > .form-control,
header .navbar .navbar-form > .btn {
    height: 36px;
    display: block;
    border: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #eee;
}

header .navbar .navbar-form > .form-control {
    font-size: 12px;
    width: 250px;
    padding-right:45px;

}

header .navbar .navbar-form > .form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

header .navbar .navbar-form > .form-control::-moz-placeholder {
    color: #eee;
}

header .navbar .navbar-form > .form-control:-ms-input-placeholder {
    color: #eee;
}

header .navbar .navbar-form > .form-control::-webkit-input-placeholder {
    color: #eee;
}

header .navbar .navbar-form > .btn {
    position: absolute;
    top: 0;
    right: 0;
}

input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 6px;
}

select, input[type="text"], input[type="number"], input[type="date"], input[type="password"], textarea {
    font-family: monospace;
}
select option:disabled {
    background: #ccc;
    color: #aaa;
}

@media (max-width:767px) {

    header .navbar .navbar-form {
        margin: 15px 0;
    }

    header .navbar .navbar-form > .form-control {
        width: 100%;
    }
}

@media (min-width: 768px) {
    header .navbar .navbar-left {
        margin-left: -30px;
    }
}

@media (max-width: 991px) {
    header .top .logo,
    header .top .contacts {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    header .top .contacts > .phone,
    header .top .contacts > .email {
        display: inline-block;
        margin: 10px 20px;
        float: none;
        font-size: 16px;
    }

    header .top .contacts > .phone > img,
    header .top .contacts > .email > img {
        height: 30px;
    }

    header .top .personal_cabinet {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .top .logo {
        margin-right: 50px;
    }

    header .top .contacts > .phone,
    header .top .contacts > .email {
        font-size: 16px;
        margin-top: 10px;
    }

    header .top .contacts > .phone > img,
    header .top .contacts > .email > img {
        width: 30px;
    }

    header .navbar .navbar-nav > li > a {
        padding: 20px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }
}
/*header*/

/*main_slider*/
.main_slider {
    padding-top: 70px;
    background: no-repeat center center url("../images/site_bg_2.png");
    -ms-background-size: cover;
    background-size: cover;
    color: #fff;
}

.main_slider h2 {
    margin-bottom: 30px;
}

.main_slider p {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}

.main_slider blockquote {
    font-size: inherit !important;
    font-style: italic !important;
    padding: 5px 10px !important;
}

.main_slider .more {
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.main_slider .carousel-indicators {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
}

#main_slider .carousel-inner > .item > h4 {
    margin-bottom: 30px;
}

#main_slider .carousel-inner > .item > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_slider .carousel-inner > .item > ul > li {
    margin-bottom: 15px;
    font-size: 16px;
}

#main_slider .carousel-inner > .item > ul > li > .fa {
    margin-right: 10px;
}

/*main_slider*/

/*online_consulting*/
form.online_consulting {
    background-color: #f5f5f5;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 350px;
    height: 460px;
    max-width: 100%;
    padding: 0 10px 10px 10px;
    margin-left: 15px;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -ms-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    position: fixed;
    bottom: -411px;
    right: 20px;
    z-index: 10;
}

form.online_consulting.open {
    bottom: 20px;
}

form.online_consulting > .header {
    color: #fff;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #0eade0;
    background: -moz-linear-gradient(45deg, #0eade0 0, #07b586 100%);
    background: -webkit-linear-gradient(45deg, #0eade0 0,#07b586 100%);
    background: linear-gradient(45deg, #0eade0 0,#07b586 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    padding: 15px 20px;
    font-size: 14px;
    margin: 0 -10px;
}

form.online_consulting > .header:after,
form.online_consulting > .header > .controls:after {
    display: block;
    content: "";
    clear: both;
}

form.online_consulting > .header > .controls {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

form.online_consulting > .header > .controls > li {
    float: left;
}

form.online_consulting > .header > .controls > li > a {
    color: #fff;
}

form.online_consulting.open > .header > .controls > li > a.expand,
form.online_consulting > .header > .controls > li > a.remove {
    display: none;
}

form.online_consulting.open > .header > .controls > li > a.remove {
    display: block;
}

form.online_consulting > .messages {
    padding: 0;
    height: 300px;
    overflow-y: auto;
    margin: 10px -10px 10px -10px;
}

form.online_consulting > .messages:after {
    clear: both;
    display: block;
    content: "";
}

form.online_consulting > .messages .message {
    padding: 10px 15px;
}

form.online_consulting > .messages .message.right {
    text-align: right;
}

form.online_consulting > .messages .message > .text {
    padding: 10px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    max-width: 80%;
    display: inline-block;
    background-color: #fff;
}

form.online_consulting > .messages .message.left > .text {
    background-color: #07b586;
    background: -moz-linear-gradient(45deg, #0eade0 0, #07b586 100%);
    background: -webkit-linear-gradient(45deg, #0eade0 0,#07b586 100%);
    background: linear-gradient(45deg, #0eade0 0,#07b586 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    color: #fff;
    border: 0;
}

form.online_consulting > .messages .message.right > .text {
    text-align: left;
}

form.online_consulting > .textarea {
    position: relative;
}

form.online_consulting > .textarea > textarea {
    height: 80px;
    max-height: 80px;
    max-width: 100%;
    min-height: 0;
    padding-right: 60px;
    font-size: 12px;
}

form.online_consulting > .textarea > textarea:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

form.online_consulting > .textarea > .btn {
    height: 70px;
    width: 50px;
    background-color: #07b586;
    background: -moz-linear-gradient(45deg, #0eade0 0, #07b586 100%);
    background: -webkit-linear-gradient(45deg, #0eade0 0,#07b586 100%);
    background: linear-gradient(45deg, #0eade0 0,#07b586 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    color: #fff;
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
}
/*online_consulting*/

/*advantages*/
.advantages {
    padding-bottom: 0;
}

.advantages .item {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    font-family: "GothamProBold";
    text-transform: uppercase;
}

.advantages .item > img {
    margin-bottom: 30px;
    max-width: 100%;
}

.advantages .item > span {
    display: block;
    min-height: 50px;
}
/*advantages*/

/*ussage*/
.ussage {
    background-image: url("../images/site_bg_1.jpg");
}

.ussage .element {
    margin: 15px 0;
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding :0 15px 15px 15px;
}

.ussage .element > .title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    font-family: "GothamProMedium";
    color: #fff;
    background-color: #8c348e;
    background: no-repeat center center url("../images/site_bg_2.png");
    -ms-background-size: cover;
    background-size: cover;
    padding: 15px;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ussage .element > .title > img {
    margin-right: 10px;
}

.ussage .element > ul {
    padding:10px 20px;
    margin-bottom: 0;
}

.ussage .element > ul > li {
    margin-bottom: 5px;
}

.ussage .element > ul > li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ussage .element > .title {
        font-size: 14px;
    }

    .ussage .element > .title > img {
        height: 28px;
    }

    .ussage .element > ul > li {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ussage .element > ul {
        height: 237px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ussage .element > ul {
        min-height: 250px;    
    }
}

@media (min-width:1200px) {
    .ussage .element > ul {
        height: 205px;    
    }
}


/*.ussage .tab {
    position: relative;
}

.ussage .tab .nav-tabs {
    display: block;
    border: 0;
    margin: 0;
}

.ussage .tab .nav-tabs > li {
    float: none;
    display: block;
    margin-bottom: 15px;
}

.ussage .tab .nav-tabs > li > a {
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.ussage .tab .nav-tabs > li.active > a {
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}

.ussage .tab .nav-tabs > li > a:after {
    display: block;
    content: "";
    clear: both;
}

.ussage .tab .nav-tabs > li > a > .icon {
    background-color: #6e3b94;
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}

.ussage .tab .nav-tabs > li > a > .text {
    padding: 25px 15px;
    display: block;
    margin-left: 70px;
    height: 70px;
    border: 1px solid #6e3b94;
    background-color: #fff;
    font-family: "GothamProBold";
    text-transform: uppercase;
    color: #6e3b94;
    font-size: 12px;
}

.ussage .tab .tab-content {
    padding: 30px;
    border: 1px solid #6e3b94;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}

.ussage .tab .tab-content > .tab-pane > h5 {
    color: #6e3b94;
    margin-bottom: 20px;
}

.ussage .tab .tab-content > .tab-pane > p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ussage .tab .nav-tabs {
        margin-right: -15px;
    }
}*/
/*ussage*/

/*zadachi*/
.zadachi img {
    max-width: 100%;
}

.zadachi h5,
.zadachi p {
    margin-bottom: 20px;
}

.zadachi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zadachi ul > li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.zadachi ul > li > .fa {
    position: absolute;
    top: 4px;
    left: 0;
    color: #6e3b94;
}
/*zadachi*/

/*how_it_work*/
.how_it_work {
    color: #fff;
    background: center center no-repeat url("../images/site_bg_2.png");
    -ms-background-size: cover;
    background-size: cover;
}

.how_it_work h2 {
    margin: 30px 0;
}

.how_it_work p {
    margin-bottom: 20px;
    line-height: 20px;
}

.how_it_work .element {
    margin-bottom: 15px;
}

.how_it_work .element > h2 {
    float:left;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 5px !important;
    line-height: 45px;
    border: 2px solid #fff;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.how_it_work .element > p {
    margin-left: 70px;
}

.how_it_work .img-container {
    margin: 50px 0;
}

.how_it_work .more {
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

footer {
    padding: 30px 0;
    color: #303030;
    background-color: #fff;
}

footer .menu {
    margin-bottom: 30px;
}

footer .menu > a {
    color: #303030;
}

footer .menu span {
    margin: 0 10px;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .text-right {
        text-align: center;
        margin-top: 15px;
    }
}

.section-block.personal_cabinet {
    padding-top: 80px;
    background-color: #fff;
}

.section-block.personal_cabinet .main_title {
    margin-bottom: 30px;
}

.section-block.personal_cabinet .step_navbar {
    margin-bottom: 30px;
}

.section-block.personal_cabinet .step_navbar .step {
    padding: 15px 0;
    border-bottom: 5px solid #ddd;
    margin-right: -1px;
    color: #777;
}

.section-block.personal_cabinet .step_navbar .step.active {
    color: #333;
    border-bottom: 5px solid #00ced1;
}

.section-block.personal_cabinet .step_navbar .step  > h5 {
    font-family: "GothamProBold";
}

.section-block.personal_cabinet .step_navbar .step > p {
    margin-bottom: 0;
}

.personal_cabinet .nav.menu {
    float: right;
}

.personal_cabinet .nav.menu li {
    float: left;
}

.personal_cabinet .nav.menu .btn {
    padding: 5px;
    margin-left: 5px;
}

.personal_cabinet span.null {
    color: #c00;
}

.personal_cabinet .contacts {
    margin-bottom: 30px;
}

.personal_cabinet .contacts > .header:after {
    display: block;
    content: "";
    clear: both;
}

.personal_cabinet .contacts > .header > .checkbox {
    float: left;
    margin: 0;
}

.personal_cabinet .contacts > .header > .btn {
    float: right;
    font-size: 18px;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: #00ced1;
    color: #fff;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
}

.personal_cabinet .contacts > .content {
    display: none;
    padding-left: 15px;
}

.personal_cabinet .select_message {
    margin-bottom: 30px;
}

.personal_cabinet .text_message {
    margin-bottom: 30px;
}

.personal_cabinet .text_message > textarea {
    margin-bottom: 5px;
}

.personal_cabinet .text_message > p {
    font-size: 12px;
}

.personal_cabinet .contacts > h5,
.personal_cabinet .select_message > h5,
.personal_cabinet .text_message > h5 {
    margin-bottom: 20px;
}

.personal_cabinet .items, .personal_cabinet .detail-view {
    margin-bottom: 30px !important;
}

.personal_cabinet .items > thead > tr > th {
    font-weight: normal;
    font-family: "GothamProMedium";
    text-align: center;
    padding: 15px;
    color:#fff;
    border: 0;
    background-color: #1abc9c;
    border: 1px solid #fff;
}

.personal_cabinet .items > thead > tr > th > a {
    color: #fff;
    text-decoration: none;
}

.personal_cabinet .items td, .personal_cabinet .detail-view td, .personal_cabinet .detail-view th {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
}

.personal_cabinet .items > tbody > tr:nth-child(odd) > td, .personal_cabinet .detail-view > tbody > tr:nth-child(odd) > td {
    background-color: #ecf0f1;
}

.personal_cabinet .items > tbody > tr:nth-child(even) > td, .personal_cabinet .detail-view > tbody > tr:nth-child(even) > td {
    background-color: #fafafa;
}

.personal_cabinet .items > tbody > tr > td .form-control {
    font-size: 12px;
}

.personal_cabinet .items > tbody > tr > td > .edit {
    text-align: center;
}

.personal_cabinet .items > tbody > tr > td > .edit > .btn {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 3px;
    font-size: 12px;
    color: #fff;
}

.personal_cabinet .items > tbody > tr > td > .edit > .btn.search {
    background-color: #3498db;
}

.personal_cabinet .items > tbody > tr > td > .edit > .btn.remove {
    background-color: #e74c3c;
}

.personal_cabinet .items > tbody > tr > td > .edit > .btn.edit {
    background-color: #2ecc71;
}

.personal_cabinet .note {
    margin-left: -15px !important;
}
.note {
    background: #eee;
    padding: 10px 15px;
    border-radius: 5px;
}
.note .required {
    color: #c00;
}
.note ul {
    padding-left: 18px;
}
.note ul li {
    padding: 2px 0;
}

.note.warning {
    background-color: rgba(255, 0, 0, 0.1);
}

.sendsms {
    padding-left: 0;
}
.prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 5px;
    text-align: right;
    display: inline;
    width: auto;
    float: left;
}
.append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding-left: 5px;
    display: inline;
    width: auto;
    float: left;
}

.search-form {
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 15px;
}

.search-form label {
    width: 110px;
    text-align: right;
    margin-right: 10px;
}

.search-form .form-control {
    max-width: calc(100% - 130px);
    display: inline-block;
}

.search-form .row, #user-form .row {
    margin-bottom: 5px;
}

.search-form .buttons {
    margin: 15px 0 0 110px;
}

#user-form .buttons {
    margin-top: 15px;
}

.add_btn {
    margin-bottom: 15px;
    text-align: right;
}

.add_btn > .btn {
    padding: 15px 30px;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #1abc9c;
    color: #fff;
    text-transform: uppercase;
}

.add_btn > .btn > .fa {
    margin-left: 10px;
}

.float-left {
    float: left;
    margin-right: 5px;
}
.float-right {
    float: right;
    margin-left: 5px;
}
.float-none {
    float: none;
}

footer {
    padding: 30px 0;
    color: #303030;
    background-color: #fff;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .text-right {
        text-align: center;
        margin-top: 15px;
    }
}

.inner_page {
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.inner_page .main {
    float: left;
    width: 70%;
}

.inner_page .items, .inner_page .detail-view {
    margin-bottom: 30px !important;
}

.inner_page .items > thead > tr > th {
    font-weight: normal;
    font-family: "GothamProMedium";
    text-align: center;
    padding: 15px;
    color:#fff;
    border: 0;
    background-color: #1abc9c;
    border: 1px solid #fff;
}

.inner_page .items > thead > tr > th > a {
    color: #fff;
    text-decoration: none;
}

.inner_page .items td, .inner_page .detail-view td, .inner_page .detail-view th {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
}

.inner_page .items > tbody > tr:nth-child(odd) > td, .inner_page .detail-view > tbody > tr:nth-child(odd) > td {
    background-color: #ecf0f1;
}

.inner_page .items > tbody > tr:nth-child(even) > td, .inner_page .detail-view > tbody > tr:nth-child(even) > td {
    background-color: #fafafa;
}

.inner_page .items > tbody > tr > td .form-control {
    font-size: 12px;
}

.inner_page .items > tbody > tr > td > .edit {
    text-align: center;
}

.inner_page .items > tbody > tr > td > .edit > .btn {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 3px;
    font-size: 12px;
    color: #fff;
}

.inner_page .items > tbody > tr > td > .edit > .btn.search {
    background-color: #3498db;
}

.inner_page .items > tbody > tr > td > .edit > .btn.remove {
    background-color: #e74c3c;
}

.inner_page .items > tbody > tr > td > .edit > .btn.edit {
    background-color: #2ecc71;
}

.inner_page aside {
    float: right;
    width: 30%;
    height: 500px;
    position: relative;
    top: 0;
}

.inner_page aside li {
    list-style-type: circle;
    margin-bottom: 5px;
}

/* Wizard */

fieldset { 
    border: none;
    width: 100%;
    margin-top: 30px;
}
legend {
    border: 0 !important;
}
#steps { 
    list-style: none; 
    width: 100%; 
    overflow: hidden; 
    margin: 0px; 
    padding: 0px;
}
#steps li {
    font-size: 20pt; 
    float: left; 
    padding: 10px 15px; 
    color: #b0b1b3;
    width: 33%;
}
#steps li span {
    font-size: 12pt; 
    display: block;
}
#steps li.current { 
    color: rgb(0, 140, 163);
    border-bottom: 3px solid rgb(0, 140, 163);
}
#makeWizard {
    background-color: #b0232a; 
    color: #fff; 
    padding: 5px 10px; 
    text-decoration: none; 
    font-size: 18px;
}
#makeWizard:hover { 
    background-color: #000;
}
#sub1 {
    background-color: #00a0e3;
}
#sub1:hover {
    background-color: #00709c;
}
#celebTree {
    margin: 0;
    padding: 0;
    list-style: none;
}
#celebTree #group {
    margin-left: 20px;
}
#celebTree > li {
    margin-bottom: 10px;
}
#celebTree li i {
    cursor: pointer;
    color: #c00;
}
#celebTree li i.tree {
    position: absolute;
    margin: 10px 10px 0 0;
    display: inline-block;
}
#celebTree ul {
    list-style: none;
    padding-left: 40px !important;
}
#celebTree label {
    max-width: calc(100% - 15px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 0 0 0 !important;
}

.daysofweek label {
    margin: 0 0 0 15px;
}

.border-dashed {
    border-bottom: #00a0e3 1px dashed;
}

.modal {
    width: 90%;
    max-width: 500px;
    margin: auto;
    background: #fafafa;
    border: #ccc 1px solid;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -ms-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.modal.in {
    display: inline-table !important;
    padding-right: 0 !important;
}
.modal-header p {
    margin: 0 !important;
}

header .navbar .navbar-nav > li > a.sendsms-link {
    background: #e00;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
header .navbar .navbar-nav > li.active > a.sendsms-link {
    background: #a00 !important;
}

ul.yiiPager {
    display: block;
}
ul.yiiPager li a {
    border: #aaa 1px solid !important;
    margin: 2px !important;
    padding: 6px !important;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #eee;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0;
}
ul.yiiPager li.selected a {
    background: #1abc9c !important;
    font-weight: bold !important;
    border: #1ab193 1px solid !important;
}
ul.yiiPager li.next a, ul.yiiPager li.previous a, ul.yiiPager li.last a, ul.yiiPager li.first a {
    width: 110px;
}

@media (min-width: 768px) {
    .inner_page {
        padding-bottom: 80px;
        position: relative;
        min-height: 100%;
    }

    .inner_page footer {
        position: absolute;
        left:0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 991px) {
    .inner_page .main,
    .inner_page aside {
        float: none;
        width: auto;
    }
}

@media (min-width: 992px) {

    .inner_page .main {
        padding-right: 15px;
    }

    .inner_page aside {
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inner_page .main {
        width: 70%;
    }

    .inner_page aside {
        width: 30%;
    }
}

.text-section {
    background-color: #fff;
    margin-bottom: 1px;
    padding: 20px 0;
    border-radius: 4px;
}

.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4
{
    margin-bottom: 30px;
}

.text-section p {
    margin-bottom: 20px;
}

.text-section strong {
    font-family: "GothamProBold";
    font-weight: normal;
}

.text-section blockquote {
    font-size: inherit;
    border-left-color: #20b2aa;
    margin: 30px 0;
    background-color: #f9f9f9;
    padding: 30px;
}

.text-section ol {
    padding-left: 15px;
}

.text-section ol > li {
    padding-left: 10px;
}

.dropdown-menu {
    padding: 0 !important;
    border-top: 0;
}
.dropdown-menu > li > a {
    padding: 10px 20px !important;
}
.dropdown-menu > li > a:hover {
    background-color: #cadad7 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #1ba3bf;
}
.dropdown-menu .divider {
    margin: 0 !important;
}

.monospace {
    font-family: monospace !important;
    max-width: 100%;
    min-height: 380px;
}

.search-item {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
}
.search-item h5 {
    padding: 0;
    margin: 0;
}

.option.weekdays label {
    margin-left: 5px;
}

code.active {
    color: green !important;
}
code.m-5-15 {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    display: block !important;
    font-size: 14pt !important;
    max-height: 300px;
    overflow-y: auto;
}

.variable.float-left {
    margin: 2px 4px 2px 0;
}
.variable.float-right {
    margin: 2px 0 2px 4px;
}

/*login_page*/
.login_page {
    background-color: #303030;
}

.login_page .back {
    padding: 15px;
}

.login_page .back > a {
    color: #fff;
    font-size: 18px;
}

.login_page form {
    max-width: 400px;
    margin: 50px auto;
    background-color: #f0f0f0;
    padding: 0 30px 30px 30px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.login_page form label {
    font-weight: normal;
}

.login_page form input {
    font-family: inherit !important;
}

.login_page form > h4 {
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.login_page form .form-group {
    font-weight: normal;
    display: block;
}

.login_page form .form-group .errorMessage {
    font-size: 11px;
    color: #c00;
    text-align: center;
    margin-top: 5px;
}

.login_page form .form-group > span {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.login_page form .form-control {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
}

.login_page form .form-group.captcha > a {
    display: none;
}

.login_page form .form-group.captcha > img {
    height: 50px;
    float: left;
    cursor: pointer;
}

.login_page form .form-group.captcha > .form-control {
    width: auto;
    -moz-min-width: 0;
    -ms-min-width: 0;
    -o-min-width: 0;
    -webkit-min-width: 0;
    min-width: 0;
    max-width: none;
    float: right;
}

.login_page form .submit:before {
    clear: both;
    float: none;
    content: "";
}

.login_page form .submit {
    margin-top: 50px;
}

.login_page form .submit .btn-login {
    height: 50px;
    width: 100%;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #0eade0;
    background: -moz-linear-gradient(45deg, #0eade0 0, #07b586 100%);
    background: -webkit-linear-gradient(45deg, #0eade0 0,#07b586 100%);
    background: linear-gradient(45deg, #0eade0 0,#07b586 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eade0', endColorstr='#07b586',GradientType=1 );
    color: #fff;
    text-transform: uppercase;
}

.login_page form .submit .remember {
    margin-top: 4px;
}

.login_page form .submit label {
    margin-top: 10px;
}

.login_page form .submit label > input {
    margin-right: 5px;
    vertical-align: baseline;
}
/*login_page*/