/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 15, 2017, 11:55:27 AM
    Author     : User
*/

@font-face {
  font-family: 'Conv_CorpoS';
  src: url('/fonts/CorpoS.eot');
  src: url('/fonts/CorpoS.eot?#iefix') format('embedded-opentype'),
       url('/fonts/CorpoS.ttf') format('truetype'),
       url('/fonts/CorpoS.woff') format('woff'),
       url('/fonts/CorpoS.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  /*font-family:'Conv_CorpoS',Sans-Serif;*/
}

body {
  font-family: verdana,arial,helvetica,sans-serif !important;
  font-weight: 400;
}

/* Added to over-write the css for fonts and other related stuff */
body{
    font-size: 12px !important;
    line-height: 1.8;
}

.treeview-menu > li > a {
    font-size: 12px !important;
}

.form-control {
    font-size: 12px !important;
}

.dropdown-menu{
    font-size: 12px;
    z-index: 11 !important;
}

.text-sm {
    font-size: 12px !important;
}

.text-sm .btn {
    font-size: 12px !important;
}

h3{
    font-size:16px !important;
    font-weight:bold;
}
.highcharts-credits {
    display: none;
}
.report-name-mobile{
        display:none !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    padding: 1px 0 0;
    width: auto;
    background: '#fff';
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #fff;
    padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div {
    margin-bottom:  4px;;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div a {
    color: #262626;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div:hover{
    background-color: #ECF0F5;
}

.dashForm label {
    /*display: inline-block;*/
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}

.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

.content {
    padding: 5px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    overflow: hidden;
    white-space: normal;
}

/* Added for drilldown report status icon color */
.green {
    color: #6BCF85;
}

.amber {
    color: #FFCC00;
}
.red {
    color: #FF8B8B;
}

/* Added for score-card*/
.top-margin-25 {
    margin-top: 25px;
}

.bottom-margin-25 {
    margin-bottom: 25px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.colorRed {
    color: #f00;
}

.striped-odd-div {
    background-color: #f9f9f9;
}

.divBorder{
    border: 1px solid #f4f4f4;
    display: block;
    overflow: auto;
}

.event-details > div {
/*    border: 1px solid #f4f4f4;
    padding: 8px;*/
}

.scorecard-question-container{
    border: 1px solid #f4f4f4;
    background-color: #d3d3d3;
    padding: 0 !important;
    display: block;
    overflow: auto;
}

.scorecard-question-content{
    background-color: #fff;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.scorecard-answer-content{
    border: 0 !important;
}

.bgColorGrey{
    background-color: #d3d3d3;
}

.overall-satisfaction{
    background-color: #d3d3d3;
}


/* login page */
.WrapBox {
        background: url("/img/login-background.jpg") !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        height: 100% !important;
        width:  100% !important;
        opacity: 0.8;
        position: fixed;
    }

    .login-page, .register-page{
        background: none !important;
    }

    .login-box, .register-box {
        background-color:rgba(255,255,255,.9);
        border: 1px solid #000;
        border-radius: 4px;
        margin: auto;
        position: fixed;
        width: 360px;
        top: 80px;
        left: 36%;
    }

    @media only screen and (max-width: 767px) {
        .login-box, .register-box {
            width: 100%;
            top: 80px;
            left: 0px;
        }
    }

    .login-box-body, .register-box-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background:none;
    }

    .login-box-body a, .register-box-body a{
        color: #666;
    }

    .login-logo, .register-logo {
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 0px;
        text-align: center;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        /*background: #000;*/
    }

    .login-logo img, .register-logo  img {
        width: 50%;
    }

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #007bff;
    color: #fff;
}

    .btn-primary {
        background-color: #0669B3;
        border-color: #0669B3;
    }
    .btn-primary:hover , .btn-primary:focus, .btn-primary:active { background-color:rgba(19,128,247,.8); border-color:rgba(19,128,247,.8); }

    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
        background-color: #0669B3;
        border-color: #4169e1;
    }

    #container-eventTypeId>.btn-group, #container-groupSupplier>.btn-group, #container-groupCustomer>.btn-group,
    #container-teamId>.btn-group {
        width: 100%;
    }

    .highchart-font{
        font-size: 16px;
    }

    .highchart-noData{
        text-align: center;
        /*padding-top: 35%;
        padding-bottom: 42%;*/
        margin-top: 160px;
    }
.login-box-body {
    padding: 20px;
    border-top: 0;
    color: #666;
}
/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.login-background {
    background: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.login-box-body > .row > .col-xs-8 > .checkbox{
    font-weight: normal;
}

.add-scoregroup-row {
    margin-left: 100px;
}

.error ul {
    padding-left: 0px;
}

.error li {
    color: #e14b3b;
    list-style: outside none none;
}

.customRadioQuestion {
    padding-left: 5px;
    padding-top: 5px;
}

.customQuestion {
    border-bottom: 1px solid red;
}

.float-right {
    margin-left: auto;
}

.custom-callout {
    border-left: 5px solid #007bff;
}

.broswer-information {
    font-size: 12px;
    padding-top: 5px;
}

.img-center {
    margin-left: 55px;
    width: 103px !important;
}

.dataTable {
    width:100% !important;
}

.custom-form-control {
    border: 1px solid #FFFFFF;
    display: flex;
    margin-left: 0px;
    /*padding-le: 0px;*/
    font-size: inherit;
}

#container-lender>.btn-group, #container-broker>.btn-group{
    width: 100%;
}

.custom-group-addon {
    padding-right: 5px;
    margin-top: 6px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: rgb(243 243 243 / 5%);
}

.custom-file-upload-border {
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: 10px;
}

.custom-direct-chat-a {
    color: #fff !important;
}

.custom-chart-loader {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}

.custom-question-docs {
   padding-top: 10px;
}

.ui-menu {
    width: 500px !important;
    list-style: none !important;
    border: 1px solid #c5c5c5 !important;
    padding-inline-start: 10px !important;
    background: #fff;
}