body{
    font-size: 14px;
}
.modal-header .close {
    margin-top: -67px;
    color: #fff;
    opacity: 1;
    font-size: 9rem;
    font-weight: 300;
}
.modal-header{
    height: 94px;
    background: url(../img/electron-fabric.png);
    background-size: cover;
    color: #fff;
    padding-top: 34px;
    padding-left:30px;
}
.modal-title{
    margin: unset;
    font-size: 3rem;
}
.inbox-btn-blue:focus{
    color: #fff !important;
}

.electron-form .inbox-btn-blue{
    width: 100%;
}

.bread-crumb-action{
    border-radius: 6px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: bold;
    font-size: 22px;
}
.nav > li > a i{
    margin-right: 0px !important;
}
.nav > li > a{
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}
.electron-form .mb-4{
    margin-bottom: 26px;
}
.electron-form span {
    font-size: 19px !important;
}

input[type="text"], select, input[type="number"]{
    font-size: 16px;
    height: 47px;
}
.chosen-container{
    width:100% !important;
}

.chosen-single span{
    color: #555 !important;
}
.chosen-container .chosen-results li.active-result{
    font-size: 17px !important;
}
.chosen-container-single .chosen-single{
    border-radius: 0px !important;
    background: none !important;
    box-shadow: none !important;
    height: 47px !important;;
    padding-top: 10px !important;
    border: 1px solid #e5e6e7 !important;
}

.chosen-container-single .chosen-single div{
    top: 11px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    background-image: none !important;
}

.chosen-container .chosen-drop{
    border: 1px solid #e5e6e7 !important;
}

.large-input{
    height: 60px !important;
    font-size: 22px !important;
}
.status-table{
    margin-left:12px;
}
.status-table .fa{
    font-size:36px;
}