.agencypanel{
	background-color: #f5f5f5;
}

.agency-panel-conatiner{
	width: 90%;
	margin-top:20px !important;
	margin-bottom:20px !important;
	min-height: 500px;
	background-color: white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


/*table propeties*/
.agency-panel-conatiner table{
    width:100%;
}

.agency-panel-conatiner .pagination{
	width: 80%
}

.agency-panel-conatiner .paginator.hidden-xs{
	margin:20px 5px 0 0 !important; 
	float: left;
}

.agency-panel-conatiner table thead th{
	padding: 10px;
	/*padding-bottom: 10px;*/
    border: 1px solid #f3f3f3; 
}

.agency-panel-conatiner table tbody tr{
    border-bottom: 1px solid #f3f3f3; 
    border-left: 1px solid #f3f3f3; 
    border-right: 1px solid #f3f3f3; 
}

.agency-panel-conatiner table tbody td{
    padding: 10px;
    /*padding-top: 10px;*/
}

.agency-navbar .navbar{
	background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.agency-navbar .navbar-brand{
  	background-color: black;
    height: auto;
}
.agency-navbar .navbar-brand img{
    width: 120px;
}

.agency-navbar .navbar-right{
	background-color:#dff0d8;
}

.agency-navbar .navbar-nav > li{
	margin-left: 5px !important;
}

.agency-navbar .nav.navbar-nav li.active{
    background: #f0f0f0 !important;
    border-bottom: 3px solid #80AA12;
}

.agency-epan-form h2.form-heading{
	padding:10px 0px 10px 0px;
	text-align:center;
	border-bottom:1px solid #f3f3f3;
	color: gray;
}

.agency-epan-form .row{
	margin-top:5px; 
}

.margin-20{
	margin-top:20px;
}

.agency-epan-form input,
.agency-epan-form textarea
{
	width:100%;
	background-color:white;
	border:2px solid #f0f0f0;
}

.agency-epan-form select{
	width:100%;
}

.atk-effect-danger.has-error,.field-error-text{
	color: red;
}

/*Progress bar */
.bs-wizard {margin-top: 40px;}
.bs-wizard {padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #0099ff; top: 45px; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #40b9fe; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #0099ff;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {}
.bs-wizard > .bs-wizard-step:last-child  > .bs-wizard-dot:last-child {background-color: #f5f5f5;left:100%;border-radius:0%}
.bs-wizard > .bs-wizard-step:last-child  > .bs-wizard-dot:last-child:after {opacity: 0;}
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {font-weight:bold}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.disabled .bs-wizard-stepnum {color: #d5d5d5;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.complete:last-child  > .bs-wizard-dot:last-child {background-color: #005A96;}
.bs-wizard > .bs-wizard-step.complete:last-child  > .bs-wizard-dot:last-child:after {opacity: 1;}
.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum {color: #005A96;opacity: 0.5;}
.bs-wizard .progress-bar{
	height:8px;
}
/*end o progress bar*/
.agency-panel-conatiner .epan-services-item-list .thumbnail img{
	width:150px;
	height: 150px;
	border-radius:50%;
}

.agency-panel-conatiner .epan-services-item-list .thumbnail{
	/*background-color: #f3f3f;*/
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 20px 0;
}

.panel.panel-heading.xepan-grid-heading{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}

.agency-panel-conatiner .atk4_grid{
	margin-bottom: 20px;
}

.agency-panel-conatiner .atk-align-center{
	text-align: center;
}

.agency-panel-conatiner .pagination.pull-left{
	float: none !important;
}

.agency-panel-conatiner input,
.agency-panel-conatiner textarea,
.agency-panel-conatiner select{
	width: 100% !important;	
}