.univera .main {
    padding-bottom: 30px;
}

.univera .excellus-info{
	display: none;
}
.excellus .univera-info{
	display: none;
}
.buttons {
	margin-top: 20px !important;
	margin-left: 10px !important;
}
.container .buttons .btn{
	padding: 10px 25px;
}

.univera footer{
	margin-top: 0px;
}

.container select{
	background-image: url('/o/excellus-bcbs-theme/images/chevron-grey-down.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.first-step select{
        width: 80%;
        display: inline-block;
}
input[type="radio"] {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;    
    cursor:pointer;
}
.tooltip-link{
	margin-left: 5px;
}
/* dentistSearch.jsp pages styles */

.first-step, .second-step{
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2); 
    border-radius: 6px;
}
.padding-div{
    padding: 20px;
}

form>div{
    margin-bottom: 15px;
}
#quickLinkPortlet input, #quickLinkPortlet select{
    margin: 0px 0px 10px 0px;
}
#quickLinkPortlet label, #quickLinkPortlet .gender input{
    margin: 0px;
}
#quickLinkPortlet .btn{
    width: 100%;
}
#quickLinkPortlet .accordion-heading{
    margin-bottom: 10px;
}
.location input{
    width: 50%;
    display: inline-block;
}
.location span{
    font-weight: bolder;
    margin: 0px 15px;
}
.padding-div > div{
    margin-top: 25px;
}
#quickLinkPortlet .panel-body > div{
    margin-top: 10px;
}
.radio-selections span{
    display: block;
    margin-bottom: 15px;
}
.dentist-type, .field-name, .new-patients{
    padding-left: 0px;
}
.first-step select {
    margin-top: 20px;
}
#quickLinkPortlet h3{
    margin-top: 0px;
}
#quickLinkPortlet .dentist-type .chosen-container{
        width: 100% !important;
}
#quickLinkPortlet .panel-body{
	padding: 0px;	
}

.specialty-column{
		display: none;
}
.gender{
	margin-top: 20px;
}
@media (min-width: 768px) {
	.gender{
		margin-top: 10px;
	}
	.specialty-column{
		display: table-cell;
	}
    #quickLinkPortlet .location input{
        width: 250px;
    }
    #quickLinkPortlet .location select{
        width: 350px;
        display: inline-block;
    }

    #quickLinkPortlet .dentist-type .chosen-container{
        width: 80% !important;
    }
    .field-name, .gender{
        padding-left: 15px;
    }
    #quickLinkPortlet .field-name input{
        display: inline-block;
        width: 45%;
        float: left;
        margin-right: 15px;
    }
    #quickLinkPortlet .btn{
        width: 25%;
        margin-right: 25px;
        margin-top: 20px !important;
		margin-left: 10px !important;
        ;
    }
    .padding-div{
        padding: 20px 35px;
    }
    .first-step select {
        width: 450px;
    }
    .second-step select, .second-step input[type="text"], .second-step textarea {
    	width: 450px;
    }
    #quickLinkPortlet .panel-body{
		padding: 15px;	
	}
}

@media (min-width: 992px) {
    .padding-div{
        padding: 20px 50px;
    }
}

/* dentistDirectory.jsp pages styles */

#dentistDirectoryPortlet table {
	background-color: #fff;
}
@media (min-width: 769px){
	.table-excellus thead tr > th, .table-excellus tbody tr > td {
		padding: 15px 20px;
	}
}
a[href^='tel']{
	color: inherit;
    text-decoration: none;
    cursor: text;
    pointer-events: none;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #08c;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pager li, .pagination>li {
    display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #08c;
    border-color: #08c;
    cursor: default;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

/* dentistDetail.jsp pages styles */

#dentistDetailPortlet .col-sm-4 b, #dentistDetailPortlet .col-xs-12 b{
	color: #777777;
}

#dentistDetail>div{
	margin: 0px 20px;
	padding: 20px 0px;
}
#dentistDetail>div:not(:last-child){
	border-bottom: 1px solid #ccc;
}
#dentistDetail>.name{
	background-color: #002f6c;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: x-large;
}
.univera #dentistDetail>.name{
	background-color: #d7df24;
	color: #333;
}
#dentistDetailPortlet .row{
	margin: 0px;
}

.hours{
	margin-bottom: 15px;
}
.hours p{
	margin-bottom: 5px;
}
#dentistDetail {
	background-color: #fff;
}
#dentistDetailPortlet iframe {
	width: 100%;
  	height: 300px;
}
@media(min-width: 768px){
	#dentistDetail .row{
		margin-left: 15px;
		margin-right: 15px;
	}
	#dentistDetail>.name{
		padding-left: 30px;
		padding-right: 30px;
	}
}

.modal-header {
	background: #bbdcf2;
    border: 1px solid #aed0ea;
    color: #007ac3;
}

.modal-title {
	text-align: left;
}

.modal-dialog {
	width: 500px;
}

.rowBottomSpace {
	margin-bottom: 10px;
}

.removeLeftSpace {
	margin-left: 0px;
	padding-left: 0px;
}
.removeRightSpace {
	margin-right: 0px;
	padding-right: 0px;
}
.removeBothSideSpace {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.noBorder {
	border: 0px;
}
.requiredFieldIndicator {
	color: #cc0000;
    padding: 0em 0.2em;
    font-weight: bold;
    font-size: 1.4em;
}
.rowTopBottomSpace {
	margin: 10px 0px;
}
.rowTopSpace {
	margin-top: 10px;
}

.fullWidth input, .fullWidth select {
	width: 100% !important;
}

.autoWidth {
	width: auto !important;
}

.removeBottomSpace {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.rowTopSpace2 {
	margin-top: 20px;
}

.secret_question {
	color: #007ac3;
}
/*Hide Select List Default Dropdown Arrow In IE*/
select::-ms-expand { 
	display: none;
}

/*added as part of UI redesign */
/* .panel-primary>.panel-heading {
    color: #fff;
    background-color: #06c;
    border-color: #06c;
} */
.rmTopPadding{
	margin-top: 10px !important;
}
.reqMarginText{
	    margin: 0px 0px !important;
}
.addTopLeftPadding{
	margin-top: 15px !important;
	margin-left: 10px !important;
}
.form-field-err{
	border: 2px solid #cc0000 ;
}
.required-field-text {
    color: #c00;
    font-weight: 800;
    font-style: italic;
    margin-top: 25px;
    text-align:left;
}
.info-text {
    color: #606060;
}
.control-label{
    text-align: right;
    margin-top: 5px;
}
.form-label{
    text-align: left;
    margin-top: 5px;
}
.control-button{
    text-align: left;
    margin-top: 5px;
}
.text-muted {
	 text-align: left !important ;
}
.content_PL{
	 margin-top: 10px;
	  margin-bottom: 10px;
}
.control-error{
    font-weight: 400 !important ;
    border: 1px solid #c00;
}