body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; 
    font-size: 0.9rem !important;
}

#header{
    margin-bottom: 10px;
}

a {
    color: #666 !important;
    font-size: 11px !important;
}

span{
    font-size: 11px;
}

.home_cycle {
    float: left;
    width: 750px;
    height: 500px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

#reg_form label{
    font-size: 12px;
    font-weight: bold;
}

label{
    font-size: 11px;
    font-weight: bold;
}

input, textarea, select {
    font-size: 11px !important;
}

#content .sub_tit {
    font-size: 15px !important;
    color: #6A6D74;
}

.home {
     margin:auto; 
     overflow:hidden; 
     width:900px; 
     margin-top:25px;
}

.form-control {
    padding: .2rem 0.3rem !important;
}

.form-select {
    padding: .2rem 2.25rem .2rem .75rem !important;
}

.form-label {
    margin-bottom: .2rem !important;
}

.btn-login{
    background-color: #EFEFEF !important;
    border: 1px outset #CFD3D6 !important;
    padding: 0rem 0rem !important;
    font-size: 12px !important;
}

.mb-2 {
    margin-bottom: 0.3rem;
}

.w-30{
    width: 30%;
}

#content .error .caption {
    background-color: #900;
}

#content .error .caption, #content .success .caption {
    color: #FAFAFA;
    padding: 2px 5px;
    font-size: 12px;
    overflow: hidden;
}

#notify{
    margin: 0px 5px;
}

.error {
    color: #ff0000;
}

#content .error .msg, #content .success .msg {
    padding: 2px 5px;
    border: 1px solid #EBEBEB;
    border-top: none;
}

#content .success .caption {
    background-color: #699;
}

#content .success .caption {
    color: #FAFAFA;
    padding: 2px 5px;
    font-size: 12px;
    overflow: hidden;
}


nav ul li a{
    color: #CCCCCC !important;
    font-weight: bold;
    font-size: 12px !important;
}

.dropdown-item {
    padding: .25rem .25rem !important;
    font-weight: bold !important;
    background-color: #4C4C4C !important;
}

.dropdown-menu {
    padding: .5rem !important;
    background-color: #4C4C4C !important;
}

nav ul li .dropdown-menu a:hover {
    background-color: #757575 !important;
}

.input-link {
    color: #fff !important;
    background-color: #525252 !important;
    border-color: #525252 !important;
    /* border-radius: 0; padding: 3px 20px !important; */
}

.input-active{
    background-color: #979797 !important;
    border-color: black  !important;
}