/*color list*/


/*
orange #274159
orange hover #d66141
*/

body {
    margin: 0;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
}
html,body{
    height:100%;
}

footer {
    background-color:#6c6c6e;
    color:#efeff4 !important;
    min-height:210px;
    width:100%;
    bottom:0;
    padding-bottom:20px;
}
footer div, footer a{
    color:#efeff4 !important;
}
#footerCenter{
    color:#dadade !important;
}

.topStrip {
    /*margin-top: 30px;*/
    margin-bottom: 50px;
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.topStrip.small {
    margin-bottom: 20px;
}

.wrapper{
    height: auto !important;
    height:100%;
    margin:0 auto;
}
.footer-push{
    clear:both;
    height:210px;
}
.logo {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
}
#logoImg{
    width:250px;
    display:inline-block;
}
.logo img {
    max-width: 100%;
}
ul.nav.navbar-nav.pull-right {
    padding-left: 18em;
}

.login {
    float: right;
    margin-right: 30px;
    font-size: 24px;
    font-weight: bold;
    top:0;
    right:0;
    position:absolute;
    z-index:100;
}

.login a {
    color: black;
    text-decoration: none;
    transition: 250ms all;
}

.login a:hover {
    transition: 250ms all;
    color: #274159;
}

.mainTextRow {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 5px 5%;
}

h1.mainTextRow {
    margin: 5px;
}

#amount {
    color: white;
    font-size: 40px;
    font-weight: bold;
    background-color: #274159;
    border: none;
    width: 145px;
    padding: 5 5px;
    text-align: center;
    border-radius:3px;
}

#currency {
    color: white;
    font-size: 40px;
    font-weight: bold;
    background-color: #274159;
    border: none;
    text-align: center;
}

.spacer {
    width: 100%;
    height: 50px;
}

.indexOverview {
    width: 30%;
    margin: auto;
    min-width:340px;
}

.indexOverview td {
    padding: 5px;
    font-size: 18px;
}

.indexOverview td:nth-child(2) {
    text-align: right;
}

.centerCell {
    text-align: center;
}

.submit {
    border: none;
    background-color: #274159;
    color: white;
    font-size: 22px;
    text-align: center;
    min-width: 280px;
    margin: auto;
    margin-top: 20px;
    padding: 10px 12px;
    border-radius: 5px;
    border: solid 1px #274159;
}
.smallSubmit {
    border: none;
    background-color: #274159;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 220px;
    margin: auto;
    margin-top: 20px;
    padding: 10px 10px;
    border-radius: 5px;
}
.submit:hover, smallSubmit:hover{
    text-decoration:none;
    color:#274159;
    background-color:white;
}

.orangeLink {
    color: #274159;
    text-decoration: underline;
    font-weight: bold;
    transition: 250ms all;
    border:none;
    background:transparent;
    padding:0;
}

.orangeLink:hover {
    transition: 250ms all;
    color: #244454;
}

.blueLink {
    color: #337ab7;
    text-decoration: underline;
    font-weight: bold;
    transition: 250ms all;
    border:none;
    background:transparent;
    padding:0;
}

.blueLink:hover {
    transition: 250ms all;
    color: #23527c;
}

#howItWorks {
    margin-top: 50px;
    background-color: #dadade;
    padding: 10px 20px 30px;
}

#howItWorks h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    /*color:#6c6c6e;*/
}
.howitWorksImage{
    max-width:60px;
    margin:auto;
    position:relative;
    margin-bottom:20px;
    opacity:.8;
}
.imgCell{
    text-align:center;
}

.splitContainer {
    width: 100%;
    overflow: hidden;
}

.logoStrip{
    width:100%;
    background-color:#efeff4;
    color:#dadade !important;
    min-height:90px;
    padding:5px;
}
#gsft{
    margin-top:15px;
}
#cnb{
    margin-top:8px;
}
.logostrip_logo{
    opacity:.4;
    max-width:80%;
    max-height:70px;
}
@media (min-width: 1300px){
    .smallContainer{
        width:80% !important;
    }
}
.logostrip_text{
    color:#6c6c6e !important;
    padding-top:18px;
    font-size:14px;
    opacity: .6;
}

/*.cell_4{
    width:25%;
    padding:10px;
    float:left;
}*/


.stepTitle {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #6c6c6e;
    text-align: center;
}

.stepNumber {
    font-size: 26px;
    font-weight: bold;
    padding: 5px;
    color: #6c6c6e;
}

.stepDescription {
    color: #6c6c6e;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.numberColumn {
    width: 10%;
}

.td_baseline {
    vertical-align: baseline;
}

.centerContainer {
    /*width: 100%;*/
    padding: 0 2%;
    margin: 20px 0 0;
    text-align: center;
    font-weight: bold;
    color: #6c6c6e;
    font-size: 14px;
}

.centerContainer a {
    color: #6c6c6e;
}
.footerContainer {
    width: 90%;
    padding:20px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.footerContainer a {
    text-decoration: none;
}

.loginTable {
    width: 30%;
    margin: auto;
    margin-top: 8px;
}

.loginLogo {
    width: 200px;
    float: left;
    margin-right: 30px;
    max-height:100%;
    max-width:180%;
    padding-top: 10px;
}

.loginLogo img {
    max-width: 100%;
}

.ms_logo{
    float:left; padding-top:12px; padding-left: 10px;
    position: absolute;
    z-index: 1000;
}

.pageTitle {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 1em;
    /*margin-left:25px;*/
}
.pageTitleSmall{
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-left:5px;
}
.pageTitle>p{
    font-size: 14px;
    font-weight: normal;
}
.loginTable td {
    padding: 10px 0;
}

.txtInput {
    border: none;
    background-color: #f7f7f7;
    padding: 10px;
    width: 95%;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
}

.generalContainer {
    width: 100%;
    overflow: hidden;
}

.footerLink {
    text-decoration: underline;
    font-weight:normal;
    text-transform: uppercase;
}

.footerSeparator{
    font-size:15px;
    margin:0 10px;
    color:#efeff4;
}

.footerLink:hover {
    color: black;
}

.mtop30 {
    margin-top: 30px;
}
.mtop20{
    margin-top:20px;
}
.mb20{
    margin-bottom:20px;
}

.w100 {
    width: 100% !important;
}

.centered {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute_left {
    position: absolute;
    left: 0;
}
.absolute_right{
    position:absolute;
    right:0;
}

.cell_paddingVert20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cell_paddingVert10{
    padding-top:10px;
    padding-bottom:10px;
}

.cell_paddingBott10 {
    padding-bottom: 10px;
}

.cell_paddingBott30 {
    padding-bottom: 30px;
}

.signupTable {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.shadyNote {
    color: #b4b4b4;
    font-size: 12px;
    padding-top:0px !important;
    margin-top:-10px;
}

.bootstrap-select>.dropdown-toggle {
    border: none;
    background-color: #274159;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top:-7.5px;
    width: 120px !important;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    color:white;
    font-size:40px;
    font-weight:bold;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:120px !important;
}

.bootstrap-filestyle {
    width: 95%;
}

.fileSelectBtn {
    background-color: #274159;
    color: white;
    text-align: center;
    font-weight: bold;
}

#checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid black;
    background-color: white;
}

.profile_name{
    text-decoration:none;
}
#profile_name{
    text-decoration:none !important;
}
#profile_name > span{
    text-decoration:none;
}
#profile_name:hover, #profile_name:link, #profile_name:active, #profile_name:visited{
    color:#777 !important;
    cursor:default;
}
.menuItem{
    font-weight:bold;
    text-transform:uppercase;
    padding:0 10px;
    text-decoration:underline;
}
.activeMenuItem{
    color:#274159 !important;
}
.w40{
    width:40%;
    margin:auto;
}
.w60{
    width:60%;
    margin:auto;
}
.h120{
    /*height:120px;*/
    line-height:30px;
    margin-bottom:30px;
}
.mTop40{
    margin-top:40px;
}
.orangeBold{
    font-weight:bold;
    color:#274159;
}
.col-sm-10 .pageTitle{
    margin-top:0;
}
.smallBtn{
    padding:10px 20px;
    color:white;
    font-size:16px;
    font-weight:bold;
    background-color:#274159;
    border: solid 1px #274159;
    border-radius:3px;
}
.smallBtn:hover{
    background-color:white; 
    color:#274159;
}
.basicLink{
    color:black;
    text-decoration:underline;
    font-weight:bold;
}
.basicLink:hover{
    color:#274159;
    cursor:pointer;
}
.table-responsive{
    overflow:visible;
}
.op_photo{
    max-width:80%;
    margin:auto;
    padding:10px;
}
.splitter{
    width:100%;
    overflow:hidden;
    padding:10px 0;
}
.cell{
    float:left;
    width:50%;
}
.selectBox {
    border: none;
    background-color: #f7f7f7;
    padding: 10px;
    width: 95%;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
}
.errorMsg{
    color:#e74c3c;
    font-weight:bold;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align:center !important;shape-image-threshold: 
}
.strength-meter{
    margin-top:10px !important;
}
.transactionCell{
    padding:5px;
    font-size:16px;
}
a:focus, button:focus{
    outline:none;
}
.adminControlContainer{
    overflow:hidden;
    min-width: 6em;
}
.adminControlContainer>a{
    margin-right: 0.5em;
}
.adminControl{
    float:left;
    font-size:18px;
    float:left;
}
.adminControl:hover{
    cursor:pointer;
}
.narrowTable{
    width:20%;
    min-width:300px;
    margin:auto;
}
.narrowTable input{
    width:120px;
}
.narrowForm{
    width:25%;
    min-width:350px;
    margin:auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.error{
    border-color: #a94442;
}
input.has-error {
    background-color: #ffd5d5;
}
span.error{
    color: #a94442;
}
.transDetail_paddRow{
    padding:10px 0;
}
.strongRow{
    font-weight:bold;
}
.redStar{
    color:red;
}
.defaultAccBtn{
    color:white;
    font-size:16px;
    font-weight:bold;
    background-color:#274159;
    border-radius:3px;
    width:100% !important;
    height:36px;
    line-height:36px;
    text-align:center;
    border: solid 1px #274159;
    
}
.defaultAccBtn:hover{
    background-color:white;
    color: #274159;
}


/*container adjust*/

@media only screen and (max-width:1920px) and (min-width:765px) {
    .container {
        position:relative;
        width:100%;
    }
}
@media only screen and (max-width:1300px){
    .pageTitle{
        font-size:30px;
    }
}
@media only screen and (max-width:1100px){
    .mainTextRow{
        font-size:22px;
        padding:0px;
        line-height:30px !important;
    }
    #amount, .bootstrap-select>.dropdown-toggle{
        font-size:22px;
    }
    #amount{
        width:100px !important;
        padding:4px 5px 1px;
    }
    .footerContainer a{
        width:100%;
        display:block;
        margin-top:5px;
    }
    .footerSeparator{
        display:none;
    }

}
@media only screen and (max-width:780px){
    #logoImg{width: 35%;}
    .pageTitle {margin-top:35px;}
    .login{position:relative; margin-right: 10px; font-size: 16px; line-height: 90px;}


}
@media only screen and (max-width:500px){

    .login{
        position:relative;
    }
    .topStrip{
        height:auto;
    }
    .footerContainer{
        width:90%;
    }

}
.container{
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 2em;
}
.mainContainer{
    padding-left:0px !important;
    padding-right:0px !important;
}

/*bootstrap override*/
.table-responsive{
    border: none !important;
}
.dropdown-menu>li:focus, .dropdown-menu>li:hover{
    color:white !important;
    font-weight:bold !important;
    background-color:#274159 !important;
}

.navbar{
    background-color:white !important;
    border:none !important;
}

.navbar-default{
    background-image:none !important;
    border:none !important;
    box-shadow:none !important;
}

.navbar-nav > li > a,
.navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 70px;
    line-height: 70px;
}

.nav>li>a {
    padding: 0;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #274159;
}

.navbar {
    min-height: 70px !important;
    margin-bottom: 0 !important;
    border-radius: 0px !important;
    box-shadow:none !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-header {
    padding-left: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border:none;
}
td[data-name] input{
    max-width: 8em;
}
#colorbox{
    z-index:999 !important;
}
.auths_multiselect button{
    background: none;
    height: 1em;
}
.auths_multiselect .filter-option{
    font-size: 13px;
    height: 25px;
    visibility: hidden;
}
.auths_multiselect .bootstrap-select>.dropdown-toggle{
    background: none;
}
.auths_multiselect .btn-group{
    background: none;
}
*[data-toggle], *[data-ajax-url]{
    cursor: pointer;
}
.adress p{
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}
.adress input.txtInput{
    display: inline-block;
}
.adress input.street{
    max-width: 70%;
}
.adress input.num1{
    margin-left: 2%;
    max-width: 13%;
}
.adress input.num2{
    max-width: 10%;
}
.adress input.city{
    max-width: 48%;
}
.adress input.psc{
    margin-left: 2%;
    max-width: 48%;
}
input.margin{
    max-width: 70%;
}


.ajax-select .bootstrap-select>.dropdown-toggle{
    font-size: 1em;
    color: black;
    background: none;
    width: 100%;
}
.ajax-select .selectBox{
    background: none;
}

input.no-arrows[type=number] {
    -moz-appearance:textfield;
    appearance: textfield;
}
input .no-arrows::-webkit-inner-spin-button, 
input .no-arrows::-webkit-outer-spin-button{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    margin: 0;     
}

a.form-btn{
    height: 46px;
    background-color: #b4b406;
    width: auto;
    vertical-align: bottom;
    line-height: 25px;
}
a.form-btn:hover{
    background-color: #707003;
}
.row input.fname, .row input.sname {
    width: 47%;
}
#persons-select label{
    margin-left: 1em;
}
#persons-select label input{
    margin-right: 0.3em;
}
input[data-form-mandatory]:after{
    content: ' *';
}

.text-purple {
    color: #405dd2;
}

.text-blue {
    color: #a0307c;
}

.text-yellow {
    color: #ae7000;
}

#persons_list {
    margin-left: -35px;
}

#persons_list .person_type {
    width: 30px;
    padding-left: 0;
    padding-right: 5px;
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.w-100 {
    width: 100%;
}

.select-box-w-100 button.dropdown-toggle, .select-box-w-100 .btn-group.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.text-black {
    color: black;
}
.margin-auto {
    margin: auto;
    display: block;
}

.clearfix {
    clear: both;
}

.text-big {
    font-size: 2em;
}

.w-200p {
    width: 200px;
    max-width: 100px;
    min-width: 100px;
    display: inline-block;
}

.w-100p {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    display: inline-block;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.mr-10 {
    margin-right: 10px;
}

.d-block {
    display: block;
}

.text-underline {
    text-decoration: underline;
}

.forex_courses tr td {
		font-size: 12px;	
}
