@import url('fonts.css');

a, ul, ol, li, h1, h2, h3, h4, h5, h6,span,img, pre, code, p{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

a, li, a:hover, li:hover, span, span:hover, section, article, header, footer, h1, h2, h3, h4, h5, h6, button{
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease;
}

a{
	color: #ff1e1e;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}

article, div, footer, header, nav, section{
	display: block;
}

img{
	margin-bottom: -5px;
	max-width: 100%;
}

.clear{
	clear: both;
	display: block;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="date"],
input[type="search"],
input[type="time"],
textarea,
select{
	background: transparent;
	border: 1px solid #e0e2e3;
	border-radius: 2px;
	box-shadow: inset 2px 2px 4px rgba(148,161,167,0.1);
	box-sizing: border-box;
	color: #444f59;
	display: block;
	font-family: 'Gilroy', serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 10px 15px;
	width: 100%;
}

form select{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,243,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,243,244,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,243,244,1) 100%);
	box-shadow: none;
}

form input.day{
	border-radius: 2px 0 0 2px;
	float: left;
	width: 30%;
}

form input.month{
	border-radius: none;
	float: left;
	margin: 0 -1px;
	width: 30%;
}

form input.year{
	border-radius: 0 2px 2px 0;
	float: left;
	width: 40%;
}

form textarea{
	height: 80px;
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.main_button{
	background: #ff1e1e;
	border: 2px solid #ff1e1e;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gilroy', serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.main_button:hover{
	background: #ff4444;
}

.ghost_button{
	background: transparent;
	border: 2px solid #ff1e1e;
	border-radius: 2px;
	box-sizing: border-box;
	color: #ff1e1e;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gilroy', serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.ghost_button:hover{
	border: 2px solid #ff4444;
	color: #ff4444;
}

.login_form .ghost_button{
	width: 100%;
}


html{
	height: 100%;
}

body{
	color: #444f59;
	font-family: 'Gilroy', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
}

.dark_bg{
	background: #000;
	color: #fff;
}

.dark_bg footer .copyright span {
	background: #000;
}

.dark_bg footer .copyright:before {
	background: #444;
}

.row_fluid_full{
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}

.row_fluid{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

.row_fluid_short{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.row_fluid_disc{
	width: 640px;
}

.admin header{
	padding: 15px 0;
}

header{
	background: #e60000;
	color: #fff;
	left: 0;
	padding: 30px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

header .logo{
	float: left;
}

header .user_section{
	float: right;
}

header .user_section h1{
	font-size: 40px;
	font-weight: bold;
}

header .user_section .profile_picture, header .user_section .notifications{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

header .user_section .profile_picture > a{
	border-radius: 100%;
	height: 48px;
	overflow: hidden;
	width: 48px;
}

header .user_section .notifications > a{
	color: #fff;
	font-size: 18px;
	padding: 10px;
	position: relative;
}

header .user_section .notifications a .notifications_number{
	background: #009600;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	left: 50%;
	height: 20px;
	line-height: 20px;
	margin-left: -10px;
	position: absolute;
	top: -4px;
	text-align: center;
	width: 20px;
}

.submenu{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #444f59;
	opacity: 0;
	padding: 10px 20px;
	position: absolute;
	visibility: hidden;
	right: 0;
	width: 240px;
	transition: all 0.3s ease;
}

header .user_section .profile_picture:hover .submenu, header .user_section .notifications:hover .submenu{
	opacity: 1;
	visibility: visible;
}

.submenu.notifications_menu li{
	border-top: 1px solid #ddd;
	padding: 4px 0;
}

.submenu.notifications_menu li:first-child{
	border-top: none;
	padding-top: 0;
}

.submenu.notifications_menu .main_button{
	font-size: 16px;
	margin-top: 10px;
	padding: 4px 10px;
	width: 100%;
}

.profile_picture .submenu{
	width: 140px;
}

.profile_picture .submenu li{
	line-height: 1.3em;
}

.profile_picture .submenu li a{
	padding: 4px 0;
}

.admin_navigation_wrap{
	background: #ff1e1e;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	padding: 83px 0 10px;
	width: 180px;
	z-index: 99;
}

.admin_navigation_wrap > ul > li{
	position: relative;
}

.admin_navigation_wrap > ul > li.active:after{
	border-style: solid;
	border-width: 18px 10px 18px 0;
	border-color: transparent #ffffff transparent transparent;
	content: '';
	height: 0;
	right: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 99;
}

.admin_navigation_wrap > ul > li > a{
	color: #fff;
	display: block;
	padding: 8px 12px;
}

.admin_navigation_wrap > ul > li > a span{
	display: inline-block;
	vertical-align: middle;
}

.admin_navigation_wrap > ul > li > a span.menu_icon{
	font-size: 1.2em;
	margin-right: 10px;
}

.admin_navigation_wrap > ul > li:hover > a{
	background: rgba(0,0,0,0.5);
}

.admin_navigation_wrap > ul > li:hover > a span{
	color: #fff;
}

.admin_navigation_wrap > ul > li.active > a{
	background: #22272b;
	color: #fff;
}

.admin_navigation_wrap > ul > li.active > a span{
	color: #fff;
}

.admin_navigation_wrap ul li ul{
	background: rgba(0,0,0,0.2);
	padding: 10px 0;
}

.admin_navigation_wrap ul li ul li a{
	color: rgba(255,255,255,0.6);
	display: block;
	padding: 4px 12px;
}

.admin_navigation_wrap ul li ul li:hover a{
	color: #fff;
	opacity: 1;
}

.admin_navigation_wrap ul li ul li.active a{
	color: #fff;
	opacity: 1;
}

.chronometer{
	background: #009600;
	border-radius: 0 0 0 10px;
	color: #fff;
	padding: 10px 15px;
	position: fixed;
	right: 0;
	top: 76px;
	z-index: 99;
}

.chronometer span{
	display: inline-block;
	vertical-align: middle;
}

.chronometer span.chronometer_icon{
	margin: -10px 5px 0;
	width: 24px;
}

.chronometer span.chronometer_number{
	font-family: DSDigital;
	font-size: 36px;
}

.icon_nav_mobile{
	display: none;
}

.wrapper{
	padding-bottom: 140px;
}

.container{
	padding: 148px 0 40px;
}

.admin .container{
	padding-left: 180px;
}

.login_box{
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #e0e2e3;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(148,161,167,0.2);
	color: #444f59;
	left: 50%;
	margin-top: -50px;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 460px;
}

.login_box .logo{
	margin-bottom: 20px;
}

.login_box ul li{
	margin-bottom: -1px;
	position: relative;
}

.login_box ul li .forgot_password_link{
	color: #ff1e1e;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 11px;

}

.login_box form ul li.login_email input{
	border-radius: 2px 2px 0 0;
}

.login_box form ul li.login_password input{
	border-radius: 0 0 2px 2px;
}

.login_box form ul li.login_button{
	margin: 10px 0;
}

.login_box form ul li.login_facebook a, .main_form .register_facebook a{
	border: 2px solid #4267b2;
	background: #4267b2;
}

.login_box form ul li.login_facebook a:hover, .main_form .register_facebook a:hover{
	border: 2px solid #365899;
}

.login_box .register_link{
	margin-top: 20px;
}

.login_box .main_button, .dashboard_box .main_button, .dashboard_box .ghost_button{
	display: block;
	width: 100%;
}

.forgot_password{
	width: 460px;
}

.forgot_password form ul li{
	margin-bottom: 10px;
}

.forgot_password form ul li .main_button{
	width: 100%;
}

.container_header{
	margin-bottom: 30px;
	text-align: center;
}

.container_header h1, .container_header h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.container_header h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.container_header .intro_text{
	background: #eef3f7;
	border-radius: 3px;
	padding: 30px;
	text-align: left;
}

.container_header p{
	margin-bottom: 1em;
}

.container_header p:last-child{
	margin-bottom: 0;
}

form ul li{
	margin-bottom: 20px;
}

form ul li:last-child{
	margin-bottom: 0;
}

form ul li label{
	display: block;
	margin-bottom: 4px;
}

form ul li.col_2, form ul li.col_3, form ul li.col_4{
	float: left;
	margin-left: 3%;
}

form ul li.col_2:first-child, form ul li.col_3:first-child, form ul li.col_4:first-child{
	margin-left: 0;
}

.main_form ul span.clear + li.col_2, .main_form ul span.clear + li.col_3, .main_form ul span.clear + li.col_4{
	margin-left: 0;
}

form ul li.col_2{
	width: 48.5%;
}

form ul li.col_3{
	width: 31.33%;
}

form ul li.col_4{
	width: 22.75%;
}

.main_form .main_button{
	display: block;
	width: 100%;
}

.main_form h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.main_form h3:first-child{
	margin-top: 0;
}

.dashboard_box{
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 460px;
}

.admin .dashboard_box{
	margin-left: 90px;
}

.dashboard_header{
	margin-bottom: 20px;
}

.dashboard_header h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.dashboard_header h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.dashboard_box .main_button{
	margin-bottom: 10px;
}

.edit_profile .main_profile_picture{
	float: left;
	text-align: center;
	width: 25%;
}

.edit_profile .main_profile_picture .profile_picture{
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.edit_profile .main_profile_info{
	float: right;
	width: 72%;
}

.edit_profile .main_profile_info table{
	margin-bottom: 20px;
}

.edit_profile .main_profile_info .ghost_button{
	float: left;
}

.edit_profile .main_profile_info .main_button{
	float: right;
}

table{
	border: 1px solid #e0e2e3;
	border-top: none;
	border-radius: 3px;
	border-spacing: 0;
	box-sizing: border-box;
	display: table;
	overflow-x: auto;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

table th, table td{
	border-top: 1px solid #e0e2e3;
	box-sizing: border-box;
	padding: 10px 14px;
	text-align: left;
}

table.table_center th, table.table_center td{
	text-align: center;
}

table th{
	background: #f2f5f7;
	border-right: 1px solid #e0e2e3;
}

table tr{
	position: relative;
}

table tbody tr:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	z-index: 2;
}

.change_button{
	color: #ff1e1e;
	cursor: pointer;
	font-weight: bold;
	float: right;
	opacity: 0;
	visibility: hidden;
	text-decoration: underline;
}

table tr:hover .change_button{
	opacity: 1;
	visibility: visible;
}

.change_button:hover{
	text-decoration: none;
}

.change_field, .change_tr .default_field, .change_tr .change_button{
	display: none;
}

.change_tr .change_field{
	display: block;
}

.change_field{
	position: relative;
}

.change_field input, .change_field select{
	width:90%!important;
}

.change_field .close_change{
	color: #ff1e1e;
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 4px;
	top: 4px;
}

.approved:before{
	background: #009600;
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 6px;
	margin-right: 6px;
	width: 6px;
}

.disapproved:before{
	background: #ff1e1e;
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 6px;
	margin-right: 6px;
	width: 6px;
}

table a{
	font-weight: bold;
	text-decoration: underline;
}

table a:hover{
	text-decoration: none;
}


.modal_ma{
	background: rgba(0,0,0,0.75);
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 999;
}

.modal_ma.open_modal{
	opacity: 1;
	visibility: visible;
}

.modal_ma .content_modal{
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(148,161,167,0.2);
	left: 50%;
	max-height: 95%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	min-width: 460px;
}

.modal_ma .content_modal .main_image img{
	max-height: 100%!important;
}

.modal_ma .content_modal .close_modal_button{
	color: #ff1e1e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.change_password{
	max-width: 460px;
	width: 90%;
}

.modal_ma.watchman_modal .content_modal{
	border-radius: 2px 0 2px 2px;
	padding: 20px 30px;
	margin-top: -50px;
}

.modal_ma.watchman_modal .content_modal .close_modal_button{
	background: #fff;
	border-radius: 0 2px 2px 0;
	right: -40px;
}

.modal_ma.watchman_modal .black_list_yes{
	background: #ff1e1e;
}

.modal_ma.watchman_modal .black_list_no{
	background: #00a000;
}

.watchman_message{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
}

.watchman_message span{
	margin-right: 20px;
}

.watchman_wrapper{
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.watchman_image{
	flex: 0 0 20%;
}

.watchman_message{
	flex: 0 0 76%;
}

.watchman_message_full{
	flex: 0 0 100% !important;
}

.test_content h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.test_content table{
	border: none;
	border-bottom: 1px solid #e0e2e3;
	margin-bottom: 30px;
}

.test_content th{
	border-top: 1px solid #e0e2e3;
	border-left: 1px solid #e0e2e3;
	border-right: none;
}

.test_content th:last-child{
	border-right: 1px solid #e0e2e3;
}

.test_content td{
	border-top: 1px solid #e0e2e3;
	border-left: 1px solid #e0e2e3;
}

.test_content td:last-child{
	border-right: 1px solid #e0e2e3;
}

.test_content table .number_option{
	width: 50px;
}

.test_content table .more_less{
	width: 150px;
	text-align: center;
}

.test_disc table td:nth-child(3), .test_disc table td:nth-child(4){
	text-align: center;
}

.test_disc th{
	border-top: 1px solid #e0e2e3;
	border-left: 1px solid #e0e2e3;
}

.test_content .test_buttons{
	text-align: right;
}

.test_content ul{
	margin-bottom: 40px;
}

.test_content ul li{
	margin-bottom: 10px;
}

.test_content ul li input[type="text"],.test_content ul li input[type="tel"],.test_content ul li input[type="number"],.test_content ul li input[type="password"],.test_content ul li input[type="email"]{
	padding: 6px 10px;
}

ul.dashboard_cards:after{
	clear: both;
	content: '';
	display: block;
}

ul.dashboard_cards li{
	float: left;
	margin-left: 3%;
	margin-bottom: 3%;
	text-align: center;
	width: 31.33%;
}

ul.dashboard_cards li a{
	box-sizing: border-box;
	border: 1px solid #eaedee;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(148,161,167,0.2);
	display: block;
	padding: 5px;
	overflow: hidden;
}

ul.dashboard_cards li:hover a{
	border: 1px solid #ced4d6;
	box-shadow: 0 0 20px rgba(148,161,167,0.6);
}

ul.dashboard_cards li:first-child, ul.dashboard_cards li:nth-child(4), ul.dashboard_cards li:nth-child(7), ul.dashboard_cards li:nth-child(10){
	margin-left: 0;
}

ul.dashboard_cards li .card_icon{
	background: #444f59;
	color: #fff;
	display: block;
	font-size: 32px;
	padding: 40px;
	transition: all 0.3s ease;
}

ul.dashboard_cards li .card_title{
	color: #444f59;
	padding: 10px;
	text-align: left;
	transition: all 0.3s ease;
}

ul.dashboard_cards li .card_title h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.dashboard_cards li:hover .card_icon{
	background: #ff1e1e;
}

ul.dashboard_cards li:hover .card_title, ul.dashboard_cards li:hover .card_title h2{
	color: #ff1e1e;
}

.fixed_message{
	background: #009600;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	opacity: 0;
	padding: 20px 20px 20px 180px;
	position: fixed;
	left: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 88;
}

.fixed_message.show{
	opacity: 1;
	visibility: visible;
}

.fixed_message .row_fluid{
	position: relative;
}

.fixed_message .row_fluid:before{
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #009600;
	content: '';
	height: 0;
	right: 20px;
	position: absolute;
	top: -40px;
	width: 0;
}

.fixed_message ul{
	margin-bottom: 0;
	text-align: center;
}

.fixed_message ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	margin-bottom: 10px;
	text-align: left;
}

.fixed_message ul li:last-child{
	margin-bottom: 0;
}

ul.tab_menu{
	margin-bottom: 20px;
	position: relative;
}

ul.tab_menu:after{
	background: #444f59;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}

ul.tab_menu li{
	float: left;
	margin-left: 10px;
}

ul.tab_menu li a{
	background: #fff;
	border: 2px solid #e0e2e3;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	color: #444f59;
	display: block;
	padding: 8px 12px;
	position: relative;
	z-index: 0;
}

ul.tab_menu li:hover a{
	color: #ff1e1e;
}

ul.tab_menu li.active a{
	border: 2px solid #444f59;
	border-bottom: none;
	color: #ff1e1e;
	z-index: 2;
}

.content_tab h3{
	font-size: 20px;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content_tab p{
	margin-bottom: 1em;
}

.errorMessage, .error{
	color: #ff1e1e;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: left;
}

.brands_profile h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.brands_profile h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.brands_profile td{
	padding: 18px;
	line-height: 1.2em;
}

.barsit_example h2{
	font-size: 20px;
}

.barsit_example ul{
	width: 103%;
}

.barsit_example ul li{
	float: left;
	margin-right: 3%;
	width: 47%;
}

.barsit_example table th, .barsit_example table td{
	padding: 4px 0;
}
.alert-danger{
	background: #ff1e1e !important;
}

.alert ul li{
	margin: 4px 0;
}



footer{
	bottom: 0;
	box-sizing: border-box;
	padding: 60px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.admin footer{
	padding-left: 180px;
}

footer .row_fluid{
	position: relative;
}

footer .copyright:before{
	background: #e0e2e3;
	content: '';
	display: block;
	height: 1px;
	top: 8px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

footer .copyright span{
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1279px){

	.row_fluid{
		width: 90%;
	}

	header{
		padding: 20px 0;
	}

}

@media screen and (max-width: 1024px){

	.row_fluid_short{
		width: 90%;
	}

	.container{
		padding: 108px 0 20px;
	}

	.fixed_message{
		display: none;
	}

	.edit_profile .main_profile_picture {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.edit_profile .main_profile_info{
		float: none;
		width: 100%;
	}

	.edit_profile .main_profile_info .ghost_button, .edit_profile .main_profile_info .main_button{
		float: none;
		margin-bottom: 4px;
		width: 100%;
	}

	.chronometer{
		bottom: 0;
		border-radius: 0;
		box-sizing: border-box;
		text-align: center;
		top: auto;
		width: 100%;
	}

	.chronometer span.chronometer_number{
		font-size: 24px;
	}

}

@media screen and (max-width: 767px){

	.row_fluid_disc{
		width: 90%;
	}

	header{
		padding: 15px 0;
	}

	header .logo{
		width: 120px;
	}

	header .user_section span.profile_picture{
		height: 32px;
		width: 32px;
	}

	header .user_section{
		display: none;
	}

	.admin .container, .admin footer{
		padding-left: 0;
		width: 100%;
	}

	.admin_navigation_wrap{
		left: -180px;
		padding-top: 66px;
		transition: all 0.3s ease;
	}

	.open_menu .admin_navigation_wrap{
		left: 0;
	}

	.open_menu .container, .open_menu footer{
		margin-left: 180px;
	}

	.icon_nav_mobile{
		display: block;
		float: right;
		font-size: 33px;
	}

	.wrapper{
		padding-bottom: 80px;
	}

	.container{
		padding: 90px 0 20px;
	}

	.container_login{
		padding: 20px 0;
	}

	.container_header{
		margin-bottom: 10px;
	}

	.admin .dashboard_box{
		margin-left: auto;
	}

	.login_box, .dashboard_box{
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
		transform: translate(0,0);
		width: 90%;
	}

	.login_box{
		padding: 25px;
	}

	.login_box ul li .forgot_password_link {
		margin-top: 6px;
		position: relative;
		right: auto;
		top: auto;
		transform: translateY(0);
	}

	.test_content table{
		margin-bottom: 10px;
	}

	table th, table td{
		padding: 8px 10px;
	}

	.container_header h1, .container_header h2{
		font-size: 24px;
	}

	.test_content table .number_option{
		width: 30px;
	}

	.test_content table .more_less{
		padding: 10px 0;
		width: 50px;
	}

	.modal_ma .content_modal{
		padding: 30px;
		min-width: 90%;
	}

	.test_content.barsit_test ul li{
		margin-right: 20px;
	}

	ul.dashboard_cards li{
		width: 48.5%;
	}

	ul.dashboard_cards li:first-child, ul.dashboard_cards li:nth-child(3), ul.dashboard_cards li:nth-child(5), ul.dashboard_cards li:nth-child(7), ul.dashboard_cards li:nth-child(9), ul.dashboard_cards li:nth-child(11){
		margin-left: 0;
	}

	ul.dashboard_cards li:nth-child(4), ul.dashboard_cards li:nth-child(10){
		margin-left: 3%;
	}

	form ul li.col_2, form ul li.col_3, form ul li.col_4{
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.modal_ma.watchman_modal .content_modal{
		padding: 12px 20px;
	}

	.watchman_message{
		font-size: 18px;
	}

	footer{
		padding: 30px 0;
	}

	.barsit_example ul{
		width: 100%;
	}

	.barsit_example ul li{
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

@media screen and (max-width: 360px){


	ul.dashboard_cards li{
		margin-left: 0!important;
		width: 100%;
	}

}
.hidden{
	display: none;
}
.disabled{
	cursor: default;
	opacity: 0.5;
}
.alert{
	border-radius: 3px;
	color: #fff;
	margin-bottom: 10px;
	padding: 6px 10px;
}
.alert-success{
	background:#00a000;
}

.alert-danger{
	background:#ff1e1e;
}

.btn-group a{
	display: inline-block;
	margin: 0 5px;
}

.dataTables_scroll button{
	background: transparent;
	border: none;
	color: #ff1e1e;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: underline;
}

.dataTables_scroll button:hover{
	text-decoration: none;
}

.dataTables_wrapper input,
.dataTables_wrapper select{
	display: inline;
	width: auto;
}

.loader{
	background: rgba(255,255,255,0.8) url(../images/loading.gif) center no-repeat;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar-green, .progress-bar-success {
	background-color: #00a65a;
}
.sr-only{
    color: transparent;
}