@media screen and (max-width: 1400px) {
    .dropdownleft td .btn-group .btn {
        margin-top:0px;
        width:200px;
    }
    .dropdownleft td .btn-group {
         width:200px!important;
         float:none !important;
    }   
    .form-group .col-md-5 + .done{
        margin: 15px 0px 0px 15px !important;
    }
    .panel-body .custom-tbl {
        display: inline-block;
        border: 1px solid #e7e7e7;
    }

    .panel-body .custom-tbl tr td {
        min-width: 25%;
        display: inline-block;
        border: 0 !important;
    }
}
@media screen and (max-width: 1199px) {
    .userImg a .userImg-overlay {
        opacity: 1;
        background-color: transparent;
    }
    .userImg a:hover .userImg-overlay {
        opacity: 1;
        background-color: transparent;
    }
	.top-link .linkText{
		visibility: visible;
	}
    .table > tbody > tr > th, .table > tbody > tr > td,
    .table > tfoot > tr > td, .table > tfoot > tr > th,
    .table > thead > tr > td, .table > thead > tr > th {
        white-space: nowrap;
    }

}
@media screen and (max-width: 991px) {
    .tab-pane .btn {
        margin: 15px 0 0 0;
    }
    .form-group .clearfix {
        padding:0 15px;
    }
	.skForm .sign-in,
	.skForm .sign-out{
		width: calc(100% - 50px);
	}
	.view-details label{
		font-weight: 700;
	}
	.view-details label:after{
		display: none;
	}

    /*new css*/
    .dataTables_length {
        margin-left: 17px;
    }

    .table > tbody > tr > th, .table > tbody > tr > td,
    .table > tfoot > tr > td, .table > tfoot > tr > th,
    .table > thead > tr > td, .table > thead > tr > th {
        white-space: nowrap;
    }

    .navbar-custom a i {
        font-size: 24px;
    }
    .view-details label {
        margin-bottom: 10px;
    }
    .view-details span {
        margin-left: 0;
    }
    .view-details .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }
    .tab-content .form-group .clearfix {
        padding: 0;
    }
    .scheduler-border table tr td {
        min-width: 150px;
    }
}

@media screen and (max-width: 768px) {

    .side-menu {
        left: -240px;
    }

        .side-menu.open {
            left: 0;
        }


    .logo-block {
        width: auto;
        background: #fff;
        left: 42px;
    }

    .toggle-bar-mobile {
        display: block;
    }

    .toggle-bar-desktop {
        display: none;
    }

    .button-wrapper {
        margin: 10px 0 0 0;
    }

    .panel-body.funnelChartpanel {
        margin: 0;
    }

    .panel-body.task-panel {
    }

    .table-responsive {
        padding: 10px 0;
        border: 0;
    }

    .form-group input[type=submit] {
        margin: 15px 7px 0px 7px;
    }

    .clearfix .input-group {
        margin-top: 5px;
    }

    .sub-navigation ul li:first-child a {
        margin: 0 0 0 5px;
    }

    .tab-pane .btn {
        margin: 10px 0 0 0;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        margin: 0 0 5px 0;
    }

    .tab-pane .dropdown-toggle {
        margin: 5px 0 0 0;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .form-control {
        margin-bottom: 5px;
    }

    label {
        margin-bottom: 2px;
    }

    .navbar-custom .float-left a span {
        display: none;
    }

    .navbar-custom .float-left li:last-child span {
        display: block;
    }

    .navbar-custom .float-left li {
        border: 0;
    }

    .navbar-custom .logo-block {
        margin-right: 0;
    }

    .skForm .sign-in .logo,
    .skForm .sign-out .logo {
        display: none;
    }

    .skForm .logo {
        width: 100%;
        z-index: 9999;
        border-radius: 0;
    }

    .skForm .form-group {
        width: calc( 100% - 20%);
    }

    .skForm .form-inner {
        /*display: none;*/
        display: block;
    }

    .skForm .sign-in,
    .skForm .sign-out {
        padding-left: 0;
    }

    .skForm .logoMob {
        /*display: flex;*/
        display: none;
        background: linear-gradient(40deg, rgb(32 181 177 / 0.8) 0%, rgb(0 212 255 / 0.8) 100%)
    }
    .skForm .form-inner .form-title {
        font-size: 18px;
    }
    /*old chnage*/
    .userImg .userImg-overlay i {
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .userCoverImg img {
        width: 100% !important;
        height: 200px !important;
    }
    /*old chnage*/
    .panel-white .page-title {
        font-size: 16px;
    }

    .form-group.text-right {
        text-align: left !important;
    }

    .content-page .content .panel-body {
        display: flow-root;
    }

    .tasks-content .pane-left {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .tasks-content .pane-left.task-toggle-active {
            width: 0;
            height: 0;
        }

    .tasks-content .pane-right {
        width: 100%;
        float: none;
    }

    .btn.icn-btn {
        margin-bottom: 5px;
    }
    .modal-footer .btn + .btn {
        margin-bottom: 5px;
    }
    .modal-dialog .modal-body.alert-box {
        height: auto;
        overflow: hidden;
    }

    .panel-white a.page-title {
        background-color: #556ee640;
        color: #474553;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s;
        margin: 0 0 5px 0;
        font-weight: 700;
        padding: 8px 15px;
        border-radius: 20px;
    }
    .panel-white a.page-title.active {
        background-color: #556ee6;
        color: #fff;
    }
    .panel-white .nav-tabs li {
        margin: 0 10px 0 0;
    }
    .modal-dialog .modal-body.alert-box {
       height: auto;
       overflow: hidden;
   }
    .body-height {
        height: auto;
    }
    div#divImage {
        left: 0 !important;
        top: 0 !important;
        width: 90%;
        height: auto;
        right: 0;
        margin: 10px auto;
    }
    .employee-heading .assistant-item:hover {
        background-color: #fff;
    }
    .employee-heading .popover-contentDetail {
        position: unset !important;
        opacity: 1 !important;
        border-bottom: 1px solid #cccccc;
    }
    .employee-heading li:last-child .popover-contentDetail {
        border-bottom: none;
    }
    .assistant .assistant-item::after {
        top: 38px;
    }
    .content-blocks .assistant-title {
        padding: 0;
    }
    .employee-heading .popover-contentDetail {
        padding: 0 15px;
    }
    .assistant-title .view-link {
        padding: 0;
    }
    .assistant-title .audio-view {
        padding: 0;
    }
    .employee-heading .assistant-inner {
        padding: 15px;
    }
    .popover-inner.pl-5 {
        padding-left: 0 !important;
    }
    .popInnerDetail .assign-to, .popInnerDetail .closeDate {
        display: block;
    }    
}
/*old chnage*/
@media screen and (max-width: 767px) {
    .sub-navigation > div {
        display: block;
    }
    .sub-navigation .pull-right {
        padding-top: 8px;
    }
    div.dataTables_wrapper div.dataTables_length label {
        text-align: center !important;
    }
    .dataTables_length {
        margin-left: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        display: block;
    }
    .panel-body .custom-tbl tr td {
        min-width: 100%;
    }
    .item-table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .pull-left {
        width: 100%;
        margin-bottom: 3px;
    }

    .btn.icn-btn {
        padding: 7px 5px 7px 25px;
        width: auto !important;
        height: auto;
        font-size: 14px;
    }

    .btn.icn-btn:before {
        left: 5px;
    }
    .skForm .form-button .btn, .skForm .form-button button {
        min-width: 100px;
    }
}
    /*old chnage*/
@media screen and (max-width: 420px) {

        .navbar-custom .logo-block {
            width: calc(100% - 85px);
        }

        .navbar-custom ul li.toggle-bar-desktop + li {
            clear: both;
        }

        .submenu {
            width: 100%;
        }

        .side-menu {
            top: 120px;
        }

        .radio-group span {
            display: block;
            margin: 0 0 20px 0;
            padding: 15px 0 0 0;
            border-top: 1px solid #e5e5e5;
            border-left: 0;
        }

            .radio-group span:last-child {
                margin: 0;
            }
    }


