@font-face {
	font-family: 'gilroylight';
	src: url('../fonts/gilroy/radomir_tinkov_-_gilroy-light-webfont.woff2') format('woff2'),
		url('../fonts/gilroy/radomir_tinkov_-_gilroy-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.table{
    table-layout: fixed;
}
.row-main{
    width: 150px;
    font-weight: bold;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    text-align: center;
    vertical-align: middle;
}
.input-style-default{
    border-radius: 0px;
    color: #4888b0;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 34px;
    padding-left: 5px;
}
.style-form{
    border-radius: 0px;
    color: #4888b0;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    background-repeat: no-repeat;
    background-position: right;
    height: 34px !important;
    background-color: #f1f0f0;
    margin-bottom: 5px !important;
}
.style-form-widthauto{
    border-radius: 0px;
    color: #4888b0;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075) !important;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075) !important;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 38px;
    background-color: #f1f0f0;
    width: auto !important;
}
.nopaddingmargin {
    padding: 0 !important;
    margin: 0 !important;
}
.nopaddingleft{
    padding-left: 0px !important;
}
.nopaddingright{
    padding-right: 0px !important;
}
.nopaddingtop{
    padding-top: 0px !important;
}
.padding-top-small{
    padding-top: 10px;
}
.nomargintop{
    margin-top: 0px !important;
}
.margin-small{
    margin:10px;
}
.margin-right-small{
    margin-right: 10px;
}
.margin-top-small{
    margin-top: 12px;
}
.margin-bottom-small{
    margin-bottom: 10px;
}
.margin-bottom-big{
    margin-bottom: 25px;
}
.padding-bottom-big{
    padding-bottom: 55px !important;
}
.border-none{
    border:none !important;
    width: 0px !important;
    background-color: inherit !important;
}
.border-nobottom{
    border-bottom: 0px !important;
}
.border-bot1px{
    border-bottom: 1px solid;
}
.style-form-noarrow{
    background-image:none;
}
.style-form_wide{
    width: 155%;
}
.style-form::-webkit-input-placeholder {
    color: #919191;
    font-style: italic;
}

.style-form::-moz-placeholder { /* Firefox 18- */
    color: #919191;
    font-style: italic;
}

.style-form::-moz-placeholder {  /* Firefox 19+ */
    color: #919191;
    font-style: italic;
}

.style-form:-ms-input-placeholder {  
    color: #919191;
    font-style: italic; 
}
.btn-lime{
    background-color: #c7d250;
    border-radius: 0px;
    color: #fff;
    border:none;
}
.btn-lime:hover{
    background-color: #BFC951;
}
.btn-white{
    background-color: #fff;
    color:#333;
    border-radius: 0px;
}
.modal-content-removestyle{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.modal-header{
    background-color: #589abd;
    color: white;
}
.text-14 {
    font-size: 14px;
    font-family: 'gilroylight';
    position: absolute;
    margin-top: 5%;
    margin-left: 6px;  
}
.text-10 {
    font-size: 16px;
}

.table-header{
	height: 4.2em;
}

.table-footer{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 0;
    font-size: 16px;
    font-family: 'gilroymedium';
	height: 2.4em;
	background: none;
	border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-green-brand2 {
	border: none;
    background-color: #f0cb4d !important;
}
.bg-green-brand2:hover {
    background-color: #88DBD8 !important;
}

.bg-feature{
	background-color: #d8eefb;
	justify-content: left;
	padding-left: 8px;
	font-family: 'gilroylight';
	color: black;
}

.bg-blue-brand2 {
    background: #f47b6f !important;
}
.bg-blue-brand2:hover {
    background: #94DBF7 !important;
}
.bg-blue-brand {
    background: #90d5dc !important;
}
.bg-blue-brand:hover {
    background-color: #78BADF !important;
}
.bg-orange-brand {
	color: white !important;
	border: none;
    background-color: #afcd41 !important;
}
.bg-orange-brand:hover {
    background-color: #FCD2A1 !important;
}
.btn-help-small {
    width: 15px;
    height: 15px;
    background-image: url('../images/help-icon-grey.png') !important;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px;
    border: none;
    background-color: transparent;
    outline: 0px;
    padding-top: 10px;
}
.btn-help-small-orange {
    background-image: url('../images/help-icon-orange.png') !important;
}
.width-150{
    width: 150px; 
}
.width-170 {
    width: 170px;
}
.float-right {
    float: right;
}
.width-100{
    width: 100px;
}
.width-250{
    width: 250px;
}
.text-align-right{
    text-align: right;
}
.padding-3{
    padding: 3px !important;
}
.border-top-grey{
    border-top: 1px solid #D1D1D1;
}
.bg-green-brand{
    background-color: #bacb43 !important;
}
.text-blue-brand{
    color:#4887af;
}
.btn-search{
    border: none;
    background-color: inherit;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 2px;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: 8px center; 
}
.btn-search:hover{
    background-color: #EBEBEB;
    background-image: url('../images/search-hover.png');
}
/*LOADING SCREEN*/
.loading-screen {
    display: none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
        url('../images/loading-small.gif') 
        50% 50% 
        no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .loading-screen {
    display: block;
}
input.customize-pinpass{
	-webkit-text-security: disc;
}
input.customize-pinpass::-webkit-outer-spin-button,
input.customize-pinpass::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*#LOADING SCREEN*/