@font-face {
    font-family: "Flat-UI-Icons";
    src: url('../fonts/flat-ui-icons-regular.eot');
    src: url('../fonts/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/flat-ui-icons-regular.woff') format('woff'), url('../fonts/flat-ui-icons-regular.ttf') format('truetype'), url('../fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.check-box,
.radio {
    display: inline-block;
    font-size: 12px;
    height: 21px;
    padding-right: 5px;
    position: relative;
    transition: color 0.25s linear 0s;
    vertical-align: middle;
    width: 21px;
}
.check-box.centered,
.radio.centered {
    padding: 25px 20px 0 20px;
    white-space: nowrap;
    text-align: center;
}
.check-box.centered .icons,
.radio.centered .icons {
    left: 50%;
    margin-left: -10px;
}
.check-box input,
.radio input {
    outline: none !important;
    display: none;
}
.check-box .icons,
.radio .icons {
    color: #bdc3c7;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Flat-UI-Icons';
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.check-box .icons .first-icon,
.radio .icons .first-icon,
.check-box .icons .second-icon,
.radio .icons .second-icon {
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.check-box .icons .second-icon,
.radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.check-box:hover,
.radio:hover {
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.check-box:hover .first-icon,
.radio:hover .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.check-box:hover .second-icon,
.radio:hover .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.check-box.checked .first-icon,
.radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.check-box.checked .second-icon,
.radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #184097;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.check-box.disabled,
.radio.disabled {
    cursor: default;
    color: #e6e8ea;
}
.check-box.disabled .icons,
.radio.disabled .icons {
    color: #e6e8ea;
}
.check-box.disabled .first-icon,
.radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.check-box.disabled .second-icon,
.radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.check-box.disabled.checked .icons,
.radio.disabled.checked .icons {
    color: #e6e8ea;
}
.check-box.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.check-box.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #e6e8ea;
}
.check-box.primary .icons,
.radio.primary .icons {
    color: #34495e;
}
.check-box.primary.checked,
.radio.primary.checked {
    color: #1abc9c;
}
.check-box.primary.checked .icons,
.radio.primary.checked .icons {
    color: #1abc9c;
}
.check-box.primary.disabled,
.radio.primary.disabled {
    cursor: default;
    color: #bdc3c7;
}
.check-box.primary.disabled .icons,
.radio.primary.disabled .icons {
    color: #bdc3c7;
}
.check-box.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
    color: #bdc3c7;
}
.radio + .radio,
.check-box + .check-box {
    margin-top: 10px;
}
.fui-radio-checked:before {
    content: "\e032";
}
.fui-radio-unchecked:before {
    content: "\e02b";
}
.check-box input, .radio input {
    display: none;
    outline: medium none !important;
}
.fui-checkbox-unchecked:before {
    content: "\e033";
}
.fui-checkbox-checked:before {
    content: "\e034";
}


/* SelectPicker styles */
.btn-group {
    position: relative;
    vertical-align: middle;
}
.btn-group.open{
    border: none;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.dropdown-toggle {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0;
}
.pull-left {
    float: left;
}
.dropdown-toggle .caret {
    margin-top: 8px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    float: right;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
}
.caret:after {
    border-left: 1px solid #0b213e;
    content: "";
    display: inline-block;
    height: 37px;
    left: -17px;
    position: relative;
    top: -23px;
    width: 11px;
}
.btn .caret {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    overflow: hidden;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.open >.dropdown-menu {
    display: block;
    visibility: visible;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #E5E5E5;
    color: #262626;
    text-decoration: none;
}
.dropdown.open{
    border: none;
}
.dropdown {
    position: relative;
}
.custom-select {
    line-height: 18px;
}