/*-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    01. Theme default CSS
    02. Login css

-----------------------------------------------------------------------------------*/
/*===========================
      import files
===========================*/
/*===========================
      01.COMMON css 
===========================*/
body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5A5959;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

img {
    max-width: 100%; }

a {
    /*    color: #EE7037; */
    color: black;
}
a:hover, a:focus {
    color: #333333; }

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none; }

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

i,
span,
a {
    display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px; }

h1 {
    font-size: 48px; }

h2 {
    font-size: 36px; }

h3 {
    font-size: 28px; }

h4 {
    font-size: 22px; }

h5 {
    font-size: 18px; }

h6 {
    font-size: 16px; }

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }

p {
    margin: 0px; }
body.bg {
    background: #d3d3d3;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff; }
.btn-outline-white:hover {
    background-color: #333333;
    border-color: #333333; }

.form-group-icon {
    position: relative; }

.form-control {
    border-color: #BFBEBE;
    color: #5A5959;
    height: 55px;
    border-radius: 5px;
    font-size: 14px; }

.input-group-addoni {
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 9;
    padding: 0;
    justify-content: center; }

.input-group-addoni + .form-control {
    padding-left: 40px;
    outline: none;
    box-shadow: none;
    padding-left: 40px; }

.fs-12 {
    font-size: 12px; }

.rounded-btn {
    border-radius: 50px; }

.btn-primary:not(:disabled):not(.disabled) {
    background: #EE7037;
    border-color: #EE7037; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):hover {
    opacity: 0.9;
    background: #EE7037;
    border-color: #EE7037; }

.custom-control {
    min-height: auto; }

.custom-control.custom-checkbox {
    padding-left: 41px; }
.custom-control.custom-checkbox .custom-control-label::after,
.custom-control.custom-checkbox .custom-control-label::before {
    top: 0;
    left: -41px;
    width: 24px;
    height: 24px;
    border-radius: 2px; }

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    top: 0.1rem; }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #EE7037;
    background-color: #EE7037; }

.custom-radio-m {
    font-weight: normal; }
.custom-radio-m input[type="radio"] {
    display: none; }
.custom-radio-m > span {
    padding-left: 32px;
    position: relative; }
.custom-radio-m > span::before {
    content: "radio_button_unchecked";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased; }
.custom-radio-m > span::after {
    content: "check_circle";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    z-index: 1; }
.custom-radio-m input:checked ~ span::after {
    opacity: 1; }

.form-control:focus {
    border-color: #EE7037;
    box-shadow: none; }

.custom-selectbox {
    background-color: #fff;
    position: relative; }
.custom-selectbox:after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_down";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px; }
.custom-selectbox select {
    position: relative;
    z-index: 1;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* For IE <= 11 */ }
.custom-selectbox select::-ms-expand {
    display: none; }
.custom-selectbox select:focus {
    background-color: transparent; }

/*neeraj-css*/

.form-st {
    width: 1095px !important;
}
.align{
    text-align: center;
}
.grid-view{
    overflow: auto;
}
.search-panel i.fa-search {
    position: absolute;
    right: 12px;
    top: 5px !important;
    font-size: 18px;
    color: #333;
}
#menu1 > .active {
    opacity: 1;
}
.fnt{
    font-size: 17px;
    margin-bottom: 5px;
    width : 66%;
}
div.tab-content {
    background: #FFF;
    padding: 13px;
    box-shadow: 0 0 6px 0 #e0dddd;
}
/*.tab a.active {
    background: #ee7037;
    color: #fff;
}
.tab a:focus {
    background: #ee7037 !important;
    color: #fff;
}
.tab a:hover {
    background: #ee7037 !important;
    color: #fff;
}*/
.form-st1 {
    width: 1095px !important;
}
.tab-content .active {
    opacity: 1;
}
.form-st2 {
    width: 1079px !important;
}
.form-set {
    background: #fff;
    padding: 15px 20px 0px 17px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow:0 0 6px 0 #e0dddd;
}
.icn{
    float: right;
    cursor: pointer;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #0000;
}
.np{
    padding: 0 0;
}
div#menu1 {
    background: #FFF;
    padding: 13px;
}
div#menu2 {
    background: #FFF;
    padding: 13px;
}
div#menu3 {
    background: #FFF;
    padding: 13px;
}
.bg-stl{
    background-color: #ea682b;
    margin: 0px 0 17px 14px;
    padding: 13px 0 13px 16px;
    color: #fff;
    width: 97.3%;
}
body.bg {
    background: #f3f3f3;
}
/*End-neeraj-css*/
/* ========================
    login Start
 ==========================*/
.login-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.login-wrapper .login-row {
    display: flex;
    align-items: center;
    height: 100%; }
.login-wrapper .login-row .login-col {
    height: 100%;
    max-width: 50%;
    flex: 1 0 50%;
    height: 100%; }
.login-wrapper .login-row .login-left {
    text-align: center;
    padding: 30px 69px; }
.login-wrapper .login-row .login-left .login-left-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content {
    width: 100%; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content h5 {
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content h3 {
    color: #EE7037;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 40px; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content .remember-forgot-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content .remember-forgot-link a {
    color: #5A5959; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content .login-btn {
    height: 55px;
    width: 220px;
    text-align: center;
    margin-top: 36px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 34px; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content .signup-link {
    font-size: 17px; }
.login-wrapper .login-row .login-left .login-left-inner .login-l-content .signup-link a {
    font-weight: bold;
    margin-left: 7px;
    display: inline-block; }
.login-wrapper .login-row .login-right {
    background: url(../images/back.png) 100% 100%/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
.login-wrapper .login-row .login-right .comodo-logo-login {
    position: absolute;
    bottom: 21px;
    right: 29px; }

/* ========================
    login End
 ==========================*/
/* ========================
    signup start
 ==========================*/
.signup-wrapper .login-left .login-l-content h2 {
    color: #EE7037;
    margin-bottom: 12px; }
.signup-wrapper .login-left .login-l-content .signup-link {
    margin-bottom: 27px; }
.signup-wrapper .login-left .login-l-content .sign-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
.signup-wrapper .login-left .login-l-content .signup-btn {
    width: 150px;
    height: 45px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
.signup-wrapper .login-left .login-l-content .row > .col-md-6:first-child {
    padding-right: 6px; }
.signup-wrapper .login-left .login-l-content .row > .col-md-6:last-child {
    padding-left: 6px; }
.signup-wrapper .login-left .login-l-content .payment-method-signup {
    text-align: left; }
.signup-wrapper .login-left .login-l-content .payment-method-signup > label:first-child {
    display: block;
    font-weight: 600; }
.signup-wrapper .login-left .login-l-content .login-btn-part {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
.signup-wrapper .login-left .login-l-content .login-btn-part .sign-back-btn {
    color: #5A5959;
    margin-right: 28px; }
.signup-wrapper .login-left .form-steps-part {
    height: 45px;
    position: relative;
    margin-bottom: 32px; }
.signup-wrapper .login-left .form-steps-part > hr {
    border: none;
    border-top: 1px solid #BFBEBE;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    z-index: 0; }
.signup-wrapper .login-left .form-steps-part .form-steps-inner {
    background-color: #fff;
    padding: 1px 24px;
    z-index: 9;
    position: relative;
    display: inline-block; }
.signup-wrapper .login-left .form-steps-part .form-steps-inner > span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #FCCAA9;
    font-size: 16px;
    font-weight: 600;
    color: #EE7037;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s all; }
.signup-wrapper .login-left .form-steps-part .form-steps-inner > span.active {
    background-color: #333333;
    color: #fff;
    width: 43px;
    height: 43px;
    font-size: 22px;
    font-weight: bold; }
.signup-wrapper .login-left .form-steps-part .form-steps-inner > span + span {
    margin-left: 25px; }

/*Hide all except first fieldset*/
.steps:not(:first-of-type) {
    display: none; }

/* ========================
    singup End
 ==========================*/

/*# sourceMappingURL=style.css.map */

.right-content {
    /*    margin-top: 62px;*/
    margin-left: 230px;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 82%;
}


header {
    background: #ee7037;
    height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    transition: all 0.3s ease-in-out;
}

.tgl-btn {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 14px 0 0 20px;
    float: left;
}

.tgl-btn i {
    font-size: 30px;
    color: #fff;
}

.search-panel {
    position: relative;
}

.search-panel .form-control {
    border: none;
    padding: .375rem .75rem .375rem .75rem;
    height: auto;
    border-radius: 50px;
}

.search-panel .form-control:focus {
    outline: none;
    box-shadow: none;
}

.search-panel i.fa-search {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 18px;
    color: #333;
}

.nav-right li {
    color: #003e40;
    padding: 0 10px;
    font-size: 20px;
    position: relative;
}

.resp-col {
    float: right;
    margin-right:15px;
}

.search-panel {
    float: left;
    width: 294px;
    margin-right: 10px;
    margin-top: 13px;
}
.ques {
    float: left;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    padding: 1rem 0;
    font-size: 20px;
    color: #fff;
}

.header-notif {
    display: inline-block;
}

.notifications {
    margin: 18px 15px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.notifications li {
    list-style-type: none;
    display: inline-block;
}

.notifications li a {
    color: #003d3f;
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.notifications li a i {
    font-size: 22px;
    position: relative;
    color: #003d3f;
}

.dropdown-toggle::after {
    display: none;
}

.pointer {
    font-size: 12px;
    background: #e52222;
    color: #fff;
    width: 18px;
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 5px;
}

.profile {
    float: right;
    padding: 12px 0px 9px;
}

.profile-pic {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #878682;
    margin: 0;
    float: left;
    border-radius: 100%;
}

.profile-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-name {
    margin: 2px 0 0 10px;
    float: left;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    font-size: 14px;
}

.profile-name i {
    padding-left: 5px;
    color: #fff;
    padding-top: 7px;
    font-size: 19px;
}

.profile ul.dropdown-menu {
    margin: 0px;
    width: 170px;
    padding: 10px 10px 10px 10px;
    top: 10px !important;
    left: auto !important;
    border: solid 1px #d0d0d0;
    box-shadow: 0 0 5px 0 #e8e8e8;
}

.profile ul.dropdown-menu li a {
    display: block;
    color: #333;
    padding: 0;
    font-size: 15px;
}

.profile ul.dropdown-menu li a:hover {
    /*color: #0096a4;*/
    color:#ee7037;
}

.profile ul.dropdown-menu li.member-profile {
    text-align: center;
}

.profile ul.dropdown-menu li.member-profile .member-desk {
    text-align: center;
}

.profile ul.dropdown-menu li.member-profile .member-desk img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
}

.profile ul.dropdown-menu li.member-profile .member-desk h3 {
    font-size: 14px;
    color: #464664;
    line-height: 22px;
    margin: 0 0 14px 0;
    font-weight: 600;
}

.member-block {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem
}

.mem-name {
    width: 49%;
    text-align: center;
    margin: 0 .5rem;
}

.mem-name h4 {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    margin-bottom: .5rem;
}

.mem-name p {
    font-size: 13px;
    color: #6d6d6d;
    margin: 0 0 0 0;
}

.mem-id {
    width: 49%;
    text-align: center;
    margin: 0 .5rem;
}

.mem-id h4 {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    margin-bottom: .5rem;
}

.mem-id p {
    font-size: 13px;
    color: #6d6d6d;
    margin: 0 0 0 0;
}

.edit-pro-btn {
    background: #464664;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0.4rem 1.4rem;
}

.edit-pro-btn:hover {
    background: #3d3d61;
    color: #9696e6;
}

.l-nav {
    width: 230px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 62px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
}

.heading-panel {
    background: #464664;
    padding: 10px 20px;
    margin: 0px 0 25px 0;
}

.heading-panel h1 {
    font-size: 16px;
    color: #c6c6cc;
    margin: 0px;
}

body.hide-nav .l-nav {
    left: 0;
    z-index: 2;
    width: 50px;
    overflow: hidden;
}

body.hide-nav .right-content {
    margin-left: 50px;
}

body.hide-nav header {
    left: 0;
}

.logo-wrapper {
    float: left;
    background: #fff;
    /*margin-left: -15px;*/
    width: 230px;
    height: 62px;
}

.logo-wrapper img {
    margin: 2px 0 0 13px;
    width: 176px;
}

.nav-right {
    padding: 10px 0;
}

/*.navigation {
    padding: 24px 0 0 0;
}*/

.navigation li a {
    padding: 12px 0 12px 48px;
    display: block;
    font-size: 16px;
    color: #000000;
    position: relative;
    border-left: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.navigation li a span {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 22px;
}

.navigation li.drop-down a:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 15px;
}

.navigation li a:hover,
.navigation li a.active {
    color: #000;
    background: #fccaa9;
    border-left: 7px solid #ee7037;
}

.custom-breadcrumb .breadcrumb {
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 0 6px 0 #e0dddd;
}
.custom-breadcrumb ol {
    padding: 0px;
}
.custom-breadcrumb ul {
    padding: 13px 15px;
}
.custom-breadcrumb .breadcrumb {
    border-radius:0;
}
.custom-breadcrumb .breadcrumb h1{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.main-head {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.active-block {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
}
.active-block .value {
    background: #fccaa9;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
}
.active-block .value span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.active-block h2 {
    font-size: 18px;
    color: #000;
    margin: 18px 0 0 0;
}
footer {
    text-align: center;
    padding: 14px 0 0 0;
    font-size: 12px;
    color: #7f7f7f;
    position: relative;
    bottom: 20px;
    width: 100%;
    border-top: solid 1px #fff;
    margin-top: 30px;
}

.nav-link[data-toggle].collapsed:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 14px;
    font-size: 18px;
    top: 12px;
}
.nav-link[data-toggle]:not(.collapsed):before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 14px;
    font-size: 18px;
    top: 12px;
}
.submenu {
    background: #f1ece9;
}
.submenu ul li a {
    font-size: 13px;
    padding: 6px 0 6px 49px;
}
.show-filter-block {
    margin-bottom: .4rem;
}
.show-filter-block h4 {
    display:inline-block;
    margin-top:4px;
}
.show-filter-block .custom-search-section {
    float:right;
}
.showhidden-btn {
    /*    background: #ee7037;
        padding: .8rem 1.6rem;
        font-size: 15px;
        color: #fff;
        font-weight: 600;*/
}
.showhidden-btn:hover, .showhidden-btn:focus {
    background: #ff8249;
    color:#fff;
    outline: none;
}
.grid-view table {
    background: #fff;
    box-shadow: 0 0 6px 0 #e0dddd;
    margin-bottom: 0px;
}
.grid-view table thead tr th 
{
    white-space: nowrap;
    border-bottom:solid 3px #ee7037;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
}
.grid-view td {
    /*white-space: nowrap;*/
    font-size: 14px;
    color: #333;
} 
.grid-view table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f1f0;
}
.form-set label {
    font-weight: 600;
}
.form-set .form-group {
    margin-bottom: 18px;
}
.form-set .form-control {
    height:38px;
    border-color:#c5c5c5;
}
.form-set textarea.form-control {
    /*    height: auto !important;*/
}
.org-btn {
    background: #ee7037;
    padding: .8rem 2.6rem;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.org-btn:hover {
    background: #ff8249;
    color:#fff;
    outline: none;
}
.btn-reset{
    background: #96918f;
    padding: .8rem 2.6rem;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: .8rem;
}
.btn-reset:hover {
    background: #b1aba8;
    color:#fff;
    outline: none;
}
.update-btn {
    background: #4cae4c;
    padding: .8rem 2.6rem;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.update-btn:hover {
    background: #5ec55e;
    color:#fff;
    outline: none;
}
.cancle-btn {
    background: #ea3838;
    padding: .8rem 2.6rem;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.cancle-btn:hover {
    background: #f74848;
    color:#fff;
    outline: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ee7037;
    border-color: #ee7037;
}
.pagination > li > a, .pagination > li > span {
    color:#333;
}
.custom-tabs .nav-tabs > li > a {
    font-size: 15px;
    color:#333;
    font-weight: 600;
    /*padding:10px 30px;*/
    background:#fccaa9;
    margin-right:6px;
}
.custom-tabs .nav-tabs > li > a.active {
    background: #fff;
    border-top:solid 2px #ee7037;
}
.custom-tabs .nav-tabs > li > a:hover {
    border-color:transparent;
    background: #ee7037;
    color: #fff;
}
.alert-panel .alert {
    padding: 0px;
    margin: 0px;
}
.help-block {
    position: absolute;
    bottom: -11px;
    font-size: 13px;
}
.login-row .help-block {
    position: absolute;
    bottom: -27px;
    font-size: 13px;
}
.radio-inline {
    display: inline-block !important;
    margin: 0 5px;
}
.login-error {
    position: absolute;
    bottom: -11px;
    font-size: 13px;
    color:#a94442;
}
.company-profile-panel {
    background: #fff;
    padding:1rem 1rem 2rem 1rem;
}
.profile-details h4 {
    font-size: 18px;
    color:#5A5959;
    margin-bottom: 14px;
}
.profile-details .profile-row {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
}
.custom-breadcrumb {
    margin-top: 62px;
    margin-left: 230px;
    transition: all 0.3s ease-in-out;
}
body.hide-nav .custom-breadcrumb {
    transition: all 0.3s ease-in-out;
    margin-left: 50px;
}
.alert_label {
    font-size: 12px;
    margin-top: -16px;
}
.hover_toolTip {
    position: relative;
}
.tooletip_conteent {
    position: absolute;
    font-size: 14px;
    color: #fff;
    display: none; 
    background-color: #000000b8;
    top: -4px;
    width: max-content;
    left: 22px;
    padding: 4px;
    border-radius: 5px;
    max-width: 500px;
}
.fa.fa-info-circle:hover + p.tooletip_conteent {
    display: block;
}
.hover_toolTip .fa-info-circle {
    cursor: pointer;
    font-size: 20px;
    top: 3px;
    position: relative;
}
.dateInput {
    height: 35px;
    border: 1px solid #96918f;
    border-radius: 5px;
}
.privateNote {
    height: 100px;
    overflow: hidden;
}
.privateNote:hover, .privateNote:focus {
    height: auto;
    overflow: visible; 
}
.alert-success {
    text-align: left !important;
}
.alert-success .fa-check {
    margin-right: 20px;
}
.msgAlert {
    /*    background-color: #5cb85c33;*/
    padding: 10px 10px;
    font-size: 16px;
    color: #297929;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .search-panel {
        float: left;
        width: 187px;
    }
}

@media screen and (max-width: 767px) {

    header.shad .d-flex {
        display: block !important;
    }
    .right-content {
        margin-left: 0px;
        margin-top: 100px;
    }
    .l-nav {
        width: 0;
        overflow: hidden;
    }
    header {
        height: auto;
        box-shadow: 0 0 10px -5px #000000;
        border-bottom: solid 1px #ddd;
    }
    body.hide-nav .l-nav {
        width: 263px;
    }
    body.hide-nav .right-content {
        margin-left: 0px;
    }
    .logo-wrapper {
        display: inline-block;
        width: 90.6%;
        text-align: left;
        padding: 10px 0px 0px 0px;
    }
    .tgl-btn {
        margin: 16px 3px 0px 0px;
        float: right;
    }
    .logo-wrapper img {
        width: 127px;
    }
    .search-panel {
        margin-left: -6px;
        width: 47%;
        margin-top: 0px;
    }
    .header-notif {
        padding-top: 5px;
    }
    .ques {
        padding: .2rem 0;
    }
    .profile-name {
        font-size: 0.7rem;
    }
    .profile {
        padding: 4px 0;
    }
    .search-panel .form-control {
        padding: .375rem .75rem .375rem 2rem;
    }
    .profile-pic {
        width: 25px;
        height: 25px;
    }
    .profile-name {
        margin: -8px 0 0 10px;
    }
    .ask-question-btn {
        display: none;
    }
    .team-block {
        margin-bottom: 10px;
    }
    footer .text-right {
        text-align: center !important;

    }
}

@media screen and (max-width: 320px) {
    .search-panel {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .right-content {
        margin-top: 150px;
    }

}

/* 2 nov 2020*/

.export-col {
    position: relative;
    z-index: 99;
}
.export-col .btn-group{
    position: absolute;
    right: 8px;
}
.export-col .margin-r-100{
    margin-right: 100px;
}

#addNewReportSection,#addNewReportSectionAutoSubtotal  {
    height: 35px;
}
.is_prospect_flag,.OrgStatusFlag {
    text-align: center;
}

#OrgFixedCostforReportsText {
    margin-top: -16px;
}

.headerDiv {
    font-size: initial;
}

.modal-dialog {
    margin: 90px auto;
}

.btn-sendMail{
    background: #96918f;
    font-size: 14px;
    color: #fff;
    width: 149px;

}
.disable{
    pointer-events:none;
    opacity:0.5;
}

.inline-header{
    display: inline-block;
}

.header-search{
    padding: 11px 15px;
}

.labelStyle{
   padding-left: 13%;
}