@media all {
	.page-break	{ display: none; }
}
* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
}
input[type=text], input[type=date],input[type=number], input[type=password]{
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
td.td_details {
	height:30px;
	width:30px;
	padding:0px;
}
#error_status {
	color:#f00;
}
input[type=submit], .submit_button {
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	background:#006CFF;
	border:none; 
	text-align: center;
	cursor:pointer;
	font-size:13px;
	margin:0 auto;	
	color:#fff;
}
table {
	background:#fff;
}
textarea {
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
select {
	margin-bottom:10px; 
	border:1px solid #ccc;
	padding:5px;
}
.popup_box_div {
	width:800px;
	padding:10px;
	text-align: left;
}
#top_submenu_space {
	height:50px;
}
#top_submenu {
	background:#ccc;
	position:fixed;  
	top:40px;
	z-index:9998;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:1180px;
	height:40px;
	border-bottom-left-radius:7px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-right-radius:7px;
	padding-bottom:5px;
	text-align: left;
}
#top_submenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#top_submenu ul li {
	margin:0px;
	padding:0px;
	padding-top:5px;
	display:inline-block;
	
	text-align: center;
}
#top_submenu ul li a {
	background:#666;
	min-width:110px;
	height:26px;
	overflow:hidden;
	color:#fff;
	margin-left:5px;
	line-height:26px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;  
}
#top_submenu ul li .upload_icon {  
	margin:0px;  
}
#top_submenu ul li .upload_icon a {
	margin:0px;
	padding:0px;
}
#top_submenu ul li a img {
	height:22px;
	width:22px;
	padding:2px;
	vertical-align: middle
}
#top_submenu ul li a:hover {
	background:#666;
	color:#ccc;
}
#queue {
	margin-bottom:10px;
}
section.main_sections {
	background:#fff;
	padding:15px;
	border-radius:7px;
	position:relative;
 	box-shadow: 5px 5px 10px #888888;
 	margin-bottom:20px;
}
section.main_sections_square {
	background:#fff;
	padding:15px;
	
	position:relative;
 	box-shadow: 5px 5px 10px #888888;
 	margin-bottom:10px;
}
#main_cointainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;  
	margin: 0 auto -30px;
	position:relative;
	
}
#content {
	width:1200px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
	margin:0 auto;
}
#menu_nav, .footer {
	background: #333;
}
.footer {
	position:relative;
	font-size:10px;
        border-top:1px solid #111;
        box-sizing: border-box;
        background: #222;
}
.uploadifive-queue-item a, .uploadifive-queue-item div{
	display:inline-block;
	margin-bottom:5px;
}
.button {
	display:block;
	float:left;
	padding:5px 10px;
	border-bottom-right-radius: 0px;
	width:130px;
	cursor:pointer;
	background:#006CFF !important;
	color:#fff;
}

.button:hover, .button_red:hover {
	background:#666 !important;
	color:#fff;
}

.right {
	float:right !important;
	margin-right:0px !important;
}
/* Floating bottom menu */
.fixed_menu_buttons {
	margin-top:15px;
	width:1180px;
	position: fixed;
 	bottom: 0px;
	background:#333;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.fixed_menu_buttons .button {
	padding:0px 10px;
	line-height:26px; 
	margin-right:3px;
               font-size:13px;
	text-align: center;

}
.fixed_menu_buttons .button img {
	height:20px;
	float:left;
	margin-right:4px; 
}
.fixed_menu_buttons a {
	color:#fff;
}
.fixed_menu_buttons .button_red {
	background: #ff6500 !important;
	float:right;
}
.fixed_menu_buttons .button_red:hover {
	background: #666 !important
}
body {
	min-width:1210px;
}
#top_nav {
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
	left:0px;
	text-align:left;
	background:#333;
	height:40px;
	
}
#px1200 {
	width:1200px;
}
#top_nav .tools_bar2 {
	width:100px;
	color:#ff7521;
	float:right;
	text-align:center;
}
#top_nav .tools_bar {
	width:100px;
	color:#fff;
	float:right;
	text-align:center;
	background:#8f0787;
}
#top_nav img {
	height:26px;
	margin-top:7px;
	padding:0px;
	padding-bottom:7px;

}

#top_nav .right_icons {
	padding:4px;
	float:right;
}
#top_nav .right_icons:hover {
	background:#07a1e2;
	padding:4px;
	height:32px;
}
#top_nav .username {
	float:right;
	color:#fff;
	margin-right:5px;
        font-size:15px;
}
#top_nav .right_icons:hover img {
	margin:0px;
	padding:0px;
}
#top_nav .right_icons img {
	height:32px;
	width:32px;
	padding:0px;
	margin:0px;
}
#top_nav p {
	line-height:40px;
	margin:0px;
}
#dashboard_nav_back {
	display:inline-block;
	float:left;
}
#dashboard_nav_back span {
	float:left;
	font-size:14px;
}
#dashboard_nav_back p {
	float:left;
}
#top_nav a {
	display:block;
	padding:0px 10px;
	float:left;
	line-height:40px;
	color:#fff;
}
#top_nav a:hover {
	color:#fff;
	background:#666;
}       
#small_logo{	
	float:left;
}
#px1200 {
	width:1200px;
	margin:0 auto;
	height:40px;
	position:relative;
}

#main_cointainer{
	background:url(/templates/chromachecker/login/img/raster.png) repeat;
}
#top_nav .nav_right_toggle {  
	position:relative;
	float:right;
}
#top_nav .nav_toggle_box {
	width:320px;
	display:none;
	padding:0px;
	position:absolute;
	left:0px;
	top:40px;
	background:#444;
	z-index:9999999999;
           font-size:13px;
}  
#top_nav .nav_toggle_box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#top_nav .nav_toggle_box li {
	display:block;
	padding:0px;
	margin:0px;
	position:relative;
	
}
#top_nav .nav_toggle_box li span {
	margin-right:10px;
	font-size:24px;
	color:#eee;
	float:left;
}
#top_nav .nav_toggle_box li.discover_more {
	background:#222;

}
#top_nav .nav_toggle_box li.discover_more span {
	margin-right:10px;
	font-size:16px;
	color:#eee;
	float:left;
}

#top_nav .nav_toggle_box li.li_legend{
	line-height:40px;
	padding:0px;
	height:40px;
	display:block;  
	background:#8f0787;
	text-transform:uppercase;
	float:none;
	border-bottom:2px solid #868786;
	width:310px;
	padding-left:10px;  
	color:#fff;
}
#top_nav .nav_toggle_box li.discover_more_legend {
	line-height:30px;
	padding:0px;
	height:30px;
	display:block;  
	background:#8f0787;
	text-transform:uppercase;
	float:none;
	border-bottom:2px solid #868786;
	width:310px;
	padding-left:10px;  
	color:#fff;
}
#top_nav  .nav_toggle_box img {
	margin:0px;
	height:30px;
	width:30px;

	padding:5px;
	float:left;
	padding-left:0px;
	padding-right:8px;
}
#top_nav .nav_toggle_box li a.more_tools {
	background:#8f0787;
	text-transform:uppercase;
}
#top_nav .nav_toggle_box li.admin_li {
	line-height:30px;
	padding:0px;
	height:30px;
	display:block;  
	text-transform:uppercase;
	float:none;
	border-bottom:none;
	width:310px;
	padding-left:10px;  
	color:#fff;
	background:#ff7521;
}
#top_nav .nav_toggle_box li.admin_li_a {
	background:#5c5244;
}
#top_nav .nav_toggle_box li a {
	line-height:40px;
	padding:0px;
	height:40px;
	display:block;  
	float:none;
	border-bottom:2px solid #868786;
	width:310px;
	padding-left:10px;  
	color:#fff;
}
#top_nav .nav_toggle_box li.discover_more a {
	line-height:30px;
	height:30px;
	color:#999;
}
#top_nav .nav_toggle_box li a.logout_button {
	background:#07a1e2;
}
#top_nav .nav_toggle_box li a:hover {
	background:#666;
}
.upload_icon26 {
	float:right;

	margin:0px;
	clear:none;
	background:url(/templates/chromachecker/img/upload_26.png);
}
.upload_icon26:hover{
	background:url(/templates/chromachecker/img/upload_26.png);
}
#tool_get_started {
	font-size:12px;
	text-align:left;
	
}
#tool_get_started p {
	text-align: left;
}
#tool_get_started .get_started_button {
	display:block;
	width:200px;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	color:#fff;
	line-height:40px;
	background:#8f0787;
}
#tool_get_started .get_started_button:hover {
	background:#666;
	color:#fff;
}
.add_form input[type=text], .add_form input[type=number] {
	width:300px;
}
.add_form textarea {
	width:300px;
	height:60px;
}
.add_form legend {
	font-weight:600;
	border-bottom:3px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:16px;
	display:block;
	clear:both;
	line-height:30px;
	width:100%;
}
.add_form .hint {
	color:#999;
	margin-bottom:20px;
}
.add_form  label {
    display: block;
    padding-bottom: 1px;
}
.add_form legend img {
	vertical-align: middle;
	height:24px;
	margin-right:3px;
}
.add_form  .checkbox_div label{
	display:block; vertical-align: middle;
	margin-bottom:5px;
	
}
.add_form  .checkbox_div label input[type=checkbox] {
	vertical-align: middle; margin-right:5px;
	
}
.add_form fieldset {
	width:370px;
	margin-right:25px;
	padding:0px;
	display:inline-block;
	vertical-align: top;
	border:none;
	background:none;
}
.add_form fieldset:nth-child(3) {
	margin-right:0px;
}
.add_form select {
	width:310px;
}
.add_form select, .add_form input[type=text], .add_form input[type=number] {
    font-weight:600;
}
input[type=text].error_validate {
	border:1px solid #f00 !important;
}
.add_form input[type=submit]{
	display:block;
	width:200px;
	margin:0 auto;
	text-transform:uppercase;
	color:#fff;
	padding:0px;
	line-height:40px;
	background:#006CFF;
        
        
         border-radius: 10px;
        
        
    
        
        
}
.add_form input[type=submit]:hover {
	background:#666;
	color:#fff;
} 
.accountability_widget ul, .assign_to_device ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
}
.accountability_widget_add_more {
	border-top:2px solid #eee;
	display:block;
	padding-top:5px;
}
.accountability_widget ul li,  .assign_to_device ul li{
	
}
.accountability_widget ul li input,  .assign_to_device ul li input{
	display:inline-block;
	margin-right:5px;
}
.accountability_widget ul li p,  .assign_to_device ul li p {
	display:inline-block;
	margin-bottom:5px;
}
section.section_warning {
	padding:10px;
	border:none;
	background:#07a1e2;
	color:#fff;
	margin-bottom:10px;   
	border-radius: 5px;
}
section.section_warning p {
	margin-bottom:5px;
}
section.section_warning a {
	color:#fff;
	font-weight:bold;
}
section.section_warning h2 {
	color:#fff;
	line-height:20px;
}
section.section_warning  .helper {
	float:left;
	width:20px;
	margin-right:5px;
}
.button_delete_icon {
 	float:right;
 		background: #ff6500 !important;;

    
  }
  .button_delete_icon span {
  	float:right;
  }
.button_delete_icon:hover  {
	background:#666 !important;
}