body {
	font-family: 'Lato',Helvetica,Arial sans-serif;
  	font-size: 16px;
  	line-height: 1.5em;
  	color: #1F1F1F;
}

.img-polaroid {
  	padding: 6px;
  	background-color: #e7e7e7;
 	border: 1px solid #dadada;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.lead {
 	font-size: 18px;
 	font-weight: 400;
 	line-height: 26px;
 }

 .page-header {
 	padding-bottom: 0;
 	margin: 0;
 	background-image:url(../img/bg-head2.png);
 	background-repeat: repeat-x;
 	border-bottom:0 none;
 	background-position: 50% 0;
}

 .page-header-2 {
    background-image:url(../img/head-bg.jpg);
}

table {
 	border-collapse: separate;
}

.table{
	border-spacing:0px 2px;
}

.table th,
.table td {
	vertical-align: middle;
}

.table th{
	font-size:9px;
  	margin:2px 0;
  	border-top:none;
}

.table td{
	border-bottom: 1px solid #dddddd;

  	margin:2px 0;
}

.table-hover tbody tr:hover > td,
.table-rowactive > td{
  	color: #ffffff !important;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background: #15385e;
 }
.table-rowactive > td a{
	color:#fff;
}

.table-hover tbody tr:hover a{
	color:#fff !important;
        text-decoration: none !important;
}

.table-hover tbody tr > td .btn-primary,
.table-rowactive > td  .btn-primary{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
	border:2px solid #15385e;
}
.table-hover tbody tr:hover > td .btn-primary,
.table-rowactive > td  .btn-primary{
	border:2px solid #fff;
	background: #15385e;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border:0;
	background-color: #2f327c;
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomright: 5px;
  	-moz-border-radius-bottomleft: 5px;
  	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
}

.dropdown-menu > li > a {
	color: #FFFFFF;
}

.btn {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 20px;
}

.btn-primary {
	border: 0;
	background: #15385e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	border: 0;
	background: #1a4674;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.alert {
	text-shadow: none;
	padding: 8px 10px;
	font-weight: 300;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.alert-success {
	  background: #22775d;
	  color: #ffffff;
	  font-size: 14px;
	  border: 0 none;
}

.alert-danger,
.alert-error {
	background: #8B0000;
	color: #ffffff;
}

.breadcrumb {
	padding: 5px 15px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination ul{box-shadow: 0 0 0 rgba(0, 0, 0, 0)}

.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span
{
	color:#313481;
  	margin:0 3px;
  	background-color:#f3f3f3;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: !important;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span{
	border-bottom-right-radius: 0;
    border-top-right-radius:0;
}

.pagination ul > .disabled > a{
	background-color:#f3f3f3;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
 color:#FFF;
 background: #15385e;

}

.modal {
  width: 770px;
  margin-left: -380px;
}

.modal-header {
	padding: 0 15px;
	background: #15385e;
}

.modal-body {
	border-top:1px solid #ffffff;
}

.modal-footer {
	margin-top:15px;
	background-image:url(../img/bg-footer.png) !important;
  	border-top: 0 none;
  	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.popover {
	max-width: 200px;
	background-color: #3c3f98;
  	border: 1px solid #3c3f98;
  	color:#FFF;
  	text-align:center;
}

.popover.top .arrow {
	border-top-color: #f7f7f7;
  	bottom: -10px;
}

.popover.top .arrow:after {
	border-top-color: #3C3F98;
}

.thumbnail {
	border:none;
	text-shadow:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.label{
	padding:5px 10px;
	font-size: 11px;
	font-family: trebuchet ms,Helvetica,Arial,sans-serif;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.label, .badge {
	font-weight: normal;
	background-color: #15385e;
	color: #fff;
  	margin-top:4px;
  	text-shadow: none;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.label a, .badge a{color: #fff;}

.label-def, .badge-def{
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #efefef 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 3px;
}

.badge{
	padding: 2px 4px;

}

.label-info{
	color:#ffffff;
}

.badge-success {
  	color:#ffffff;
}

.label-info,
.badge-info {
	background: #7c7db6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2RiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDYwOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7c7db6 0%, #606096 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7db6), color-stop(100%,#606096)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c7db6 0%,#606096 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c7db6 0%,#606096 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c7db6 0%,#606096 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c7db6 0%,#606096 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7db6', endColorstr='#606096',GradientType=0 ); /* IE6-8 */
}

.carousel-control {
	margin:0 ;
  	width: 38px;
  	height: 38px;
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 35px;
  	color: #909090;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,231,231,1) 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 60%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	opacity: 1;
  	filter: alpha(opacity=100);
   -moz-box-shadow:    inset 0 0 3px #ffffff,;
   -webkit-box-shadow: inset 0 0 3px #ffffff;
   box-shadow:         inset 0 0 3px #ffffff;
   border: 1px solid #e6e6e6;
}

.carousel-control:hover{
	color:#005580;
	opacity: 1;
}



.carousel-control.right{
	text-align: center !important;
}

.carousel-control:focus {
  	color: #000000;
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.carousel-caption {
  	display: block;
  	width:50%;
  	height: 100%;
  	padding: 0;
  	background: #f1f1f1;
 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
 	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
 	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
 	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
 	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
 	border:1px solid #FFFFFF;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;
}

.progress{
	height: 9px;
	background-image: none;
	background-color: #ffffff;
	border-radius: 1px;
	box-shadow: none;
}

.progress .bar{
	max-width: 99%;
	height: 5px;
	margin: 2px;
	background: #494db4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NGRiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMzN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #494db4 0%, #30337d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494db4), color-stop(100%,#30337d));
	background: -webkit-linear-gradient(top,  #494db4 0%,#30337d 100%);
	background: -o-linear-gradient(top,  #494db4 0%,#30337d 100%);
	background: -ms-linear-gradient(top,  #494db4 0%,#30337d 100%);
	background: linear-gradient(to bottom,  #494db4 0%,#30337d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494db4', endColorstr='#30337d',GradientType=0 );
}

.carousel-caption h4{
	text-align: left !important;
}

hr{
	border-color:#d9d9d9;
	border-width: 1px 0 0;
}

.accordion-group{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	height: 40px;
}

@media (min-width: 1280px) {
	#content, #header-left, #nav-left{
		width:74.359%;
	}

	#widgets-right, #header-right, #search, #commision-files{
		width: 23.0769% ;
	}
}