﻿@charset "utf-8";
/* CSS Document */

@media (max-width: 767px) {	
.modal-dialog { top:0px !important; }
}

.selectric .button:after {
    background:url(../../Images/10/selectric-arrow.png) no-repeat !important;
}

.noRightBorder {
    border-right:none !important;
}

.waiter {
     height:100px;
}

.small-modal  .modal-dialog{
    width: 330px;
    height: 150px;
    display: inline-block;
}

.analysis-modal .modal-dialog{
    width: 950px;
}

.padLeft25 {
    padding-left: 25px;
}
.centerFooterText {
	font-weight:400;
	color:#575755;
	font-size:16px;
	line-height:22px;
	margin:8px 0 0 135px;
	display:inline-block;
}

/**In future remove this class **/
/*.modal-footer .cancel-btn {
	font-weight:400;
	background:#fff;
	border:1px solid #26478d;
	color:#26478d;
}

.modal-footer .cancel-btn:active:focus {
	background:#fff;
	border:1px solid #26478d;
	color:#26478d;
}*/

.modal-table {
	font-size:16px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radiolabel {
    position: inherit !important;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

/*@media (max-width: 767px) {	
    .f-modal-left { text-align:center !important; }
}*/
@media (min-width: 240px) and (max-width: 568px) {
    .f-modal-left { text-align:center !important; }
    .align_center { text-align:center !important; }
    .f-modal-right { text-align:center !important; }
}

.removeradioborder {
    height:initial !important;
    border:none !important;
}
.whitebackground {
    background-color: #fff !important;
}

.form-controlNew {
    display: block;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-family: Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid !important;
    border-color: #c3c3c3 #c3c3c3 silver !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}