div.wrapper{height:100%;/*padding-top:30px;*/position:relative;}
div.header{position:relative;top:0;left:0;width:100%;padding:0 30px;}
div.header div.header-inner{position:relative;}
div.header nav{line-height:30px;}
div.header nav.user{right:0;top:0;}
/*div.header nav a{font-size:13px;padding:0 10px;}*/
div.content{padding:10px 30px;margin-top:5px}
div.user{
	position: relative;
	width: 100%;
	height: 30px;
}

div.user div {
	position: absolute;
	right: 5px;
	top: 5px;
}

div.user div a{
	margin-right: 10px;
}

/***bootstrap**/

.container-fluid{
	padding:0;
}
.navbar-nav{
	width:100%;
	margin:0;
}
.navbar-nav > li{
	width: 33.33%;
	text-align: center;
}
.navbar-default .navbar-nav > .active > a {
	color: #fbfafa;
	background-color: #f95f5f;
}
.navbar-default .navbar-nav > a {
	border-right: 1px solid #e2e1e1;
}

.navbar-default .navbar-nav > .active > a:hover {
	color: #fbfafa;
	background-color: #d05050;
	transition: 0.5s;
}
.navbar-default .navbar-nav > li:not(.active) > a:hover {
	color: #fbfafa;
	background-color: #989595;
	transition: 0.5s;
}

.navbar{
	min-height:40px;
}

.container-fluid, .navbar-nav, .navbar-nav > li{
	/*height:30px;*/
}
.navbar-nav > li > a{
	padding:10px;
	line-height:19px;
}
.dropdown-menu{
	min-width: 100%;
}
.row{
	margin:0;
}
.staff-title{
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #504e4e;
	font-family: Gill Sans, sans-serif;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: black;
	background-color: #f8f8f8;
}

form .col-sm-4{
	padding-left: 0px;
}
/*.col-sm-7.document{*/
	/*padding-left: 0;*/
/*}*/
.col-sm-2.document{
	padding-left: 0;
}

.col-sm-3.document{
	padding-left: 0;
	overflow: auto;
	max-height: 750px;
}
.col-sm-2.document li a{
	color:black;
}

.img-status img{
	vertical-align: inherit;
}
.btn.confirm,.staffdata,.cancel {
	position: absolute;
	right: 0px;
	padding: 2px 10px;
	margin-bottom: 20px;
	/*background-color: #f95f5f;
	border-color: #f95f5f;*/
	background-color: #5f5e5e;
	border-color: #5f5e5e;
}
.btn.staffdata,.cancel{
	position: relative;
	margin-top: 10px;
	border: 1px solid #f95f5f;
	background: #f95f5f;
}

.btn.confirm:hover{
	background-color: #f95f5f;
	border-color: #f95f5f;
}
.btn.cancel{
	background-color: #b3a7d8 !important;
	border-color: #b3a7d8 !important;
	margin-left:10px;
}

img.confirm{
	cursor:pointer;
}

.responsive{
	display: block;
	margin: 0 auto;
	width: 70%;
}

.tab-content{
	padding: 10px;
	border: 1px solid #efefef;
	/*box-shadow: 2px 2px 5px #eaeaea;*/
}

/*#newproject legend{*/
	 /*padding: 0 5px;*/
	 /*margin-left: -5px;*/
	 /*border-bottom: 0;*/
	 /*font-size: 12pt;*/
	 /*margin-bottom: 0;*/
	 /*width: inherit;*/
/*}*/

legend{
	padding: 0 5px;
	margin-left: -5px;
	border-bottom: 0;
	font-size: 12pt;
	margin-bottom: 0;
	width: inherit;
}

.document li a{
	color: #2d2d2d;
}

.document li.active{
	border-left: 2px solid #f95f5f;
}



#edit_data:hover{
	color:#f95f5f;
}

h1{
	font-size: 16px !important;
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.dropdown.open .dropdown-menu {
	max-height: 300px;
	opacity: 1;
}
.dropdown-menu li a:hover{
	background: #b9b7b7!important;
	color: #fff!important;
}
/*.navbar-nav > li > a{*/
	/*line-height:19px;*/
/*}*/

/**BOOTSTRAP***/


.project table {
	width:30%;
}

fieldset .form-field{
	/*float: left;*/
	/*margin-left:10px;*/
}

#newproject{
	width:100%;
}

#newproject fieldset .form-element-label{
	width:95% !important;
}

.column-id{text-align:right;width:60px;}

h1 div.l,
h1 a{margin-left:20px;text-decoration: none;font-size:0.8em;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: white;}
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;}


/***img modal-box***/

/* Style the Image Used to Trigger the Modal */
.gallery img {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.gallery .img:hover {opacity: 0.7;}
/* The Modal (background) */

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	height: 80%;
	overflow: auto;
	max-width: 80%;
	background: #191919;
	box-shadow: inherit;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}
.modal-content img{
	vertical-align: middle;
	margin: 0 auto;
	display: block;
	max-width: 700px;
	max-height: 600px;
	transform-origin: top left;
	/* IE 10+, Firefox, etc. */
	-webkit-transform-origin: top left;
	/* Chrome */
	-ms-transform-origin: top left;
	/*padding-top: 100px;*/
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.close-modal {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.rotate{
	color: white;
	position: absolute;
	right: 100px;
	top: 30px;
	font-size: 14pt;
	transition: 0.3s;
	cursor: pointer;
}

.zoom{
	color: white;
	position: absolute;
	right: 150px;
	top: 30px;
	font-size: 16pt;
	transition: 0.3s;
	cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}

	.navbar-nav > li{
		width:inherit;
	}

	.container-fluid, .navbar-nav, .navbar-nav > li{
		height:inherit;
	}

}

.download-img{
	position: absolute;
	color: white;
	top: 30px;
	right: 200px;
	font-size: 16pt;
	transition: 0.3s;
	cursor: pointer;
}

.modal-content img.rotate90 {
	transform: rotate(90deg) translateY(-100%);
	-webkit-transform: rotate(90deg) translateY(-100%);
	-ms-transform: rotate(90deg) translateY(-100%);
}
.modal-content img.rotate180 {
	transform: rotate(180deg) translate(-100%, -100%);
	-webkit-transform: rotate(180deg) translate(-100%, -100%);
	-ms-transform: rotate(180deg) translateX(-100%);
}
.modal-content img.rotate270 {
	transform: rotate(270deg) translateX(-100%);
	-webkit-transform: rotate(270deg) translateX(-100%);
	-ms-transform: rotate(270deg) translateX(-100%);
}

/***scrollbar**/
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	/*background: #a4a4a4;*/
	background: #c5c5c5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #6f6f6f;
}


.docs_type span{
	font-weight: bold;
	color: #f95f5f;
}

.docs_type {
	background: #f8f8f8;
	padding: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 1px #d6d3d3;

}

#newproject .col-sm-4{
	/*padding: 10px !important;*/
}

#newproject div.form-field {
	padding-bottom: 5px;
}

.export.data:hover, .export.photo:hover{
	background: #f95f5f!important;
	border: 1px solid #f95f5f!important;
	transition: 0.5s;
}
.dropdown-menu{
	transition: 0.5s;
}

.imggallery.active{
	display: inline-block !important;
	overflow: hidden !important;
	width: 100%;
	height: 100%;
}

.zoom-bar{
	position: relative;
	height: 30px;
}

.zoom-bar .zoom{
	color: #f95f5f;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12pt;
	transition: 0.3s;
	cursor: pointer;
}

.jqvsiv_toolbar {
	background: white !important;
	padding: 5px !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
	right: 0!important;
	top: 0!important;
}

.newWindow {
	color: #2899c0;
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 16pt;
	transition: 0.3s;
	cursor: pointer;
	z-index: 10;
}