/*body{
	font-family: 'Catamaran';
}*/
.top-buffer { margin-top:50px; }
.portalTable{
	width:100%;
}
.portalTable thead tr{
	height:32px;
}
.portalTable thead tr th{
	background:#f2f2f2;
	padding-left:5px;
	height:32px;
}
.portalTable tbody tr{
	height:25px;
}
.portalTable tbody tr td{
	padding-left:5px;
	font-size:12px;
}
.portalTable tbody tr:nth-child(even){
	background:#f2f2f2;
}
.portalTable tbody tr:hover{
	background:#e5ffff;
	cursor:pointer;
	color:#000;
}
.portal-form-errors{
	padding:20px;
	padding-left:30px;
	background:#ffcccc;
	border-radius:10px;
	list-style:none;
}
.portal-form-errors li{
	color:#F00;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.center{
	text-align:center;
}
.wide-field{
	width:100%;
}
@-webkit-keyframes flash {
	0% {
		background-color: #FFFFFF;
		color: #000;
		opacity:1;
	}
	50% {
		background-color: #F00;
		color: #FFF;
	}
	100% {
		background-color: #FFFFFF;
		color: #000;
	}
}
.head-alert{
	margin-top: 50px;
	top:0;
	width:100%;
	border-radius: 10px;
	background:#ff6600;
	font-size:1.1em;
	padding: 5px;
	color:#FFF;
	cursor: pointer;
	-webkit-animation-name: flash;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
.head-alert a{
	color:#000;
}
.navbar{
	margin-bottom:0px;
}
.main-body{
	padding-top:20px;
	padding-bottom: 50px;
}

.main-footer{
	width:40%;
	position: fixed;
	bottom:0;
	text-align: left;
	height:50px;
	padding-left:2px;
	padding-bottom:2px;
}
a.link-small{
	font-size:12px;
	color:#000;
}
a.link-small:hover{
	color:#0000ff;
}
div.feature-main{
	width:100%;
	height:350px;
	padding:10px;
	padding-top:30px;
	background-image : linear-gradient(to bottom,
					rgba(255,255,255, 0),
					rgba(255,255,255, 1) 90%);
}
div.feature-main:nth-child(odd){
	background:#45506D;
	color:#FFF;
	background: -webkit-linear-gradient(
		rgba(69, 80, 109, 1) 90%,
		rgba(255, 255, 255, 1) 100%
	);
}
div.feature-main:nth-child(odd) h2{
	color:#FFF;
}
div.feature-main:nth-child(even){
	background:#FFF;
	color:#000;
	background: -webkit-linear-gradient(
		rgba(255, 255, 255, 1) 90%,
		rgba(69, 80, 109, 1) 100%
	);
}
div.feature-main:nth-child(even) h2{
	color:#000;
}
div.feature-main:nth-child(even) img{
	height:200px;
	vertical-align: middle;
	display: inline-block;
	margin-top:auto;
	margin-bottom:auto;
	float: right;
	border-radius:25px;
	padding-left:5px;
	margin-top:30px;
}
div.feature-main:nth-child(odd) img{
	height:200px;
	vertical-align: middle;
	display: inline-block;
	margin-top:auto;
	margin-bottom:auto;
	float: left;
	border-radius:25px;
	padding-right:5px;
	margin-top:30px;
}
div.feature-main:last-child{
	background:#45506D;
}
div.feature-main:nth-child(even) div.feature-text{
	float:left;
	width:50%;
}
div.feature-main:nth-child(odd) div.feature-text{
	float:right;
	width:50%;
}
p.tab{
	margin-left:40px;
}

/* Pie Chart */
.progress-pie-chart {
width:200px;
height: 200px;
border-radius: 50%;
background-color: #E5E5E5;
position: relative;
}
.progress-pie-chart.gt-50 {
background-color: #81BEF7;
}

.ppc-progress {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 100px);
top: calc(50% - 100px);
width: 200px;
height: 200px;
clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 100px);
top: calc(50% - 100px);
width: 200px;
height: 200px;
clip: rect(0, 100px, 200px, 0);
background: #81BEF7;
transform: rotate(60deg);
}
.gt-50 .ppc-progress {
clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
clip: rect(0, 200px, 200px, 100px);
background: #E5E5E5;
}

.ppc-percents {
content: "";
position: absolute;
border-radius: 50%;
left: calc(50% - 173.91304px/2);
top: calc(50% - 173.91304px/2);
width: 173.91304px;
height: 173.91304px;
background: #fff;
text-align: center;
display: table;
}
.ppc-percents span {
display: block;
font-size: 2.6em;
font-weight: bold;
color: #81BEF7;
}

.pcc-percents-wrapper {
display: table-cell;
vertical-align: middle;
}

.progress-pie-chart {
margin: 50px auto 0;
}

.tile{
	background: #115a9b;
	border-radius: 5px;
	border:#a8a8a8 1px solid;
	color:#FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
}
.tile-sm{
	width:100%;
	/*height: 100px;*/
	background: #115a9b;
	border-radius: 5px;
	border:#ccc 1px solid;
}
.tile-sm .tile-icon{
	padding-top:15px;
	text-align: center;
	/*height: 66%;*/
	font-size: 25px;
}
/*.tile-green{
	background:#e5bea5;
}*/
.tile:hover{
	cursor: pointer;
	background: #a8a8a8;
	color: #FFF;
}
.tile-icon{
	padding-top:80px;
	text-align: center;
	height: 75%;
	font-size: 50px;
}
.tile-text{
	text-align: center;
	vertical-align: bottom;
}
.tile-text.lg{
	font-size: 1.3em;
}
/*h1{
	color:#DD681B;
}*/
p.note-tiny{
	font-size:.8em;
}
.green-text{
	color:green;
}
.red-text{
	color:red;
}
ul.nav-tabs li a{
	font-size: 1.3em;
	font-weight: bold;
}
.login-page-bg{
	-webkit-box-shadow: 2px 0px 49px 0px rgba(37,95,158,1);
	-moz-box-shadow: 2px 0px 49px 0px rgba(37,95,158,1);
	box-shadow: 2px 0px 49px 0px rgba(37,95,158,1);
	border-radius: 20px;

	background: #6890a5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #7db4d1, #6890a5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #7db4d1, #6890a5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	color: #12222b;

}
.login-page-bg a{
	color: #12222b;
}
.error_field {
	background-color: #f2bcbc;
}
.row-selected{
	background: #dcdde5;
}
.table-striped>tbody>tr:nth-of-type(odd).row-selected {
background: #dcdde5;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
/*
.tab .nav-tabs{
	border-bottom: none;
	position: relative;
}
.tab .nav-tabs li{
	margin-right: 15px;
	background-color: #ccdce5;
}
.tab .nav-tabs li.active{
	background-color: #ccdce5;
}
.tab .nav-tabs li.active a{
	background-color: #ccdce5;
}
.tab .nav-tabs li a{
	background-color: #ccdce5;
}
.tab .nav-tabs li a{
	padding: 20px 15px;
	font-size: 17px;
	font-weight: 600;
	color: #25283d;
	border-radius: 0;
	text-transform: uppercase;
	margin-right: 0;
	border: none;
	position: relative;
	transition: all 0.5s ease 0s;
	background-color: #ccdce5;
}
.tab .nav-tabs li a:hover{
	background-color: transparent;
}
.tab .nav-tabs li a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0, 1);
	position: absolute;
	bottom: 5px;
	left: 0;
	transform: scale(0);
	transition: all 700ms ease 0s;
}
.tab .nav-tabs li a:after{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	margin: 0 auto;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	transform: scale(0);
	transition: all 700ms ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
	border: none;
	color: #0079A1;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
	transform: scale(1);
}
.tab .tab-content{
	padding: 20px;
}
@media only screen and (max-width: 479px){
	.tab .nav-tabs li{ width: 100%; }
	.tab .nav-tabs li a{ text-align: center; }
}
*/
hr.box {
	overflow: visible; /* For IE */
	height: 30px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}
hr.box:before { /* Not really supposed to work, but does */
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}
hr.zig-zag {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
	border: 0;
}
div#main-body {
	-webkit-box-shadow: 2px 0px 10px 0px rgba(200,200,200,1);
	-moz-box-shadow: 2px 0px 10px 0px rgba(200,200,200,1);
	box-shadow: 2px 0px 10px 0px rgba(200,200,200,1);
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	margin-bottom:20px;
}
html {
  	height: 100%;
}
body {
	background-color: #fcfcfc;
	min-height: 100%;
	-webkit-box-shadow: inset 0px 28px 191px -5px rgba(240,240,240,1);
	-moz-box-shadow: inset 0px 28px 191px -5px rgba(240,240,240,1);
	box-shadow: inset 0px 28px 191px -5px rgba(240,240,240,1);
}
input.form-control,
select.form-control,
button.btn,
table.table{
	border-radius: 5px;
}
button.btn{
	border-radius: 3px;
}

pre {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 20px;
	background: #FFF;
	color: #00476f;
	border: 1px solid #777;
}

input.form-control,
select.form-control
!select[multiple]{
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	white-space: none;
	box-shadow: none;
	padding: 0;
	padding-left: 5px;
}
input[type='file'] button{
	font-size: 10px;
}
.client-overlay{
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 0;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(255,250,247); /* Black fallback color */
	background-color: rgba(255,250,247,0.8); /* Black fallback color */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
div.client-overlay-body
{
	-webkit-box-shadow: 2px 0px 10px 0px rgba(37,95,130,1);
	-moz-box-shadow: 2px 0px 10px 0px rgba(37,95,130,1);
	box-shadow: 2px 0px 10px 0px rgba(37,95,130,1);
	border-radius: 5px;
	margin-top: 100px;
	margin-bottom: 100+px;
	margin-left: 30%;
	margin-right: 30%;
	padding: 30px;
	background-color: #ccdce5;
}