.error{
    color: #f86c6b;
}
.bg-green + div.message{
    color: #fff;
}
.sub-bg{
    width:44%;
    background: url('../img/background.jpg') no-repeat right top;
    background-size: cover;
}
.breadcrumb{
    background-color: whitesmoke;
}
.btn{
    border-radius: .25rem;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #a4b7c1;
}
.hidden{
    display: none;
}
.hidden:hover{
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + .boxswitch span {
    color: white;
    transform: translateY(75px);
}
input[type="radio"]:checked + .boxswitch span:before {
    transform: translateY(15px);
    opacity: 1;
}
.boxswitch {
    margin-right: 5px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #ddd;
    font-weight: 900;
}
.boxswitch:active {
    transform: translateY(10px);
}
.boxswitch span {
    left: 0;
    right: 0;
    transition: all 300ms ease;
    user-select: none;
    color: #007e90;
    line-height: 4em;
}
.boxswitch span:before {
    font-size: 3.3em;
    font-family: "simple-line-icons";
    display: block;
    opacity: 0;
    transition: all 300ms ease-in-out;
    color: white;
    font-weight: 900;
}

input[type="radio"][id$="-0"] + .boxswitch span:before {
    content: '\e082';
    font-size: 2.6em;
    position: relative;
}
input[type="radio"][id$="-1"] + .boxswitch span:before {
    content: '\e080';
    font-size: 2.6em;
    position: relative;
}
input[type="radio"][id$="-2"] + .boxswitch span:before {
    content: '\e082';
    font-size: 2.6em;
    position: relative;
}
input[type="radio"][id$="-0"]:checked + .boxswitch {
    background-color: #f86c6b;
}
input[type="radio"][id$="-1"]:checked + .boxswitch {
    background-color: #4dbd74;
}
input[type="radio"][id$="-2"]:checked + .boxswitch {
    background-color: #999;
}

/*PLACE HOLDER COLOR*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #869fac !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #869fac !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #869fac !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #869fac !important;
}
.form-control-inline {
    width: auto;
    float:left;
    margin-right: 5px;
}

[type="radio"]:checked + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}

[type="radio"]:not(:checked) + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}
[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #26a69a;
    z-index: 0;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #26a69a;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 1px solid #b1b8bb;
}
.legend .nav-tabs{
    border-bottom: 1px solid #20a8d8;
}
.legend .nav-link.active{
    background-color: #20a8d8;
    border: 1px solid #20a8d8;
    color: #fff;
}
[id^="item-"] tr td span:hover {
    cursor: pointer;
}