@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #535353;
    font-weight: 400;
    line-height: 18px;
    background: #fafafa;
}

.container {
    margin: 0px auto;
}

header .logo {
    padding: 11px 0px;
    text-align: left;
}

.right-top-menu {
    float: right;
}

.right-top-menu ul {
    float: right;
}

.right-top-menu ul li {
    margin-right: 5px;
    float: left;
    list-style: none;
}

.right-top-menu ul li a {
    text-decoration: none;
}

.w-tooltip+.tooltip>.tooltip-inner {
    background-color: #fff;
    color: #000;
}

.w-tooltip+.tooltip>.tooltip-arrow {
    border-bottom-color: #fff;
}

.middle-box {
    width: 100%;
}

.main-top-menu {
    width: 100%;
    float: left;
}

.main-top-menu ul {
    margin-bottom: 0px;
    float: left;
    padding: 0px;
}

.main-top-menu ul li {
    list-style: none;
    float: left;
}

.top-menu-con {
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 14px;
    margin: 0px auto;
}

.text-menu a {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    text-align: center;
}

.text-menu a:hover {
    text-decoration: none;
    color: #b0a9ff;
}

.text-menu {
    padding: 5px 0px 5px;
}

.crl {
    clear: both;
}

.main-col-1 {
    width: 6%;
    height: auto;
    float: left;
}

.main-col-2 {
    width: 10%;
    height: auto;
    float: left;
}

.main-col-3 {
    width: 25%;
    height: auto;
    float: left;
}

.main-col-4 {
    width: 5%;
    height: auto;
    float: left;
}

.main-col-5 {
    width: 5%;
    height: auto;
    float: left;
}

.main-col-6 {
    width: 5%;
    height: auto;
    float: left;
}

.main-col-7 {
    width: 7%;
    height: auto;
    float: left;
}

.main-col-8 {
    width: 21%;
    height: auto;
    float: left;
}

.main-col-9 {
    width: 4%;
    height: auto;
    float: left;
}

.main-col-10 {
    width: 6%;
    height: auto;
    float: left;
}

.main-col-11 {
    width: 6%;
    height: auto;
    float: left;
}

.main-box1 {
    width: 100%;
    height: auto;
    padding: 11px 3px 0px;
    height: 48px;
    overflow: hidden;
    line-height: 23px;
}

.main-box2 {
    width: 100%;
    height: auto;
    padding: 0px;
    overflow: hidden;
}

.main-col-top-2 {
    width: 70%;
    height: auto;
    padding: 3px;
    height: 27px;
    overflow: hidden;
}

.color-b {
    border: 1px solid #869399;
    background: #fcee21;
    width: 19px;
    height: 20px;
    float: left;
    text-align: center;
    border-radius: 3px;
    margin-right: 1px;
    line-height: 16px;
}

.color1 {
    background: #fcee21;
}

.color2 {
    background: #bdccd4;
}

.color3 {
    background: #c5e5fc;
}

.color4 {
    background: #dceec5;
}

.color5 {
    background: #ff8300;
}

.color6 {
    background: #00ffff;
}

.color7 {
    background: #00ffff;
}

.color8 {
    background: #00ffff;
}

.color9 {
    background: #00ffff;
}

.container1 {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}


/* Hide the browser's default checkbox */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 3px;
}


/* On mouse-over, add a grey background color */

.container1:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container1 .checkmark:after {
    right: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-row {
    width: 100%;
    padding-bottom: 4px;
    height: auto
}

.main-col-product {
    width: 24%;
    height: auto;
    background: #e4e4e4;
    border-radius: 3px;
    padding: 4px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 4px;
}

.main-view {
    width: 20%;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 4px;
}

.sort-colume {
    width: 24%;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 4px;
}

.main-col-top-4 {
    width: 20%;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    float: left;
}

.blank {
    color: #fff;
}

.task {
    width: 35%;
    height: auto;
    background: #fff;
    border-radius: 3px;
    float: left;
    padding: 3px;
    margin-right: 4px;
    border: 1px solid #e4e4e4;
}

.pro-filler {
    width: 35%;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    float: left;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.drop-down-box {
    padding: 0px;
    margin: 0px;
    color: #000;
    background: url(../images/click.png) no-repeat;
    background-position: right bottom;
}

.drop-down-box .dropdown {
    list-style: none;
    color: #000;
}

.drop-down-box .dropdown a {
    color: #000;
    text-decoration: none;
}

.dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 12px;
}

.box-co1 .main-box1 {
    background: #ebeeed;
}

.box-co2 .main-box1 {
    background: #e4e4e4;
}

.box-co3 .main-box1 {
    background: #dbdada;
}

.box-co4 .main-box1 {
    background: #c9c9c9;
}

.result_hover {
    background: #fff!important;
    border: 1px solid #e4e4e4;
}

footer {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.main-table tr td {
    padding: 0px 2px;
    padding-bottom: 2px;
}

.progress {
    height: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

.prog1 {
    width: 10%;
    float: left;
}

.prog-right {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.bg-info {
    background: red;
}

.bg-1 {
    background: #42e036;
}

.bg-dots {
    background: url(../images/bg-progress.png) repeat;
}

.yellow-colour {
    background: #12ff00;
    border: 1px solid #12ff00;
}

.blue-colour {
    background: #edd9f6;
    border: 1px solid #edd9f6;
}

.dropdown-menu {
    margin: 2px 0 0 -4px;
}


/* sidenavi wrapper */

#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {
    margin: 0;
    padding: 0;
}

#sideNavi {
    position: fixed;
    right: 25px;
    top: 25%;
}


/* items */

.side-navi-item-default {
    height: 25px;
    display: none;
}

.side-navi-item {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 25px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #000;
    background-color: #ffffff;
    cursor: pointer
}

.side-navi-item.item1 {
    top: 180px;
    border-radius: 15px 15px 0px 0px;
}

.side-navi-item.item2 {
    top: 355px;
}

.side-navi-item.active,
.side-navi-item:hover {
    background-color: #e5e5e5;
    color: #000;
}

.side-navi-item>div {
    padding-top: 5px;
    text-align: center;
}


/* data wrapper */

.side-navi-data {
    position: absolute;
    top: 0;
    left: 25px;
    width: 500px;
    height: 429px;
    background: #fff;
    color: #000;
}


/* tab wrapper */

.side-navi-tab {
    display: none;
}

.side-navi-tab.active {
    display: inline-block;
    background: #ececec;
}

.side-navi-tab>div {
    padding: 15px 0px 5px 15px;
    float: left;
}

.text-area1 {
    margin-bottom: 10px;
    min-height: 40px;
    max-height: 40px;
}

.side-navi-tab table tr td {
    padding: 0px 5px;
}

.side-cancle .fa {
    font-size: 18px;
    float: left;
    margin-right: 5px;
}

.side-navi-data a {
    color: #fff;
}

.side-navi-data a:hover {
    color: #fff;
}

.save-box {
    padding-bottom: 10px;
}

.save-2 {
    background: #352d92;
    border: 0px;
    padding: 5px 10px;
    float: right;
}

.selectpicker {
    width: 100%;
    border: 0px;
}

.form-control.rounded-0.text-area1 {
    font-size: 12px;
}

.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #000;
}

.dropdown dt a:hover {
    color: #000;
}

.dropdown dt a {
    display: block;
    width: 100%;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.dropdown dd ul {
    background: #e4e4e4;
    color: #000;
    display: none;
    left: -3px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

.flagvisibility {
    display: none;
}

#all-project {
    margin-bottom: 0px;
}

#all-project span {
    font-weight: 400;
    height: 17px;
    overflow: hidden;
}

.top-input-box {
    width: 100%;
    border: 0px;
}

.select-t select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff url(../images/click.png) no-repeat;
    background-image: none;
}


/* Custom Select */

.select-t .select {
    position: relative;
    display: block;
    width: 20em;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
}

.select-t select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    background: #fff url(../images/click.png) no-repeat;
    background-position: right bottom;
}

.select-t select::-ms-expand {
    display: none;
}


/* Arrow */

.select-t .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #fff;
    pointer-events: none;
}


/* Transition */

.select-t .select:hover::after {
    color: #000;
}

.select-t .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}


/*--------------------------------- login start -------------------------------------- */

.login-bg {
    background: #c8c8c8;
}

.login-midbox {
    width: 100%;
    max-width: 1183px;
    height: auto;
    background: #fff;
    border-radius: 25px;
    margin: 150px auto 0px;
    background-size: 100%;
}

.login-box-left {
    width: 40%;
    background: #efefef;
    height: auto;
    float: left;
    padding: 40px 29px;
    border-radius: 25px 0px 0px 25px;
    min-height: 600px;
}

.login-box-right {
    float: right;
    width: 58%;
    padding-right: 50px;
    padding-top: 180px;
}

.login-box-left h2 {
    text-align: center;
    font-weight: 200;
}

.login-sub-title {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.login-box-left span {
    font-weight: 700;
    color: #000;
}

.form-login.login-b1 {
    width: 100%;
    height: auto;
    padding: 40px 20px 0px;
}

.login-b1 .form-control {
    margin-bottom: 15px;
    border: 1px solid #004cb8;
    padding: 5px;
}

.login-box-left .checkbox {
    padding-left: 22px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-box-left .login-but {
    background: #f8a20e;
    border: #f8a20e;
    text-transform: uppercase;
}

.login-box-left .login-but:hover {
    background: #bc7b0a;
    border: #bc7b0a;
}

.frog {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    color: #000;
}

.frog a {
    color: #000;
}

.login-box-right-login {
    text-align: center;
}

.login-box-right-login {
    text-align: center;
    padding: 30px 0px 10px;
}


/*--------------------------------- login end ---------------------------------------- */


/*--------------------------------- 4-12-18 start ---------------------------------------- */

.middle-box .pl-project-update h1 {
    font-size: 17px;
    margin-top: 0px;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
}

.middle-box .pl-project-update .panel-title {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    line-height: inherit;
    padding: 6px 0px;
}

.middle-box .pl-project-update .panel-title a {
    color: #000;
    border: 0;
}

.middle-box .pl-project-update .panel-title a:hover {
    text-decoration: none;
}

#project_form .panel-group .panel {
    background: #f5f5f5;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
}

a:focus {
    text-decoration: none;
    border: 0px;
}

.panel-col-1 {
    background-color: #f5f5f5;
}

.inner-bg-1 {
    background: #fcfcfc;
    padding: 15px 0px;
    float: left;
    width: 100%;
    margin: 5px 0px;
    border-radius: 4px;
}

.crl {
    clear: both;
}

#projectpeople .tab-content {
    background: #fff;
}

.tab-content td {
    color: black;
    font-weight: normal;
}

#projectpeople .nav-tabs>li.active>a,
#projectpeople .nav-tabs>li.active>a:focus,
#projectpeople .nav-tabs>li.active>a:hover {
    color: #000;
    background-color: #fff;
}

#projectpeople .nav-tabs>li>a {
    color: #000;
}

.save-butt {
    color: #fff;
    background: #352d92;
    ;
    border-color: #352d92;
    margin-right: 10px;
}

.save-butt:hover {
    color: #fff;
    background: #1e1957;
    border-color: #1e1957;
}

#sampleroom table {
    background: #fff;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    float: left;
    border-radius: 3px;
    float: left;
}

#sampleroom table tr td:nth-child(3) {
    text-align: left;
}

a {
    outline: 0!important;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

#est_project_value_ul li {
    background: #fff;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    float: left;
    border-radius: 3px;
    padding-left: 5px;
}

.add-colle {
    border-color: #4cae4c;
    text-decoration: none !important;
    padding: 3px 5px;
    border-radius: 4px;
    color: black !important;
}

u {
    text-decoration: none;
}

.pl-project-form .col-md-5 {
    padding-left: 0px;
}

.pl-project-update .table.table-borderless tr td {
    text-align: right;
    line-height: 30px;
}


/*--------------------------------- 4-12-18 end ---------------------------------------- */

.modal-project-list .modal-dialog {
    width: 90%;
}

.box-co1 td:first-child .main-box2 {
    border: 0px;
}

.box-co1 td:first-child .main-box2 select {
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 4px;
}

.box-co1 .main-box2 .btn-success {
    margin-bottom: 10px;
}

.login-box-left .login-btn-left {
    padding-left: 0px;
}

.login-box-left .login-btn-left .btn {
    float: left;
}

@media (max-width:1167px) {
    .login-midbox {
        height: 715px;
        margin: 50px auto 0px;
    }
}

.login-box-left form {
    padding: 40px 20px 20px;
    font-size: 14px;
}

.login-box-left label {
    font-size: 14px;
    font-weight: 400;
}

.login-box-left .checkbox {
    padding-left: 3px;
    margin-bottom: 11px;
}

.login-box-left .btn {
    font-size: 16px;
    float: right;
    border: 0px;
    color: #fff;
    height: auto;
    background-color: #052f81;
    border-radius: 5px;
    padding: 8px 20px;
    width: 100%;
}

.login-box-left .btn:hover {
    background-color: #000;
    color: #fff;
}

.login-box-left a {
    color: #000;
}

.login-box-left div {
    font-size: 14px;
    color: red;
    font-weight: 600;
}

.login-box-left .forgot-1.forgot-n1 {
    color: #000;
}

.table.table-borderless tr td {
    text-align: right;
}

.reset-none {
    display: none;
}

.counter {
    padding: 5px;
    background-color: #004cb8;
    width: auto;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 12px;
    margin: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
}

.counter a,
.counter a:visited {
    text-decoration: none;
    color: white;
}

.disabled {
    color: #fcfcfb;
    font-weight: bold;
}

.progress {
    height: 27px;
}

.txt_todonote_date {
    color: black;
}

.progress_bar_task {
    padding: 20px 10px 0px 10px;
}

.fancybox-iframe {
    border-radius: 15px!important;
}

.progress_bar_task {
    margin-top: 15px;
}

.counter {
    padding: 3px 10px;
}

.fancybox-content .h1,
.fancybox-content h1,
.text-pref-form .h1,
.text-pref-form h1 {
    font-size: 18px;
}

.sitesetup-form .table-bordered tr td {
    padding: 5px;
}

.btn.btn-sign-1 {
    background: #545454;
}


/*--------------------------------- site sitesetup---------------------------------------- */

.sitesetup-form h1 {
    font-size: 18px;
    margin-top: 0px;
}

.sitesetup-form .color-box {
    width: 100%;
    height: auto;
    padding: 15px 0px 0px;
}

.main-view.select-t {
    width: 60%;
}

.color-pic {
    padding: 15px;
    height: auto;
    background: #efefef;
    margin-bottom: 30px;
    font-size: 16px;
}

.color-pic img {
    width: 100px;
    height: 51px;
    margin-right: 15px;
}

.color-pic input {
    margin-left: 10px;
}

.sitesetup-form h1 {
    padding: 15px 0px 0px 15px;
}

.up-logo {
    font-size: 16px;
    padding-bottom: 15px;
}

.up-logo-main {
    width: 100%;
    float: left;
}

.pic-save {
    font-size: 16px;
    margin: 15px 0px;
}

.pic-save {
    font-size: 18px;
    margin: 15px 0px;
    padding: 10px 30px;
    float: right;
}

.scroll-page {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}


/*--------------------------------- sitesetup end ---------------------------------------- */

.project-detail tr td {
    border: 1px solid #cccccc;
    padding: 5px;
}

.right-product-box {
    width: 100%;
    height: auto;
    padding: 10px;
}

.right-product-box .form-control.input-sm {
    margin-bottom: 10px;
}

.right-product-box .small.lastModifiedDate {
    padding-bottom: 10px;
}

.right-product-box .progress-bar {
    padding-left: 10px;
}

.right-product-box .progress-wrapper {
    padding-top: 20px;
}

.p-button {
    width: 125px;
    float: right;
    font-size: 16px;
    padding-top: 8px;
}

.p-button .fa {
    margin: 0px 5px;
}

.p-button a {
    color: #000;
}

.pluse-1 {
    width: 20px;
    height: 20px;
    float: left;
    background: #ffff99;
    border: 1px solid #a8a87b;
    text-align: center;
    margin-right: 8px;
    font-size: 14px;
}

.p-title {
    width: 50%;
    float: left;
}

.project-detail a {
    color: #000;
    text-decoration: underline;
}

.pro-light {
    background: #fafafa;
}

.project-time {
    padding: 10px;
}

.project-time input {
    margin-left: 10px;
}

.change-color {
    background: #f5f5f5;
}

.right-product-box .progress {
    background: #b8b8b8;
}

.raund-box2 {
    background: #ffffff;
    padding: 15px;
    height: 300px;
}

.right-text1 {
    text-align: right;
    padding-right: 15px;
}

.raund-box1 {
    padding: 10px 0px 5px 25px;
}

.raund-box-blue {
    background: #d9eefd;
    padding: 10px;
    border: 1px solid #afbfcb;
    margin-bottom: 10px;
}

.raund-box-light-green {
    background: #e8f4d9;
    padding: 10px;
    border: 1px solid #a5ac9b;
    margin-bottom: 10px;
}

.close1 {
    width: 20px;
    float: right;
    position: relative;
    margin-top: -10px;
    margin-right: -18px;
}

.list-v {
    text-align: right;
    width: 100%;
}

.list-v a {
    color: #b6b6b6;
    font-size: 11px;
}

.list-date {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #b6b6b6;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.list-doc {
    width: 36px;
    height: auto;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.list-doc img {
    width: 100%;
}

.list-doc-main {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
}

.list-sample {
    width: 68px;
    height: auto;
    float: left;
    font-size: 10px;
    margin: 10px 5px 10px 0px;
}

.list-sample img {
    width: 100%;
}

.sample-title {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #b6b6b6;
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
    padding-bottom: 5px;
}

.products-list-main {
    margin: 0px auto;
}

.list-view-box,
.list-view-box2,
.list-view-box3,
.list-view-box4 {
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-shadow: -3px 1px 22px 0px rgba(0, 0, 0, 0.34);
    box-shadow: -3px 1px 22px 0px rgba(0, 0, 0, 0.34);
    padding: 10px;
    border-radius: 15px;
}

.list-view-box-in {
    width: 100%;
    padding-right: 5px;
    height: 500px;
    height: 440px;
    overflow: hidden;
    overflow-y: scroll;
}

.modal-project-list .modal-header {
    font-size: 18px;
}

.subproject {
    background-color: #eeeeee;
}

.progress-bar {
    text-align: left;
    padding-left: 5px;
    color: black;
}

.docs-listing {
    overflow: auto;
    height: 400px;
    width: 200px;
}

.docs-listing table td {
    padding: 4px;
}

.p-button {
    width: 30%;
}


/* Deepak Classes End */

.timeline {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.timeline .frames {
    font-size: 9px;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.timeline .frames>li {
    display: inline-block;
    margin-right: -4px;
}

.timeline .frames .heading {
    margin-bottom: 2px;
}

.timeline .frames .list {
    overflow: hidden;
}

.timeline ul {
    list-style: none;
}

.timeline .frames .list li {
    float: left;
    width: 20px;
    height: 35px;
    border: 1px solid #ddd;
    margin-right: -1px;
    background-color: #fff;
    text-align: center;
}

.timeline .frames .list li.green {
    background-color: green;
}

.timeline .frames .list li.red {
    background-color: red;
}

.timeline .frames .list li.orange {
    background-color: orange;
}

.timeline .frames .list li.muted {
    background-color: #e5e5fa;
}

.timeline .frames .list li span {
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    white-space: pre-wrap;
    word-break: break-all;
    line-height: 10px;
}

.timeline ul {
    list-style: none;
    padding: 0px;
}

.fancybox-content body {
    background: inherit!important;
}

.container1 {
    color: #000;
    text-decoration: none;
}

.container1:hover {
    color: #000;
    text-decoration: none;
}

.main-box2 a {
    color: #000;
    text-decoration: none;
}

.main-box2 a:hover {
    color: #000;
    text-decoration: none;
}

.fancybox-slide--iframe .fancybox-content {
    background: inherit!important;
    padding: 0px;
}

.popup-content .progress_bar_task {
    padding: 0px;
}

.popup-content .table {
    margin-bottom: 0px;
}

.action-icon {
    width: 100%;
    border-bottom: 0px solid black;
    padding-bottom: 5px;
}

.action-icon a {
    padding-right: 5px;
    text-align: right;
}

.add_project_people {
    color: #fff !important;
}

#projectprogress .table td {
    text-align: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    height: 27px;
}

.title {
    font-weight: 400;
    font-size: 12px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dbd6d6;
    border-width: 2px 0px 10px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: relative;
    top: 8px;
    right: 1px;
    width: 20px;
}

.alpha_value {
    background: #004cb8;
    color: white;
    padding: 7px;
    margin: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.alpha_value a {
    color: white;
    font-weight: bold;
}

.filter-alpha .active {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.erer {
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 25px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
}

.zenburn.bootsidemenu-left>.toggler {
    background: #ef843d;
    border-radius: 0px 50% 50% 0px;
    border: 0px;
    height: 57px;
    color: #000;
    text-align: center;
    width: 57px;
    right: -58px;
}

.bootsidemenu-left>.toggler>span {
    margin: 36px 2px;
}

.zenburn a.list-group-item {
    border-bottom: 1px solid #fff;
}

.zenburn a.list-group-item:hover {
    border-bottom: 1px solid #fff;
}

.bootsidemenu .list-group-item {
    border: 0px solid #000;
}

.bootsidemenu .list-group-item:hover {
    border: 0px solid #000;
}

.side-navi-data .txt_todonote_date {
    padding: 7px 10px;
    border: 0px;
    font-weight: 400;
}

.form-control.rounded-0.text-area1 {
    padding: 7px 10px;
    border: 0px!important;
    border-radius: 0px!important;
    font-weight: 400;
}

.side-navi-add-new-repet {
    margin-bottom: 10px;
    border: 0px solid #5f6368;
    border-radius: 0px;
    color: #000;
}

.side-navi-tab {
    padding: 15px;
}

.side-navi-add-new {
    width: 89%;
    padding: 0px !important;
    margin-bottom: 5px;
}

.side-navi-add-new-text {
    font-weight: 700;
    padding-bottom: 5px;
}

.side-navi-add-new-box {
    padding: 0px !important;
    width: 100%;
    min-width: 500px;
}

.side-navi-add-new-repeat {
    margin-right: 10px;
}

.form-control.rounded-0.text-area1 {
    border: 0px!important;
    border-radius: 0px!important;
    font-weight: 400;
    color: #000;
    padding: 5px;
    float: left;
}

input:focus,
textarea:focus,
select:focus {
    outline: none!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075)!important;
    -webkit-transition: border-color ease-in-out .0s, -webkit-box-shadow ease-in-out .15s!important;
    -o-transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s!important;
    transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s!important;
}


/*#fancybox-container-2 .fancybox-inner .fancybox-content{ width: 700px!important; }*/

.input-add {
    width: 100%;
    color: #000;
}

#divNoteListing {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.input-in-toodo {
    height: 100px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9e89cd;
    border-radius: 0px!important;
    color: #616161;
    font-weight: 400;
    font-size: 14px;
}

.input-add {
    width: 100%;
    color: #9b85cc;
    padding-bottom: 40px;
    font-weight: 402;
    font-size: 16px;
}

.note-add {
    color: #fff;
    background: #ff8237;
    padding: 9px 26px;
    float: right;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.note-add:hover {
    text-decoration: none;
    background: #ff6000;
    color: #fff;
}

.note-close {
    color: #000!important;
    background: #fff;
    padding: 9px 26px;
    float: right;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.note-close:hover {
    text-decoration: none;
    background: #d2d2d2;
}

.note-button {
    width: 100%;
    height: auto;
    padding: 30px 0px 5px;
}

.not-label {
    color: #9b85cc;
    width: 100%;
    padding-bottom: 5px;
}

.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    right: -7px;
    top: 500px;
}

.scroll {
    position: absolute;
    right: 5px;
    bottom: 0px;
    background: var(--dark-gray-color4);
    padding: 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 30px 0px 0px 30px;
    width: 54px;
    height: 54px;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: 4px;
    margin-left: 8px;
    transition: 0.5s;
    color: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.t-box8-new {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 11px;
    height: 27px;
    overflow: hidden;
}

.popup-content .error-summary ul {
    padding-left: 0px;
}

.popup-content .error-summary ul li {
    list-style: none;
}

.todo-close .fa {
    color: #fff;
}

#rightMenu .data {
    background-color: #ececec;
    padding: 15px;
}

.zenburn.bootsidemenu-right,
.zenburn.bootsidemenu-right>.toggler {
    border-color: #fff;
    background: #fff!important;
    border-radius: 25px 0px 0px 25px;
}

.zenburn.bootsidemenu-right>.toggler {
    border: 0px;
    height: 120px;
    text-align: center;
    writing-mode: vertical-rl;
    background: #ffffff!important;
    background-color: inherit!important;
    -webkit-box-shadow: 0px 0 0px rgb(0 0 0 / 18%)!important;
    box-shadow: 0px 0 0px rgb(0 0 0 / 18%)!important;
}

.bootsidemenu-right>.toggler>span {
    margin: 15px 2px;
}

#rightMenu .menu-wrapper {
    overflow: auto;
    background-color: #ececec;
    border-radius: 25px 0px 0px 25px;
}

.pagi .counter.first {
    padding-right: 0px;
}

.pagi .counter.last {
    padding-left: 0px;
}

.back-to-top {
    padding: 6px 3px;
    float: right;
    margin-left: 3px;
    background: #fff;
    margin-top: 2px;
    margin-right: 1px;
    display: none;
}

.back-to-top a {
    color: #000;
    text-decoration: none;
}

.pagi .counter a,
.pagi .counter a:visited {
    text-decoration: none;
    color: #000;
}

.pagi .counter.first {
    color: #000;
}

.pagi ul {
    margin-top: 2px;
}

.btn {
    border-radius: 0px;
}

.top-search.search-button .btn-xs {
    border-radius: 0px!important;
}

.view-box ul li {
    border-radius: 0px!important;
}

.view-box ul li img {
    width: 20px;
}

.in_out_gray {
    font-style: italic;
    color: gray;
}


/*.in_out_true{  
    font-weight: bold;
    color: black;
}*/

.action_true {
    font-style: italic;
    color: red;
}

.action_gray {
    font-style: italic;
    color: gray;
}

.tableover>.bg-left-pro>tr>td {
    padding: 5px!important;
}

.table.table-borderless tr td {
    text-align: left
}

.box-co1-main .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
    background: #fff;
}

.search-1 {
    margin-left: 15px;
}

.prompts-block {
    float: left;
}

.mytitle {
    font-weight: bold;
}

.box-co1-main .btn-group.open .dropdown-toggle {
    background: inherit;
    color: #000;
}

.editform-box-content {
    width: 100%;
}

#login-form label {
    color: #000;
}

.login-box-right-login.request_pass {
    padding-top: 109px;
}

.btn-box {
    width: 100%;
    float: left;
    padding-top: 20px;
}