/******************************************************************************/
/* GLOBAL */
h1{
    margin-bottom:		    40px;
}
h2{
    margin-top:			    40px;
    margin-bottom:		    40px;
}
label{
    font-weight:		    normal;
}
.color1{ 
    background-color:		    #F7DC00; 
}
.color2{ 
    background-color:		    #EFF3F8; 
    color:			    #7d91aa;
}
.rounded1{
    -webkit-border-radius:	    7px;
    -moz-border-radius:		    7px;
    border-radius:		    7px;
}
.header{
    border-bottom:                  solid 2px #EACF00;
}
.menu a{
    margin-top:                     10px;
    margin-left:		    5px;
}
.btn-primary {
    background:			    #F7DC00 !important;
    border-color:		    #EACF02 !important;
    color:			    #000000 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background:			    #F4E150 !important;
    border-color:		    #EACF02 !important;
    color:			    #000000 !important;
}
.td_takeover{
    background-color:		    #80D2FF;
}
.td_return{
    background-color:		    #82FFB4;
}
.marbot{
    margin-bottom:		    100px;
}
.upldbtn{
    margin-left:		    20px;
}
.upload1{
    padding-top:		    10px;
    padding-bottom:		    10px;
}


/******************************************************************************/
/* Login */
.login-box{
    margin-top:			    50px;
}
#login-form{
    margin-top:			    20px;
    padding:			    10px;
}




/******************************************************************************/
/* RESPONSIVE */
/* Landscape phones and down */
@media (min-width: 767px) AND (max-width: 991px) { 
    .srchdv{ 
	float:			    left;
    }
}
@media (max-width: 991px) { 
    .crbtn {
	margin-bottom: 		    20px;
    }
}


