/* Import other stylesheets */
@import url('forms.css');
@import url('chosen.css');
@import url('fileuploader.css');
@import url('../js/colorbox/colorbox.css');
@import url('jquery.ptTimeSelect.css');

/* Main */
body {
	margin: 0px;
	padding: 0px;
	background-color: #292929;
	color: #333333;
}
a:hover { text-decoration: none; }

.clear { clear: both; }

.tc { text-align: center !important; }
.tr { text-align: right !important; }
.table td.table-button {
	width: 25px;
	padding: 5px 6px 6px 0;
}
.table tr td.table-button.first-button {
	padding-left: 10px;
}

/*************************************************************/
/* Login Form                                                */
/*************************************************************/
#login-wrap {
	background-color: #FFFFFF;
	margin: 114px auto;
	width: 230px;
	padding: 25px;
	-moz-box-shadow: #000000 0 4px 10px -1px;
	-webkit-box-shadow: #000000 0 4px 10px -1px;
	box-shadow: #000000 0 4px 10px -1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

/*************************************************************/
/* Top Bar                                                   */
/*************************************************************/

/*************************************************************/
/* Sidebar                                                   */
/*************************************************************/
#sidebar #logo {
	padding: 10px 0px;
	text-align: center; 
}

#sidebar > ul {
	list-style: none;
	margin: 0px; padding: 0px;
	background: #292929;
}
#sidebar > ul > li {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #393939;
}

#sidebar > ul > li.active {
	box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
	background: rgba(0, 0, 0, .45);
	
}

#sidebar > ul > li > a {
	padding: 10px 0 10px 15px;
	display: block;
	color: #AAAAAA;
}

#sidebar > ul > li > a > i { margin-right: 10px;/* background-image: url("../img/glyphicons-halflings-white.png")*/;}

#sidebar > ul > li > a > .label {
	margin: 0 20px 0 0;
	float: right;
	padding: 3px 5px 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	background-color: #333333;
}

#sidebar > ul ul {
	display: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
}
#sidebar > ul li.open ul {
	display: block;
}
#sidebar > ul ul li a{
	padding: 10px 0 10px 25px;
	display: block;
	color: #777777;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #202020;
}

#sidebar > ul ul li:first-child a { border-top: 0; }
#sidebar > ul ul li:last-child a { border-bottom: 0; }

#sidebar > ul > li.open.submenu > a { border-bottom: 1px solid #393939; }
#sidebar > ul > li.open.active.submenu > a { border-bottom: 1px solid #2A2A2A; }
#sidebar > ul > li > a:hover { background-color: #4A4A4A;}
#sidebar > ul ul {
	border-top: 1px solid #4E4E4E;
	background-color: #2A2A2A;
}
#sidebar > ul ul li a:hover, #sidebar > ul ul li.active a {
	color: #CCCCCC;
	background-color: #272727;
}

/***************************************************************/
/* Content                                                     */
/***************************************************************/
#content {
	padding: 20px;
	min-height: 950px;
	background-color: #FFFFFF;
}

#content div.tools {
	padding: 10px 0px;
	border-top: 1px solid #CCCCCC;
}
	
/********************************************************/
/* Grid Boxes                                           */
/********************************************************/

/*.box-small {
	text-align: center;
	position: relative;
	display: block;
	margin: 20px;

}

.box-small-link {
	border: 1px solid #ddd;
	margin-bottom: -1px;
  	padding: 30px 0px;
	font-size: 26px;
  	background-color: #fafafa;
  	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
  	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  	background-image: -o-linear-gradient(top, #fafafa, #efefef);
  	background-image: linear-gradient(to bottom, #fafafa, #efefef);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
  	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
          	border-radius: 2px;
	display:block;
	color: #646464;
	text-shadow: 0px 1px 1px #fff;
}

.box-small-link:hover {
	border: 1px solid #3c4049;
	margin-bottom: -1px;
  	padding: 30px 0px;
  	color: #fff;
  	background-color: #4e525d;
  	background-image: -moz-linear-gradient(top, #4e525d, #3c4049);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e525d), to(#3c4049));
  	background-image: -webkit-linear-gradient(top, #4e525d, #3c4049);
  	background-image: -o-linear-gradient(top, #4e525d, #3c4049);
  	background-image: linear-gradient(to bottom, #4e525d, #3c4049);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4e525d', endColorstr='#3c4049', GradientType=0);
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

.box-small-title {
	width: 100%;
	margin: 10px auto;
	font-size: 15px;
	color: #aaa;
	text-shadow: 0px 1px 1px #fff;
}



.box {
	margin: 20px 0px;
}


.box-header {
	height: 20px;
  	border: 1px solid #ddd;
	margin-bottom: -1px;
  	padding: 10px;
  	background-color: #fafafa;
  	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
  	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  	background-image: -o-linear-gradient(top, #fafafa, #efefef);
  	background-image: linear-gradient(to bottom, #fafafa, #efefef);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
  	-webkit-box-shadow: none;
     	-moz-box-shadow: none;
          box-shadow: none;
  	-webkit-border-radius: 2px 2px 0px 0px;
       -moz-border-radius: 2px 2px 0px 0px;
          	border-radius: 2px 2px 0px 0px;
	overflow: hidden;
}

.box-header-inverse {
	height: 20px;
  	border: 1px solid #ddd;
	margin-bottom: -1px;
  	padding: 10px;
  	background-color: #292929;
  	background-image: -moz-linear-gradient(top, #333333, #292929);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#292929));
  	background-image: -webkit-linear-gradient(top, #333333, #292929);
  	background-image: -o-linear-gradient(top, #333333, #292929);
  	background-image: linear-gradient(to bottom, #333333, #292929);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#292929', GradientType=0);
  	-webkit-box-shadow: none;
     	-moz-box-shadow: none;
          box-shadow: none;
  	-webkit-border-radius: 2px 2px 0px 0px;
       -moz-border-radius: 2px 2px 0px 0px;
          	border-radius: 2px 2px 0px 0px;
	overflow: hidden;
}

.box-header h2{
	font-size: 12px;
	line-height: 16px;
	float:left;
	margin-top: 2px;
	color: #646464;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}

.box-header-inverse h2 {
	color: #FFFFFF!important;
	text-shadow: 0px 1px 0px #333333;
	font-weight: normal!important;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.box-header h2 i{
	margin: 1px 3px 0px 5px;
	opacity: .4;
}

.box-header .break{
	border-left: 1px solid #FCFCFC;
	border-right: 1px solid #DDD;
	margin: -12px 10px -10px 10px;
	padding: 12px 0px 10px 0px;
}

.box-header-inverse h2 i {
	margin: 1px 3px 0px 5px;
	opacity: .99;
}

.box-header-inverse .break {
	border-left: 1px solid #000000;
	border-right: 1px solid #393939;
	margin: -12px 10px -10px 10px;
	padding: 12px 0px 10px 0px;
}

.box-header .box-icon {
	float:right;
	margin-top: 1px;
}

.box-header-inverse i {
	background-image: url("../img/glyphicons-halflings-white.png");
}

.box-header .box-icon i:hover {
	opacity: .8;
}

.box-header .box-icon a {
	margin: 0px 5px;
}

.box-content {
  	margin-top: -1px;
	padding: 10px;
  	border: 1px solid #ddd;
  	background: #fcfcfc;
  	-webkit-border-radius: 0px 0px 2px 2px;
	   -moz-border-radius: 0px 0px 2px 2px;
          	border-radius: 0px 0px 2px 2px;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
}*/
/* BOX! */
div.box {
	border: 1px solid #3276b1;
}
div.box h2 {
	margin: 0px;
	background: #3276b1;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px;
}

div.green-box {
	border: 1px solid #47a447;
}

div.green-box h2 {
	background: #47a447;
}

div.orange-box {
	border: 1px solid #C30;
}

div.orange-box h2 {
	background: #C30;
}

div.pink-box {
	border: 1px solid #F39;
}

div.pink-box h2 {
	background: #F39;
}

div.purple-box {
	border: 1px solid #6C2A6A;
}

div.purple-box h2 {
	background: #6C2A6A;
}

div.box div.box-content {
	padding: 10px;
}
div.box h2 i {
	line-height: 40px;
}

form fieldset { 
	margin-bottom: 20px;
}

nav { margin-bottom: 0px!important; }

div.box-colored { color: #FFFFFF; padding: 5px 10px; position: relative; }
div.box-colored div.box-content { padding: 0px 0px 0px 40px }
div.box-blue { background-color: #3276b1; }
div.box-green { background-color: #47a447; }
div.box-lblue { background-color: #39b3d7; }
div.box-yellow { background-color: #ed9c28; }
div.box-red { background-color: #d2322d; }

div.box-colored i.fa-2x {
	position: absolute;
	margin-top: -14px;
	top: 50%;
}

div.btn-separate label {
	margin-bottom: 4px;
}

div.dataTables_wrapper .pagination { margin: 0px; float: right; }
div.dataTables_length { margin-bottom: 10px; }
div.dataTables_filter input { float: right; }

.text-green { color: #47a447; }
.text-orange { color: orange; }
.text-red { color: #d2322d; }

table.dataTable thead th { cursor: pointer; }
table.dataTable .sorting_desc { background: url(../img/arrow-down.png) no-repeat right!important; }
table.dataTable .sorting_asc { background: url(../img/arrow-up.png) no-repeat right!important; }

/****************************************************************/
/* Tinymce                                                      */
/****************************************************************/
div.tinymce {  margin-bottom: 20px; }

/***************************************************************/
/* Image List                                                  */
/**************************************************************/
#image_list .btn { margin-top: 10px; }
#ifile_list li { list-style: none; }

#page-widgets .first-widget .btn-up, #page-widgets .first-row .btn-row-up { display: none; }
#page-widgets .last-widget .btn-down, #page-widgets .last-row .btn-row-down { display: none; }

#side-widgets .box-header h2 {
	font-size: 12px;
}

#side-widgets .box-header h2 i, #side-widgets .box-header h2 .break { display: none!important; }

/*******************************************************************/
/* Multisite Badging (be careful to not use yellow, green or red   */
/*******************************************************************/
.badge-1 { background-color: #00a4a6; }
.badge-2 { background-color: #9a6fa9; }
.badge-3 { background-color: #00284A; }

/*.page-row {
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}*/

/*.page-row-column {
	background-color: #d4d4d4;
	border: 1px solid #CCCCCC;
	padding: 10px;
}*/

.ui-datepicker-div { display: none; }

/*******************************************************************/
/* bootstrap fix												   */
/*******************************************************************/
.input-append, .input-prepend {
	margin-bottom: 10px;
}

.chzn-container { width: 100%!important; }
.chzn-drop { width:99.4%!important; }
.chzn-search > input { width:85%!important; }
/*******************************************************************/
/* general alignment / styling              					   */
/*******************************************************************/

.short_text, .short_text:active, .short_text:focus{
/*	border:none !important;
	background:none !important;
	color:#FF0000 !important;
	outline:none !important;
	box-shadow:none !important;
	height:22px;
	width:100% !important;
	*/
	width:75px !important;
	margin-right:5px;
	cursor:pointer;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

th{
	cursor:pointer;
}

.up-row{
	margin-top:-50px !important; /* Fix alignment for Bootstrap */
}

.pull-right{
	margin-top:3px;
}

.edit_item_save{
	display:none;
}

.fix-button{
	margin-top:-11px;
	margin-left:3px;
	margin-right:3px;
}

.float-space{
	margin-left:3px;
	margin-right:3px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(100,100,100, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100,100,100,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100,100,100,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100,100,100,.6);
}

.btn.active{
	background-color:#060!important;
	color:#FFF;
	text-shadow:none;
}