/**
 *
 * Apply Here your Custom CSS
 *
*/

.tr{
   cursor:move;
}

.header-hr hr{
    margin-top:6px;
}
.validateForm label.error{
    color:red;
    font-size: 12px;
}
.navbar-nav>.user-menu>.dropdown-menu {
    padding: 7px;
        width: 230px;
}
.dropdown-menu {
        border-color: #222d32 !important ;
	background-color: #222d32 !important;
}


/* NEWS INPUT */
div.news-input div.form-group {
	width: 100% !important;
}
@media (min-width: 992px) {
div.news-input div.form-group {
	width: 100% !important;
	max-width: 870px !important;
}	
}
@media (min-width: 1200px) {
div.news-input div.form-group {
	width: 100% !important;
	max-width: 1050px !important;
}	
}

/* SLIDEINBOX INPUT */
div.slideinbox-input div.form-group {
	width: 100% !important;
	max-width: 315px !important;
}	
