html,body{
    margin: 0 auto;
    padding: 0;
    background: #f2f2f2;
    color: #000;
}
@import "bootstrap.min.css";

a{text-decoration: none;}
.left{float: left;}
.right{float: right;}
.center{text-align:center;}
p.red{color: red;}
td.green{background: greenyellow;}
td.red{background: #dca7a7;}

@media (min-width: 768px){
    .table-responsive{
        padding-left: 20px;
        padding-right: 20px;
    }
}

div.footer a{
    color: #aaaaaa;
}
i.fa-calendar{
    position: absolute;
    z-index: 10;
    margin-left: -20px;
    margin-top: 5px;
}
i.fa-caret-right{
    margin-left: 12px;
    margin-right: 12px;
}
input[type="submit"], button{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #000; 
}

div.clear{
    clear: both;
}
ul.errors{
    color: red;
    list-style-type: none;
}

span.middle-push{
    height: 100%;
    display: inline-block;
}

div.content{
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 0px;
    padding-bottom: 30px;
    border: 1px solid #bbbbbb;
    margin-bottom: 50px;
    width: 96%;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px 2px #aaaaaa;
    -moz-box-shadow: 2px 2px 2px 2px #aaaaaa;
}
div.content-title{
    text-align: center;
    width: 100%;
    background: #cccccc;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.modal.term{
    margin: 0 auto;
}
.modal.term,
.modal.term .modal-content{
    max-width: 450px;
}
.modal-body.term{
    max-height: 270px;
    overflow-y: auto;
    width: 450px;
    font-size: 11px;
}

div.logo{
    position: absolute;
    margin-bottom: -230px;
    z-index: 10;
}
div.logo h1{
    margin: 0;
}
div.logo img{
    display: inline-block;
    width: 230px;
}
div.signout{
    position: relative;
    float: right;
    right: 20px;
    top: 20px;
}
div.breadcrumb-wrapper{
    max-width: 1200px;
    text-align: left;
    margin: auto;
    margin-top: 20px;
    padding-left: 0;
    width: 96%;
}
div.breadcrumb{
    display: inline-block;
    background: transparent;
    font-size: 18px;
    padding-left: 0;
}
div.breadcrumb a{
    color: #000;
    text-decoration: none;
}

div.signout a{
    color: #000;
}
@media (max-width: 768px){
    div.signout{
        right: 7px;
        top: 7px;
        font-size: 10px;
    }
}
div.signout input{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #000;
}

@media print
     .ui-menu      {
        /*display: none;*/
      }
   
    div.menu
      {
        /*display: none;*/
      }
.btn-default{
display: none;
}



 @page 
        {
            size: auto;   /* auto is the current printer page size */
            margin: 0mm;  /* this affects the margin in the printer settings */
        }

        body 
        {
            background-color:#FFFFFF; 
            border: solid 1px black ;
            margin: 0px;  /* the margin on the content before printing */
       }
         table, figure {
           page-break-inside: avoid;
       } 
 @page  :right {
          margin-left: 4cm;  
          }

          .ui-menu ui-widget ui-widget-content{
           display: none;
          }



@media (max-width: 768px){
    div.logo img{
        width: 90px;
    }
}

@media (min-width: 769px){
    div.banner{
        width: 100%;
        height: 400px;
        background: url('/images/header.jpg') center top;
    }
}
@media (max-width: 768px){
    div.banner{
        width: 100%;
        height: 230px;
        background: url('/images/header-small.jpg') center top;
    }  
}
@media (min-width: 1367px){
    div.banner{
        width: 100%;
        height: 540px;
        background: url('/images/header-large.jpg') center top;
    }  
}
div.company-detail-wrapper{
    display: absolute;
    background:rgba(255,255,255, 0.52);
    width: 100%;
}
div.company-detail{
    margin: auto;
    margin-top: -70px;
    max-width: 1200px;
    height: 70px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
div.company-detail div{
    height: 100%;               
}
div.company-detail span{
    vertical-align: middle;                
}

@media (max-width: 768px){
    div.company-detail div{
        height: 10px;
        float: none;
        font-size: 14px;
    }
    div.company-detail{
        margin-top: -80px;
        height: 80px;
        padding-top: 5px;
    }
    div.company-detail span.current-balance{
        display: block;
    }
    div.company-detail .currency{
        font-size: 12px;
    }
}

/*MENU*/
div.mainmenu{
    margin: 0 auto;
    max-width: 1200px;
}
ul.menu a{
    color: #000;
    text-decoration: none;
}
hr.line-menu{
    border-color: #cccccc;
    margin: 0;
}
    
@media (min-width: 769px){
    ul.menu a{
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
    }
    ul.menu li{
        transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -webkit-transition: background-color 0.5s;
        -o-transition: background-color 0.5s; 
    }
    ul.menu li:hover{
        background: #000;
    }
    ul.menu li:hover > *{
        color: #fff;
    }
    ul.menu > li.active{
        cursor: pointer;
        color: #fff;
        background: #000;
    }
    ul.menu > li.active > a{
        color: #fff;
    }

    ul.menu{
        list-style-type: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    ul.menu > li{
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        float: left;
        width: 20%;
        font-size: 18px;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    ul.menu  > li ul{
        list-style-type: none;
        display: none;
        position: absolute;
        margin-top: 5px;
        width: 100%;
        padding: 10px;
        border: 1px solid #aaaaaa;
        background: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        box-shadow:3px 3px 3px 1px #C9C9C9;

    }
    ul.menu  > li:hover ul{
        display: block;
    }
}

div.menu-toggle{
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    background: #eeeeee;
    border-bottom: 1px solid #aaaaaa;
}

i.menu-toggle-button{
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}
span.menu-text{
    font-size: 16px;
    position: relative;
    top: -1px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px){

    ul.menu,
    ul.menu > li,
    ul.menu > li > ul,
    ul.menu > li > ul > li{
        margin-top: 10px;
    }
    ul.menu{
        margin-top: 10px;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding-left: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #eeeeee;
        border-bottom: 1px solid #aaaaaa;
        display: none;
    }
    ul.menu > li{
        width: 100%;
        text-align: left;
        font-weight: bold;
    }
    ul.menu > li > ul{
        width: 100%;
        text-align: left;
        padding: 0;
        padding-left: 18px;
        list-style: none;
    }
    ul.menu > li > ul > li{
        font-weight: normal;
    }
}

div.align-center{
    text-align: center;
}

div.bank-detail p{
    width: 50%;
    float: left;
}
div.bank-detail p:nth-of-type(odd){
    text-align: right;   
    font-weight: bold;
}

div.cert{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
div.footer-wrapper{
    background: url('/images/footer-pattern.jpg') center center;
    width: 100%;
}
div.footer{
    margin: 0 auto;
    max-width: 1200px;
    height: 120px;
    text-align: center;
    padding-top: 20px;
    color: #aaaaaa;
    font-size: 11px;
}
div.footer i{
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 15px;
}

/*LOGIN PAGE*/
div.login-content{
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
}
div.login-container{
    background: #fff;
    width: 400px;
    height: 280px;
    margin: auto;
    box-shadow: 2px 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px 2px #aaaaaa;
    -moz-box-shadow: 2px 2px 2px 2px #aaaaaa;
}
div.login-container div.login-caption{
    width: 100%;
    height: 50px; 
    background: #636363;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
div.login-container div.login-form{
    margin-top: 20px;
    text-align: center;
}
div.login-container div.login-form > div{
    margin-bottom: 10px;
}
div.login-container .signin-btn{
    background: #636363;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
div.login-container div.login-form div.input-row > label{
    width: 20%;
    text-align: left;
}
div.login-container div.login-form div.input-row > input{
    width: 50%;
    margin-left: 20px;
}
div.login-container div.login-form div.input-submit > input{
    margin-left: 75px;
}
div.input-remember > div{
    display: inline-block;
}
div.input-remember > div.remember{
    text-align: left;
    margin-left: 20px;
    width: 50%;
}
div.input-remember > div.push{
    width: 20%;
}
    
div.login-text{
    margin: 0 auto;
    margin-bottom: 50px;
    width: 400px;
}

@media (max-width: 400px){
    div.login-container{
        background: #f7f7f7;
        width: 90%;
        height: 300px;
        margin: auto;
    }
    div.login-text{
        margin: 0 auto;
        margin-top: 30px;
        width: 90%;
    }
    div.login-container div.login-form div.input-row > label{
        width: 25%;
    }
    div.login-container div.login-form div.input-row > input{
        width: 45%;
    }
    div.input-remember > div{
        display: inline-block;
    }
    div.input-remember > div.remember{
        text-align: left;
        margin-left: 20px;
        width: 45%;
    }
    div.input-remember > div.push{
        width: 25%;
    }
}

/*PROFILE & SEND PAYMENT FORM*/
div.generic-caption{
    margin-bottom: 40px;
}
div.generic-form{
    width: 60%;
    margin: auto;
    text-align: center;
}
div.generic-form div.input-row > label{
    text-align: right;
    margin-left: -140px;
    width: 240px;
}
div.generic-form div.input-row > input, 
div.generic-form div.input-row > select{
    width: 200px;
    margin-bottom: 10px;
}
div.generic-form div.static-text > strong{
    display: inline-block;
    text-align: right;
    margin-left: -140px;
    width: 240px;
}
div.generic-form div.static-text > span{
    text-align: left;
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
}
div.generic-instruction{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}

@media (max-width: 768px){
    div.generic-form
    {
        text-align: left;
    }
    div.generic-form
    {
        width: 80%;
    }
    div.generic-form div.input-row > label
    {
        margin-left: 0;
        width: auto;
    }
    div.generic-form div.input-row > input, 
    div.generic-form div.input-row > select{
        width: 100%;
        margin-right: -4px;
    }
    div.generic-form div.static-text > strong{
        margin-left: 0;
        width: auto;
    }
    div.generic-form div.static-text > span{
        width: 100%;
        margin-right: -4px;
    }
    div.generic-instruction{
        width: 90%;
    }
}
.print-right{
        margin-right: 30px;
}
