/* Some overrides from default bootstrap styles */

.primary-sidebar {
    width: 95px;
    float: left;
    position: absolute;
    padding-top: 79px;
    background: #f7f7f7;
    height: 100%;
}

#page {
    padding-top: 48px;
}

#footer {
    background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 1%,rgb(245,245,245) 2%,rgb(238,238,238) 98%,rgb(213,213,213) 99%,rgb(213,213,213) 100%);
    border: 1px solid rgb(204,204,204) !important;
    padding: 16px 0 0;
    margin-bottom: 0;
    border-radius: 0px !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: -48px auto -40px;
}

.wrapper-full {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto 0;
}

.wrapper .container-fluid {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 60px;
    padding-left: 12px;
    padding-right: 11px;
}

.login-bg {
    background: url("../images/landscape.jpg") no-repeat center center fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale')";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-bg {
    background-color: transparent;
}

.flex-wrap {
    display: flex;
    margin-top: 15px;
}

/* Переопределение стилей из файла src/vendor/assets/bower/bootstrap/dist/css/bootstrap.css */

.radio,
.checkbox,
.radio + .radio,
.checkbox + .checkbox
{
    margin-top: 0;
}

@media (max-width: 992px) {
    .flex-wrap {
        display: flex;
        flex-direction: column;
    }
    #applicable_for {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .main-content {
        margin-left: 95px;
    }
    .wrapper .container-fluid {
        margin-right: 20px;
        margin-left: 20px;
        padding-left: 37px;
        padding-right: 36px;
    }
}

#footer .container-fluid {
    padding-top: 11px;
    text-align: center;
}

.main-content {
    position: relative;
}

.main-content-full {
    position: relative;
}

.main-content-full .container {
    width: 100%;
    max-width: 1286px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
}

/* COMPONENTS */


/* labels */
.label, .badge, .panel-default>.panel-heading .label, .panel-default>.panel-heading .badge {
    font-weight: lighter;
    font-size: 90%;
    color: #526273;
    border: 1px solid #edf2f7;
}
.label-default, .badge-default, .panel-default>.panel-heading .label-default, .panel-default>.panel-heading .badge-default {
    color: #ffffff;
    border: none;
}
.label-info, .badge-info, .panel-default>.panel-heading .label-info, .panel-default>.panel-heading .badge-info {
    color: #ffffff;
    border: none;
}
.label {
    padding: .25em .6em .25em;
}
.label-warning, .badge-warning, .panel-default>.panel-heading .label-warning, .panel-default>.panel-heading .badge-warning {
    background-color: #f0ad4e;
    color: #ffffff;
    border: none;
}
.label-success, .badge-success, .panel-default>.panel-heading .label-success, .panel-default>.panel-heading .badge-success {
    background-color: #5cb85c;
    color: #ffffff;
    border: none;
}
.label-primary, .badge-primary, .panel-default>.panel-heading .label-primary, .panel-default>.panel-heading .badge-primary {
    background-color: #428bca;
    color: #ffffff;
    border: none;
}
.label-danger, .badge-danger, .panel-default>.panel-heading .label-danger, .panel-default>.panel-heading .badge-danger {
    background-color: #d9534f;
    color: #ffffff;
    border: none;
}
.label-important, .badge-important, .panel-default>.panel-heading .label-important, .panel-default>.panel-heading .badge-important {
    background-color: #b94a48;
    color: #ffffff;
    border: none;
}




/* alerts */
.alert{
    background-color: #ffffff;
    border: 1px solid #FF6929;
    color: #FF6929;
}
.alert [class^="icon-"], 
.alert [class*=" icon-"] {
    color: #FF6929;
    vertical-align: middle;
}
.alert-success{
    border: 1px solid #81C32D;
    color: #81C32D;
}
.alert-success [class^="icon-"], 
.alert-success [class*=" icon-"] {
    color: #81C32D;
}
.alert-info {
    border: 1px solid #679EBE;
    color: #679EBE;
}
.alert-info [class^="icon-"], 
.alert-info [class*=" icon-"] {
    color: #679EBE;
}
.alert-danger{
    border: 1px solid #FFAC29;
    color: #FFAC29;
}
.alert-danger [class^="icon-"], 
.alert-danger [class*=" icon-"] {
    color: #FFAC29;
}
.alert-warning [class^="icon-"], 
.alert-warning [class*=" icon-"] {
    color: #FF6929;
}

/*info-blocks alerts variarity*/
.semiTransparentBorder.green {
    border: 2px solid green;
    background-color: rgba(0, 128, 0, 0.5);
}
.semiTransparentBorder.blue {
    border: 2px solid blue;
    background-color: rgba(0, 0, 255, 0.5);
}
.semiTransparentBorder.yellow {
    border: 2px solid yellow;
    background-color: rgba(255, 255, 0, 0.5);
}
.semiTransparentBorder.orange {
    border: 2px solid orange;
    background-color: rgba(255, 165, 0, 0.5);
}
.semiTransparentBorder.red {
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.5);
}
.semiTransparentBorder.grey {
    border: 2px solid grey;
    background-color: rgba(128, 128, 128, 0.5);
}
.semiTransparentBorder.black {
    border: 2px solid black;
    background-color: rgba(0, 0, 0, 0.5);
}
.semiTransparentBorder.without_border {
    border: none;
    background-color: transparent;
}

.borderLeft {
    border-radius: unset;
    border: none;
}
.borderLeft.green {
    border-left: 2px solid green;
}
.borderLeft.blue {
    border-left: 2px solid blue;
}
.borderLeft.yellow {
    border-left: 2px solid yellow;
}
.borderLeft.orange {
    border-left: 2px solid orange;
}
.borderLeft.red {
    border-left: 2px solid red;
}
.borderLeft.grey {
    border-left: 2px solid grey;
}
.borderLeft.black {
    border-left: 2px solid black;
}

.borderAllSides.without_border {
    border: none;
}

.borderAllSides.green {
    border: 2px solid green;
}
.borderAllSides.blue {
    border: 2px solid blue;
}
.borderAllSides.yellow {
    border: 2px solid yellow;
}
.borderAllSides.orange {
    border: 2px solid orange;
}
.borderAllSides.red {
    border: 2px solid red;
}
.borderAllSides.grey {
    border: 2px solid grey;
}
.borderAllSides.black {
    border: 2px solid black;
}
/* code*/
code {
    color: rgb(78, 153, 223);
}


/* HTML ELEMENTS */
input,
button,
select,
textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input[type="text"],
input[type="password"],
textarea {	
    font-size: 13px;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
}
.inline-input input[type="text"],
.inline-input input[type="password"],
input[type="text"].inline-input,
input[type="password"].inline-input {
    background: #fff;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #d0dde9;
    border-radius: 0;
    box-shadow: none;
    border-color: #dee3ea;
}
.inline-input input[type="text"]:focus,
.inline-input input[type="password"]:focus,
input[type="text"].inline-input:focus,
input[type="password"].inline-input:focus {
    box-shadow: none;
    border-color: #5d6a80;
}
.inline-input input[type="text"]:hover,
.inline-input input[type="password"]:hover,
input[type="text"].inline-input:hover,
input[type="password"].inline-input:hover {
    border-color: #959fb0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{	
    border-color: #A2CEF0;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}
input[type="reset"]{
    text-transform: uppercase;
    border:0 none;
    background: none;
    text-decoration: underline;
    font-size: 12px;
}
textarea{
    background: #fff;
    border-color: #dee3ea;
    overflow: initial;
}
select{
    margin: 0;
    height: 24px;
    border-color: #d0dde9;
    border-radius: 4px;
    font-size: 13px;
}
input[type="file"] {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
    color: rgb(177, 177, 177);
}
/* native placeholders */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9ba0a5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ba0a5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ba0a5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}


/* PREPEND & APPEND INPUT */
.input-group input, 
.input-group input, 
.input-group .uneditable-input, 
.input-group .uneditable-input {
    border: 1px solid #d6e2eb;
}
.input-group .input-group-addon {
    background-color: #f2f5f9;
    border: 1px solid #d6e2eb;
    padding: 4px 8px;
    font-size: 13px;
}

/* NAVBAR */

.dropdown-menu .divider {
    margin: 5px 0;
}

.dropdown-menu > li.nav-header {
    font-size: 13px;
    outline: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.dropdown-menu > li.bold.nav-header {
    font-weight: bold;
}

.navbar-nav {
    margin: 0;
}

.navbar-inverse {
    min-height: 48px;
    max-height: 48px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #191e23;

    background: #313740; /* Old browsers */
    background: -moz-linear-gradient(top,  #313740 0%, #28303a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313740), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #313740 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #313740 0%,#28303a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #313740 0%,#28303a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #313740 0%,#28303a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313740', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}
/* navbar-nav*/
.navbar-inverse .navbar-nav {
    padding-right: 11px;
}

.navbar-inverse .navbar-nav.settings {
    padding-right: 0px;
    padding-left: 11px;
}
/* menu toggler */
.navbar-inverse .navbar-toggle {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.navbar li.title {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    outline: 0px;
    height: 46px;
}

/* navbar brand*/
.navbar-inverse .navbar-brand {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 7px 13px;
    max-height: 46px;
}
.navbar-inverse .navbar-brand strong {
    font-weight: normal;
}

.navbar-inverse a.navbar-brand:hover {
    background: #20272e;
}
/* navbar links */
.navbar-nav > li.settings  {
    width: 45px;
}

.navbar-inverse .nav > li > a {
    padding: 13px 12px 8px;
    color: #9ba3ad;
    outline: 0px;
    height: 47px;
    transition: background .1s linear;
    -moz-transition: background .1s linear; /* Firefox 4 */
    -webkit-transition: background .1s linear; /* Safari and Chrome */
    -o-transition: background .1s linear;  /* Opera */
}
.navbar-inverse .nav > li.title > a {
    border-left: 0;
    color: #9ba3ad;
    outline: 0px;
    transition: background .1s linear;
    -moz-transition: background .1s linear; /* Firefox 4 */
    -webkit-transition: background .1s linear; /* Safari and Chrome */
    -o-transition: background .1s linear;  /* Opera */
}
.navbar-inverse .nav.settings > li > a {
    border-left: 0px;
}
.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.active > a:hover {
    background: #20272e;
    color: #9ba3ad;
}

.navbar-inverse .nav > li.open.active > a:hover, .navbar-inverse .nav > li.open.active > a:focus {
    background-color: #080808;
    color: #fff;
}


/* dropdown caret */
.dropdown .caret {
    position: relative;
    top: -1px;
    border-top-color: #9ba3ad;
    border-bottom-color: #9ba3ad;
}

.dropdown > a:hover .caret, .dropdown > li.active > a:hover .caret {
    border-top-color: #9ba3ad !important;
    border-bottom-color: #9ba3ad !important;
}

.dropdown.open > a:hover .caret, .dropdown.open > li.active > a:hover .caret {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

/* dropdown active */
.dropdown.open > a, 
.dropdown.open > a:hover, 
.dropdown.open > a:focus {
    border-color: #101417;
    color: #9ba3ad;
}
/* dropdown menu */
.dropdown-menu {
    width: max-content;
}
.dropdown-menu > li > a {
    font-size: 13px;
    outline: none;
}
.dropdown-menu.sidebar-child > li > a i {
    font-size: 10px;
    margin-left: -15px;
    vertical-align: baseline;
}

.dropdown-menu > li > a i {
    vertical-align: middle;
}

/* PAGINATION */
.pagination > li > a, .pagination > li > span {
    font-weight: 600;
}
.pagination.inverse a,
.pagination.inverse span {
    background-color: #333e4a;
    color: #fff;
    border-top-color: #333e4a;
    border-bottom-color: #333e4a;
    border-right-color: #566676;
    border-left-color: #566676;
} 
.pagination.inverse a:hover,
.pagination.inverse span:hover {
    background-color: #000;
}
.pagination.inverse > li.active > a {
    color: #3b9ff3;
    background-color: #212b36;
    border-right-color: #212b36;
    border-left-color: #212b36;
}

/* TABLES*/

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5fafc;
}
.table th.sortable {
    cursor: pointer;
}
.table th.sortable:hover {
    text-decoration: underline;
}
.table thead th{
    font-weight: bold;
    position: relative;
    padding-bottom: 20px !important;
    padding-top: 5px !important;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: top !important;
    border-bottom: 0px !important;
}
.table td{
    color: #526273;
    border-top-color: #edf2f7 !important;
    vertical-align: middle !important;
}
.table th.align-right,
.table td.align-right {
    text-align: right;
    padding-right: 10px !important;
}
table tr.first td{
    border-top: 0 none;
}
table th span.line{
    position: absolute;
    top: 0;
    left: -8px;
    border-left: 1px solid #dee3ea;
    height: 10px;
}

/* modals */
.modal-backdrop.in {
    opacity: 0.5 !important;
}

.modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.modal-body strong {
    display: contents;
}


/* override navbar toggle */
@media (max-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.panel-default.module {
    border-radius: 0;
    background-color: inherit;
    max-width: 384px;
}

.panel-default.module > .panel-heading {
    color: #333333;
    border-color: #cccccc;
}
.module .panel-heading {
    padding: 9px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.module .panel-title a {
    color: #3b73af;
}

.module .panel-icon {
    margin-right: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.module .panel-icon object {
    cursor: pointer;
}

.module .panel-body {
    color: #333333;
    padding: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #4387bf;
}

.pagination > li.selected > a, .pagination > li.selected > span {
    background-color: #4387bf;
    border: 1px solid #4387bf;
    color: #ffffff;
}

.row-fluid .span6 {
    margin-top: 11px;
}

.table {
    margin-bottom: 0;
}

.pagination {
    margin: 0 0 20px;
}

.default {
    margin-left: 0;
    background-color: #F1F1F1;
    margin-bottom: 32px;
    padding: 24px 24px 32px 24px;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 33px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

textarea {
    display: inline-block;
    padding: 4px 6px !important;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    resize:none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

.input-xxlarge-small {
    width: 440px;
}

/* Control-group*/

.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline
{
    color:#c09853
}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea
{
    color:#c09853
}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea
{
    border-color:#c09853;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus
{
    border-color:#a47e3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on
{
    color:#c09853;
    background-color:#fcf8e3;
    border-color:#c09853
}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline
{
    color:#b94a48
}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea
{
    color:#b94a48
}
.control-group.error input,.control-group.error select,.control-group.error textarea
{
    border-color:#b94a48;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus
{
    border-color:#953b39;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on
{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#b94a48
}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline
{
    color:#468847
}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea
{
    color:#468847
}
.control-group.success input,.control-group.success select,.control-group.success textarea
{
    border-color:#468847;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus
{
    border-color:#356635;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on
{
    color:#468847;
    background-color:#dff0d8;
    border-color:#468847
}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline
{
    color:#3a87ad
}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea
{
    color:#3a87ad
}
.control-group.info input,.control-group.info select,.control-group.info textarea
{
    border-color:#3a87ad;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus
{
    border-color:#2d6987;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on
{
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#3a87ad
}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid
{
    color:#b94a48;
    border-color:#ee5f5b
}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus
{
    border-color:#e9322d;
    -webkit-box-shadow:0 0 6px #f8b9b7;
    -moz-box-shadow:0 0 6px #f8b9b7;
    box-shadow:0 0 6px #f8b9b7
}

.help-block {
    margin-top: -5px;
}

.modal-dialog .help-block {
    float: left;
}

.btn:focus {
    outline: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    height: 33px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 16.666666666666664%;
    white-space: nowrap;
    vertical-align: top;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}

.input-group input[type=text] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.no-left-border-radius {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.no-right-border-radius {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn {
    padding: 6.5px 12px;
    font-size: 12px;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.control-group .select2-container {
    margin: 0 0 10px;
    overflow: hidden;
}

.alert {
    min-height: 50px;
    padding: 0 12px;
}

.modal-body #addRuleForm .alert {
    margin-bottom: -10px;
    margin-top: 10px;
}

.alert .alert-text, .alert .alert-icon  {
    display: table-cell;
    float: none;
    padding: 12px 0;
}

.alert .alert-text  {
    padding-left: 12px;
    text-align: justify;
    vertical-align: middle;
    color: #000000;
}

.alert .alert-text  p:first-child {
    margin: 0 0 4px;
}

.alert .alert-text  p:last-child{
    margin: 0;
}

.alert-text.infoblock_alert-wrapper {
    display: flex;
    align-items: baseline;
}

.infoblock_text-wrapper {
    margin-left: 10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    margin-right: 2px;
    position: relative;
}

.no-float {
    float: none !important;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.primary-sidebar .open>.dropdown-menu {
    display: none;
}

/** THE SIDEBAR **/
.sidebar{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sidebar > li{
    position: relative;
    margin: 0px;
    list-style: none;
    display: block;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.sidebar > li.active:after, 
.sidebar > li.active:before{
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sidebar > li.active:after{
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #FFFFFF;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
    right: -1px;
}
.sidebar > li.active:before{
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #E0E4E8;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}
.sidebar > li > a{
    display: block;
    margin: 0;
    padding: 15px 6px 10px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #798494;
    text-decoration-color: #9aa3b5;
}
.sidebar > li > a:hover{
    color: #4f545a;
    text-decoration-color: #3c475a;
}
.sidebar > li.active > a:hover,
.sidebar > li.active > a{
    cursor: default;
}

.sidebar li a > .sidebar-icon{
    display: block;
    font-size: 24px;
    line-height: 1.2em;
}
.sidebar > li > a > .badge,
.sidebar > li > a > .label{
    position: absolute;
    top: 5px;
    left: 60%;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: normal;

    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.sidebar-child,
.sidebar-child-inline{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: -2px;
    left: 100%;
    background-color: #ffffff;
    color: #232332;
    border: 1px solid #E0E4E8;
    border-left: none;
    display: none;
    white-space: nowrap; /* make box available auto width */
    z-index: 99;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
}
.sidebar-child{
    padding: 5px 0;
}
.sidebar > li:hover .sidebar-child,
.sidebar > li:hover .sidebar-child-inline{
    display: block;
}
.sidebar-child li{
    position: relative;
    margin: 0;
    padding: 0; 
    display: block;
    min-width: 160px;
    list-style: none;
    font-size: 1.2em;
    text-align: left;
}
.sidebar-child li.divider{
    margin: 6px 15px;
    height: 1px;
    border-top: 1px solid #E0E4E8;
}
.sidebar-child li a{
    border-radius: 0px;
    display: block;
    padding: 3px 20px;
}
.dropdown-menu li.active a,
.sidebar-child li.active a{
    background-color: #ffffff;
    color: #333333;
}
.dropdown-menu li.active a span,
.sidebar-child li.active a span{
    margin-left: 5px;
}

.sidebar-child-inline li{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-right: -3px;
    vertical-align: middle;
}
.sidebar-child-inline li.divider{
    height: 60px;
    width: 1px;
    cursor: default;
    background-color: #E0E4E8;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
.sidebar-child-inline li:first-child{
    margin-left: -2px;
}
.sidebar-child-inline li:last-child{
    margin-right: 0;
}
.sidebar-child-inline li a{
    padding: 8px 20px;
    display: block;
}
.sidebar-child-inline li a:hover,
.sidebar-child-inline li.active a,
.sidebar-child-inline li.active a:hover{
    color: #13A89E;
}
/** end sidebar left **/
/** end sidebar**/

.header .animated,
.sidebar .animated{
    -webkit-animation-duration: .75s !important;
    -moz-animation-duration: .75s !important;
    -o-animation-duration: .75s !important;
    animation-duration: .75s !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
    color: #000;
    background-color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #428bca;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #428bca;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #428bca;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 1.428571429;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
}

.navbar-inverse .navbar-nav>.active>a, navbar-inverse .navbar-nav>.active>a:focus {
    color: #9ba3ad;
    background: #313740;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

.navbar-inverse.sub {
    border-top: none;
}

.navbar-inverse.sub .navbar-nav {
    padding-left: 11px;
    padding-right: 11px;
}

.navbar-inverse.sub .navbar-nav>li:last-child>a {
    border-right: 1px solid #101417;
}

#header {
    z-index: 99999;
}

a:focus {
    outline: 0;
}

button+button {
    margin-left: 5px;
}

.btn i {
    position: relative;
    top: 1px;
}

.btn i.fa {
    top: 2px;
}

.modal {
    overflow: hidden;
    overflow-y: hidden;
    z-index: 9995;
    min-width: 600px;
}

.modal.modal2 {
    z-index: 9997;
}

.modal-dialog {
    z-index: 10050;
    margin: 120px auto;
}

.modal-header h4 {
    margin-top: 0;
}

.modal-dialog .input-group-btn {
    width: 25%;
}

thead td {
    font-weight: bold;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px !important;
}

a.btn-special, a.btn-special:hover, a.btn-special:active {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    cursor: default;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6.5px 9px 6.5px 10px;
}

.bold {
    font-weight: bold;
}

.grid-view > .table > tbody > tr:hover > td, .grid-view > .table > tbody > tr.selected:hover > td {
    background: #f7f7f7;
}

.grid-view > .table > tbody > tr:hover > td.empty {
    background: #ffffff;
}

.grid-view > .table > tbody > tr > td.empty  {
    padding: 10px 5px;
    border-left: none;
    background: #ffffff;
}

.grid-view > .table > tbody > tr.selected > td {
    background: #f6fbff;
}

.grid-view > .table > tbody > tr.selected > td:first-child {
    border-left: 2px solid #3b73af;
    padding-left: 7px;
}

.panel-default > .panel-heading {
    background-color: inherit;
}

input.datepicker {
    background: url("../images/calendar.png") #ffffff no-repeat 95%;
}

.panel-title {
    font-size: 14px;
}

.panel-title.btn {
    font-size: 12px;
}

.panel-heading {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.panel table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.panel {
    position: relative;
    margin-top: 20px;
}

.panel .row-fluid [class*="span"] {
    min-height: 1px;
}

.panel .row-fluid .span6 {
    margin-top: 0;
}

.panel .grid-view .summary,
.panel .list-view .summary {
    color: #999999;
    font-weight: 600;
    line-height: 1.428571429;
    font-size: 13px;
    padding: 17px 12px;
    float: left;
}

.panel .pagination {
    margin: 6px 6px;
}

.panel h5 span.badge {
    margin-top: -2px;
}

.panel.personal span.badge {
    margin-top: 7px;
}

.badge {
    font-size: 12.6px;
}

.badge, .panel-default > .panel-heading .badge {
    color: #ffffff;
    border: none;
}

.grid-view .btn-small {
    min-width: 34px;
}

.control-group .radio:first-child {
    padding-left: 0;
}

.grid-view .empty, .list-view .empty {
    color: #999999;
    font-weight: 600;
    line-height: 1.428571429;
    font-size: 13px;
    padding-left: 7px;
    font-style: normal;
}

.tabbable .box-header span.badge {
    margin: -2px;
}

.placeholder { color: #aaa !important; }

input.search {
    background: url("../images/lens.png") #ffffff no-repeat;
    background-position: 99% center;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: -moz-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    box-shadow: none;
    height: 25px;
    width: 440px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #cccccc;
    margin: 0;
    border-radius: 4px;
    top: 11px; }

@media (max-width: 560px) {
    input.search {
        width: 100%;
        margin-top: 5px;
    }
}

input.search.org, input.search.usr {
    background: url("../images/lens.png") #ffffff no-repeat 99%;
    width: 100%;
    margin-top: 30px;
    height: 33px;
    font-size: 12px;
    color: #000000;
}
input.search.tnd {
    background: url("../images/lens.png") #ffffff no-repeat 99%;
    width: 100%;
    height: 33px;
    font-size: 12px;
    color: #000000;
}

table thead a[rel*="tooltip"] {
    color: #526273;
}

table thead a:hover[rel*="tooltip"] {
    text-decoration: none;
}

.display-table {
    display: table;
}

#default-page h1, #default-page h2, #default-page h3, #default-page h4, #default-page h5 {
    margin-top: 0;
}

#default-page .default-page__title {
    margin-bottom: 32px;
}

#default-page h3 {
    font-weight: bold;
    font-size: 24px;
}

#default-page .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
}

#default-page .panel .panel-heading {
    border: none;
    padding: 0;
    display: flex;
}

#default-page .default-page__wrapper {
    display: flex;
    flex-wrap: wrap;
}

#default-page .default-page__wrapper .default-page__item {
    width: 32%;
    margin-bottom: 40px;
    margin-right: 10px;
}

#default-page .default-page__wrapper .default-page__item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #default-page .default-page__wrapper .default-page__item:nth-last-child(-n+2) {
        margin-bottom: 40px;
    }
}

#default-page .default-page__wrapper .default-page__item:last-child {
    margin-bottom: 0;
}

#default-page .panel .panel-heading .panel-icon {
    width: 80px;
    height: 80px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#default-page .panel .panel-heading .panel-wrap {
    max-width: 280px;
    margin-left: 24px;
}

#default-page .section-1 h3 {
    margin-top: 0;
}

#default-page .panel .panel-heading .panel-title h6 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #081A30;
}

#default-page .panel .panel-heading .panel-icon:hover {
    color: #ffffff;
    background-color: #2F80ED;
    border-color: #2F80ED;
}

#default-page .panel .panel-body {
    font-size: 12px;
    line-height: 20px;
    color: #3A4D5A;
}

#default-page .panel .panel-heading .panel-icon {
    background-color: #ffffff;
    -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
    -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
    transition: transform ease-out 0.2s, background 0.3s;
}

#default-page .panel .panel-heading .panel-icon .icon {
    font-size: 39px;
}

#default-page .panel .panel-heading h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

#default-page .panel .panel-heading .panel-title {
    margin-bottom: 16px;
}

a[rel~="tooltip"] {
    cursor: default;
}

.table-responsive {
    width: 100%;
    overflow: auto;
}

.table-responsive.table_inherit-overflow {
    overflow: inherit;
}

.table-responsive>.table { 
    margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}

.table-responsive>.table>tbody>tr>td {
    white-space: normal;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10099;
    overflow: hidden;
    overflow-y: hidden;
    display: none;
}

.dropdownIcon {
    float: left;
    width: 20px;
}

.dropdownIcon i {
    padding-right: 5px;
}

.panel-title.btn-primary {
    color: #fff;
}

.header-link-request{
    display: inline-block;
}
.btn.btn-primary a{
    color: #fff;
}
.btn.btn-default a{
    color: #333;
}
.btn.btn-default a:hover,
.btn.btn-default a:focus,
.btn.btn-primary a:hover,
.btn.btn-primary a:focus {
    text-decoration: none;
}
div.btn + div.btn{
    margin-right: 5px;
}
.tnd-img-circle{
    padding: 10px;
}
a.js-link {
    border: none;
    color: #337ab7;
}
a.js-link:hover {
    color: #23527c;
    border: none;
}
input.search-img {
    background: url("../images/lens.png") #ffffff no-repeat calc(100% - 10px); 
}

.tab-content > .tab-pane .table thead tr th .sort-link, .tab-content > .tab-pane .table thead tr td .sort-link {
    padding-right: 30px;
    position: relative;
}
.tab-content > .tab-pane .table thead tr th .sort-link:after, .tab-content > .tab-pane .table thead tr td .sort-link:after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
    content: "\e150";
}
.tab-content > .tab-pane .table thead tr th .sort-link.asc:after, .tab-content > .tab-pane .table thead tr td .sort-link.asc:after {
    content: "\e155";
}
.tab-content > .tab-pane .table thead tr th .sort-link.desc:after, .tab-content > .tab-pane .table thead tr td .sort-link.desc:after {
    content: "\e156";
} 
.navbar {
    filter: none;
}
.modal-backdrop {
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade.in ~ .modal-backdrop.fade.in {
    z-index: 9996;
}
.grid-view .summary {
    text-align: left;
}
.table-responsive > table.table {
    margin-bottom: 20px;
}

.breadcrumb-inline {
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 4px;
}

.filters-block {
    margin: 15px 0 0;
}

table tbody tr td .buttons {
    display: block;
    visibility: hidden;
}

table tbody tr:hover td .buttons {
    display: block !important;
    visibility: visible !important;
}

input[disabled]:not(.datepicker), 
textarea[disabled]:not(.datepicker), 
input[readonly]:not(.datepicker), 
textarea[readonly]:not(.datepicker),
input.disabled {
    color: rgb(177, 177, 177);
    background: #eee;
}

.no-padding-xs {
    padding: 0;

}

@media (min-width: 768px) {
    .no-padding-xs {
        padding: 0 0 0 5px;

    }
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

@media (min-width: 1140px) {
    .text-lg-right {
        text-align: right;
    }
}
@media (min-width: 960px) {
    .text-md-right {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
}

.font-weight-bold {
    font-weight: bold;
}

.card-text {
    word-wrap: break-word;
}

.mb-1 {
    margin-bottom: .25rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mb-3 {
    margin-bottom: 1rem;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: initial;
}

@media (max-width: 560px) {
    .control-group .btn {
        margin-bottom: 10px;
    }
    .modal-dialog .btn {
        padding: 6px;
    }
}

#sessionEndModal {
    overflow-y: hidden;
}
#sessionEndModal .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 3.75rem auto;
}
#sessionEndModal .modal-dialog::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
#sessionEndModal .modal-dialog .modal-content {
    border-radius: 0;
    width: 100%;
}
#sessionEndModal .modal-dialog .modal-header {
    padding-top: 50px;
    border-bottom: 0;
    text-align: center;
}
#sessionEndModal .modal-dialog .modal-body {
    text-align: center;
}
#sessionEndModal .modal-dialog .modal-body h5 {
    margin: 10px 0;
}
#sessionEndModal .modal-dialog .modal-footer {
    padding-bottom: 50px;
    border-top: 0;
    text-align: center;
}
#sessionEndModal .modal-dialog .modal-footer a {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
}
#sessionEndModal + .modal-backdrop {
    bottom: 0;
    z-index: 1040;
    opacity: 0.2 !important;
}

@media (max-width: 1200px) {
    #default-page .default-page__wrapper .default-page__item {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #default-page .default-page__wrapper .default-page__item {
        width: 100%;
    }
}

a > i.fa {
    color: #373a3c;
}

a > i.tmx-plus.fa {
    color: #fff;
}
