div.wrapper{height:100%;padding-top:30px;position:relative;}
div.header{position:absolute;top:0;left:0;width:100%;height:30px;padding:0 20px;background:#f3f3f3;}
div.header div.header-inner{position:relative;}
div.header nav{line-height:30px;}
div.header nav.user{position:absolute;right:0;top:0;}
div.header nav a{font-size:13px;padding:0 10px;}
div.content{padding: 20px 30px;}

.column-id{text-align:right;width:60px;}

h1 div.l,
h1 a{margin-left:20px;text-decoration: none;font-size:0.5em;color:#268ccc;display:inline-block;}
h1 a:hover{text-decoration: underline;}
h1 div.l.current,
h1 a.current{
	background: #268ccc;
	text-shadow: 0px -1px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	padding:3px 10px;
}
h1 a.current:hover{text-decoration: none;}
nav.menu .button-delete,
h1 .button-delete{color:#c00;float:right;margin-top:13px;}
nav.menu a.button-delete.current,

h1 a.button-delete.current{background: #c00;}
div.h1-wrapper{position: relative;margin-bottom:10px;}
div.quicksearch{display: inline-block;position: relative;}
div.quicksearch input{padding-right: 26px;width:270px;}
div.quicksearch button{border:none;background: none;cursor: pointer;padding:3px;height:23px;width:23px;position: absolute;right:1px;top:1px;}
div.h1-wrapper div.quicksearch{position: absolute;top:8px;right:0;}
div.h1-wrapper div.quicksearch #search_expand{display: inline-block;color:#268ccc;border-bottom: 1px dashed #268ccc;margin-right: 10px;font-size: .9em;cursor: pointer;}
div.h1-wrapper div.quicksearch #search_expand:hover{border-bottom-color: transparent;}
#search_elements{display: none;}
#h1_actions_button{float:right;margin-top:5px;}
#h1_actions_button button{height:26px;line-height: 1;}
.x-quicksearch #h1_actions_button{margin-right: 290px;}

div.h1-wrapper{position: relative;}
div.h1-wrapper h1{display: inline-block;margin:0;}
div.h1-wrapper nav.menu-actions{display: inline-block;margin-left:15px;}
h2 form{display: inline-block;vertical-align: bottom;font-size: 13px;margin-left: 20px;}
h2 input,
h2 a,
div.h1-wrapper nav.menu-actions a{font-size: 12px;margin-left:15px;}
h2 a.button-delete,
div.h1-wrapper nav.menu-actions a.button-delete{color:#777;}
div.h1-wrapper div.quicksearch{position: absolute;top:5px;right:0;}
div.h1-wrapper div.quicksearch input{padding-right: 26px;}
div.h1-wrapper div.quicksearch button{border:none;background:none;cursor: pointer;height:23px;width:23px;position:absolute;right:1px;top:1px;}
div.h1-wrapper div.quicksearch button i{font-size:14px;color:#777777;}

td.column-image{width:180px;}
table img{max-height: 120px;max-width:160px;}

div.form-buttons a.button-delete{margin-left:30px;color:#c3bfbe;}

div.legend{padding:10px;border:1px solid gold;background-color: #F7F3C1;line-height: 18px;}
div.legend a{color:#007AB1;}

div.block-import{padding:10px 0;}
//div.block-import:hover{background: #eee;}
div.block-import.active{background: #eee;}
div.block-import input[type="file"]{border:none;height:30px;padding:4px 0;}
div.block-import div.hint{display: inline-block;}
div.block-import a.template{margin-left:20px;}

.uploader-log{
	position:relative;
	line-height:16px;
	border:1px solid #cbcbcb;
	background-color: #f4f4f4;
	padding:15px 20px;
	margin-top:10px;
}
.uploader-log.loading{padding-bottom:28px;}
.uploader-log .loading{
	background-image:url("/images/loading.gif");
	width:208px;
	height:13px;
	position:absolute;
	bottom:10px;
	display:none;
}
.uploader-log.loading .loading{display:block;}
.uploader-log div.progress{height:5px;border:1px solid #c00;}
.uploader-log div.progress div{height:100%;width:0;background-color:#c00;}

div.paginator{margin: 20px 0;}
div.paginator li{display: inline-block;}
div.paginator li.current,
div.paginator a{display: inline-block;padding: 0 10px;height: 26px;line-height: 26px;background: #eee;color:#333;text-decoration: none;}
div.paginator li.disabled{padding: 0 5px;height: 26px;line-height: 26px;color:#777;}
div.paginator a:hover,
div.paginator li.current{background: #ed1b33;color:#fff;}

/****filter panel***/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch-top{
	margin-top: 15px;
	margin-bottom: -10px;
}

.switch-top span{
	display: block;
	float: left;
	padding:10px;
	font-weight: bold;
	color: #575757;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.user_info_edit_b{
	display: inline-block;
	float: left;
	/*margin-top: 5px;*/
	/*margin-left: 10px;*/
}

.user_info_edit_b img{
	cursor: pointer;
}

input:checked + .slider {
	background-color: #6ccc93;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.filter-panel{
	/*position: relative;*/
	/*min-height: 40px;*/
	overflow: hidden;
}
.filter{
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*float: right;*/
	padding: 10px;
}

/******/

.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 5px 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	/*position: relative;*/
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

#myDropdown div {
	color: black;
	padding: 12px 16px;
	display: block;
	cursor: pointer;
}

.dropdown #myDropdown div:hover {background-color: #ddd}

.show {display:block;}

#client-form{
	position: absolute;
	top: 60px;
	right: -15px;
}

.user_info{
	/*display: none;*/
	float: right;
	right: 5px;
	position: absolute;
	bottom: 5px;
	width: 200px;
}

.user_info span{
	font-size:12px;
	display: block;
	/*width:100%;*/
}

input.user_info_edit_input{
	width: 60%;
	border: 1px solid #c7c7c7;
	border-radius: 5px;

}

span.user_info_edit{
	float: left;
	padding: 10px;
	width: 40px;
	height: 40px;
}
.user_info_edit img{
	display: none;
	cursor: pointer;
}
.user_info_submit img{
	margin-left: 15px;
	cursor: pointer;
	position: absolute;
	margin-top: 2px;
}

.user_info_submit img:hover{
	background: #9dea99;
	border-radius: 40px;
	transition: 0.6s;
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


.inputfile + label {
	font-size: 1.25em;
	font-weight: 700;
	color: black;
	/*background-color: black;*/
	display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
	/*background: #efefef;*/
	/*padding: 1px 5px 1px 10px;*/
	/*border-radius: 10px;*/
	/*box-shadow: 1px 2px 2px 2px #c8c8c894;*/
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.column-image, .column-photo{
	width:inherit!important;
}

td.column-photo img{
	cursor: pointer;
}




/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 75%;
}

/* The Close Button */
.close-modal {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-head{
	overflow: auto;
}

/*span.submit{*/
	/*padding: 5px;*/
	/*background: #e4e4e4;*/
	/*margin-left: 10px;*/
	/*cursor: pointer;*/
/*}*/

#snap, span.submit{
	display: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 10px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

#snap, span.submit{
	/*background: #8dff00;*/
	/*border: 1px solid #8dff00;*/
	background: #80e306;
	border: 1px solid #85f000;
	color: white;
	font-weight: bold;
}

/*span.submit{*/
	/*background:#744af6;*/
	/*border: 1px solid #744af6;*/
/*}*/

#first-cam-box{
	float: left;
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

#second-cam-box{
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.imgdel{
	margin-left: 10px;
	font-weight: bold;
	padding: 0;
	color: #f95f5f;
	font-size: 18px;
}


.column-loaded_images a:not(.imgdel){
	color: #3d3e3d!important;
}

.column-loaded_images a:hover{
	color: #f95f5f!important;
	text-decoration: none;
}

.cancel{
	padding-left: 5px;
	padding-right: 5px;
	background:  #d2cece;;
	border-radius: 5px;
	color: white;
}

.cancel.active{
	background: #f95f5f;
	cursor: pointer;
}

/*.cancel.active:hover{*/
	/*box-shadow: 0 2px 3px rgba(249, 95, 95, 0.53);*/
/*}*/


/***jqgrid*/

/*.ui-widget-content{*/
	/*background: #ffffff!important;*/
/*}*/

span#newtest{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border: 2px solid #fa79799e;
	background: #ff7474;
	cursor: pointer;
	color: white;
	margin-top: 20px;
	width: 290px;
}

div.newtest{
	margin-top: 20px;
}

.ui-jqgrid .ui-widget-content{
	background: #fafafa !important;
}

.ui-grid .ui-state-hover, .ui-widget-content .ui-state-hover{
	background: inherit!important;
	border: 1px solid #dddddd!important;
	color: #000!important;
}

.ui-grid .ui-state-highlight, .ui-widget-content .ui-state-highlight{
	background: inherit!important;
	border: 1px solid #dddddd!important;
	color: #000!important;
}

span.result{
	margin-left: 20px;
	display: inline-block;
	color: #fb5151;
	font-weight: bold;
	transition: 0.5s;
	font-size: 16px;
}


.edit-alert{
	padding: 10px 10px;
	color: white;
	background: #f95f5f;
}

/*modal-box*/
#prompt-message{
	margin-top: 5px;
}

.text-items{
	margin-top: 5px;
}

.text-items label{
	margin-right: 10px;
}

span.remove{
	position: relative;
}

.remove img{
	position: absolute;
	padding: 5px;
	cursor: pointer;
}

input.ticket{
    margin-left: 26px;
}

.item_text{
	width: 80%;
}

#prompt-form select{
	margin-left: 15px;
}

