/* 
    Created on : 2012-05-22, 16:59:13
    Author     : Paweł Kania Aquasite.pl
    Description: Stylesheet for AguaAdmin

0. Responsive
1. Miscellaneous
2. Navbar   
3. Sidebar
4. Panel container
5. Panel
6. Table
7. Form


**/

/* 0. Responsive */
.row-fluid [class*="span"]:first-child{margin-left:2.12766%;}
@media (max-width:767px){
    .row-fluid [class*="span"]:first-child{margin-left:0%;}
}
@media (min-width:768px) and (max-width:979px){
    .row-fluid [class*="span"]:first-child{margin-left:2.762430939%;}
}
@media (min-width:980px) and (max-width:1199px){
    .row-fluid [class*="span"]:first-child{margin-left:2.12766%;}
}
@media (min-width:1200px){
    .row-fluid [class*="span"]:first-child{margin-left:2.564102564%;}
    .row-fluid .span10{width:84.905982906%;*width:84.8527914166383%;}
}
.row-fluid .span12:first-child{margin-left: 0px;}
/* 1. Miscellaneous */
body {
    padding-top: 50px;
    background: #e0e0e0 url("../img/bg.png");
    color: #15354c;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.alert-content{
    display: inline-block;
}

.alert-icon{
    float: left; 
    margin-right: 10px;
    padding-right: 5px;
}
.breadcrumb {
    background: #eee;
    border: none;
    border-radius: 0px;
    list-style-type: none;
    margin: 0px 0px 0px 20px;
    padding: 0 0 0 0px;
    float: left;
}
.breadcrumb li{
    float: left;
    background: #eee;
    padding: 10px 0px;
}
.breadcrumb li.breadcrumb-separator{
    padding: 10px 6px;
}
a [class^="icon-"],.panel-header [class^="icon-"], .alert-icon [class^="icon-"]{
    margin-right:6px;
}
.operations .btn [class^="icon-"]{
    margin-right:0px;
}
.icon-green {
    background-image:url("../img/glyphicons-halflings-green.png");
}
.icon-orange {
    background-image:url("../img/glyphicons-halflings-orange.png"); 
}
.icon-red {
    background-image:url("../img/glyphicons-halflings-red.png");
}
.icon-blue {
    background-image:url("../img/glyphicons-halflings-blue.png");
}
.icon-aqua {
    background-image:url("../img/glyphicons-halflings-aqua.png");
}
.active [class^="icon-"] {
/*    background-image:url("../img/glyphicons-halflings-aqua.png");*/
}
a:hover [class^="icon-"] {
    background-image:url("../img/glyphicons-halflings-blue.png");
}

.accordion-heading a:hover [class^="icon-"] {
    background-image:url("../img/glyphicons-halflings-aqua.png") !important;
}

a.btn:hover [class^="icon-"] {
    background-image:url("../img/glyphicons-halflings-white.png");
}
.row-fluid .all-left{
    margin-left: 0px;
}
.clear{
    clear: both;
}
.thumbnail {
    text-align: center;
}
.fl{
    float: left;
}

/* 2. Navbar */
.navbar-inner {
    background-color: #0E0E0E;
    background-image: none;
    border-bottom: 1px solid #c4c4c4;
    box-shadow: none;
}
.navbar .brand {
    color: #A1B3BD;
    margin: 0px 6px;
}
.navbar .nav > li > a {
    color: #A1B3BD;
}
.popup{
    width: 300px;
    padding: 10px;
}
span.popup-content{
    padding: 10px 10px 10px 20px;
    display: block;
    color: #999;
}
li > a:hover span.popup-content{
    color: #fff;
}
span.popup-content img{
    max-width: 100px;
    max-height: 100px;
}
.navbar .nav li a:hover i,.navbar .nav li.active a i, a.btn:hover [class^="icon-"] {
    background-image:url("../img/glyphicons-halflings-white.png");
}

/* 3. Sidebar */
.sidebar-nav .nav-list li {
    line-height: 32px;
    border-bottom: 1px solid #c4c4c4;
}
.sidebar-nav {
    padding: 0;
}
.sidebar-nav .nav-list a {
    color: #5c7181;
    border-top: 1px solid #ffffff;
    background-color: #efefef;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > li > a:hover {
    background: #fff url("../img/arrow.png") no-repeat right center;
    color: #15354c;
}
.nav-list{
    border-right: 1px solid #c4c4c4; 
    padding: 0px;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
    text-shadow: none;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: 0;
    margin-right: 0;
}
.nav-list > li > a {
    background: #eee url("../img/arrow.png") no-repeat right center;
}
.sidebar-nav .nav li + .nav-header {
    margin-top: 0;
}


/* 4. Panel container */
.span10.content{
    padding: 0px;
    margin: 0px;
/*    margin-top: 20px;*/
}
.row-fluid .span12.top-bar{
    margin-left: 0px;
    height: 40px;
    background-color: #eee;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-right: none;
    border-top: none;
}
.actions-bar{
    float: right;
    padding-right: 6px;
    line-height: 20px;
}
.top-bar .actions-bar{
    margin-top: 5px;
}
.panel-header .actions-bar  i{
    margin-top: 2px;
}


/* 5. Panel */
.panel{
    background-color: #fff;
    background-image: url("../img/panel-top-center.png");
    background-position:center top;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
}

.panel-header{
    line-height: 28px;
    height: 28px;
    margin-bottom: 20px;    
}
.panel-content{
    padding: 0px 10px; 
}
.panel-header h2{
    line-height: 28px;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #fff,0px 1px 0px #fff,0px 1px 0px #fff,0px 1px 0px #fff;
    color: #15354c;
    float: left; 
}
.panel-header i{
    float: left;
    margin-top: 6px;
}
.panel-header .actions-bar{
    margin-top: 4px;
}
.panel.login{
    width: 308px;
    margin: auto;
}


/* 6. Table  */
table td.operations{
    width: 162px;
}
table .filters td{
    border-top: none;
}
.filters input, .filters textarea, .filters select, .filters .uneditable-input {
    width: 90%;
}




/* 7. Form */
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -5px;
}
.input-append .add-on, .input-append .btn {
    margin-left: -5px;
}
.login input[type="text"], .login input[type="password"]{
    width: 250px;
    height: 30px;  
}
.login .input-prepend .add-on, .login .input-append .add-on {
    padding: 10px 5px;
}
.form-horizontal .input-append, .form-horizontal .input-prepend {
    margin-left: 20px;
}
.form-horizontal .input-append.input-prepend {
    margin-left: 25px;
}
.form-horizontal .input-append.input-prepend .add-on:first-child{
    margin-right: -6px;
}
.form-horizontal .input-append.input-prepend .add-on:last-child{
    margin-left: -6px;
}
.input-xxlarge {
    width: 100%;
}
footer{
    padding: 0px 20px;
	text-align:center;
	padding-top:20px;
}




.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.login{
    width: 338px;
    margin: auto;
}


.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 h2{
	font-size: 16px;
	line-height: 16px;
	float:left;
	margin-top: 2px;
	color: #646464;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}

.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 .box-icon {
	float:right;
	margin-top: 1px;
}

.box-header .box-icon i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .4;
}

.box-header .box-icon i:hover {
	opacity: .8;
}

.box-header .box-icon a {
	margin: 0px 5px;
}

.box-content {
  	margin-top: -1px;
	padding: 25px;
	padding-bottom:0px;
  	border: 1px solid #D0D0D0;
  	background: #fcfcfc;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	/*-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);*/
	
}



/* Notifications & Labels
=================================================================== */

.notification {
	position: absolute;
	top: -12px;
	right: -12px;
	line-height: 16px;
	height: 16px;
	padding: 6px 10px;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
  	-webkit-border-radius: 50em;
       -moz-border-radius: 50em;
          	border-radius: 50em;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
			box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification-small {
	padding: 2px 7px;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
  	-webkit-border-radius: 50em;
       -moz-border-radius: 50em;
          	border-radius: 50em;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
			box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification-small, 
.notification {
	border-color: #2FABE9;
	background-color: #67C2EF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
	background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification-small.green,
.notification.green {
	border-color: 	#5AAD34;
	background-color: 	#78CD51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
	background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: linear-gradient(top, 	hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.notification-small.yellow,
.notification.yellow {
	border-color: #F4A506;
	background-color: #FABB3D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification-small.red,
.notification.red {
	border-color: #FA5833;
	background-color: #FA603D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.label-important,
.badge-important {
  	border-color: #FA5833;
	background-color: #FA603D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.label-important[href],
.badge-important[href] {
  	border-color: #FA5833;
	background-color: #FA603D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
	background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.label-warning,
.badge-warning {
  	border-color: #F4A506;
	background-color: #FABB3D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.label-warning[href],
.badge-warning[href] {
  	border-color: #F4A506;
	background-color: #FABB3D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
	background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
	background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.label-success,
.badge-success {
  	border-color: 	#5AAD34;
	background-color: 	#78CD51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
	background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: linear-gradient(top, 	hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.label-success[href],
.badge-success[href] {
  	border-color: 	#5AAD34;
	background-color: 	#78CD51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
	background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
	background-image: linear-gradient(top, 	hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.label-info,
.badge-info {
  	border-color: #2FABE9;
	background-color: #67C2EF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
	background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.label-info[href],
.badge-info[href] {
  	border-color: #2FABE9;
	background-color: #67C2EF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
	background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
	background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

/* Quick Buttons
=================================================================== */

.quick-button {
	border: 1px solid #ddd;
	margin-bottom: -1px;
  	padding: 30px 0px 10px 0px;
	font-size: 14px;
  	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: 0 1px 0px rgba(255, 255, 255, .8);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
  	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
          	border-radius: 2px;
	display:block;
	color: #646464;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quick-button:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444444;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}
.quick-button:hover .notification {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}

.quick-button i {
	font-size: 32px;
}

/* Quick Buttons Small
=================================================================== */

.quick-button-small {
	border: 1px solid #ddd;
  	padding: 15px 0px 0px 0px;
	font-size: 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: 0 1px 0px rgba(255, 255, 255, .8);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
  	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
          	border-radius: 2px;
	display:block;
	color: #646464;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	margin-left:10px !important;
}

.quick-button-small:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444444;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}
.quick-button-small:hover .notification {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
          	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}

.quick-button-small i {
	font-size: 20px;
}

.BlockOptions {
	display:none;
	clear:both;
	padding:10px;
	float:left;
	width:98%;
	background-color:#EEEEEE;
}

.BlockBuilder {
	clear:both;
	margin-bottom:25px;
	float:left;
	width:100%;
}

.BlockBuilder .ImageLeft {
	float:left !important;
	margin-right:15px !important;
	margin-bottom:15px !important;
	margin-top:0px !important;
}

.BlockBuilder .ImageRight {
	float:right !important;
	margin-left:15px !important;
	margin-bottom:15px !important;
	margin-top:0px !important;
}





#modalBody {
	padding: 40px 35px 80px;
	padding-top:10px;
	background: white;
	width: 772px;
	float: left;
	position: relative;
	color:#A5A5A5;
}

#modalBody img{
/*	margin: 20px 0;
	border: 5px solid #212121;
*/	
}

#modalBody h1
{
	font-size: 32px;
	margin: 20px 0 20px 0;
	line-height:36px;
	text-transform:uppercase;
	font-family:'Droid Serif', serif;
	color:#FFFFFF;
	
}

#modalBody p
{
	margin-bottom: 18px;
	color:#A5A5A5;
	margin:0px;
}




#modalBody .gallery
{
	margin: 0 0 0 -40px;
/*	padding: 20px 0 0 0;*/
	
}

#modalBody .gallery img
{
	margin: 0;
}

#modalBody .gallery li
{
	margin: 0 0 40px 40px;
	margin-bottom:25px !important;
	float: left;
	position: relative;
}

#modalBody .gallery span
{
	position: absolute;
	top: 5px;
	left: 5px;
	width:  100%;
	height:  100%;
	background:  url('../../images/gallery/shadow.png') no-repeat left top;
	
}

#modalBody .gallery a:hover span
{
	display: none;
}



#modalBody .entry:first-child h2
{
	margin-top: 10px;
	padding-top: 0;
}

#modalBody .entry img
{
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

#modalBody .news_inner img
{
	float: left;
	margin: 5px 25px 25px 0;
	display: block;
}

ul,ol
{
	list-style: none;
}

.Sorters {
	background-color:#FFFFFF !important;
	border:none !important;
}

.ui-state-gSorter { cursor:move !important;}

td.selections { text-align:center;}

.pageSectionHeader {
	background-color: #EEE !important;
	padding: 15px !important;
	text-align: left !important;
	font-weight: bold !important;
}


/* Nested List*/
		.mjs-nestedSortable-error {
			background: #fbe3e4;
			border-color: transparent;
		}

		div.nestedList ol {
			margin: 0;
			padding: 0;
			padding-left: 30px;
		}

		div.nestedList ol.sortable, div.nestedList ol.sortable ol {
			margin: 0 0 0 25px;
			padding: 0;
			list-style-type: none;
		}

		div.nestedList ol.sortable {
			margin-bottom:4em;
		}

		div.nestedList ol.sortable li {
			margin: 5px 0 0 0;
			padding: 0;
		}

		div.nestedList ol.sortable li div  {
		}

		div.nestedList ol.sortable li div  i.icon-move{
			cursor: move;
		}

		div.nestedList ol.sortable li.mjs-nestedSortable-branch div {

		}

		div.nestedList ol.sortable li.mjs-nestedSortable-leaf div {

		}

		li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
		}

		.disclose {
			cursor: pointer;
			width: 10px;
			display: none;

			border-right: 1px solid #DDD;
			margin: -12px 10px -10px 0px;
			padding: 12px 10px 10px 0px;
			
		}

		div.nestedList ol.sortable li.mjs-nestedSortable-collapsed > ol {
			display: none;
		}

		div.nestedList ol.sortable li.mjs-nestedSortable-branch > div > h2 > .disclose {
			display: inline-block;
		}

		div.nestedList ol.sortable li.mjs-nestedSortable-collapsed > div > h2 > .disclose > span:before {
			content: url('../img/plus_arrow.gif') ; 
		}

		div.nestedList ol.sortable li.mjs-nestedSortable-expanded > div > h2 > .disclose > span:before {
			content: url('../img/minus_arrow.gif') ; 
		}
		div.nestedList .placeholder {
			outline: 1px dashed #4183C4;
		}

		div.nestedList li div.box-header h2 { width:100%;}
		div.liOptions { float:right; display:none;}		
		div.liOptions div.btn-group { margin-top:-6px;}
		.hidden-center { text-align:center !important;}
		

.draggable img { max-width:none; /* border:solid 1px #FF0000;*/}

.hidden-status { width:95px; text-align:center !important;}
.hidden-date { width:135px; text-align:center !important;}
.hidden-document-type { width:50px; text-align:center !important;}

/********* Icons **********************************/
.sfext,.sfdoc,.sfdocx,.sfrtf,.sftxt,.sfpdf,.sfppt,.sfpps,.sfpptx,.sfhtml,.sfhtm,.sfxls,.sfxlsx,.sfzip,.sfDialog .sfext,.sfDialog .sfdoc,.sfDialog .sfdocx,.sfDialog .sfrtf,.sfDialog .sftxt,.sfDialog .sfpdf,.sfDialog .sfppt,.sfDialog .sfpps,.sfDialog .sfpptx,.sfDialog .sfhtml,.sfDialog .sfhtm,.sfDialog .sfxls,.sfDialog .sfxlsx,.sfDialog .sfzip{
	padding-left:10px;
	min-height:35px;
	width:34px;
	background-color:transparent;
	background-image:url(../img/documentIcons.gif);
	background-repeat:no-repeat;
	
}

.sfext,.sfdoc,.sfdocx,.sfrtf,.sftxt,.sfpdf,.sfppt,.sfpps,.sfpptx,.sfhtml,.sfhtm,.sfxls,.sfxlsx,.sfzip,.sfDialog .sfext,.sfDialog .sfdoc,.sfDialog .sfdocx,.sfDialog .sfrtf,.sfDialog .sftxt,.sfDialog .sfpdf,.sfDialog .sfppt,.sfDialog .sfpps,.sfDialog .sfpptx,.sfDialog .sfhtml,.sfDialog .sfhtm,.sfDialog .sfxls,.sfDialog .sfxlsx,.sfDialog .sfzip{
	zoom:1;
	display:inline-block;
}

.sfpdf{background-position:0 -100px}
.sfdoc{background-position:0 -200px}
.sfrtf{background-position:0 -300px}
.sftxt{background-position:0 -400px}
.sfxls{background-position:0 -500px}
.sfzip{background-position:0 -600px}
.sfjpg{background-position:0 -700px}
.sfgif{background-position:0 -800px}
.sfpng{background-position:0 -900px}
.sfppt{background-position:0 -1000px}
.sfhtml,.sfhtm{background-position:0 -1100px}
.sfdocx{background-position:0 -1600px}
.sfxlsx{background-position:0 -1700px}
.sfcsv{background-position:0 -1800px}
.sfrar{background-position:0 -1900px}
.sfjpeg{background-position:0 -2000px}
.sfpptx{background-position:0 -2100px}
.sfpps{background-position:0 -2200px}
.sfppsx{background-position:0 -2300px}
.sfmp3{background-position:0 -2400px}
.sfwav{background-position:0 -2500px}
.sfwma{background-position:0 -2600px}
.sfogg{background-position:0 -2700px}
.sfmp4{background-position:0 -2800px}
.sfavi{background-position:0 -2900px}
.sfmpg{background-position:0 -3000px}
.sfmpeg{background-position:0 -3100px}
.sfmov{background-position:0 -3200px}
.sfwmv{background-position:0 -3300px}
.sfbook{background-position:0 -3400px}
.sfiba{background-position:0 -3500px}
.sfepub{background-position:0 -3600px}
.sffb2{background-position:0 -3700px}
.sfsfb{background-position:0 -3800px}
.sfmobi{background-position:0 -3900px}


.ui-state-gSorter td { border:none !important;}


.popContainer .popup{
	position:absolute;
	z-index:10000;
	visibility:hidden;
	margin:-51px 0 0 -51px;
	width:350px;	
	height:350px; 
	overflow:auto;
	background-color:#F2F2F2;
	padding:50px;
	border-radius:5px;
	-moz-border-radius: 5px;
	border:solid 1px #B4B4B4
}

.popContainer:hover .popup{
	visibility:visible;
}


/*div.bubble strong { color:#02B6F9;}*/
div.validationError {
	padding-bottom:5px;
}

div.red{color:red;}
div.yellow { color:yellow;}

.redBG{background-color:red  !important; color:#FFFFFF !important;}
.yellowBG{ background-color:yellow !important;}


div.popError { height:350px; overflow:auto;}



/* Widgets Reset */
#columns img,#columns p,#columns h1,#columns h2,#columns h3,#columns h4,#columns h5,#columns h6,#columns ul,#columns ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */



/* Colors */
#columns .color-yellow {background:#f2bc00;}
#columns .color-red    {background:#dd0000;}
#columns .color-blue   {background:#2F96B4;}
#columns .color-white  {background:#dfdfdf;}
#columns .color-orange {background:#f66e00;}
#columns .color-green  {background:#8dc100;}
#columns .color-yellow h3,
#columns .color-white h3,
#columns .color-green h3{color:#000;}
#columns .color-red h3,
#columns .color-blue h3,
#columns .color-orange h3
	{color:#FFF;}
/* End Colors */

/* Head section */
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 510px;
	/* Min-height: */
	height: auto !important; 
}

/* Column dividers (background-images) : */
	
#columns .widget {
    margin: 30px 10px 0 0px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #fff;
    padding: 0 0px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}

.column .table {
	margin-bottom:0px !important; 
}

.column h3{ font-weight:normal;}
/* End Columns section */

/* End Columns section */


.width100{
	width:100% !important;
}


.multiselect-group { font-weight:bold;}