body > div.container > div > div > div.mtop40.authentication-form > form {
    width: 340px !important;
}

body.login_admin {
    background: rgb(1,194,203) !important;
    background: linear-gradient(0deg, rgba(1,194,203,1) 0%, rgba(0,46,48,1) 100%) !important;
}
/*body.login_admin {
    background: url(/assets/images/gradegrey.jpg) !important;
    background-position: center center center center;
    background-repeat: no-repeat;
}*/

.admin #header {
    background: #3b5d5f;
    background: -webkit-gradient(linear,left top,right top,from(#3b595a),color-stop(26%,#4a6f71),color-stop(73%,#4d7577),to(#4e7779));
    background: linear-gradient(to right,#304b4c 0,#325b5d 26%,#257275 73%,#00c2cb 100%);
}
body #side-menu li.dashboard_user {
    background: #12848a !important;
}
.btn-info {
    background-color: #138489 !important;
}
.btn-info {
    background-color: #138489 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  color: #545454 !important;
  border-color: #a0a0a0 !important
}
body #wrapper th.sorting_desc, body #wrapper th.sorting_asc {
    color: #545454 !important;
}

#setup-menu > li:nth-child(1){
    background: #12848a !important
}

.modal-header {
    background: #3b5d5f;
    background: -webkit-gradient(linear,left top,right top,from(#3b595a),color-stop(26%,#4a6f71),color-stop(73%,#4d7577),to(#4e7779));
    background: linear-gradient(to right,#304b4c 0,#325b5d 26%,#257275 100%);  
}