/*
 * Globals
 */


@font-face {
  font-family: "FontAwesome";
  src: local(FontAwesome), url("../fonts/FontAwesome-webfont.eot");
}


@font-face {
  font-family: "GothamRounded-Light";
  src:local(GothamRounded-Light), url("../fonts/Gotham/GothamRounded-Light.eot");
  src: url("../fonts/Gotham/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/GothamRounded-Light.ttf") format("truetype"), url(".../fonts/Gotham/GothamRounded-Light.woff") format("woff"); 

}

@font-face {
  font-family: "GothamRounded-Medium";
  src:local(GothamRounded-Medium), url("../fonts/Gotham/GothamRounded-Medium.otf");
  src: url("../fonts/Gotham/GothamRounded-Medium.otf?#iefix") format("opentypefont"), url("../fonts/Gotham/GothamRounded-Medium.ttf") format("truetype");
}


/* Links */

a {
  color: #888;
  text-decoration: none;
  font-family:"GothamRounded-Medium";
}

.navColor > p :hover{
  color: #888;
}

a:focus,
a:hover {
  color: #ff7c00;
  text-decoration: none;
}

.signnout {
  color: #FFFFFF;
  text-decoration: none;
  font-family:"GothamRounded-Medium";
}

.signnout:focus,
.signnout:hover {
  color: #955302;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */
 .home-bkg {
    /*background: url(../imgs/bkg.jpg)no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover; */
    background: #f6f6f6;

    
 }

 .bulk-bkg {
    background: url(../imgs/bg.jpg);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover; 
 }

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #888;
  text-align: center;
  font-family: "GothamRounded-Light";
  font-size: 10px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*.box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    box-shadow: 0 15px 24px rgba(0,0,0,0.5);
    border-radius: 10px;
}*/

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 40px;
    /* background: rgba(0, 0, 0, 0.22); */
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.box h2{
    margin: 0 0 30px;
    padding: 0;
    color: #ff7c00;
    text-align: center;
}

.box .inputBox{
    position: relative;

}

.img_size{
    width: 80%;
    margin-bottom: 23px;
}

.box .inputBox input{
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ff7c00;
    outline: none;
    background: transparent;

}

.box .inputBox label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ff7c00;
    pointer-events: none;
    transition: 0.5s;
}

.box .inputBox input:focus ~ label,
.box .inputBox input:valid ~ label{
    top: -18px;
    left: 0;
    color: #ff7c00;
    font-size: 12px;
}

.box input[type="button"]{
    background: transparent;
    border: none;
    outline: none;
    color: #ff7c00;
    background: #ff7c00;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 6px;

}

.genButton{
    background-color:#40c7fe;
}
.genButton:hover{
    background-color:#110633 !important;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */



@media screen and (max-width: 1400px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .loginInfo{
    margin-top: 374px;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media only screen and (min-width: 1600px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
  .loginInfo{
    margin-top: 481px;
  }
}

 @media only screen and (min-width: 1900px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
  .loginInfo{
    margin-top: 674px;
  }
}


@media screen and (min-width: 2560px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
  .loginInfo{
    margin-top: 874px;
  }
}

.options {
  margin-top: 60px;
}

.options p {
  margin-bottom: 30px;
}

.navbar2 {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.nav-pad {
  padding-top: 2%;
  padding-left: 4%;
}

.nav-pad-th {
  padding-top: 2%;
  padding-left: 2%;
}

.myimg {
  margin-top: 320px;
  margin-bottom: 10px;
}

.welcome p{
  font-size: 24px;
  line-height: 15px;
  font-weight: bolder;
  color: white;
  letter-spacing: 3px;
}

.last_lg p{
  font-size: 10px;
  line-height: 15px;
  font-weight: bolder;
  color: white;
  letter-spacing: 2px;
}

.name {
  height: 30px;
  background-color: #eee;
  padding:6px;
  padding-right: 130px;
  font-size: 14px;
  color: #ff7c00;

}

.login_mynav {
  background-color: #fff; 
  border-radius: 0px; 
  margin-bottom:100px; 
}

.login_mynav2 {
  background-color: #fff; 
  border-radius: 0px; 
  border-bottom: 1px solid #888;
}

.name2 {
  height: 30px;
  background-color: #fff;
  padding:6px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 14px;
  color: #ff7c00;

}

****************************************************************************************
.table-responsive {
    min-height: .01%;
     overflow-x: inherit; 
}

th {
    text-align: center;
    color: #fff;
}

.table_headings {
  background-color: #ff7c00;
  color: white;
  font-family: "GothamRounded-Medium";
}

 .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ff7c00;
    color: #333;
    font-family: "GothamRounded-Light";
}

.merchantRow{
  padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ff7c00;
    color: #333;
    width: 27%;
    font-family: "GothamRounded-Light";
}
}



.mod_details {
    border-bottom: 1px solid #ff7c00;
    width: 100%;
    color: #026134;
    padding-top: 8px;
    font-weight: bolder;
}

.acctDetails{
  text-align: left;
  border-bottom: 1px solid #ff7c00;
  width: 100%;
  padding-top: 8px;
  font-weight: bolder;
}

.mod_details p {
    letter-spacing: 1px;
}


.modal-header{
    padding: 15px !important;
    border-bottom: 1px solid #ff7c00 !important;
}

.my-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ff7c00;
  font-size: 18px;
  color: #ff7c00;
}

.trans_success {
  color: green;
}

.trans_failed {
  color: red;
}

.trans_Initiated {
  color: yellow;
}

.form-control {
    display: inline; 
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #888;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.balance a {
    color: #000;
    text-decoration: none;
    font-family: "GothamRounded-Medium";
}

.well {
    min-height: 20px !important;
    padding: 19px !important;
    margin-bottom: 20px !important;
    background-color: #f5f5f5 !important;
    border: none !important; 
    border-radius: 4px !important;
     -webkit-box-shadow: none; 
    box-shadow:none; 
}

.dp_pos {
  float: right;
  position: inherit;
}

@media (max-width: 610px) {
  .pagemy {
    margin-top:10px;
    margin-right: 110px;
  }
}


@media (min-width: 768px){
.navbar-nav {
 margin: 0;
 display: inline-block;
 float: none;
}

}




.transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
.panel .panel-transparent {
    background: none;
}
.panel-transparent .panel-heading {
    background: rgba(122, 130, 136, 0.2)!important;
}
.panel-transparent .panel-body {
    background: rgba(46, 51, 56, 0.2)!important;
}
.bottom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    padding-top: 10px;
}

.shadow_login {
-webkit-box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);
-moz-box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);
box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);
}


.panel_shadow{
/*-webkit-box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);
-moz-box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);
box-shadow: 8px 10px 105px 2px rgba(133,94,3,1);*/
     }


     #loginForm .form-wrapper {
 width: 100%;
 position: relative;
 border-bottom: 2px solid #6FCBBC;
 margin-bottom: 37px;
}

#loginForm .form-control {
 background: transparent;
 width: 100%;
 outline: none;
 border: none;
 display: block;
 border-color: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;

}

#loginForm input.form-control {
    color: white;
    font-size: 15px;
    font-family: 'GothamRounded-Medium';
}


#loginForm .form-control:focus + label.form-control-label{
top:-15px;
/*left: -118px;*/

}

#loginForm .form-control.has-val + label.form-control-label {
top:-15px;
}

#loginForm .form-control:valid + label.form-control-placeholder {
top:-50px;
}

#loginForm .form-control:focus {
border: none!important;
border: 0;
outline: none!important;
 border-color: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;

}
#loginForm label.form-control-label{
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 10px;
 left: -168px;
 pointer-events: none;
 }


#forgotPassForm .form-wrapper {
 width: 100%;
 position: relative;
 border-bottom: 2px solid #6FCBBC;
 margin-bottom: 37px;
}

#forgotPassForm .form-control {
 background: transparent;
 width: 100%;
 outline: none;
 border: none;
 display: block;
 border-color: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;
}

#forgotPassForm input.form-control {
    color: white;
    font-size: 15px;
    font-family: 'GothamRounded-Medium';
}


#forgotPassForm .form-control:focus + label.form-control-label{
top:-15px;
/*left: -118px;*/

}

#forgotPassForm .form-control.has-val + label.form-control-label {
top:-15px;
}

#forgotPassForm .form-control:valid + label.form-control-placeholder {
top:-50 px;
}

#forgotPassForm .form-control:focus {
border: none!important;
border: 0;
outline: none!important;
 border-color: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;

}
#forgotPassForm label.form-control-label{
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 10px;
 left: -168px;
 pointer-events: none;
 }



#forgotPassForm  a:hover {
    color: #fff;

}


#forgotPassForm  a{
color:  #6FCBBC;

}

#btnLogin{
  background-color: #ff7c00;
  /*border-color: #FFFFFF;*/
  color: #fff;
  vertical-align: middle;
}

#btnLogin:hover{
  background-color: #fff;
  border-color: #ff7c00;
  color: #ff7c00;
  vertical-align: middle;
}

#btnSendPassword{
  background-color: #ff7c00;
  /*border-color: #FFFFFF;*/
  color: #fff;
  vertical-align: middle
}

#btnSendPassword:hover{
  background-color: #fff;
  border-color: #ff7c00;
  color: #ff7c00;
  vertical-align: middle;
}

.active_main_menu {
    /*color: #0193de;*/
    color: #ff7c00;
    /*color: #474747;*/
    font-size: 14px;
    font-weight: bold;
}

