body,
html {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

body {
    font-family: 'Europa';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

@font-face {
    font-family: 'Europa';
    src: url('../fonts/Europa-Regular.woff2') format('woff2'), url('../fonts/Europa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Europa';
    src: url('../fonts/Europa-Bold.woff2') format('woff2'), url('../fonts/Europa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Europa';
    src: url('../fonts/Europa-Light.woff2') format('woff2'), url('../fonts/Europa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    font-size: 18px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: normal;
}

.csm_admin {
    float: left;
    width: 100%;
    position: relative;
}

.wrap_admin {
    float: left;
    width: 100%;
    padding: 75px 30px 0 30px;
}

.section {
    float: left;
    width: 100%;
}


/* ----------------------Login css------------------ */

.login_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.login_inner_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.login_left {
    float: left;
    width: 50%;
    padding: 30px;
    background: #708090;
    /* #d1d5db */
}

.login_box_euro {
    float: left;
    width: 100%;
}

.login_box_euro_inner {
    width: 380px;
    margin: 0 auto;
}

.login_box_euro_inner_MX {
    float: left;
    width: 100%;
}

.login_box_euro_inner_MX h3 {
    float: left;
    width: 100%;
    text-align: left;
}

.login_box_euro_inner_MX p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 23px;
    color: #222222;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.inner_pad {
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.inner_pad .form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 23px;
}

.inner_pad .form-group label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #9CAABF;
    font-size: 16px;
    letter-spacing: 0.86px;
    line-height: 16px;
    text-transform: capitalize;
}

.inner_pad .form-group .form-control {
    float: left;
    width: 100%;
    border: none;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 8px 15px;
    font-family: 'Europa';
    font-weight: normal;
    color: #000000;
    font-size: 23px;
    background: none;
}

.forgot {
    display: inline-block;
    color: #9CAABF;
    font-size: 15px;
    line-height: inherit;
    font-weight: normal;
}

.forgot:hover {
    color: #000000;
}

.mr15 {
    margin-bottom: 0 !important;
}

.inner_pad .form_brntn {
    float: left;
    width: 100%;
    background: #282931;
    height: 55px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Europa';
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.login_right {
    float: left;
    width: 50%;
}

.login_right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.custom-checkbox {
    padding: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.custom-control-input {
    /* left: 0; */
    width: 20px;
    height: 20px;
}

.custom-control-description {
    color: #939393;
    font-size: 18px;
    line-height: 12px;
    font-weight: normal;
    float: left;
    margin: 8px 0 0;
}

.custom-control-input:checked~.custom-control-indicator {
    background: #000000;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    position: absolute;
    content: '\f00c';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 14px;
}

.form_brntnghj {
    float: left;
    width: 100%;
    background: #eb3d01 url(../images/ofc.png) no-repeat left 10px center;
    width: 100%;
    height: 55px;
    color: #FFFFFF;
    line-height: 55px;
    font-size: 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}


/* ----------------------Header css------------------ */

.close.error_close {
    padding: 0 !important;
}

.csm_header {
    position: fixed;
    width: 100%;
    background: #000000;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0 25px;
}

.logo {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.logo img {
    width: 225px;
}

.menu {
    float: left;
    width: 100%;
}

.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.menu ul li {
    display: inline-flex;
    align-items: center;
    padding: 20px 0;
    margin: 0 30px;
    position: relative;
    height: 75px;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li:last-child {
    margin: 0;
}

.menu ul li:last-child:hover:after {
    background: #000000;
}

.menu ul li:last-child a {
    color: rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
}

.menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    position: relative;
}

.menu ul li a span {
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
}

.menu ul li a span:first-child {
    padding-right: 14px;
}

.menu ul li:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #F7C03E;
    content: '';
}

.menu ul li.active:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #F7C03E;
    content: '';
}

.right_part_btn .form-group {
    margin-bottom: 0 !important;
    float: right;
    width: auto;
}

.dvadd .box {
    min-height: 480px;
}

.select2-container--default .select2-selection--multiple {
    height: 46px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 10px;
}

.dvadd {
    padding-top: 0;
}

.dvadd .bc_boxc {
    margin-top: 0;
}

/* ----------------------Dashboard css------------------ */

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

.top_col {
    padding: 30px 0;
}

.box {
    background: #FFFFFF;
    height: 284px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.Popover_cool {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    height: auto;
    top: 250px;
    z-index: 1;
    border-radius: 4px;
    padding: 20px;
}

.Popover_cool:after {
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    left: 42%;
    border-bottom: 20px solid #ffffff;
}

.Popover_cool span {
    font-weight: bold;
    color: #000000;
}

.Popover_cool p:last-child {
    margin-bottom: 0;
}

.Popover_cool:before {
    position: absolute;
    top: -21px;
    width: 0;
    height: 0;
    left: 42%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    border-bottom: 20px solid #cccccc;
}

.bgblue {
    background: #ededed;
}

.padsection {
    padding: 20px 30px;
}

.box h4 {
    color: #000000;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.box h6 {
    opacity: 0.5;
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    margin: 0 0 37px 0;
    font-weight: normal;
    min-height: 18px;
}

.rg_round {
    margin: 0 auto;
    width: 113px;
    height: 113px;
}

.rg_round a {
    float: left;
    width: 100%;
    display: block;
}

.rg_round_inner {
    border-radius: 50%;
    border: 4px solid rgba(216, 168, 54, 0.2);
    float: left;
    width: 100%;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.num {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 99px;
    font-weight: bold;
    line-height: 99px;
    color: #EFAF18;
}

.nwpad {
    padding: 20px 10px 0 30px;
}

table.dataTable {
    margin-top: 0 !important;
    border-collapse: collapse !important;
}

.table thead th {
    border-width: 1px;
    text-shadow: 0 0 0 #ADADAD;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #ADADAD;
    border: none;
    box-shadow: inset 0 -1px 0 0 #E0E0E0;
}

.table td {
    color: #000000;
    font-size: 15px;
    border: none;
    box-shadow: inset 0 -1px 0 0 #E0E0E0;
    font-weight: normal;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #D8D8D8 !important;
    opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #ffffff !important;
}

.hgtauto {
    height: auto;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

td.grn {
    background: rgba(143, 222, 108, 0.2);
}

td.yrn {
    background: rgba(248, 231, 28, 0.2);
}

td.gryn {
    background: #E0E0E0;
}

td.prn {
    background: rgba(208, 2, 27, 0.2);
}

/* table.ntfdata thead th,
table.ntfdata td {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
} */

table.ntfdata td {
    border-right: 1px solid #E0E0E0;
}

table.ntfdata td:nth-child(1) {
    border-right: 0 !important;
}

table.dataTable {
    width: 100%;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_wrapper .table {
    width: 100% !important;
}

td a img {
    padding: 0 10px;
}

.mrbtm {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.select2 {
    width: 100% !important;
}

.ccdd td img {
    padding-left: 10px;
}

.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    border: none;
    background: #F3F3F3;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: normal;
    line-height: 42px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    font: normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: -10px;
    margin-left: 0;
    margin-top: -12px;
    font-size: 26px;
    color: #888;
    width: 15px;
    height: 17px;
    border: none;
    text-align: center;
    -webkit-transition: transform 0.40s ease;
    -moz-transition: transform 0.40s ease;
    -o-transition: transform 0.40s ease;
    transition: transform 0.40s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
}

.select2-container--focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.search {
    float: left;
    width: 100%;
    height: 42px;
    background: #F3F3F3;
    border-radius: 42px !important;
    -moz-border-radius: 42px !important;
    -webkit-border-radius: 42px !important;
    border: none;
    box-shadow: none;
    padding: 0 17px;
}

.col-cool {
    float: left;
    width: 22%;
    margin: 0.5%;
}

.print {
    float: left;
    /*width: 4%;*/
    display: flex;
    text-align: center;
    height: 53px;
    align-items: center;
    justify-content: center;
}


/* ----------------------Add Project css------------------ */

.top_header_prj {
    float: left;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    background: #ffffff;
    padding: 0;
}

.left_title {
    float: left;
    width: 50%;
    color: #000000;
    font-size: 28px;
    line-height: 35px;
    padding: 18px 25px;
    font-weight: normal;
}

.btn_cool {
    float: left;
    padding: 0 50px;
    height: 71px;
    line-height: 71px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
}

.cncl {
    color: #B1B1B1;
}

.cncl:hover {
    color: #B1B1B1;
    opacity: 0.8;
}

.cnclgrn {
    background: #099D44;
    color: #ffffff;
}

.cnclgrn:hover {
    color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
}

.right_part_btn {
    float: left;
    width: 50%;
}

.right_part_btn li {
    float: right;
    padding: 0;
    margin: 0;
}

.tabs_prj_main_section {
    float: left;
    width: 100%;
}

.tabs_prj_main_section ul {
    background: #ffffff;
    padding-top: 41px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    box-shadow: 0 1px 0 0 #F2F2F2;
}

.tabs_prj_main_section ul li .nav-link.active {
    border: none;
    color: #000000;
    line-height: 23px;
}

.tabs_prj_main_section ul li .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000000;
}

.tabs_prj_main_section ul li {
    margin-right: 40px !important;
}

.tabs_prj_main_section ul li .nav-link {
    padding-left: 0;
    padding-right: 0;
    border: none;
    font-size: 19px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.4);
    font-style: normal;
    padding-bottom: 18px;
    position: relative;
}

.main_innerx_tbs {
    float: left;
    width: 100%;
    padding: 0 30px;
}

.bc_boxc {
    float: left;
    width: 100%;
    margin-top: 20px;
    /*margin-top: 180px;*/
}

.bc_boxc h4 {
    color: #000000;
    font-size: 22px;
    line-height: 20px;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}

.bc_boxc .form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bc_boxc .form-group label {
    float: left;
    width: 100%;
    color: #646464;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.86px;
    text-transform: uppercase;
}

.bc_boxc .form-group .int_mnc {
    float: left;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #2F2F2F;
    box-shadow: none;
    background: #F9F9F9;
    padding: 8px 13px;
}

.minhgt {
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.selc_squre .select2-container .select2-selection--single {
    height: 46px !important;
    border-radius: 5px !important;
    /*border: 1px solid #2F2F2F !important;*/
    border: 1px solid #2F2F2F;
    background: #F9F9F9 !important;
}

.selc_squre .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}

.sd .custom-checkbox .custom-control-indicator {
    border-radius: 4px;
    width: 20px;
    height: 20px;
}

.sd .custom-control {
    line-height: 27px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    line-height: 36px;
}

.sd .custom-checkbox .custom-control-indicator {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: none;
    border: 2px solid #9caabf;
    display: inline-block;
}

.sd .custom-radio .custom-control-input:checked~.custom-control-indicator {
    border-color: #000;
}

.sd .custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
}

.rty {
    padding-top: 23px;
    padding-bottom: 23px;
}

.rty h6 {
    float: left;
    width: auto;
    font-size: 19px;
    font-weight: normal;
    color: #000000;
    opacity: 1;
    margin: 7px 0 0 0;
}

.pdlftrgt {
    padding-left: 20%;
    padding-right: 20%;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 40%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.question_main {
    float: left;
    width: 100%;
}

.paddinner {
    padding: 10px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.paddinner h6 {
    width: 50%;
    text-align: left;
}

.notes_main {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0 0 0;
}

.srch_serhc {
    border-bottom: 1px solid #e6e4e4;
    padding: 0 20px 20px 20px;
}

.margintop20 {
    margin-top: 25px;
}

.bx {
    margin: 0 1% !important;
    width: 29% !important;
}

.bx .int_mnc {
    float: left;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #2F2F2F;
    box-shadow: none;
    background: #F9F9F9;
    padding: 8px 13px;
}

.tp_filter {
    width: 29% !important;
    margin: 0 1%;
}

.vcne {
    float: right;
    width: 4%;
}

.bx .int_mnc {
    background: #ffffff url(../images/icon-search.png) no-repeat left 13px center;
    padding: 8px 13px 8px 40px;
}

.srch_serhc input {
    background: #ffffff url(../images/icon-search.png) no-repeat right 13px center;
    height: 46px;
    border-radius: 46px;
    min-width: 350px;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 8px 40px 8px 15px;
    float: right;
}

.srch_serhc input:focus {
    outline: none;
    box-shadow: none;
}

.textareafrm {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}

.bottom_link {
    float: left;
    width: 100%;
}

.bottom_link a {
    float: right;
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.textareafrm textarea {
    float: left;
    width: 100%;
    background: #ffffff;
    height: 100px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    padding: 8px 40px 8px 15px;
    resize: none;
    margin: 0 0 10px 0;
}

.btn_xcl {
    display: inline-block;
    background: #099D44;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    border: none;
    box-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.all_notes_main_sec {
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.all_notes_main_sec ul {
    float: left;
    width: 100%;
    padding: 10px 20px;
}

.all_notes_main_sec ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}

.all_notes_main_sec ul li:last-child {
    border: none;
}

.all_notes_main_sec ul li .left_message {
    width: 70%;
    float: left;
}

.all_notes_main_sec ul li .left_message h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: inherit;
    margin: 0 0 10px 0;
    padding: 0;
}

.all_notes_main_sec ul li .left_message p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.all_notes_main_sec ul li .right_message {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 16px;
}

.all_notes_main_sec ul li .right_message span {
    font-weight: bold;
    padding-left: 10px;
}

.prjcts_src th {
    letter-spacing: 1px;
    text-shadow: 0 0 0 #ADADAD;
    font-weight: normal !important;
    font-size: 16px !important;
}

.dataTables_wrapper .bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.dataTables_wrapper .bottom .paging_simple_numbers {
    display: inline-block;
    width: auto;
}

.dataTables_wrapper .bottom .paging_simple_numbers .paginate_button {
    font-size: 18px;
    margin: 0 5px;
    color: #282931;
    cursor: pointer;
}

.dataTables_wrapper .bottom .paginate_button img {
    position: relative;
    top: -2px;
}

.dataTables_wrapper .bottom .paginate_button:focus {
    outline: none;
}

.dataTables_wrapper .bottom .paginate_button.current {
    color: #EFAF18;
}

.hover tr:hover td {
    background: #f4f9ff;
    color: #0076ff;
}

.secondsection {
    margin-bottom: 10px;
}

.select2-selection--single {
    outline: none;
    border: 1px solid #cccccc;
}

.select2-container .select2-selection--single {
    border: 1px solid transparent;
}

.select2-container .select2-selection--single:focus {
    outline: none;
    border: 1px solid #cccccc !important;
}

.selc_squre .select2-container .select2-selection--single:focus {
    outline: none;
    border: 1px solid #cccccc !important;
}

.search {
    border: 1px solid transparent;
}

.search:focus {
    outline: none;
    border: 1px solid #cccccc;
}

.int_mnc:focus {
    outline: none;
    border-color: #cccccc !important;
}

.textareafrm textarea:focus {
    outline: none;
    border-color: #cccccc !important;
}

.ss_dtat_view th {
    font-size: 20px;
}

.dISd {
    display: inline-block;
    padding: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 33px;
    margin: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round {
    border-radius: 34px;
}

input:checked+.slider {
    background-color: #099d44;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.sectionxsh {
    float: left;
    width: 100%;
}

.sectionxsh label {
    float: left;
    width: 100%;
    color: #646464;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.86px;
    text-transform: uppercase;
}

.sectionxsh .dISd label {
    width: 53px !important;
}

.xchx .custom-checkbox .custom-control-indicator {
    margin: 0 !important;
}

.permission {
    float: left;
    width: 100%;
}

.permission th {
    color: #000000;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    opacity: 0.5;
    border-bottom: 1px solid #D2D2D2;
    font-weight: normal;
    padding: 8px 10px;
}

.permission td {
    color: #000000;
    font-size: 19px;
    line-height: 27px;
    font-weight: normal;
    border-bottom: 1px solid #D2D2D2;
    padding: 10px;
}


/* ----------------------Modal css------------------ */

.xchx .custom-checkbox .custom-control-indicator {
    border-radius: 4px !important;
}

.minhgtx {
    min-height: 520px;
}

td.sd {
    text-align: center;
}

td.sd .custom-control {
    margin: 0;
    padding: 0;
}

.dropzone_ {
    width: 100% !important;
    height: 150px !important;
    display: flex;
    justify-content: center;
    background: #f7f7f7 url(../images/icon-upload.png) no-repeat top 30px center !important;
    position: relative;
    padding-top: 90px;
}

.dropzone_:before,
a .edit-icn,
.btn_bg.clx {
    color: #000000;
}

.dragLbl {
    font-weight: normal;
    padding: 0 5px;
}

.dropzone_:before {
    content: "\f093";
    font-family: "Font Awesome 5 Free";
    left: calc(50% - 30px);
    position: absolute;
    top: 0;
    font-size: 60px;
    color: #000000;
}

.mrbtm48 {
    margin: 30px 0;
}

.dropzone_ {
    font-weight: 900;
    cursor: pointer;
    position: relative;
    background: #f7f7f7 !important;
    border: 2px dashed rgb(204, 204, 204);
}

.xchx .custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    position: absolute;
    content: "\f00c";
    left: 1px;
    top: 2px;
    width: 23px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    background: none;
    border-radius: 50%;
    font-size: 14px;
}

.modal-dialog {
    max-width: 600px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}

.modal-dialog .modal-content {
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.close {
    opacity: 1;
    padding: 10px 15px !important;
    margin: 0 !important;
}

.modal-title {
    font-size: 18px;
    color: #000000;
    line-height: 48px;
}

.modal-header {
    border-bottom: 1px solid #D4D4D4;
}

.form_main {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.form_main label {
    float: left;
    width: 100%;
    letter-spacing: 0.86px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #646464;
    line-height: 44px;
}

.form_main .form_control {
    float: left;
    width: 100%;
    border: 1px solid #969696;
    background-color: #F9F9F9;
    height: 44px;
    border-radius: 0;
    padding: 8px 15px;
}

.dfg {
    float: right;
}

.form-group {
    float: left;
    width: 100%;
    padding: 0;
}

.form-group .question_main {
    padding: 0;
}

.form-group.sd h6 {
    float: left;
}

.texupp h5 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.ss_dtat_view {
    float: left;
    width: 100%;
}

.ss_dtat_view td:first-child,
.ss_dtat_view th:first-child {
    width: 70%;
}

.ss_dtat_view td:nth-child(2),
.ss_dtat_view th:nth-child(2) {
    width: 15%;
    text-align: center;
}

.ss_dtat_view td:nth-child(3),
.ss_dtat_view th:nth-child(3) {
    width: 15%;
    text-align: center;
}

.sd.texupp .custom-control {
    margin: 0
}

.sd.texupp h6 {
    width: 85%;
}

.sd .ss_dtat_view .custom-checkbox .custom-control-indicator {
    margin: 0;
    padding: 0;
}

.sd.texupp .ss_dtat_view .custom-control {
    margin: 0 auto !important;
    float: none;
    padding: 0;
}

.sd.texupp .question_main {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.form_main .selc_squre .select2-container .select2-selection--single {
    border-color: #969696 !important;
    border-radius: 0 !important;
}

.gallery_pic_mnc {
    float: left;
    width: 100%;
}

.gallery_pic_mnc ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
}

.gallery_pic_mnc .ge_inner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.gallery_pic_mnc .ge_inner .col-sm-3 {
    margin: 0 0 15px 0;
}

.img_uplo_box {
    float: left;
    width: 30%;
    height: 122px;
    border: 1px dashed #979797;
}

.img_uplo_box span {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 122px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #000000;
    text-transform: uppercase;
}

.upload_dkl {
    float: left;
    padding-left: 20px;
    width: 70%;
}

.upload_dkl .file {
    position: relative;
    overflow: hidden;
    height: 36px;
    font-size: 14px;
    margin-top: 30px;
    background: #000000;
    border: none;
}

.file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.full_width {
    float: left;
    width: 100%;
}

.upload_dkl p {
    float: left;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 14px;
    color: #919191;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
}

.color_des {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.color_des label {
    color: #919191;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #919191;
    margin-bottom: 5px;
}

.color_des .form-control {
    float: left;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 44px;
}

.colorpicker-element {
    float: left;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 46px;
    overflow: hidden;
}

.colorpicker-element .form-control {
    border: none;
}

.iconpicker-popover {
    opacity: 1 !important;
}

.iconpicker-container .input-group-addon:last-child {
    border-left: 0;
    padding-right: 25px;
    padding-top: 11px;
}

.iconpicker-container .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #000;
}

.btnjk {
    height: 36px;
    line-height: 32px;
    color: #FFFFFF !important;
    font-size: 14px;
    float: right;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    padding: 0 30px;
    background: #000000;
    box-shadow: 1px 0 0 0 rgba(231, 231, 231, 0.5);
    display: inline-block;
    border: 2px solid #000000;
}

.btnjk:hover {
    background: #ffffff;
    color: #000000 !important;
}

.iconpicker-container .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.iconpicker-popover.popover .popover-title,
.iconpicker-popover.popover .popover-content {
    float: left;
    width: 100%;
}

.iconpicker-container .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.iconpicker-container .input-group-addon {
    display: table-cell;
}

.colorpicker-element span.input-group-addon {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
}

.colorpicker-element span.input-group-addon i {
    width: 44px;
    height: 44px;
    vertical-align: baseline;
}

.headTopz h2 {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.86px;
    line-height: 32px;
    font-style: normal;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.adscn {
    height: 36px;
    line-height: 32px;
    color: #FFFFFF !important;
    font-size: 14px;
    float: right;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    padding: 0 30px;
    background: #000000;
    box-shadow: 1px 0 0 0 rgba(231, 231, 231, 0.5);
    display: inline-block;
    border: 2px solid #000000;
}

.adscn:hover {
    background: #ffffff;
    color: #000000;
}

.adscn:hover a {
    color: #000000;
}

.adscn a {
    color: #ffffff;
}

.gallery_pic_mnc .ge_inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.btn_form {
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    color: #9C9C9C;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: bold;
    background: #E7E7E7;
    display: inline-block;
    line-height: 40px;
}

.btn_form:hover {
    color: #9C9C9C;
    opacity: 0.8;
}

.green:hover {
    color: #ffffff;
    opacity: 0.8;
}

.green {
    background: #099D44;
    color: #ffffff;
    margin-left: 15px;
}

.form_main textarea {
    float: left;
    width: 100%;
    border: 1px solid #969696;
    background-color: #F9F9F9;
    height: 100px;
    border-radius: 0;
    padding: 8px 15px;
    resize: none;
}

.summary_mainf {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    padding: 20px 30px;
}

.summary_mainf p {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    padding: 0;
    margin: 0 0 30px 0;
}

.summary_mainf ul {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    list-style-type: disc;
    box-shadow: none !important;
}

.summary_mainf ul.nnList,
.summary_mainf ul.nnList li {
    list-style: decimal;
    padding-right: 50px;
}

.summary_mainf ul li {
    float: left;
    width: 100%;
    list-style-type: disc;
    margin: 0 !important;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    padding: 0 0 0 10px;
}

.summary_mainf h4 {
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
}

.summary_mainf h2 {
    font-size: 22px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.right_collapse {
    position: absolute;
    right: 0;
    width: 41.47%;
    height: auto;
    background-color: #282931;
    border-radius: 4px 0 0 4px;
    margin-top: 180px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);

}

.top_progress {
    float: left;
    width: 100%;
    border-radius: 34.5px 0 0 34.5px;
    height: 8px;
    background-color: #000000;
    padding: 0 1px;
}

.top_progress span {
    float: left;
    height: 6px;
    margin: 0.5px 0;
    border-radius: 34.5px;
    width: 100% !important;
}

.header_notes_popup {
    float: left;
    width: 100%;
    padding: 10px 0 10px 10px;
}

.header_notes_popup span {
    float: left;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.header_notes_popup span img {
    position: relative;
    top: -3px;
}

.header_notes_popup p {
    float: left;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 0 14px;
    margin: 0;
    font-weight: normal;
}

.header_notes_main {
    float: left;
    width: 100%;
}

.header_notes_left {
    float: left;
    width: 50%;
}

.header_notes_right {
    float: right;
    width: 50%;
    padding: 6px 0;
}

.header_notes_right_inner {
    float: right;
}

.header_notes_right span {
    line-height: 35px;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 0 12px;
}

.header_notes_right .pro_btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    background: #F7C03E;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    text-shadow: 0 0 0 #000000;
    letter-spacing: 0.65px;
}

.header_notes_right .tgl {
    display: inline-block;
    padding: 6px 16px;
}

.main_collapse .top_progress {
    display: none;
}

.main_collapse .header_notes_left {
    display: none;
}

.main_collapse {
    height: 83px;
    width: 50px;
}

.main_collapse .header_notes_right span,
.main_collapse .header_notes_right .pro_btn,
.main_collapse .to_do_tabs {
    display: none;
}

.main_collapse .header_notes_right {
    width: 100%;
}

.main_collapse .header_notes_right .tgl {
    display: inline-block;
    padding: 12px 16px;
}

.to_do_tabs {
    float: left;
    width: 100%;
}

.to_do_tabs .nav-tabs {
    background-color: #1B1C22;
    box-shadow: none;
    padding: 0 30px;
    margin-bottom: 9px;
}

.to_do_tabs .nav-tabs .nav-link {
    padding: 13px 0;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.to_do_tabs .nav-tabs .nav-link.active {
    background-color: #1B1C22;
    color: #ffffff;
}

.to_do_tabs .nav-tabs .nav-link.active::before {
    background: #ffffff;
}

.to_do_table.table thead th {
    padding: 14px;
    box-shadow: inset 0 -1px 0 0 #545454;
    font-size: 14px !important;
    color: #FFFFFF;
    opacity: 0.5;
    text-shadow: none;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.to_do_table.table td {
    padding: 10px 14px;
    box-shadow: inset 0 -1px 0 0 #545454;
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-shadow: none;
    font-weight: normal;
    text-transform: initial;
    vertical-align: middle;
}

.to_do_table .selc_squre .select2-container .select2-selection--single {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    background: #000000 !important;
    border: none !important;
}

.to_do_table .selc_squre .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 300;
}

.to_do_table.table p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
}

.to_do_table.table td:first-child span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
    opacity: 0.5;
    color: #ffffff;
    float: left;
    width: 100%;
}

.to_do_table.custom-radio .custom-control-input:checked~.custom-control-indicator {
    border-color: #ffffff !important;
    width: 25px;
    height: 25px;
}

.to_do_table .sd .custom-checkbox .custom-control-indicator {
    width: 25px;
    height: 25px;
}

.to_do_table .sd .custom-checkbox .custom-control-indicator {
    border-color: #ffffff !important;
}

.to_do_table .xchx .custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    color: #ffffff;
    left: -1px;
    top: 0px;
}

.to_do_tabs .paginate_button {
    color: #ffffff !important;
}

.to_do_tabs .dataTables_wrapper .bottom {
    margin-top: 17px;
    margin-bottom: 17px;
}

.to_do_tabs .paginate_button.current {
    color: #F7C03E !important;
}

.to_do_tabs .add_tsk,
.to_do_tabs .add_tsk2 {
    float: left;
    /* width: 20%; */
    width: 30%;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
}

.to_do_tabs .add_tsk a,
.to_do_tabs .add_tsk2 a {
    color: #ffffff;
}

.to_do_tabs .add_tsk img,
.to_do_tabs .add_tsk2 img {
    width: 20px;
}

.view_cmplt,
.view_cmplt2 {
    float: right;
    width: 20%;
}

.view_cmplt a {
    color: #ffffff;
    text-decoration: underline;
}

.ccdd2 thead {
    display: none;
}

.to_do_tabs .paging_simple_numbers {
    /* width: 60% !important; */
    width: 45% !important;
    text-align: center !important;
}

.ccdd2 td {
    padding: 16px 14px !important;
}

.summary_mainf label {
    float: left;
    width: 100% !important;
}

.summary_mainf .sd .custom-control {
    float: left;
    width: 100% !important;
    display: block;
    padding: 0;
}

.summary_mainf .box {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 0 20px 0 !important;
}

.summary_mainf_inner {
    float: left;
    width: 100%;
}

.summary_mainf_inner .textareafrm {
    padding: 0;
}

.summary_mainf .question_main label {
    float: left;
    width: auto !important;
}

.summary_mainf .paddinner h6,
.summary_mainf_inner h6 {
    float: left;
    margin: 0;
    font-size: 22px;
    line-height: normal;
    opacity: 1;
}

.summary_mainf .bc_boxc {
    margin-top: 0;
}

.summary_mainf .question_main .custom-control {
    float: right;
    width: 27%;
}

.section.sd .custom-control.custom-checkbox {
    width: auto !important;
}

.info_icon {
    color: #000000;
    display: inline-block;
    margin-left: 5px;
}

.padLR00 {
    padding-left: 0;
    padding-right: 0;
}

.summary_mainf.cs_W .question_main .custom-radio {
    /*width: 25%;*/
    width: 42%;
}

.summary_mainf.cs_W .question_main .custom-control {
    margin-bottom: 0;
}

.fl_w {
    float: left;
    width: 100%;
}

.fl_w.paddinner h5 {
    margin-bottom: 10px;
}

.fl_w .col-sm-6 h6 {
    font-size: 16px;
    color: #000;
}

.df_dates {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
}

.datepickerCl {
    border-radius: 3px;
    background: #F2F2F2 url(../images/icon-calendar2.png) no-repeat right 5px center / 30px auto;
    color: rgba(28, 29, 31, 1);
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px 0 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

.datepicker_cl {
    border-radius: 3px;
    background: #F2F2F2 url(../images/icon-calendar2.png) no-repeat right 5px center / 30px auto;
    color: rgba(28, 29, 31, 1);
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px 0 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

.paddlfj {
    padding: 10px 0;
}

.for_chkjl .custom-control,
.for_chkjl .custom-control .row {
    float: left;
    width: 100%;
}

/* 10/10/2018 */
.question_main.paddinner,
.paddinner.summary_mainf_inner,
.fl_w.paddinner {
    padding: 10px 0 10px 0;
}

.mrg00 {
    margin: 0 !important;
}

.mrgBT20 {
    margin-bottom: 20px !important;
}

.marleft10 {
    margin-left: 15px;
}

.nnList {
    float: left;
    width: 100%;
}

.nnList li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.nnList li span {
    position: absolute;
    left: 0;
}

.input_w {
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 0 10px;
}

.tabs_table td {
    padding: 2px 0;
}

.w_auto {
    width: auto;
    display: inline-block;
}

.collapse_icon {
    display: none;
}

.modal .btn_form {
    width: 120px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.sd.nwhalf .custom-control label.custom-control {
    float: left;
    width: 50% !important;
    margin-right: 0 !important;
}

.dfopxc .selc_squre .select2-container .select2-selection--single {
    border-radius: 5px !important;
}

.dfopxc textarea {
    border-radius: 5px !important;
}

.dfopxc .form_main label {
    text-transform: inherit !important;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.dfopxc .datepicker_cl {
    border: 1px solid #969696 !important;
}

.dfopxc .btn_form {
    width: 157px;
    height: 60px;
    line-height: 60px;
    color: #555555;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.dfopxc .btn_form.green {
    color: #ffffff;
}

.mrtlkl {
    margin-top: 20px;
}

/* Responsive */
@media(max-width: 1762px) {
    .top_col .padsection {
        padding: 20px;
    }

    .top_col .box h4 {
        font-size: 19px;
        line-height: 22px;
    }

    .top_col .box h6 {
        margin: 10px 0 30px 0;
    }

    .rg_round {
        margin: -15px auto;
        width: 100px;
        height: 100px;
    }

    .rg_round_inner {
        height: 100px;
    }

    .top_col .col-sm-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .top_col .col-sm-6 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .top_col {
        padding: 30px 5px;
    }

    .tabs_prj_main_section ul li {
        margin-right: 20px !important;
    }

    .header_notes_popup span,
    .header_notes_popup p {
        font-size: 12px;
    }

    .header_notes_popup p {
        padding: 0 10px;
    }

    .header_notes_right span {
        padding: 0 6px;
    }

    .header_notes_right .pro_btn {
        padding: 0 6px;
    }

    .header_notes_right .tgl {
        padding: 6px 5px;
    }

    .header_notes_right .pro_btn {
        font-size: 12px;
    }
}

@media(max-width: 1310px) {
    .main_innerx_tbs .col-sm-7 {
        flex: auto;
        max-width: 100%;
        width: 100%
    }

    .collapse_cover {
        position: relative;
    }

    .collapse_icon {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 20px;
        width: 42px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        background-color: #282931;
        color: #fff;
        border-radius: 4px 0 0 4px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .div_shrink .right_collapse {
        display: inline-block;
    }

    .header_notes_right .tgl {
        padding: 6px 15px;
    }

    .summary_mainf {
        padding: 20px;
    }

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

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

    .tabs_prj_main_section .summary_mainf ul li {
        margin-right: 0 !important;
        line-height: 20px;
    }

    .summary_mainf h2 {
        font-size: 20px;
    }

    .summary_mainf .box {
        padding: 0 !important;
    }

    .summary_mainf_inner .col-sm-2 {
        flex: auto;
        max-width: 100%;
        width: 25%;
    }

    .summary_mainf.cs_W .question_main .custom-radio {
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .summary_mainf .paddinner h6,
    .summary_mainf_inner h6 {
        width: 68%;
        font-size: 19px;
    }

    .tabs_table input[type="text"] {
        width: 150px;
    }
}

@media(max-width: 1192px) {
    .headTopz .col-sm-6:first-child {
        width: 30% !important;
        max-width: 30% !important;
        float: left;
        flex: auto;
    }

    .headTopz .col-sm-6 {
        width: 70% !important;
        max-width: 70% !important;
        float: left;
        flex: auto;
    }

    .menu ul li {
        margin: 0 15px;
    }

    .rg_round {
        margin: 0 auto;
    }

    .nwpad {
        padding: 20px 10px 0 10px;
    }

    .secondsection .col-sm-3,
    .secondsection .col-sm-9 {
        flex: auto;
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .secondsection .col-sm-9 {
        padding: 0 10px;
    }

    .menu ul li a {
        font-size: 14px;
    }

    .secondsection table tr td:first-child {
        padding-left: 40px !important;
    }

    .secondsection table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
        left: 8px;
    }

    .pdlftrgt {
        padding: 0;
    }

    .login_left {
        width: 100%;
    }

    .login_right {
        display: none;
    }
}

@media(max-width: 1023px) {
    .ge_inner .col-sm-3 {
        flex: auto;
        max-width: 33.33%;
        width: 33.33%;
        float: left;
    }

    .main_innerx_tbs .col-sm-6 {
        max-width: 100%;
        float: left;
        width: 100%;
        float: left;
        flex: auto;
    }

    .main_innerx_tbs .col-sm-6 .bc_boxc .minhgt:last-child {
        margin-bottom: 0 !important;
    }

    .top_col .col-sm-2 {
        max-width: 33.33%;
        width: 33.33%;
        float: left;
        flex: auto;
        margin-bottom: 30px;
    }

    .top_col .col-sm-6 {
        max-width: 100%;
        width: 100%;
        float: left;
        flex: auto;
    }

    .menu ul li a span:first-child {
        padding-right: 5px;
    }

    .menu ul li:last-child a {
        padding-left: 10px;
    }

    .logo img {
        width: 100%;
    }

    .logo {
        width: 100%;
        float: left;
        padding: 20px 0;
        display: flex;
        align-items: center;
        height: 75px;
    }

    .summary_mainf h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .summary_mainf_inner .col-sm-6 h6 {
        width: 100%;
        font-size: 16px;
    }

    .summary_mainf .paddinner h6,
    .summary_mainf_inner h6 {
        font-size: 16px;
    }

    .summary_mainf h5 {
        font-size: 16px;
    }

    .sd .custom-control {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .adscn {
        margin-bottom: 35px;
    }

    .tabs_prj_main_section ul li {
        margin-right: 20px !important;
    }

    .menu ul li {
        margin: 0 8px;
    }

    .menu ul li a {
        font-size: 12px;
    }

    .menu ul li:last-child a {
        padding-left: 8px;
    }

    .menu ul li a span:first-child {
        padding-right: 0;
    }

    .col-cool {
        width: 45%;
    }

    .headTopz .col-sm-6:first-child {
        width: 100% !important;
        max-width: 100% !important;
        float: left;
        flex: auto;
    }

    .headTopz .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        float: left;
        flex: auto;
    }

    .color_des .col-sm-8 {
        flex: auto;
        max-width: 60%;
        width: 60%;
        float: left;
    }

    .color_des .col-sm-4 {
        flex: auto;
        max-width: 40%;
        width: 40%;
        float: left;
    }
}

@media(max-width: 880px) {
    .tabs_prj_main_section ul li .nav-link {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

@media(max-width: 540px) {
    .login_box_euro_inner {
        width: 90%;
    }
}

.rd .custom-checkbox .custom-control-indicator {
    background: none !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid #9caabf;
    display: inline-block;
}

.rd .custom-control {
    line-height: 27px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    line-height: 36px;
}

.rd .custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
}

.rd .custom-radio .custom-control-input:checked~.custom-control-indicator {
    border-color: #000;
}

.dinln {
    display: inline !important;
}


.pos_rel {
    float: left;
    width: 100%;
    position: relative;
}

.pos_rel input {
    text-align: right;
}

.pos_rel .int_mnc {
    padding-left: 50px;
}

.dollar_icon {
    position: absolute;
    left: 0;
    width: 45px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-right: 1px solid #969696;
}


/*.loadimg {
    display: none !important;
}*/

.widhtall {
    width: 100% !important;
}

.che_cover {
    float: left;
    width: 100%;
    position: relative;
}

.pos_ab {
    position: absolute;
    top: 0;
    right: 0;
}

.withnew .custom-checkbox {
    width: 30% !important;
    margin-right: 2%;
}

.withnew .contract_agree_id {
    position: relative;
    width: 26%;
    float: left
}

.therecustom {
    width: 39% !important;
}

.w47 {
    width: 47% !important;
}

.Popover_cool1 {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    height: auto;
    top: 250px;
    z-index: 1;
    border-radius: 4px;
    padding: 20px;
}

.Popover_cool1:after {
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    left: 42%;
    border-bottom: 20px solid #ffffff;
}

.Popover_cool1 span {
    font-weight: bold;
    color: #000000;
}

.Popover_cool1 p:last-child {
    margin-bottom: 0;
}

.Popover_cool1:before {
    position: absolute;
    top: -21px;
    width: 0;
    height: 0;
    left: 42%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    border-bottom: 20px solid #cccccc;
}

.summary_mainf .sd.w47 .custom-control {
    width: auto !important;
}