﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}*/
@import url(jquery.dataTables.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap.min.css);

@font-face {
    font-family: 'Fedra Sans Std LF';
    src: url('../fonts/FedraSansStd-Book LF.otf') format("opentype");
    /*src: url('../fonts/FedraSansStd-LightLF.otf') format("opentype");
    src: url('../fonts/FedraSansStd-MediumLF.otf') format("opentype");*/
}

.goldColor {
    color: #967842;
}

body {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
    font-weight: 100;
}


#fresh {
    background: #7aa0c4; 
    color: #fff; 
    padding: 20px 0 10px 0;
}

.footer-link li a {
    font-size: small;
    color: #888888;
}

a {
    color: ;
}

.navbar-default .navbar-nav > li > a {
    color: #8d8d8d;
}

footer {
    padding: 30px 0;
    background: #fff;
}

.body-content {
    margin: 0 auto 30px auto;
    min-height: 500px;
}

.contractNote tfoot {
    background: #002c4d;
    color: white !important;
}

.nav > li > a {
    display: inline;
    padding: 3px 5px;
    font-weight: normal;
    color: #555;
}

.nav > li {
    /*padding: 0 5px;*/
}

.dataTables_filter {
    float: right;
    display: inline-block;
    margin: 1rem 0 0px 10rem;
}
    .dataTables_filter label{
        display: flex;
        align-items: center;
    }
    .dataTables_filter label input{
        margin-left: 2rem;
    }

    #navlinks {
        color: #617b97;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #ebeaea;
    color: #000000;
    cursor: pointer;
}

.navbar {
    margin-bottom: 0;
}

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #ffffff;
    color: #000;
}

@media only screen and (max-width: 320px) {
    .nav-justified > li{
        display: block;
        margin: 20px 0;
        padding: 50px 0;
        width: 100%;
    }
    .nav .nav-justified {

    }
 }

.navbar-toggle {
    float: left;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #ebeaea;
    color: #000000;
    cursor: pointer;
}

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #ffffff;
    color: #000;
}

.redBackground {
    background-color: "#7aa0c4" !important;
}

.DTTT_button_copy div {
    z-index: 5000 !important;
}

.DTTT_button_csv div {
    z-index: 5001 !important;
}

.DTTT_button_xls div {
    z-index: 5002 !important;
}

.DTTT_button_pdf div {
    z-index: 5003 !important;
}

.DTTT_button_print div {
    z-index: 5004 !important;
}

.nav-tabs.nav-justified > #tabbedlinks ul  {
    background: rgba(154, 107, 87, 0.7);
}

.breadcrumb {
    border-radius: 0;
}

@media only screen and (max-width: 320px) {
     h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 12px;
    }

    h5 {
        font-size: 11px;
    }

    #greeting h6 {
        font-size: 10px;
        display: none;
    }

    #greeting p {
        font-size: 10px;
    }

    h2 {
        font-size: 18px;
    }

    #dropdownMenu3 {
        padding-left: 0;
    }

    .login-wrap {
        margin: 0;
    }

    .login-wrap {
        margin: 0;
        min-height: 400px;
    }

    .login-html {
        padding: 20px 50px 20px 50px;
    }

    #copyright {
        font-size: 10px;
    }

    .foot-lnk p {
        font-size: 14px;
    }

    .login-html .tab {
        font-size: 14px;
    }

}


@media only screen and (max-width: 568px) {
    .login-wrap {
        margin: auto;
        min-height: 400px;
    }

}

@media only screen and (max-width: 640px) {
     h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    #greeting h6 {
        font-size: 10px;
    }

    #greeting p {
        font-size: 10px;
    }

    h2 {
        font-size: 20px;
    }
    .login-wrap {
        margin: auto;
        min-height: 400px;
    }

    .login-html {
        padding: 50px 50px 50px 50px;
    }

    #copyright {
        font-size: 12px;
    }

    .foot-lnk p {
        font-size: 14px;
    }

}

td {
    font-weight: 400;
}

#contact p, #contact address  {
    font-weight: 300;
    color: #6a6d71;
}

.well, .breadcrumb {
    background: #ebecef;
}

.page-header h2 {
    font-weight: 300;
}

#panel-head {
    padding: 20px;
}

.glyphicon-plus,.glyphicon-minus {
    background: rgba(154,106,79,.25);
    color: #fff;
    padding: 5px 6px 5px 6px;
    font-weight: 100;
}

.panel-collapse {
    background: rgba(154,106,79,.25);
}

.panel-body {
    padding-bottom: 50px;
}

.fa-plus, .fa-minus {
   background: rgba(154,106,79,.60);
   padding: 5px;
   font-weight: 100;
   color: white;
}
table {
}

thead {
    background: #002c4d;
    color: #fff;
}

td {
    font-weight: 400;
}

a {
    color:black;
}




/*tooltip region*/
/* Tooltip container */
.tooltipC {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipC .tooltiptextC {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    /* Tooltip arrow */
    .tooltipC .tooltiptextC::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipC:hover .tooltiptextC {
    visibility: visible;
    opacity: 1;
    font-size:x-small;
}
#offerTableBody > tr > td {
    border: 1px solid #6f6363;
}

.vNUBAN {
    background: #ebecef;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 5px;
    height: 45vh;
}

.vNUBAN-Transfer {
    padding: 3rem 0rem 2rem 0rem;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.font-italic{
    font-style: italic;
}

.buy {
    background: #a7674c !important;
}

.sell {
    background-color: #7aa0c4 !important;
}

.fixed-logo {
    max-width: 80px !important;
}


.index-logo {
    max-width: 80px !important;
}

.fgpwd-resent-otp{
    border: 2px solid;
}

#resendOTP{
    display:none;
}


a[href="#CaptchaImage"] {
    margin: 1rem 0rem 1rem 0rem;
    display: inline-block;
    padding: .5rem .8rem;
    border: 2px solid #FA9D1E;
    color: #0a0a0d;
    font-weight: 700 !important;
    border-radius: 5px;
}
#CaptchaInputText {
    border: 1px solid #ccc;
    height: 34px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

    #CaptchaInputText:focus {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    }

/*div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    float: right;
}
div.dt-container .dt-paging .dt-paging-button {
    font-size: 20px;
    border-color: grey;
}*/
.dt-search{
    float: right !important;
}
.dt-paging.paging_full_numbers {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}