@import "icons.css";
@import "colors.css";
@import "third-party.css";

/************************
	CUSTOM BOOTSTRAP
*************************/

span.fit {
	position: absolute;
	top: 6px;	
}

span.icon_flag {
	position: relative;
	top: -2px;		
}

.w3 { width: 3%; }
.w6 { width: 6%; }
.w8 { width: 8%; }
.w10 { width: 10%; }
.w12 { width: 12%; }
.w15 { width: 15%; }

.wrap {
	width: 960px;
	margin: 0 auto;	
}

.nopad {
	padding: 0!important;
	margin: 0!important;	
}

.tac {
	text-align: center!important;	
}

.mb-10 {
	margin-bottom: 10px!important;	
}

.mr-10 {
	margin-right: 10px!important;	
}

.ml-10 {
	margin-left: 10px!important;	
}

.mt-40 {
	margin-top: 40px!important;	
}

.btnfix {
	top: -10px;	
	position: relative;
}

.margin-reset {
	margin: 0!important;	
}

.padding-reset {
	padding: 0!important;	
}

.thumbnails {
	margin-top: 10px;
	padding: 0 10px!important;
}

.img-box .thumbnail {
	display: block;
	margin: 0!important;
	margin: 7px 5px!important;
}

.img-polaroid, img-circle, img-rounded {
	margin-bottom: 10px;	
}

#approved {
	opacity: 0.5;
}

.caret {
	border-top: 4px solid #bbb;	
}

.progress {
	height: 17px;	
}

label, input, button, select, textarea {
    font-size: 13px!important;
    font-weight: normal;
    line-height: 20px;
}

.rowelement .radio.inline, .rowelement .checkbox.inline {
	padding-top: 0;
	margin-bottom: 0;	
}

.rowelement input[type="checkbox"].checkbox-uniform, .rowelement input[type="radio"].radio-uniform {
    margin-left: 0;
}

form .button span {
	border: 1px solid #e5e5e5;
	display: inline-block;
	margin-right: 20px;
}

form .button button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #fff;
	background: url(../e-images/button.png) repeat;
	display: block;
	padding: 5px 10px 4px 10px;
	color: #757474;
	text-align: center;
	cursor: pointer;
}

form .button button:hover {
	background: url(../e-images/_hover.png) repeat;
}

form.default {
	margin: 0;	
}

.boxx {
	width: 340px;
	padding: 10px;
	border: 1px solid #f4f4f4;
	background: #fff;
	margin: 0 30 0 0;	
}

.boxx p {
	margin-bottom: 4px;	
}

.boxcont {
	width: 382px;
	margin-bottom: 20px;
	float: left;
}

ul.frame {
	margin: 0;
	padding: 0;	
	overflow: hidden;
}

ul.frame li {
	float: left;	
}

ul.frame li.lastChild {
	float: right;	
}

.btn-options {
	margin-bottom: 4%;	
}

/* codemirror cust */
.CodeMirror {
	border-radius: 3px 3px 3px 3px;	
	border: 1px solid #e3e3e3!important;
}

/************************
	BASIC STYLES
*************************/

/******** Body - General ********/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background: #f8f8f8;
}

h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-size: 18px;
	line-height: 27px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

h4, h5, h6 {
	line-height: 18px;	
}

h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;	
}

.help-block {
	font-size: 11px;
	color: #777;	
}

.help-inline {
	color: #777;	
}

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

.text-align-left {
	text-align: center;	
}

.text-align-center {
	text-align: center;	
}

/******** Formatting ********/

ul {
	list-style: none;
	padding: 5px 20px;
	padding-right: 0;	
}

ul.unordered {
	list-style: inside;
	padding: 0;	
	margin: 0 0 20px 10px;
}

ul.unordered li ul {
	list-style: circle;	
}

.fl {
	float: left;	
}

.fr {
	float: right;	
}

.clear {
	clear: both;
}

.grid-set {
	margin-bottom: 1.4%;
}	

.heading-separator {
	border-bottom: 1px solid #e3e3e3; 
	border-top: 1px solid #fff;	
	margin-bottom: 2.9%;	
}

.mr-bt {
	margin-bottom: 2.9%;	
}

.iconsGroup { 
	padding: 0; 
	margin: 0; 
	margin-left: 10px;
	list-style: none;
}

.iconsGroup li {
	width: 32%; 
	float: left; 
	padding: 5px 0;
}

/******** Login ********/
#login_logo {
	width: 100px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	margin-top: 90px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
	  
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
	  
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
      	height: auto;
      	margin-bottom: 15px;
      }

/******** CSS NOTIFICATIONS ********/

div.inform, div.success, div.error {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid;
	margin: 10px 0;
	padding: 4px 0 4px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

div.inform {
	color: #00529B;
  	background-color: #BDE5F8;
  	background-image: url(../e-images/info.png);
}

div.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(../e-images/success.png);	
}

div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../e-images/error.png);	
}

.notfound {
	text-align: center;
	margin: 50px 0;	
}

/******** Header ********/
.navbar-inner {
	background: url(../e-images/nav_bg.png) repeat-x;
	border-bottom: 1px solid #dadada;
}
	.navbar-fixed-top {
    	margin-bottom: 0;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
   		position: absolute;
	}
	
	#header h1 {
		width: 100px;
		height: 26px;
		text-indent: -9999px;
		margin-left: 42px;
	}

	#logo {
		float: left;	
	}
	
	#info {
		float: right;
		padding-top: 7px;
	}
	
	ul#userBox  {
		margin: 0;
		padding: 0;
		margin-right: 37px;
	}

	ul#userBox li {
		position: relative;
		float: left;
		cursor: pointer; 
		padding: 5px;
		color: #fff;
		margin-left: 15px;
	}
	
	ul#userBox li a {
		display: inline-block;
		font-size: 12px;
		text-decoration: none;	
		color: #aaa;
	}

	ul#userBox li a img { 
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	
	ul#userBox li span.notify { 
		position: relative;
		top: -1px;
		text-align: center; 
		background: url(../e-images/number.png) repeat-x; 
		display: inline-block; 
		padding: 0 5px;
		color: #fff;
		margin-left: 5px; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-khtml-border-radius: 2px; 
		border-radius: 2px;  
		font-size: 11px; 
		line-height: 15px; 
	}
	
	ul#userBox .dropdown-menu {
		border: 1px solid #d5d5d5;	 
	}
	
	.dropdown-menu, .box-control {
		position: relative;
		z-index: 1000;	
	}
	
	.dropdown-menu {
		position: absolute;
	}
	
	ul#userBox li ul.dropdown-menu {
		width: 160px;
		position: absolute;
		right: 0;
		margin: 0 auto;
		background: #fff;  
		overflow: hidden;
		padding: 0;
	}
	
	ul#userBox li > ul.dropdown-menu {
		top: auto;
		left: auto;
		font-size: 11px;
		padding: 0;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	ul#userBox li ul.dropdown-menu li {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	ul#userBox li ul.dropdown-menu li a {
		color: #456180;
		border: none;
		width: 160px;
		display: block;
		padding: 5px 10px;
	}
	
	ul#userBox li ul.dropdown-menu li a img {
		position: relative;
		top: -2px;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover {
		background: url(../e-images/button.png);
		text-decoration: none;
		color: #fff;
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-acc {
		background: url(../e-images/icons/set-1/cog_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-off {
		background: url(../e-images/icons/set-1/logoff_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li.divider {
		width: 160px;
		margin: 7px 0;	
	}

/******** Main ********/
#main {
	padding-top: 80px;
}

#sidebar {
	float: left;
    width: 99%;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border-radius: 3px; 
	border: 1px solid #d5d5d5;
	margin-bottom: 18px;
	overflow: hidden;
}
	
	.side-nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.side-nav li span.search {
		text-align: center;
	}
	
	.side-nav li a {
		display: block;
		line-height: 34px;
		position: relative;
		text-decoration: none;
		padding-left: 10px;
		background: url(../e-images/nav_bg.png) repeat;
		border-bottom: 1px solid #c2c2c2;
		color: #587ca3;	
	}
	
	.side-nav li a:hover, .side-nav li a.current {
		background: #dadada;
		color: #222;
	}
	
	.side-nav li ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.side-nav li ul li a {
		color: #666;
		text-transform: none;
		font-weight: normal;
		font-size: 11px;
		padding-left: 30px;
		background: #fff;
	}
	
	.side-nav li ul li .sidenav-icon {
		height: 20px;
		width: 20px;
		display: block;
		position: absolute;
		left: 10px;
		top: 7px;
	}
	
	.side-nav li ul li .sidenav-icon .sidenav-link-color {
		width: 10px;
		height: 40px;
		display: block;
		position: absolute;
		left: -10px;
		top: -7px;
		background: #91abcd;
	}
	
	.side-nav li ul li a:hover .sidenav-icon .sidenav-link-color {
		background: #454947;
	}
	
	.side-nav li a .sidenav-icon {
		height: 20px;
		width: 20px;
		position: absolute;
		left: 10px;
		top: 7px;
	}
		
	.sidebox {
		float: left;
		width: 99%;
		margin: 10px 0;
		overflow: hidden;	
	}

	form#search {
		float: left;
		width: 100%;
		margin-top: 20px;	
	}

#main-content {
	float: left;
	width: 100%;
}
	
	/* general */
	.breadcrumb {
		padding: 4px 14px;
		margin: 0 0 25px 0;
		list-style: none;
		font-size:11px;
		background: url(../e-images/nav_bg.png);
		border: 1px solid #d5d5d5;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
		-moz-box-shadow: inset 0 1px 0 #f9f9f9;
		box-shadow: inset 0 1px 0 #f9f9f9;
	}
	
	.breadcrumb li {
		display: inline-block;
	 	*display: inline;
		text-shadow: 0 1px 0 #ffffff;
	 	*zoom: 1;
	}
	
	.breadcrumb .divider {
		padding: 0 5px;
		color: #999999;
	}
	
	.breadcrumb .active a {
		color: #333333;
	}
	
	.title {
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px; 
		border-radius: 3px; 
		border: 1px solid #d5d5d5;
		line-height: 34px;
		position: relative;
		text-decoration: none;
		padding-left: 10px;
		margin-bottom: 2.9%;
		font-weight: bold;
		border-bottom: 1px solid #c2c2c2;	
		background: #dadada;
		color: #444;
		font-size: 13px;	
	}
	
	.well {
		margin: 0;
		padding: 25px 0 20px 0;
		text-align: center;	
	}
	
	.mb {
		margin-bottom: 2.9%;		
	}
	
	ul#mini-stats {
		padding: 0;
		margin: 0;
	}
	
	ul#mini-stats li {
		display: inline-block;
		color: #777;
		margin-left: 10px;
	}
	
	ul#mini-stats li a {
		color: #aaa;
		font-weight: bold;
		text-shadow: 0 1px 0 #fff;
		margin-bottom: 5px;
	}
	
	#content {
		margin: 10px 0;	
	}
	
	/* box */
	.box {
		border-radius: 3px;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px; 
		border: 1px solid #d5d5d5;
		box-shadow: 0 1px 0 rgba(0,0,0,0.11);
		margin-bottom: 2.9%;
	}
	
	.box:before, .box:after {
		content: "";
		display: table;
	}
	
	.box:after {
		clear: both;
	}
	
	.box .header {
		border-radius: 3px;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px; 
		position: relative;
		background: url(../e-images/nav_bg.png) repeat;
		box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.02);
	}
	
	.box .header h4 {
		position: relative;
		padding: 9px 0;
		padding-top: 8px;
		padding-left: 10px;
		border-bottom: 1px solid #c2c2c2;
		margin: 0;
		font-size: 13px;
		color: #444;
		line-height: 14px;
	}
	
	.box .content {
		padding: 0 10px;
		margin: 10px 0;	
		background: #fafafa;
	}
	
	.box .content:before, .box .content:after {
		content: "";
		display: table;
	}
	
	.box .content:after {
		clear: both;
	}
	
	.box .content .hero-unit {
		padding: 0 10px;
		margin: 0;	
	}
		
	.box-control {
		position: absolute;
		top: 0;
		right: 0;
		border-left: #c9c9c9 1px solid;
	}
	
	.box-control .btn {
		border: none;
		-webkit-border-radius: 0 3px 0 0;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
		line-height: 27px;
	}
	
	/* tables */
	.table-add-top {
		padding: 0 10px;
		border-bottom: 1px solid #d5d5d5;
		overflow: hidden;
	}
	
	.table-add-bottom {
		padding: 0 10px;
		border-top: 1px solid #d5d5d5;	
		overflow: hidden;
	}
	
	.pagination {
		margin: 5px 0 0 0;	
	}
	
	.pagination ul {
		box-shadow: none;	
	}
	
	.table-add-info {
		float: left;
		padding: 16px 0;	
	}
	
	.table-add-form {
		padding: 10px 0 5px 0;	
	}
	
	table .btn {
		vertical-align: middle;
		padding: 5px 8px;
	}
	
	table thead td, table thead th { 
		padding: 3px 0 2px 0; 
		text-align: center; 
		border-left: 1px solid #d5d5d5; 
		background: url(../e-images/nav_bg.png) repeat-x; 
		border-bottom: 1px solid #d5d5d5; 
		font-size: 11px; 
		color: #666; 
		font-weight: normal;
	}
	
	table thead td:first-child, table thead th:first-child { 
		border-left: none; 
	}
	
	table tbody tr { 
		border-top: 1px solid #e3e3e3; 
	}
	
	table.cool tbody tr td span {
		color: #888;
		font-weight: bold;
		text-shadow: 0 1px 0 #fff;	
	}
	
	table.cool tbody tr td span.icon-arrow-up, table.cool tbody tr td span.icon-arrow-down {
		opacity: 0.6;	
	}
	
	table tbody tr:nth-child(even) { 
		background-color: #edf1f5; 
	}
	
	table.normal tbody tr:nth-child(even) {
		background: #f5f5f5;	
	}
	
	table.default tbody tr:nth-child(even) {
		background: none;	
	}
	
	table tbody td { 
		border-left: 1px solid #e3e3e3; 
		padding: 8px 10px; 
		vertical-align: middle; 
		width: auto;
	}
	
	table tbody td:first-child { 
		border-left: none; 
	}
	
	.sortList { 
		cursor: pointer;
		list-style: none; 
		padding: 0; 
		margin: 0; 
	}
	
    .sortList li { 
		display: block; 
		padding: 8px 10px 6px; 
		background: #fafafa; 
		border-bottom: 1px solid #e3e3e3; 
		border-top: 1px solid #fff;
	}
	
     .sortList .placeholder {
		background-color: #fff8c4; 
		height: 20px; 
	}
	
	.rowelement {
		padding: 20px;
		margin-bottom: 0;
	}
	
	.separator {
		border-bottom: 1px solid #e3e3e3; 
		border-top: 1px solid #fff;	
		margin-bottom: 10px;
	}
				
#footer p {
	font-size: 12px;
	text-align: center;	
}

/***************
* Install Page
****************/
#page {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 2em auto 0 auto;
	width: 700px;
	padding: 1em 2em;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;
}

.img-force-center {
	margin: 0 auto!important;	
}

#page p {
	color: #666;	
}