body {
    font-size: 13px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1700px) {
    .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {float: left;}.col-xlg-12 {width: 100%;}.col-xlg-11 {width: 91.66666667%;}.col-xlg-10 {width: 83.33333333%;}.col-xlg-9 {width: 75%;}.col-xlg-8 {width: 66.66666667%;}.col-xlg-7 {width: 58.33333333%;}.col-xlg-6 {width: 50%;}.col-xlg-5 {width: 41.66666667%;}.col-xlg-4 {width: 33.33333333%;}.col-xlg-3 {width: 25%;}.col-xlg-2 {width: 16.66666667%;}.col-xlg-1 {width: 8.33333333%;}.col-xlg-pull-12 {right: 100%;}.col-xlg-pull-11 {right: 91.66666667%;}.col-xlg-pull-10 {right: 83.33333333%;}.col-xlg-pull-9 {right: 75%;}.col-xlg-pull-8 {right: 66.66666667%;}.col-xlg-pull-7 {right: 58.33333333%;}.col-xlg-pull-6 {right: 50%;}.col-xlg-pull-5 {right: 41.66666667%;}.col-xlg-pull-4 {right: 33.33333333%;}.col-xlg-pull-3 {right: 25%;}.col-xlg-pull-2 {right: 16.66666667%;}.col-xlg-pull-1 {right: 8.33333333%;}.col-xlg-pull-0 {right: auto;}.col-xlg-push-12 {left: 100%;}.col-xlg-push-11 {left: 91.66666667%;}.col-xlg-push-10 {left: 83.33333333%;}.col-xlg-push-9 {left: 75%;}.col-xlg-push-8 {left: 66.66666667%;}.col-xlg-push-7 {left: 58.33333333%;}.col-xlg-push-6 {left: 50%;}.col-xlg-push-5 {left: 41.66666667%;}.col-xlg-push-4 {left: 33.33333333%;}.col-xlg-push-3 {left: 25%;}.col-xlg-push-2 {left: 16.66666667%;}.col-xlg-push-1 {left: 8.33333333%;}.col-xlg-push-0 {left: auto;}.col-xlg-offset-12 {margin-left: 100%;}.col-xlg-offset-11 {margin-left: 91.66666667%;}.col-xlg-offset-10 {margin-left: 83.33333333%;}.col-xlg-offset-9 {margin-left: 75%;}.col-xlg-offset-8 {margin-left: 66.66666667%;}.col-xlg-offset-7 {margin-left: 58.33333333%;}.col-xlg-offset-6 {margin-left: 50%;}.col-xlg-offset-5 {margin-left: 41.66666667%;}.col-xlg-offset-4 {margin-left: 33.33333333%;}.col-xlg-offset-3 {margin-left: 25%;}.col-xlg-offset-2 {margin-left: 16.66666667%;}.col-xlg-offset-1 {margin-left: 8.33333333%;}.col-xlg-offset-0 {margin-left: 0;}
}

/*LABEL*/
.label-success{
    background-color: #1CAF9A;
}
.label-success:hover,
.label-success:active,
.label-success:focus{
    background-color: #139683;
}
.label-success a,
.label-success a:hover,
.label-success a:active,
.label-success a:focus{
    color: #FFF;
    text-decoration: none;
}


/*BTN*/
.btn {
    -moz-transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.btn-success, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #1CAF9A;
    border-color: #14A08C;
}
.btn-success:hover {
    color: #fff;
    background-color: #079A85;
    border-color: #037B6A;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #057767;
    border-color: #02564B;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #1CAF9A;
    border-color: #14A08C;
}
.btn.loader > i{
    display: none;
}
.btn.loader:before{
    content: "\f1ce";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-family: 'FontAwesome';
    display: inline-block;
    color: #fff;
    height: auto;
    width: 1.28571429em;
    text-align: center;
}
.btn-default.loader:before,
.btn-default .fa{
    color: #999;
}
.btn-no-border{
    border: 0;
}
.btn-no-radius{
    border-radius: 0;
}


/*FORM*/
.form-bordered .form-group{
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #d3d7db;
}
.form-bordered .form-group:first-child {
    border-top: 0;
}
.control-label {
    font-weight: normal;
    margin-top: 6px;
}
.form-control{
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
.form-control-area{
    height: auto;
}

.input-group-addon {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 0px;
}
.input-lg {
    font-size: 18px;
}

.form-horizontal .control-label {
    font-weight: bold;
}


/*PANEL*/

.panel-body-nopadding {
    padding: 0;
}
