/* Author : Dreamguys Template Name: Preschool - Bootstrap Admin Template Version : 1.0 */
/*------------------------------------------------------------------ [Table of contents] 1. Common 2. Table 3. Helper Class 4. Bootstrap Classes 5. Animation 6. Header 7. Sidebar 8. Content 9. Login 10. Teachers Form 11. Tab 12. Dashboard 13. Activity 14. Select2 15. Nav tabs 16. Holidays 17. Edit Profile 18. Chat 19. Leave 20. Employee 21. Events 22. Profile 23. Notifications 24. Roles & Permissions 25. Chat Right Sidebar 26. Projects 27. Invoice 28. Payslip 29. Attendance 30. Profile 31. Inbox 32. Mail View 34. Blog 35. Blog View 36. UI Kit 37. Error 38. Lock Screen 39. Voice call 40. Video Call 41. Incoming call 42. Dashboard 43. Contacts 44. Notification settings 45. Chat Sidebar 46. Gallery 47. Responsive -------------------------------------------------------------------*/
/*------------------------------------------------------------------ [1. Common] */
 html {
    height:100%;
}
 body{
    font-family: 'Roboto', sans-serif;
    font-size:0.875rem;
    color:#333;
    background-color: #eaeef3;
    overflow-x: hidden;
    height:100%;
}
 h1, h2, h3, h4, h5, h6{
    margin-top:0;
}
 h1, .h1 {
    font-size: 2.25rem;
}
 h2, .h2 {
    font-size: 1.875rem;
}
 h3, .h3 {
    font-size: 1.5rem;
}
 h4, .h4 {
    font-size: 1.125rem;
}
 h5, .h5 {
    font-size: 0.875rem;
}
 h6, .h6 {
    font-size: 0.75rem;
}
 a:hover, a:active, a:focus {
    text-decoration:none;
    outline: none;
    color:#01c0c8;
}
 .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 0.469rem 0.75rem;
}
 .form-control:focus {
    border-color: #01c0c8;
    box-shadow: none;
    outline: 0 none;
}
 a {
    color: #009ce7;
}
 input, button, a {
    transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
}
 input, button {
    outline: none !important;
}
 input[type="file"] {
    height:auto;
}
 input[type=text], input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 textarea.form-control {
    resize: vertical;
}
 .navbar-nav > li {
    float: right;
}
 .form-group {
    margin-bottom: 20px;
}
 .display-block {
    display: block;
}
 .btn.rounded {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
 body {
    text-align: right;
    direction: rtl;
}
 .float-left {
    float: right;
}
 .float-right {
    float: left;
}
 .ml-auto {
    margin-right: auto !important;
    margin-left: initial !important;
}
 .mr-auto {
    margin-left: auto !important;
    margin-right: initial !important;
}
 .dropdown-menu-left {
    right: 0;
    left: auto;
    text-align: right;
}
 .dropdown-menu {
    text-align: right;
}
 .dropdown-menu-right {
    left: 0;
    right: auto;
    text-align: left;
}
 .dropdown-item:active {
    background:#01c0c8;
}

/* ------------------------            mokup                 -----------------------*/


.high-100 {
    height: 100%;

}
    



/*------------------------------------------------------------------ [2. Table] */
 .table {
    color:#000;
    margin-bottom:0;
}
 .table.table-white {
    background-color:#fff;
}
 .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e4f2f3;
}
 table.table td .avatar {
    margin:0 0 0 5px;
}
 table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
 table.table td h2 a {
    color: #757575;
}
 table.table td h2 a:hover {
    color: #01c0c8;
}
 table.table td h2 span {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
 div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
    margin-bottom:10px;
}
/*------------------------------------------------------------------ [3. Helper Class] */
 .p-0 {
    padding: 0 !important;
}
 .p-t-0 {
    padding-top: 0 !important;
}
 .m-r-5 {
    margin-left: 5px !important;
}
 .m-r-10 {
    margin-left: 10px !important;
}
 .m-r-15 {
    margin-left: 15px !important;
}
 .m-l-5 {
    margin-right: 5px !important;
}
 .m-l-10 {
    margin-right: 10px !important;
}
 .m-l-15 {
    margin-right: 15px !important;
}
 .m-t-5 {
    margin-top: 5px !important;
}
 .m-t-0 {
    margin-top: 0 !important;
}
 .m-t-10 {
    margin-top: 10px !important;
}
 .m-t-15 {
    margin-top: 15px !important;
}
 .m-t-20 {
    margin-top: 20px !important;
}
 .m-t-30 {
    margin-top: 30px !important;
}
 .m-t-50 {
    margin-top: 50px !important;
}
 .m-b-0 {
    margin-bottom: 0 !important;
}
 .m-b-5 {
    margin-bottom: 5px !important;
}
 .m-b-10 {
    margin-bottom: 10px !important;
}
 .m-b-15 {
    margin-bottom: 15px !important;
}
 .m-b-20 {
    margin-bottom: 20px !important;
}
 .m-b-30 {
    margin-bottom: 30px !important;
}
 .w-md {
    min-width: 110px;
}
 .w-40 {
    width: 40px;
}
 .block {
    display: block !important;
}
 .text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .text-muted-light {
    color:#aaa;
}
 .card-box {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 30px;
    padding:20px;
    position: relative;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .card-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 0 !important;
    text-transform: capitalize;
}
 .page-title {
    color: #565656;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: capitalize;
}
 .page-sub-title {
    color: #565656;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
 .cal-icon::after {
    background: transparent url("../img/calander.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 17px;
}
 .cal-icon {
    position: relative;
    width: 100%;
}
 .badge-success-border {
    border:1px solid #55ce63;
    color: #55ce63;
    background-color: #fff;
    display: inline-block;
    min-width:80px;
}
 .badge-danger-border {
    border:1px solid #f62d51;
    color: #f62d51;
    background-color: #fff;
    display: inline-block;
    min-width:80px;
}
 .badge-warning-border {
    border:1px solid #ffbc34;
    color: #ffbc34;
    background-color: #fff;
    display: inline-block;
    min-width:80px;
}
 .badge-info-border {
    border:1px solid #009efb;
    color: #009efb;
    background-color: #fff;
    display: inline-block;
    min-width:80px;
}
 .modal-footer.text-left {
    text-align:right;
}
 .modal-footer.text-center {
    text-align:center;
}
 .font-18 {
    font-size:18px;
}
 .border-right {
    border-left: 1px solid #e7e7e7;
}
 .blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
/*------------------------------------------------------------------ [4. Bootstrap Classes] */
 .btn-white {
    background-color: #01c0c8;
    border: 1px solid #ccc;
    color: #fff;
}
 .rounded, .circle {
    border-radius: 500px;
}
 .bg-primary, .badge-primary {
    background-color:#01c0c8!important;
}
 .bg-success, .badge-success {
    background-color:#007bff !important;
}
 .bg-info, .badge-info {
    background-color:#009efb !important;
}
 .bg-warning, .badge-warning {
    background-color:#776fd6 !important;
}
 .bg-danger, .badge-danger {
    background-color:#f62d51 !important;
}
 .bg-white {
    background-color:#fff;
}
 .text-primary, .dropdown-menu > li > a.text-primary {
    color:#01c0c8!important;
}
 .text-success, .dropdown-menu > li > a.text-success {
    color:#55ce63;
}
 .text-danger, .dropdown-menu > li > a.text-danger {
    color:#f62d51;
}
 .text-info, .dropdown-menu > li > a.text-info {
    color:#009efb;
}
 .text-warning, .dropdown-menu > li > a.text-warning {
    color:#ffbc34;
}
 .text-purple, .dropdown-menu > li > a.text-purple {
    color:#7460ee;
}
 .btn-primary {
    background-color: #01c0c8;
    border: 1px solid #01c0c8;
}
 .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #01acb2;
    border: 1px solid #01c4cb;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #01acb2;
    border: 1px solid #01c4cb;
}
 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #01acb2;
    border: 1px solid #01c4cb;
}
 .btn-secondary {
    background-color: #8E37D7;
    border: 1px solid #8E37D7;
}
 .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
    background-color:#6d22aa;
    border: 1px solid #6d22aa;
}
 .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.focus:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .dropdown-toggle.btn-secondary.focus, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary:hover {
    background-color: #6d22aa;
    border: 1px solid #6d22aa;
}
 .btn-success {
    background-color: #55ce63;
    border: 1px solid #55ce63
}
 .btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background: #4ab657;
    border: 1px solid #4ab657
}
 .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background: #4ab657;
    border: 1px solid #4ab657
}
 .btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}
 .btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1
}
 .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1
}
 .btn-warning {
    background: #ffbc34;
    border: 1px solid #ffbc34
}
 .btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background: #e9ab2e;
    border: 1px solid #e9ab2e
}
 .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background: #e9ab2e;
    border: 1px solid #e9ab2e
}
 .btn-danger {
    background: #f62d51;
    border: 1px solid #f62d51
}
 .btn-danger:hover, .btn-danger:focus {
    background-color: #e6294b;
    border: 1px solid #e6294b
}
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #01c0c8;
    border-color: #01c0c8;
}
 .pagination > li > a, .pagination > li > span {
    color: #01c0c8;
}
 .page-item.active .page-link {
    background-color: #01c0c8;
    border-color: #01c0c8;
}
 .dropdown-menu {
    transform-origin: left top 0;
    box-shadow:inherit;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 0 1px 3px 0 #c8c8c8;
}
 .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
 .modal-content {
    border-radius:0;
}
 .btn-group-xs > .btn, .btn-xs {
    min-height: 22px;
    min-width: 22px;
}
 .dropdown-menu {
    font-size: 13px;
}
 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    box-shadow: none;
}
 .btn-link {
    color: #333;
}
 .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
 .card {
    padding: 15px;
    border:1px solid #e7e7e7;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
 .card-title {
    margin-bottom: 1.125rem;
}
 .dropdown-action .dropdown-toggle::after {
    display: none;
}
 .badge.badge-pill {
    border-radius: 10rem;
}
 .badge-primary {
    color: #fff;
}
 .btn.btn-rounded {
    border-radius:50px;
}
 .table .badge {
    font-weight:700;
}
 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
 .nav-tabs .nav-link {
    border-radius:0;
}
 .table.dataTable {
    border-collapse: collapse !important;
    margin-top: 50px !important;
}
 textarea.form-control {
    height: auto;
}
 .progress-example .progress {
    margin-bottom: 1.5rem;
}
 .progress-xs {
    height: 4px;
}
 .progress-sm {
    height: 15px;
}
 .progress.progress-sm {
    height: 6px;
}
 .progress.progress-md {
    height: 8px;
}
 .progress.progress-lg {
    height: 18px;
}
 .form-control.form-control-sm {
    padding:0.25rem 0.5rem;
}
/*------------------------------------------------------------------ [5. Animation] */
 @-moz-keyframes pulse {
     0% {
         -moz-transform: scale(0);
         opacity: 0.0;
    }
     25% {
         -moz-transform: scale(0);
         opacity: 0.1;
    }
     50% {
         -moz-transform: scale(0.1);
         opacity: 0.3;
    }
     75% {
         -moz-transform: scale(0.5);
         opacity: 0.5;
    }
     100% {
         -moz-transform: scale(1);
         opacity: 0.0;
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0);
         opacity: 0.0;
    }
     25% {
         -webkit-transform: scale(0);
         opacity: 0.1;
    }
     50% {
         -webkit-transform: scale(0.1);
         opacity: 0.3;
    }
     75% {
         -webkit-transform: scale(0.5);
         opacity: 0.5;
    }
     100% {
         -webkit-transform: scale(1);
         opacity: 0.0;
    }
}
 @-webkit-keyframes taskHighlighter {
     0% {
         background: #FEEB99;
    }
     100% {
         background: #fff;
    }
}
 @keyframes taskHighlighter {
     0% {
         background: #FEEB99;
    }
     100% {
         background: #fff;
    }
}
/*------------------------------------------------------------------ [6. Header] */
 .header {
    background-color: #5995d3;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    height: 60px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
 .header .header-left {
    background: #fff;
    float: right;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 248px;
    z-index: 1;
}
 .header .header-left a span {
    font-size: 20px;
    color: #01c0c8;
    font-weight: 500;
}
 .logo {
    display: block;
    line-height: 60px;
}
 .header .navbar-nav .badge {
    position: absolute;
    left: 7px;
    top: 4px;
}
 .header .dropdown-menu > li > a {
    position: relative;
}
 .header .dropdown-toggle::after {
    display: none;
}
 .header .has-arrow .dropdown-toggle::after {
    display: inline-block;
}
 .page-title-box {
    border-radius: 0;
    height: 60px;
    margin-bottom: 0;
    padding: 17px 20px;
}
 .page-title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    display:none;
}
 .user-menu {
    margin: 0;
    position:relative;
    z-index:99;
}
 .user-menu.nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    height: 60px;
}
 .user-menu.nav > li > a:hover, .user-menu.nav > li > a:focus {
    background-color:rgba(0, 0, 0, 0.2);
}
 .user-img {
    display: inline-block;
    position: relative;
}
 .user-img img {
    border: 0px solid #01c0c8;
}
 .user-img .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    left: 0;
    width: 10px;
}
 .user-menu .user-img .status {
    bottom: 10px;
}
 .user-menu .dropdown-menu {
    min-width: 136px;
}
 .user-menu .bg-primary {
    background-color:#fb2f32 !important;
}
 .status {
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}
 .status.online {
    background-color: #55ce63;
}
 .status.offline {
    background-color: #f62d51;
}
 .status.away {
    background-color: #faa937;
}
/*------------------------------------------------------------------ [7. Sidebar] */
 .sidebar{
    top:60px;
    width:249px;
    z-index:99;
    background-color: #fff;
    bottom:0;
    margin-top:0px;
    position:fixed;
    right:0;
    -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     transition: all 0.4s ease;
    border-left: 1px solid #e7e7e7;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .sidebar-inner{
    height:100%;
}
 .sidebar-menu ul {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position:relative;
}
 .sidebar-menu li a {
    color: #888;
    display: block;
    font-size: 19px;
    height: auto;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
}
 .sidebar-menu li a:hover {
    color:#01c0c8;
}
 .sidebar-menu li a > .badge {
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}
 .sidebar-menu li a i {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
 .sidebar-menu li a i.back-icon {
    margin-right:0;
}
 .sidebar-menu li.active a {
    color: #fff;
    background-color: #01c0c8;
}
 .menu-title {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}
 .menu-title > i {
    float: right;
    line-height: 40px;
}
 .sidebar-menu li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    float: left;
    padding: 0;
}
 .sidebar-menu li.menu-title a.add-user-icon {
    background-color: #eee;
    border-radius: 24px;
    color: #bbb;
    line-height: 24px;
    min-height: 24px;
    width: 24px;
    text-align: center;
    margin-top: 6px;
}
 .sidebar-menu li.menu-title a.add-user-icon:hover {
    background-color: #01c0c8;
    color:#fff;
}
 .sidebar-menu li.menu-title a.add-user-icon i {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
}
 .sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    line-height: inherit;
    margin-bottom: 15px;
}
 .sidebar-menu li.menu-title a.btn:hover {
    color:#fff;
}
 .sidebar-menu ul ul a.active {
    color: #01c0c8;
    text-decoration: underline;
}
 .mobile-user-menu {
    color: #fff;
    display: none;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 10;
}
 .mobile-user-menu > a {
    color:#01c0c8;
    padding:0;
}
 .mobile-user-menu > a:hover {
    color:#01c0c8;
}
 .mobile-user-menu > .dropdown-menu > a {
    line-height:23px;
}
 .profile-rightbar {
    display:none !important;
    color: #01c0c8;
    font-size: 26px;
    margin-right: 15px;
}
 .mobile_btn {
    display:none;
}
 #sidebar-menu ul ul a {
    display: block;
    padding: 0 60px 0 20px;
}
 #sidebar-menu ul ul ul a {
    padding-right: 80px;
}
 #sidebar-menu ul ul ul ul a {
    padding-right: 100px;
}
 #sidebar-menu ul ul {
    background-color: #f3f3f3;
}
 .sidebar-menu > ul > li {
    position: relative;
}
 .sidebar-menu .menu-arrow {
     -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    left: 20px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
 .sidebar-menu .menu-arrow:before {
    content: "\f105";
}
 .sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .noti-dot:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 5px solid #01c0c8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #01c0c8;
    z-index: 10;
    position: absolute;
    left: 37px;
    top: 17px;
}
 .noti-dot:after {
     content: '';
     border: 4px solid #01c0c8;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 24px;
    width: 24px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 1;
    opacity: 0;
}
/*------------------------------------------------------------------ [8. Content] */
 .page-wrapper {
    right: 0;
    margin-right: 240px;
    padding-top: 60px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 .page-wrapper > .content{
    padding:30px;
}
 .content-page {
    background: #fff;
    border: 1px solid #e0d6d6;
     box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    padding:20px;
}
 #calendar {
    height:450px;
}
/*------------------------------------------------------------------ [9. Login] */
 .modal-body a:active, .modal-body a:focus, .modal-body a:hover {
    color: #fff;
}
 .main-wrapper {
    height:100%;
}
 .account-page {
    background-image: url("../img/bg-account.jpeg");
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
 .account-page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(68, 172, 178, 0.7);
}
 .account-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 40px;
    text-align: center;
}
 .account-box {
    margin: 0 auto;
    width: 400px;
     border:1px solid #e7e7e7;
    background-color:#fff;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 0px;
}
 .account-wrapper {
    padding: 30px;
}
 .account-logo {
    margin-bottom: 20px;
    text-align: center;
}
 .account-box .form-group {
    margin-bottom: 25px;
}
 .account-box .account-btn {
    border-radius: 0px;
    font-size: 22px;
    padding: 10px 26px;
    border:0;
}
 .account-box .account-btn:hover, .account-box .account-btn:focus {
    border:0;
    opacity:0.8;
}
 .account-box a {
    color: #323232;
    font-size: 16px;
}
 .account-box a:hover {
    color: #01c0c8;
}
 .account-box .form-control {
    border: 1px solid #e7e7e7;
    height: 50px;
}
 .account-box label {
    color: #7f8fa4;
    font-size: 16px;
    font-weight: normal;
}
 .account-logo img {
    width: 100px;
}
 .main-content {
    margin-right: 225px;
    padding: 30px;
    background-color: #eaeef3;
}
 .content-wrapper {
    margin-top: 80px;
}
 .page-header .breadcrumb li+li:after {
    padding: 8px;
    color: black;
    content: "\f104";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
}
 .page-header .breadcrumb {
    border-radius: 4.25rem !important;
    font-size: 12px;
    background:none;
}
 .page-header h5 {
    font-weight: 700;
    color: #01c0c8;
     font-size: 22px;
    margin-top:10px;
}
 .page-header a,.profile-content a {
     color: #06b4c2;
}
 .page-content {
     color: #333;
}
 .page-content h4 {
     text-transform: capitalize;
     font-weight: 600;
     display: inline-block;
}
 .page-content .card-body {
    padding-left:0;
     padding-right:0;
    padding-top:0;
}
 .card-header .dropdown-menu .show{
     top: -37px;
     right: -60px;
}
 .page-content .card-header {
     border-radius: 2px 2px 0 0;
     border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
 .pae-content .card-body {
     background-color: #f7f7f7;
}
 .model-open .header,.model-open .sidebar {
     z-index: 0;
}
/*------------------------------------------------------------------ [10.Teacher form] */
 .custom-mt-form-group {
     position: relative;
     margin-top: 30px;
     margin-bottom: 1.25rem;
}
 .custom-mt-form-group input {
     height: 1.9rem;
}
 .custom-mt-form-group textarea {
     resize: none;
}
 .custom-mt-form-group select {
     font-size: 1rem;
     height: 1.6rem;
     padding: 0.125rem 0.125rem 0.0625rem;
     background: none;
     border: none;
     line-height: 1.6;
     box-shadow: none;
}
 .custom-mt-form-group .control-label {
     position: absolute;
     top: 0.25rem;
     padding-left: 0.125rem;
     z-index: 1;
     color: grey;
     font-size: 0.8rem;
     font-weight: normal;
     -webkit-transition: all 0.28s ease;
     transition: all 0.28s ease;
}
 .custom-mt-form-group .bar {
     position: relative;
     border-bottom: 0.0625rem solid #e7e7e7;
     display: block;
}
 .custom-mt-form-group .bar::before {
     content: '';
     height: 0.125rem;
     width: 0;
     left: 50%;
     bottom: -0.0625rem;
     position: absolute;
     background: #337ab7;
     -webkit-transition: right 0.28s ease, width 0.28s ease;
    transition: right 0.28s ease, width 0.28s ease;
     z-index: 2;
}
 .custom-mt-form-group select, .custom-mt-form-group input, .custom-mt-form-group textarea {
     display: block;
     background: none;
     padding: 0.125rem 0.125rem 0.0625rem;
     font-size: 1rem;
     border-width: 0;
     border-color: transparent;
     line-height: 1;
     color: transparent;
     -webkit-transition: all 0.28s ease;
     transition: all 0.28s ease;
     box-shadow: none;
}
 .custom-mt-form-group select, .custom-mt-form-group input:focus, .custom-mt-form-group input:valid, .custom-mt-form-group input.form-file, .custom-mt-form-group input.has-value, .custom-mt-form-group textarea:focus, .custom-mt-form-group textarea:valid, .custom-mt-form-group textarea.form-file, .custom-mt-form-group textarea.has-value {
     color: #333;
     width:100%;
}
 .custom-mt-form-group select ~ .control-label, .custom-mt-form-group input:focus ~ .control-label, .custom-mt-form-group input:valid ~ .control-label, .custom-mt-form-group input.form-file ~ .control-label, .custom-mt-form-group input.has-value ~ .control-label, .custom-mt-form-group textarea:focus ~ .control-label, .custom-mt-form-group textarea:valid ~ .control-label, .custom-mt-form-group textarea.form-file ~ .control-label, .custom-mt-form-group textarea.has-value ~ .control-label {
     font-size: 0.8rem;
     color: gray;
     top: -1rem;
     right: 0;
}
 .custom-mt-form-group select:focus, .custom-mt-form-group input:focus, .custom-mt-form-group textarea:focus {
     outline: none;
}
 .custom-mt-form-group select:focus ~ .control-label, .custom-mt-form-group input:focus ~ .control-label, .custom-mt-form-group textarea:focus ~ .control-label {
     color: #337ab7;
}
 .custom-mt-form-group select:focus ~ .bar::before, .custom-mt-form-group input:focus ~ .bar::before, .custom-mt-form-group textarea:focus ~ .bar::before {
     width: 100%;
     right: 0;
}
 .menu-small .main-content {
     margin-left: 80px;
}
 .aboutprofile-pic {
     width: 20%;
     margin: auto;
     border: 2px solid #06b4c2;
     border-radius: 50%;
}
 .aboutprofile a,.aboutme-profile a {
     color: #06b4c2;
}
 .aboutprofile-pic .card-img-top {
     border-radius: 50%;
}
 .aboutprofile .card ,.aboutme-profile .card,.aboutprofile-address .card,.aboutprofile-work .card,.profile-content {
     border: 1px solid #c7c7c7;
     box-shadow: inherit;
}
 .aboutme-profile .card-header,.aboutprofile-address .card-header {
     border-bottom: 1px dotted #b3b3b3;
     background: #fff;
}
 .aboutme-profile .card-body {
    padding:0;
    margin-top:0px;
}
 .aboutme-start {
     padding-bottom: 20px;
     border-bottom: 1px solid #f0f4f7;
     margin-top: 10px;
     margin-bottom: 15px;
}
 .aboutme-starttitle {
     color: #7f90a4;
     font-size: 25px;
     text-align: center;
}
 .aboutme-startname {
     color: #06b4c2;
     font-size: 11px;
     font-weight: 800;
     text-align: center;
}
 .profile-content {
     overflow: hidden;
}
 .profile-userpic img {
     margin: 0px auto;
     width: 130px;
     padding: 3px;
     border: 3px solid rgb(210, 214, 222);
     border-radius: 50% 50% 50% 50%;
}
 .profile-usertitle {
     text-align: center;
     margin-top: 5px;
}
 .profile-usertitle-name {
     font-size: 20px;
     margin-bottom: 2px;
     font-weight: bold;
     color: #3a405b;
}
 .profile-usertitle-job {
     color: #777777;
     font-size: 12px;
     margin-bottom: 5px;
}
 .profile-userbuttons {
     text-align: center;
     margin-top: 10px;
}
 .profile-userbuttons .btn {
     margin-left: 5px;
}
 .profile-userbuttons .btn:last-child {
     margin-left: 0;
}
 .profile-userbuttons button {
     text-transform: uppercase;
     font-size: 11px;
     font-weight: 600;
}
 .profile-usermenu {
     margin-top: 30px;
     padding-bottom: 20px;
}
 .profile-usermenu ul li {
     border-bottom: 1px solid #f0f4f7;
}
 .profile-usermenu ul li:last-child {
     border-bottom: none;
}
 .profile-usermenu ul li a {
     color: #93a3b5;
     font-size: 16px;
     font-weight: 400;
}
 .profile-usermenu ul li a i {
     margin-right: 8px;
     font-size: 16px;
}
 .profile-usermenu ul li a:hover {
     background-color: #fafcfd;
     color: #5b9bd1;
}
 .profile-usermenu ul li.active a {
     color: #5b9bd1;
     background-color: #f6f9fb;
     border-right: 2px solid #5b9bd1;
     margin-right: -2px;
}
 .profile-stat {
     padding-bottom: 20px;
     border-bottom: 1px solid #f0f4f7;
}
 .profile-stat-title {
     color: #7f90a4;
     font-size: 25px;
     text-align: center;
}
 .profile-stat-text {
     color: #5b9bd1;
     font-size: 11px;
     font-weight: 800;
     text-align: center;
}
 .profile-desc-title {
     color: #7f90a4;
     font-size: 17px;
     font-weight: 600;
}
 .profile-desc-text {
     color: #7e8c9e;
     font-size: 14px;
}
 .profile-desc-link i {
     width: 22px;
     font-size: 19px;
     color: #abb6c4;
     margin-left: 5px;
}
 .profile-desc-link a {
     font-size: 14px;
     font-weight: 600;
     color: #5b9bd1;
}
 .profile-tabname {
     font-size: 12px;
     text-transform: capitalize;
     font-weight: normal;
}
 .thumb-lg {
     width: 33%;
}
 .img-responsive {
     display: block;
     max-width: 100%;
     height: auto;
}
 .blogThumb {
     padding: 4px;
     margin-bottom: 20px;
     line-height: 1.428571429;
     background-color: #fff;
     border: 1px solid #ddd;
}
 .thumb-center{
     text-align: center;
}
 .thumb-center img{
     display: inline-block;
}
 .border-gray {
     border: 1px solid #ddd;
}
 .list-group-unbordered > .list-group-item {
     border-right: 0px none;
     border-left: 0px none;
     border-radius: 0px 0px 0px 0px;
     padding-right: 0px;
     padding-left: 0px;
}
 .list-group .list-group-item {
     display: block;
    padding:5px;
}
 .profile-desc {
     text-align: right;
     margin-top: 10px;
     margin-bottom: 25px;
}
 .profile-desc-item {
     text-align: right;
     font-size: 14px;
     color: #6f6d6d;
     width: 100px;
}
 .performance-list {
     list-style: none outside none;
     padding: 0px;
}
 .performance-list li a {
     color: rgb(158, 158, 158);
     margin-bottom: 10px;
     display: block;
     text-decoration: none;
}
 .performance-list li a:hover {
     color: #00C0EF;
}
 .work-monitor .title {
     margin: 0 0 40px 0;
}
 .work-monitor .title h3 {
     font-size: 14px;
     text-transform: uppercase;
     color: #555;
     margin: 20px 0 10px 0;
}
 .work-monitor .title p {
     font-size: 14px;
     color: #b1b5b7;
}
 .work-monitor .states {
     width: 90%;
}
 .work-monitor .states .info {
     display: inline-block;
     width: 100%;
     font-size: 13px;
}
 .work-progress .states {
     width: 100%;
}
 .p-text-area, .p-text-area:focus {
     box-shadow: none;
     color: #C3C3C3;
     font-size: 16px;
     font-weight: 300;
     border: 3px solid #dcd4d4;
}
 ul.activity-list {
     list-style-type: none;
     padding: 10px;
}
 ul.activity-list li {
     display: inline-block;
     width: 100%;
     margin-bottom: 30px;
     padding-bottom: 20px;
     border: 3px solid #c7c7c7;
}
 ul.activity-list .avatar img {
     float: right;
     border-radius: 50%;
     -webkit-border-radius: 50%;
}
 ul.activity-list .activity-desk {
     margin-right: 70px;
}
 ul.activity-list .activity-desk h5 {
     color: #2a323f;
}
 ul.activity-list .activity-desk h5 a {
     font-weight: bold;
}
 .activity-desk .album a {
     float: right;
     margin-left: 10px;
     width: 170px;
     height: 110px;
     overflow: hidden;
     margin-bottom: 10px;
}
 .activity-desk .album a img {
     width: 100%;
}
 #map-canvas {
     height: 200px;
     width: 100%;
}
 .revenue-graph {
     height: 220px;
}
 .biography {
     padding: 20px;
}
 .panel {
     padding: 10px;
     border: 1px solid #eaeef3;
     border-top: 0;
}
 .form-group {
    position: relative;
    padding: 15px 0 0;
}
 .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
 .form__field::placeholder {
    color: transparent;
}
 .form__field:placeholder-shown ~ .form-label {
    font-size: 13px;
    cursor: text;
    top: 20px;
}
 .form-label, .form__field:focus ~ .form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: grey;
}
 .form__field:focus ~ .form-label {
    color: #337ab7;
}
 .form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #337ab7;
}
/*------------------------------------------------------------------ [11. TAB ] */
 .tab-pane > p:last-child {
     margin-bottom: 0
}
 .tabs-reversed > li {
     float: left;
     margin-left: 0
}
 .tabs-reversed > li > a {
     margin-left: 0
}
 .customtab.nav-tabs .nav-link.active, .customtab.nav-tabs .nav-link.active:focus {
     border-bottom: 0px solid #36c6d3;
     background-color: rgb(1, 192, 200) !important;
     box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgb(1, 192, 200);
     color: #fff;
     border-radius: 30px;
}
 .customtab.nav-tabs .nav-link {
     border-right: 0;
     border-top: 0;
     border-left: 0;
     color: #999;
}
 .btmBorder{
     border-bottom: 0px !important;
}
 .customtab {
     border-bottom: 2px solid #f7fafc;
    padding-bottom: 20px;
    font-size: 18px;
}
 .nav-tabs > li {
     float: right;
     margin-bottom: -1px;
}
 .nav-pills > li > a, .nav-tabs > li > a {
     font-size: 14px;
     -webkit-border-radius: 2px 0px 0 2px;
     -moz-border-radius: 2px 0px 0 2px;
     -ms-border-radius: 2px 0px 0 2px;
     -o-border-radius: 2px 0px 0 2;
     position: relative;
     display: block;
     padding: 10px 15px;
     border-radius: 2px 0px 0 2px;
     margin-left: 2px;
     line-height: 1.42857143;
     border: 1px solid transparent;
     border-radius: 4px 0px 0 4px;
}
 .nav-tabs > li a.active, .nav-tabs > li a.active:focus, .nav-tabs>li a.active:hover {
     width: 90%;
     outline: none;
     border: 1px solid #ddd7d7;
     padding-right: 5px;
     border-bottom-color: transparent;
}
 .patient-img img {
     height: 40px;
     width: 40px;
     border-radius: 50%;
     box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
     border: 1px solid #fff;
}
 table.dataTable tbody td.patient-img {
     padding: 2px;
}
 .all-tab {
     border-bottom: 2px solid #eaeef3;
}
/*------------------------------------------------------------------ [12. Dashboard] */
 .card-table.card-table-top .card-body {
    height: 175px;
    overflow-y: auto;
     -webkit-overflow-scrolling: touch;
}
 .card-title > a.btn {
    color:#fff;
}
 .custom-table tr {
    background-color: #fff;
}
 .table.custom-table > tbody > tr > td, .table.custom-table > tbody > tr > th, .table.custom-table > tfoot > tr > td, .table.custom-table > tfoot > tr > th, .table.custom-table > thead > tr > td, .table.custom-table > thead > tr > th {
    padding: 10px 8px;
    vertical-align: middle;
}
 .dash-widget-icon {
    border-radius: 100%;
    color: #777;
    display: inline-block;
    float: right;
    font-size: 30px;
    height: 66px;
    line-height: 66px;
    margin-left: 10px;
    text-align: center;
    width: 66px;
}
 .dash-widget-info {
    text-align: left;
}
 .dash-widget-info > h3 {
    font-size: 20px;
    font-weight: 600;
}
 .dash-widget-info > span {
    font-size: 15px;
}
 .activity-panel .activity-box {
    height: 350px;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
 .activity-panel .activity-list > li {
    padding:0;
    border:0;
    box-shadow:inherit;
}
 .activity-panel .activity-list > li:last-child {
    margin-bottom:0;
}
 .activity-panel .activity-list::before {
    right: 8px;
}
 .chat-panel .card-body {
    overflow-y: auto;
    height: 340px;
     -webkit-overflow-scrolling: touch;
}
 .chat-panel .chats {
    padding: 30px 0;
}
 .chat-panel .chat-date {
    background-color: #fff;
}
 .chat-panel .message-area .input-group .form-control:focus {
    height: 44px;
    transition: inherit;
}
 .task-panel .card-body {
    height: 286px;
    overflow-x: auto;
}
 .task-panel .task-wrapper {
    padding:0;
}
 .member-panel .contact-list {
    border:1px solid #eaeaea;
    margin-bottom:15px;
}
 .member-panel .contact-list > li:last-child {
    border-bottom:0;
}
 .member-panel .card-body {
    overflow-y: auto;
    height: 260px;
     -webkit-overflow-scrolling: touch;
}
/*------------------------------------------------------------------ [13. Activity] */
 .activity-box {
    position: relative;
}
 .activity-list {
    list-style: none;
    margin: 0 10px 0 0 ;
    padding: 0;
    position: relative;
}
 .activity .activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
 .activity .activity-list > li .activity-user {
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 8px;
    width: 32px;
}
 .activity .activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 40px 0 0px;
    padding: 0;
    position: relative;
}
 .activity-list::before {
    bottom: 0;
    content: "";
    right: 23px;
    position: absolute;
    top: 8px;
    width: 2px;
}
 .activity .activity-list li::before {
    bottom: 0;
    content: "";
    right: 22px;
    position: absolute;
    top: 12px;
    width: 2px;
}
 .activity-list li::before {
    content: "";
    right: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
 .activity-list > li {
    background-color: #fff;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    border: 1px solid #e7e7e7;
}
 .activity-list > li:last-child .activity-content {
    margin-bottom:0;
}
 .activity-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}
 .activity-list > li .activity-user {
    background: #fff;
    height: 32px;
    right: -7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 32px;
}
 .activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 40px 20px 0px;
    padding: 0;
    position: relative;
}
 .activity-list > li .activity-content .timeline-content {
    color: #9e9e9e;
}
 .activity-list > li .activity-content .timeline-content a.name {
    color: #000;
}
 .activity-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}
/*------------------------------------------------------------------ [14. Select2] */
 .select2-container .select2-selection--single {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
}
.select2-results {
    text-align: right;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    left: 7px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    right: 50%;
    margin-right: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}
 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right:15px;
    padding-left: 30px;
    text-align: right;
}
 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #01c0c8;
}
/*------------------------------------------------------------------ [15. Nav tabs] */
 .nav-tabs > li > a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}
 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
    color: #333;
}
 .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
 .nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
 .nav-tabs.nav-tabs-solid > li > a {
    color: #333;
}
 .nav-tabs.nav-tabs-solid > li > a.active, .nav-tabs.nav-tabs-solid > li > a.active:hover, .nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #01c0c8;
    border-color: #01c0c8;
    color: #fff;
}
 .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius:50px;
}
 .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius:50px;
}
 .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}
 .nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
 .nav-tabs-justified > li > a:hover, .nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}
 .nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
/*------------------------------------------------------------------ [16. Holidays] */
 .custom-table tr.holiday-completed {
    color: #aaa;
}
 .modal-header.bg-danger .modal-title {
    color: #fff;
}
 .dropdown.action-label {
    display: inline-block;
}
 .action-label > a {
    display: inline-block;
    min-width: 103px;
}
 .action-label > a:focus,.action-label > a:hover,.action-label > a:active {
    color:#fff;
}
 .action-label .btn-sm {
    padding: 5px;
}
/*------------------------------------------------------------------ [17. Edit Profile] */
 .profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow:hidden;
}
 .profile-basic {
    margin-right: 140px;
}
 .profile-img-wrap img {
    width: 120px;
    height: 120px;
}
 .fileupload.btn {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}
 .fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    left: -3px;
    top: -3px;
    padding: 5px;
}
 .btn-text {
    color: #fff;
}
 .parent-form {
    padding-right: 10px!important;
    padding-left:10px!important;
}
/*------------------------------------------------------------------ [18. Chat] */
 .chat-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
 .chat-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
 .message-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width:75%;
}
 .chat-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding:0;
}
 .fixed-header .user-info a {
    color: #76838f;
    text-transform: uppercase;
}
 .typing-text {
    color: #01c0c8;
    font-size: 12px;
    text-transform: lowercase;
}
 .last-seen {
    color: #a3afb7;
    display: block;
    font-size: 12px;
}
 .custom-menu.nav > li > a {
    color: #01c0c8;
    font-size: 26px;
    margin-right: 15px;
    padding: 0;
     margin-left:0;
}
 .custom-menu.navbar-nav > li > a:hover, .custom-menu.navbar-nav > li > a:focus {
    background-color:transparent;
}
 .custom-menu .dropdown-menu {
    left: 0;
    right: auto;
}
 .search-box .input-group {
    background-color: #e6e6e6;
    border: 1px solid #ddd;
    border-radius: 50px;
}
 .search-box .input-group .form-control {
    background: transparent;
    border: none;
}
 .search-box .btn {
    background-color: transparent;
}
 .chat-contents {
    display: table-row;
    height: 100%;
}
 .chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}
 .chat-wrap-inner {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
 .chats{
    padding:30px 15px;
}
 .chat-body{
    display:block;
    margin:10px 0 0;
    overflow:hidden;
}
 .chat-body:first-child{
    margin-top:0
}
 .chat-right .chat-content{
    position:relative;
    display:block;
    float:left;
    padding:8px 15px;
    margin: 0;
    clear:both;
    background-color:#e6e6e6;
    border-radius:2px 20px 20px 2px;
    max-width: 60%;
}
 .chat-right .chat-body {
    padding-left: 10px;
    padding-right: 48px;
}
 .chat-bubble {
    display: block;
    width: 100%;
    float: left;
    margin-bottom:10px;
}
 .chat.chat-right .chat-bubble:last-child .chat-content {
    border-bottom-left-radius: 20px;
}
 .chat.chat-right .chat-bubble:first-child .chat-content {
    border-top-left-radius: 20px;
}
 .chat-content > p{
    margin-bottom:0;
    word-wrap: break-word;
}
 .chat-time{
    color:rgba(0, 0, 0, 0.5);
    display:block;
    font-size:12px;
}
 .chat-right .chat-time {
    text-align: left;
}
 .chat-line {
    border-bottom: 1px solid #eaeaea;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
 .chat-date {
    background-color: #f5f5f5;
    color: #000;
    font-size: 12px;
    padding: 0 11px;
}
 .chat-avatar{
    float:left;
}
 .chat-avatar .avatar {
    line-height:30px;
    height:30px;
    width:30px;
}
 .chat-left .chat-avatar{
    float:right
}
 .chat-left .chat-body{
    margin-right:30px;
    margin-left:0px;
    padding-left: 20px;
}
 .chat-left .chat-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #888;
    float: right;
    position:relative;
    padding:8px 15px;
    border-radius:2px 20px 20px 2px;
    max-width: 60%;
}
 .avatar {
    background-color: #5995d3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 40px;
    position:relative;
    white-space:nowrap;
    float: right;
}
 .avatar:hover {
    color:#fff;
}
 .avatar > img {
    width: 100%;
    display:block;
}
 .chat.chat-left .chat-bubble:first-child .chat-content {
    border-top-right-radius: 20px;
    margin-top: 0;
}
 .chat.chat-left .chat-bubble:last-child .chat-content {
    border-bottom-right-radius: 20px;
}
 .chat-left .chat-time{
    color:#a3afb7
}
 .attach-list {
    color: #adb7be;
    padding: 5px 0 0;
    line-height: 24px;
    margin: 0;
    list-style: none;
}
 .attach-list i {
    margin-left: 3px;
    font-size: 16px;
}
 .attach-list a {
    word-wrap: break-word;
}
 .chat-footer {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}
 .message-bar{
    display:table;
    height:44px;
    position:relative;
    width:100%;
}
 .message-bar .message-inner{
    display:table-row;
    height:100%;
    padding:0 8px;
    width:100%;
}
 .message-bar .link{
    color:#777;
    display:table-cell;
    font-size:20px;
    padding:0 10px;
    position:relative;
    vertical-align:middle;
    width:30px;
}
 .message-bar .message-area{
    display:table-cell;
}
 .message-area .input-group .form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 44px;
    margin: 0;
    padding: 6px 12px;
    resize: none;
}
 .message-area .btn {
    height: 44px;
    width: 50px;
}
 .profile-right {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
}
 .display-table {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
 .table-row {
    display: table-row;
    height: 100%;
}
 .table-body {
    position: relative;
    height: 100%;
    width: 100%;
}
 .table-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
 .profile-right-inner {
    border-right: 1px solid #eaeaea;
    background-color: #fff;
}
 .chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center;
}
 .edit-profile-img {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
    cursor:pointer;
}
 .change-img {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 100%;
    right: 0;
    line-height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
}
 .edit-profile-img:hover .change-img {
    display: block;
}
 .edit-profile-img img {
    height: auto;
    margin: 0;
    width: 120px;
    border-radius: 50%;
    border: 2px solid #01c0c8;
}
 .user-name {
    color: #333;
}
 .edit-btn {
    border-radius: 40px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 36px;
}
 .chat-profile-info {
    padding:15px;
}
 .user-det-list {
    list-style: none;
    padding: 0;
}
 .user-det-list > li {
    padding: 6px 15px;
}
 .user-det-list .text-muted {
    color: #888;
}
 .transfer-files .tab-content {
    padding-top:0;
}
 .files-list {
    list-style: none;
    padding-right: 0;
}
 .files-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    margin: 2px 0 0;
    padding: 10px;
}
 .files-cont {
    position: relative;
}
 .file-type {
    height: 48px;
    position: absolute;
    width: 48px;
}
 .files-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
 .files-icon i {
    color: #76838f;
    font-size: 20px;
}
 .files-info {
    padding: 0 50px 0 30px;
}
 .file-name a {
    color: #333;
}
 .files-action {
    display:none;
    height: 30px;
    list-style: none;
    padding-right: 0;
    position: absolute;
    left: 0;
    text-align: left;
    top: 10px;
    width: 30px;
}
 .files-list > li:hover .files-action {
    display:block;
}
 .file-date {
    color: #888;
    font-size: 12px;
}
 .file-author a {
    color: #01c0c8;
    font-size: 12px;
    text-decoration: underline;
}
 .files-action .dropdown-menu {
    left: 0;
    right: auto;
}
 .chat-img-attach {
    border-radius: 4px;
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
    float: left;
}
 .chat-img-attach img {
    border-radius: 4px;
    display: inline-block;
    height: auto;
    max-width: 100%;
}
 .chat-placeholder {
    background: rgba(69, 81, 97, 0.6);
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    right: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}
 .chat-img-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
 .chat-file-desc {
    font-size: 11px;
}
 .chat-right .chat-content.img-content {
    background-color:transparent;
    color: #76838f;
    padding: 0;
    text-align: left;
}
 .chat-right .img-content .chat-time {
    color: #a3afb7;
}
 .chat-left .chat-img-attach {
    float: right;
}
 .chat-left .chat-img-attach {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}
 .chat-avatar-sm {
    width:24px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    float: right;
}
 .chat-avatar-sm img {
    width:24px;
}
 .chat-avatar-sm.user-img .status {
    bottom: 4px;
    left: -3px;
}
 .files-share-list {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
 .chat-user-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .chat-user-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    margin: 5px 0 0;
    padding: 10px;
    background-color: #fff;
}
 .designation {
    color: #9e9e9e;
    font-size: 12px;
}
 .online-date {
    color: #9e9e9e;
    font-size: 12px;
}
 .drop-zone{
    width:100%;
    height:205px;
    border:2px dashed #adb7be;
    text-align:center;
    padding:25px 0 0;
    margin-bottom: 20px;
}
 .drop-zone .drop-zone-caption{
    font-weight:600;
}
 .upload-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
 .upload-list .file-list {
    background-color: #fff;
    border-top: 1px solid #d8e2e7;
    padding: 10px;
}
 .upload-list .file-list:first-child{
    border-top:none
}
 .upload-list .upload-wrap{
    position:relative;
    padding:0 0 0 20px;
    margin:0 0 5px
}
 .upload-list .file-name,.upload-list .file-size{
    display:inline-block;
    vertical-align:top;
    white-space:nowrap;
}
 .upload-list .file-name{
    padding-left:15px;
    overflow:hidden;
    max-width:100%;
    text-overflow:ellipsis
}
 .upload-list .file-size{
    color:#888;
}
 .upload-list .file-close{
    border:none;
    background:none;
    color:#dbe4ea;
    position:absolute;
    left:0;
    top:2px;
}
 .upload-list .file-close:hover{
    color:#f62d51
}
 .upload-list .upload-process{
    font-size:10px;
    color:#888;
}
 .upload-list .progress{
    margin-bottom:5px;
    background-color:#f6f8fa;
    height:5px;
}
 .upload-list .file-name i {
    color: #fda75c;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
 .upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
    color: #ccc;
    border-style: dashed;
    border-color: #adb7be;
    line-height: 200px;
    text-align: center;
    background-color:#fff;
}
 .upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}
 .upload-text {
    font-size: 24px;
    margin-right: 10px;
}
 .notification-popup {
     z-index: 1051;
     position: fixed;
     top: 20px;
     left: 10px;
     width: 300px;
     display: inline-block;
     background: #1F8FEF;
     border: 1px solid #1082e4;
     color: #fff;
     padding: 20px;
     opacity: .8;
     border-radius: 2px;
     box-sizing: border-box;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .notification-popup.success {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
 .notification-popup p {
    margin-top: 0;
    margin-bottom: 0px;
}
 .notification-popup .task {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}
 .notification-popup .notification-text {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
}
 .notification-popup.hide {
    opacity: 0;
    visibility: hidden;
}
 .sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    right: 0;
    top: 60px;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
}
 .sidebar-overlay.opened {
    display: block;
}
 .sidebar-menu.opened {
    opacity: 1;
     -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
     transform: translateX(0px);
    margin-left:0;
}
 html.menu-opened {
    overflow: hidden;
}
 html.menu-opened body {
    overflow: hidden;
}
 .task-chat-view.opened {
    margin-left:0;
}
 .chat-profile-view.opened {
    margin-left:0;
}
 .menu-opened .message-view.task-view {
    width:100%;
}
/*------------------------------------------------------------------ [19. Leave] */
 .filter-row .btn {
    border-radius: 0;
    min-height: 50px;
    padding: 12px;
    text-transform: uppercase;
}
 .form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight:300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}
 .action-label .label {
    display: inline-block;
    min-width: 85px;
    padding: 0.5em 0.6em;
}
 .action-label i {
    margin-left: 3px;
}
 .action-label .dropdown-menu > li > a {
    padding: 3px 10px;
}
/*------------------------------------------------------------------ [20. Employee] */
 .action-icon {
    color: #777;
    font-size: 18px;
    padding: 0 10px;
    display:inline-block;
}
 .table .dropdown-menu {
    font-size:12px;
}
 .profile-widget {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position:relative;
    overflow:hidden;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .profile-widget .user-name > a {
    color: #333;
}
 .dropdown.profile-action {
    position: absolute;
    left: 5px;
    text-align: left;
    top: 10px;
}
 .profile-action .dropdown-toggle::after {
    display: none;
}
 .profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}
 .profile-img .avatar {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}
 .mobile-no > a {
    color: #777;
    display: inline-block;
}
 .staff-mail > a {
    color: #777;
    display: inline-block;
    margin-top: 5px;
}
 .staff-action-btns {
    margin-top: 10px;
}
 .staff-id {
    margin-top: 5px;
}
 .view-icons {
    float: left;
    margin-left: 10px;
}
 .view-icons .btn {
    color: #888;
    font-size: 18px;
    margin-left: 5px;
    padding: 4px;
}
 .view-icons .btn.active {
    color:#333;
}
/*------------------------------------------------------------------ [21. Events] */
 .calendar {
    float: right;
    margin-bottom: 0;
}
.fc{
    direction: rtl !important;
}
 .fc-view {
    margin-top: 30px;
}
 .none-border .modal-footer {
    border-top: none;
}
 .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}
 .fc-day-grid-event .fc-time {
    font-family: 'Fira Sans', sans-serif;
}
 .fc-day {
    background: #fff;
}
 .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover {
    z-index: 0;
}
 .fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
 .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}
 .fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}
 .fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}
 .fc-state-hover {
    background: #f3f3f3;
}
 .fc-state-highlight {
    background: #f0f0f0;
}
 .fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #01c0c8;
    color: #fff ;
    text-shadow: none;
}
 .fc-cell-overlay {
    background: #f0f0f0;
}
 .fc-unthemed .fc-today {
    background: #fff;
}
 .fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}
 .fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
}
 .fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
}
 .fc-toolbar .fc-left {
    float: right;
}
 .fc-toolbar .fc-right {
    float: left;
}
/*------------------------------------------------------------------ [22. Profile] */
 .profile-details {
    text-align: center;
}
 .personal-info li .title {
    color: #515365;
    float: right;
    font-weight: 500;
    margin-right: 30px;
    width: 30%;
}
 .personal-info li .text {
    color: #888da8;
    display: block;
    overflow: hidden;
}
 .personal-info li {
    margin-bottom: 10px;
}
 .personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
 .profile-view .profile-img-wrap {
    height: 150px;
    width:150px;
}
 .profile-view .profile-img {
    width:150px;
    height:150px;
}
 .profile-view .profile-img .avatar {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
}
 .profile-view .profile-basic {
    margin-right: 170px;
}
 .staff-msg {
    margin-top: 30px;
}
 .experience-box {
    position: relative;
}
 .experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
 .experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    right: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
 .experience-list > li {
    position: relative;
}
 .experience-list > li:last-child .experience-content {
    margin-bottom:0;
}
 .experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}
 .experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    right: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
 .experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 40px 20px 0;
    padding: 0;
    position: relative;
}
 .experience-list > li .experience-content .timeline-content {
    color: #9e9e9e;
}
 .experience-list > li .experience-content .timeline-content a.name {
    color: #616161;
    font-weight: bold;
}
 .experience-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}
 .before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
 .skills > span {
    border: 1px solid #ccc;
    border-radius: 500px;
    display: block;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
}
 .profile-info-left {
    border-left: 2px dashed #ccc;
}
/*------------------------------------------------------------------ [23. Notifications] */
 .notifications{
    padding:0;
}
 .notifications .drop-scroll{
    height:290px;
    width:400px;
}
 .notifications.msg-noti .drop-scroll{
    width:310px;
}
 .notifications .notification-heading{
    margin:0;
    font-size:14px;
    font-weight:normal;
    line-height:1.45;
    color:#616161;
}
 .notifications .notification-time{
    font-size:12px;
    line-height:1.35;
    color:#bdbdbd;
}
 .notification-list {
    list-style:none;
    padding:0;
    margin:0;
}
 .notifications ul.notification-list > li{
    margin-top:0;
    border-bottom:1px solid #f5f5f5;
}
 .notifications ul.notification-list > li:last-child{
    border-bottom:none;
}
 .notifications ul.notification-list > li a{
    display:block;
    padding:12px;
    border-radius:2px;
}
 .notifications ul.notification-list > li a:hover{
    background-color:#fafafa;
}
 .drop-scroll {
    overflow-y: scroll;
    position: relative;
}
 .topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}
 .topnav-dropdown-header, .topnav-dropdown-footer {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}
 .topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}
 .user-menu.nav > li > a .badge {
     position: absolute;
    left: 3px;
    top: 6px;
    font-weight: 700;
}
 .user-menu.nav > li > a > i {
    font-size: 20px;
    line-height: 60px;
}
 .noti-details {
    color: #989c9e;
    margin:0;
}
 .noti-time {
    margin:0;
}
 .noti-title {
    color: #333;
}
/*------------------------------------------------------------------ [24. Roles & Permissions] */
 .roles-menu {
    margin-top: 20px;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .roles-menu > ul {
    background-color: #fff;
    padding:0;
    margin:0;
    list-style:none;
}
 .roles-menu > ul > li {
    display: block;
    position: relative;
}
 .roles-menu > ul > li a {
    border-right: 3px solid transparent;
    color: #333;
    display: block;
    padding: 10px 15px;
    position: relative;
}
 .roles-menu > ul > li.active a {
    border-color: #01c0c8;
    color: #01c0c8;
}
 .roles-menu > ul > li a:hover {
    border-color: #01c0c8;
    background-color: #eee;
}
 .material-switch > input[type="checkbox"] {
    display: none;
}
 .material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
     width: 40px;
}
 .material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
 .material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    right: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
 .material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
 .material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    right: 20px;
}
 .role-action {
    float: left;
    display:none;
}
 .roles-menu > ul > li a:hover .role-action {
    display:block;
}
 .slide-nav .sidebar {
    margin-right: 0;
}
/*------------------------------------------------------------------ [25. Chat Right Sidebar] */
 .fixed-header .custom-menu {
    margin: 1px 0 0;
}
 .topnav-dropdown-footer {
    border-top: 1px solid #eee;
}
 .notification-box {
    bottom: 0;
    margin-left: -300px;
    position: fixed;
    left: 0;
    top: 60px;
    transition: all 0.4s ease 0s;
    width: 300px;
    z-index: 101;
    border-right: 1px solid #ddd;
}
 .open-msg-box .notification-box {
    margin-left:0;
    border: 1px solid #c7c7c7;
    box-shadow: 0 1px 3px 0 #c8c8c8;
}
 .msg-sidebar {
    background-color:#fff;
}
 .list-box {
    list-style: none;
    padding-right: 0;
}
 .list-item.new-message {
    background-color: rgba(0, 0, 0, 0.2);
}
 .list-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    position: relative;
}
 .list-left {
    height: 48px;
    position: absolute;
    width: 48px;
}
 .files-icon {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
 .files-icon i {
    color: #777;
    font-size: 20px;
}
 .list-body {
    padding: 0 50px 0 0;
}
 .message-author {
    color: #333;
    float: right;
    font-weight: bold;
    width: 175px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .message-time {
    color: #888;
    float: right;
    font-size: 11px;
}
 .message-content {
    color: #333;
    font-size: 13px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*------------------------------------------------------------------ [26. Projects] */
 .team-members {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
 .team-members li {
    float: right;
}
 .team-members li:first-child a {
    margin-right: 0;
}
 .team-members a {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    height: 38px;
    overflow: hidden;
    width: 38px;
}
 .team-members .all-users {
    line-height: 36px;
    opacity: 0.8;
}
 .all-users {
    background-color: #ff5e3a;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
}
 .team-members img {
    width: 100%;
}
 .project-title {
    margin: 0 0 5px;
}
 .project-title > h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
 .project-title > a {
    color: #333;
}
 .project-box {
    position: relative;
}
/*------------------------------------------------------------------ [27. Invoice] */
 .invoice-details, .invoice-payment-details > li span {
    float: left;
    text-align: left;
}
 .table .team-members a {
    width: 32px;
    height: 32px;
}
 .table .team-members .all-users {
    line-height: 30px;
}
 .attach-files > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .attach-files li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
 .attach-files li img {
    width: 50px;
}
 .file-remove {
    color: #f00;
    position: absolute;
    left: -6px;
    top: -7px;
}
 .attach-files li:last-child {
    margin-left: 0;
}
 .inv-logo {
    height: auto;
    margin-bottom: 20px;
    max-height: 100px;
    width: auto;
}
 .file-size {
    color: #888;
}
/*------------------------------------------------------------------ [28. Payslip] */
 .payslip-title {
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
/*------------------------------------------------------------------ [29. Attendance] */
 .half-day {
    width: 15px;
}
/*------------------------------------------------------------------ [30. Profile] */
 .tab-box {
    border-bottom: 0 none;
    padding: 0;
}
 .team-members a.followers-add {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
/*------------------------------------------------------------------ [31. Inbox] */
 .table-inbox input[type="radio"], .table-inbox input[type="checkbox"] {
    cursor: pointer;
}
 .mail-list {
    list-style: none;
    padding: 0;
}
 .mail-list > li > a {
    color: #333;
    display: block;
    padding: 10px;
}
 .mail-list > li.active > a {
    color: #01c0c8;
    font-weight: bold;
}
 .unread .name, .unread .subject, .unread .mail-date {
    color: #000;
    font-weight: 600;
}
 .table-inbox .fa-star {
    color: #ffd200;
}
 .table-inbox .starred.fa-star {
    color: #ffd200;
}
 .table.table-inbox > tbody > tr > td, .table.table-inbox > tbody > tr > th, .table.table-inbox > tfoot > tr > td, .table.table-inbox > tfoot > tr > th, .table.table-inbox > thead > tr > td, .table.table-inbox > thead > tr > th {
    border-bottom: 1px solid #f2f2f2;
    border-top:0;
}
 .table-inbox {
    font-size: 14px;
    margin-bottom:0;
}
 .note-editor.note-frame {
    border: 1px solid #ccc;
    box-shadow: inherit;
}
 .note-editor.note-frame .note-statusbar {
    background-color: #fff;
}
 .note-editor.note-frame.fullscreen {
    top: 60px;
}
 .mail-title {
    font-weight: bold;
    text-transform: uppercase;
}
 .form-control.search-message {
    border-radius: 4px;
    margin-right: 5px;
    width: 180px;
    padding:0.375rem 0.75rem;
}
 .table-inbox tr {
    cursor: pointer;
}
 table.table-inbox tbody tr.checked {
    background-color: #ffffcc;
}
 .mail-label {
    margin-left: 5px;
}
/*------------------------------------------------------------------ [32. Mail View] */
 .attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .attachments li {
    border: 1px solid #eee;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}
 .attach-file {
    color: #777;
    font-size: 70px;
    padding: 10px;
    text-align: center;
    min-height: 153px;
}
 .attach-file > i {
    line-height: 133px;
}
 .attach-info {
    background-color: #f4f4f4;
    padding: 10px;
}
 .attach-filename {
    color: #777;
    font-weight: bold;
}
 .attach-filesize {
    color: #999;
    font-size: 12px;
}
 .attach-file img {
    height: auto;
    max-width: 100%;
}
 .mailview-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
 .mailview-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
}
 .mailview-footer .btn-white {
    min-width: 102px;
}
 .sender-img {
    float: right;
    margin-left: 10px;
    width: 40px;
}
 .sender-name {
    display: block;
}
 .receiver-name {
    color: #777;
}
 .right-action {
    text-align: left;
}
 .mail-view-title {
    font-weight:500;
    font-size:24px;
    margin:0;
}
 .mail-view-action {
    float:left;
}
 .mail-sent-time {
    float:left;
}
/*------------------------------------------------------------------ [34. Blog] */
 .blog {
    position: relative;
    margin: 0 0 50px;
     background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 20px;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .blog-image {
    overflow:hidden;
}
 .blog-image, .blog-image > a, .blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
 .blog-image img {
    -moz-transform:scaleY(1);
    -webkit-transform:scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform:scaleY(1);
    transform: scaleY(1);
    -moz-transition:all 0.5s ease-in-out 0s;
    -ms-transition:all 0.5s ease-in-out 0s;
    -o-transition:all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
 .blog-image a:hover img {
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform:scale(1.1);
    transform: scale(1.1);
}
 .blog-image {
    margin-bottom: 30px;
}
 .blog-content {
    position: relative;
}
 .blog-title {
    color: #000;
    font-weight: normal;
    margin: 0 0 20px;
}
 .blog-content p {
    color: #282628;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 25px;
}
 .read-more {
    color: #282628;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
}
 .read-more:hover {
    color: #01c0c8;
    margin-left: 10px;
    -moz-transition:all 0.2s linear 0s;
    -ms-transition:all 0.2s linear 0s;
    -o-transition:all 0.2s linear 0s;
    -webkit-transition:all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
 .read-more i {
    color: #01c0c8;
    font-size: 18px;
    margin-left: 3px;
}
 .blog-info {
    border: 1px solid #eaeaea;
    color: #909090;
    font-size: 12px;
    margin-bottom: 0;
    padding: 12px 20px;
}
 .blog-info a {
    color: #909090;
    margin-left: 5px;
}
 .blog-info a:last-child {
    margin-left: 0;
}
 .blog-info a:hover {
    color: #01c0c8;
    ;
}
 .blog-info i {
    color: #01c0c8;
    font-size: 18px;
    margin-left: 5px;
}
 .post-left {
    float: right;
}
 .post-right {
    float: left;
}
 .post-left ul {
    margin-right: 0;
    padding-right: 0;
    list-style: none;
}
 .post-left ul li {
    float: right;
    margin-left: 20px;
}
 .post-left ul li:last-child {
    margin-left: 0;
}
 .video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
 .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
 .widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .widget h5 {
    color: #656565;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 20px;
}
 .search-form .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    border-left:0;
    box-shadow: inherit;
    height: 40px;
    color:#ababab;
}
 .search-form .btn-primary {
    background-color: transparent;
    border-color: #eaeaea;
    border-right: none;
    color: #01c0c8;
    height: 40px;
    border-radius:0;
}
 .latest-posts {
    margin: 0;
    padding: 0;
}
 .latest-posts li {
    display: table;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
 .latest-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
 .post-thumb {
    width: 80px;
    float: right;
    overflow:hidden;
}
 .post-thumb a img {
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform: scale(1);
    -ms-transform:scale(1);
    transform: scale(1);
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
 .post-thumb a:hover img {
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform:scale(1.2);
    transform: scale(1.2);
}
 .post-info {
    margin-right: 95px;
}
 .post-info h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 10px;
}
 .post-info h4 a {
    color: #333;
}
 .post-info p {
    color: #909090;
    font-size: 12px;
    margin: 0;
}
 .post-info p i {
    color: #01c0c8;
    font-size: 16px;
    margin-left: 4px;
}
 .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .categories li {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}
 .categories li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
 .categories li a {
    color: #656565;
    font-size: 14px;
}
 .categories li a:hover {
    color: #01c0c8;
    margin-right: 10px;
    -moz-transition:all 0.2s linear 0s;
    -ms-transition:all 0.2s linear 0s;
    -o-transition:all 0.2s linear 0s;
    -webkit-transition:all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
 .categories > li > a > i {
    color: #01c0c8;
    font-size: 18px;
    margin-left: 10px;
}
 .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
     padding: 0;
}
 .tags li {
    float: right;
}
 .tag {
     background-color: #eee;
     border-radius: 0 3px 3px 0;
     color: #999;
     display: inline-block;
     height: 26px;
     line-height: 26px;
     padding: 0 23px 0 20px;
     position: relative;
     margin: 0 0 10px 10px;
     text-decoration: none;
     -moz-transition:color 0.2s;
     -ms-transition:color 0.2s;
     -o-transition:color 0.2s;
     -webkit-transition:color 0.2s;
     transition: color 0.2s;
     font-size:12px;
     font-size:12px;
     transition: color 0.2s ease-in-out 0.2s;
}
 .tag::before {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    right: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
 .tag::after {
    background-color: #fff;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
 .tag:hover {
    background-color: #01c0c8;
    color: white;
}
 .tag:hover::after {
    border-right-color: #01c0c8;
}
 .comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}
 .comments-list .comment-block p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}
 blockquote p {
    font-style: italic;
    font-weight: 400;
}
 .grid-blog .blog-title {
    font-size: 16px;
    margin: 0 0 10px;
}
 .grid-blog .blog-title a {
    color:#333;
}
 .grid-blog .blog-content p {
    font-size: 13px;
    margin: 0 0 15px;
    color: #909090;
}
 .grid-blog .blog-info {
    border:0;
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    padding: 12px 0;
}
 .grid-blog .blog-image {
    margin-bottom: 20px;
}
 .grid-blog .read-more {
    font-size: 13px;
    margin-bottom: 15px;
}
 .notification-popup {
     z-index: 1051;
     position: fixed;
     top: 20px;
     right: 10px;
     width: 300px;
     display: inline-block;
     background: #1F8FEF;
     border: 1px solid #1082e4;
     color: #fff;
     padding: 20px;
     opacity: .8;
     border-radius: 2px;
     box-sizing: border-box;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .notification-popup.success {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
 .notification-popup p {
    margin-top: 0;
    margin-bottom: 0px;
}
 .notification-popup .task {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}
 .notification-popup .notification-text {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
}
 .notification-popup.hide {
    opacity: 0;
    visibility: hidden;
}
 .sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 60px;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
}
 .sidebar-overlay.opened {
    display: block;
}
 .sidebar-menu.opened {
    opacity: 1;
     -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
     transform: translateX(0px);
    margin-left:0;
}
 html.menu-opened {
    overflow: hidden;
}
 html.menu-opened body {
    overflow: hidden;
}
 .task-chat-view.opened {
    margin-right:0;
}
 .chat-profile-view.opened {
    margin-right:0;
}
 .menu-opened .message-view.task-view {
    width:100%;
}
/*------------------------------------------------------------------ [35. Blog View] */
 .blog-view .blog-title {
    font-size: 32px;
}
 .blog-view .blog-info {
    border: 0 none;
    margin-bottom: 20px;
    padding: 0;
}
 .social-share{
    float:right;
    list-style: none;
    margin:5px 0 0;
    padding:0;
}
 .social-share > li{
    display:inline-block;
    float:right;
    margin-right:10px;
    text-align:center;
}
 .social-share > li:first-child{
    margin-right:0;
}
 .social-share > li > a{
    border:1px solid #dfdfdf;
    color:#01c0c8;
    display:inline-block;
    font-size:22px;
    height:40px;
    line-height:40px;
    width:40px;
}
 .social-share > li > a:hover{
    background-color:#01c0c8;
    color:#fff;
    border-color:#01c0c8;
}
 .widget h3 {
    color: #656565;
    font-size: 21px;
    margin: 0 0 20px;
}
 .blog-reply > a {
    color: #01c0c8;
    font-size: 12px;
    font-weight: 500;
}
 .blog-date {
    color: #999;
    font-size: 12px;
}
 .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .comments-list li {
    clear: both;
    padding: 10px 88px 0 0;
}
 .comments-list li .comment {
    margin-bottom: 30px;
}
 .comments-list li .comment-author {
    margin-right: -88px;
    position: absolute;
}
 .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
 .blog-author-name {
    color: #01c0c8;
    font-size: 18px;
}
 .text-red {
    color: #f00;
}
 .new-comment label {
    font-size: 14px;
    font-weight: 500;
}
 .new-comment input.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inherit;
    height: 40px;
}
 .new-comment textarea.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inherit;
}
 .new-comment .form-group {
    margin-bottom:20px;
}
 .comment-submit .btn {
    background-color: #01c0c8;
    border-color: #01c0c8;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color:#fff;
}
 .about-author-img {
    background-color: #fff;
    height: 120px;
    overflow: hidden;
    position: absolute;
    width: 120px;
}
 .author-details {
    margin-right: 145px;
}
 .about-author {
    min-height: 120px;
}
 .author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px;
}
 .blog-navigation {
    text-align: left;
}
/*------------------------------------------------------------------ [36. UI Kit] */
 .pagination-box .pagination {
    margin-top: 0;
}
 .tab-content {
    padding-top: 20px;
}
/*------------------------------------------------------------------ [37. Error] */
 .error-box {
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    margin: 0 auto;
    max-width: 475px;
    padding: 50px 30px 55px;
    text-align: center;
    width: 100%;
}
 .error-heading {
    font-size: 3.5em;
    font-weight: bold;
}
 .error-title {
    color: #2c2c2c;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 1.5rem;
}
 .error-wrapper {
    background-color: #fff;
    margin: 0;
    color: #4F5155;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}
 .error-box h1 {
    font-size:150px;
}
 .error-box p {
    margin-bottom:30px;
}
 .error-box .btn {
    text-transform:uppercase;
}
/*------------------------------------------------------------------ [38. Lock Screen] */
 .lock-user {
    margin-bottom: 20px;
    text-align:center;
}
 .lock-user img {
    margin-bottom: 15px;
    width: 100px;
}
/*------------------------------------------------------------------ [39. Voice call] */
 .voice-call-avatar {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}
 .voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 3px;
    background-color: #fff;
}
 .call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    right: 0;
}
 .voice-call-avatar .call-timing-count {
    padding: 5px;
}
 .voice-call-avatar .username {
    font-size: 18px;
    text-transform: uppercase;
}
 .call-icons {
    text-align: center;
    position: relative;
}
 .call-icons .call-items {
    border-radius: 5px;
    padding: 0;
     margin: 0;
    list-style: none;
    display:inline-block;
}
 .call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
 .call-icons .call-items .call-item:last-child {
    margin-left: 0;
}
 .call-icons .call-items .call-item a {
    color: #777;
    border:1px solid #ddd;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50px;
    display:inline-block;
    font-size: 20px;
}
 .call-icons .call-items .call-item a i {
    width: 18px;
    height: 18px;
}
 .user-video {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index:10;
}
 .user-video img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
 .user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
 .my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 20px;
}
 .my-video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 .my-video ul li {
    float: left;
    width: 120px;
    margin-left: 10px;
}
 .my-video ul li img {
    border:3px solid #fff;
    border-radius:6px;
}
 .end-call {
    position: absolute;
    top: 7px;
    left: 0;
}
 .end-call a {
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    background-color: #f06060;
    padding: 8px 25px;
    text-transform: uppercase;
}
 .call-users {
    position:absolute;
     z-index:99;
    bottom:20px;
    left:20px;
}
 .call-users ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 .call-users ul li {
    float: right;
    width: 80px;
    margin-right: 10px;
}
 .call-users ul li img {
    border-radius: 6px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
 .call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display:none;
    top:0;
    border:3px solid transparent;
}
 .call-users ul li a:hover .call-mute {
    display:block;
}
 .call-details {
    margin: 10px 0 0px;
    display: flex;
}
 .call-info {
    margin-right: 10px;
    width: 100%;
}
 .call-user-details, .call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .call-description {
    white-space: nowrap;
    vertical-align: bottom;
}
 .call-timing {
    color: #a0a0a2;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}
/*------------------------------------------------------------------ [40. Video Call] */
 .content-full {
    height: 100%;
    position: relative;
    width: 100%;
}
 .video-window .fixed-header {
    padding: 0;
    border: 0;
}
 .video-window .fixed-header .nav > li > a {
    padding: 19px 15px;
}
 .video-window .fixed-header .nav > li > a:active,.video-window .fixed-header .nav > li > a:focus {
    background:#01c0c8;
    color:#fff;
}
/*------------------------------------------------------------------ [41. Incoming Call] */
 .incoming-btns {
    margin-top: 20px;
}
/*------------------------------------------------------------------ [42. Dashboard] */
 .dash-widget {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 30px;
    padding:20px;
    position: relative;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .dash-widget2 {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
    border:1px solid #e7e7e7;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .dash-widget2 .dash-widget-icon {
    border-radius: 0 4px 4px 0;
    display: block;
    float: right;
    height: 88px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    color:#fff;
}
 .dash-widget2 .dash-widget-info {
    padding:11px 20px;
}
 .dash-progress {
    margin-top: 15px;
}
 .dash-progress h5 {
    margin-bottom: 0;
}
 .dash-widget3 .dash-widget-icon {
    color:#fff;
     height: 60px;
    line-height: 60px;
    width: 60px;
}
 .dash-widget4 .dash-widget-icon {
    color:#fff;
}
 .dash-widget5 {
    display: block;
    min-height: 90px;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    border:1px solid #e7e7e7;
    box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .dash-widget5 .dash-widget-icon {
    border-radius: 50%;
    display: block;
    margin-top: 10px;
     float: right;
    height: 55px;
    width: 55px;
    text-align: center;
    font-size: 26px;
    line-height: 55px;
    color: #fff;
}
 .dash-widget5 .dash-widget-info {
    padding:11px 0;
}
 .analytics-desc {
    display: block;
    margin: 10px 0;
    text-align: center;
}
 .analytics-desc > .analytics-count {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
 .analytics-desc > .analytics-title {
    text-transform: uppercase;
    font-size: 12px;
}
 .profile-widget.profile-widget4 {
    padding:0;
}
 .profile-bg {
    background: url("../img/user-02.jpg");
    background-size: cover;
    height: 141px;
    color:#fff;
    padding:20px;
}
 .profile-widget .profile-bg .user-name > a {
    color: #fff;
}
 .profile-bg h5 {
    color:#fff;
}
 .profile-avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
 .profile-avatar img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
 .profile-widget .user-info {
    padding: 10px 15px;
}
 .profile-widget .user-info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}
 .profile-widget .user-info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
 .profile-widget.profile-widget3 {
    padding:0;
    overflow:hidden;
}
 .profile-widget3 {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    margin-bottom: 30px;
}
 .avatar-link {
    border-radius: 6px;
    display: inline-block;
    float: right;
    margin: -30px 5px 0 8px;
    max-width: 100%;
    vertical-align: bottom;
    position:relative;
}
 .avatar-link img {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    height: 72px;
    width: 72px;
}
 .avatar-link img.rounded-circle {
    border-radius:50%;
}
 .profile-widget3 .user-info {
    margin: 5px 0 0;
    text-align: right;
    padding:0;
}
 .profile-widget3 .user-info .username {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
 .profile-widget3 .user-info .username a {
    color: #333;
}
 .user-analytics {
    padding: 10px 0;
}
/*------------------------------------------------------------------ [43. Contacts] */
 .contacts-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}
 .contacts-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
}
 .contacts-header .user-info a {
    color: #76838f;
    text-transform: uppercase;
}
 .contact-left {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width:100%;
}
 .contacts-list {
    position: relative;
    padding: 0 20px 0 70px;
}
 .contact-list {
    list-style: none;
    padding-right: 0;
    margin: 0;
     box-shadow:0 6px 15px rgba(36, 37, 38, 0.08);
}
 .contact-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    padding: 10px;
    background-color:#fff;
}
 .contact-cont {
    position: relative;
}
 .contact-type {
    height: 48px;
    position: absolute;
    width: 48px;
}
 .contact-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
 .contact-icon i {
    color: #76838f;
    font-size: 20px;
}
 .contact-info {
    padding: 0 50px 0 30px;
}
 .contact-action {
    height: 30px;
    list-style: none;
    padding-right: 0;
    position: absolute;
    left: 0;
    text-align: left;
    top: 10px;
    width: 30px;
}
 .contact-date {
    color: #888;
    font-size: 12px;
}
 .contact-author a {
    color: #01c0c8;
    font-size: 12px;
    text-decoration: underline;
}
 .contact-action .dropdown-menu {
    left: 0;
    right: auto;
}
 .contact-alphapets {
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 121px;
    position: fixed;
    left: 0;
    top: 121px;
    width: 50px;
}
 .contact-box {
    display: inline-table;
    height: 100%;
    padding: 30px 15px;
    position: relative;
    width: 100%;
}
 .alphapets-inner {
    height: 100%;
    overflow: auto;
}
 .alphapets-inner a {
    display: block;
    text-align: center;
    padding: 2px;
    color:#333;
}
 .dropdown.profile-action .dropdown-menu-right {
    transform: translate3d(0px, 27px, 0px) !important;
}
/*------------------------------------------------------------------ [44. Notification settings] */
 .notification-list .list-group-item {
    padding: 15px;
}
/*------------------------------------------------------------------ [45. Chat Sidebar] */
 .chat-sidebar {
    background-color: #fff;
    border-right: 1px solid #eaeaea;
    width: 300px;
}
 .chat-sidebar .chat-contents {
    background-color: #fff;
}
 .chat-sidebar .chat-left .chat-content {
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    max-width: 100%;
}
 .chat-sidebar .chat-left .chat-body {
    margin-right: 50px;
    padding-left:0;
}
 .chat-sidebar .chat-date {
    background-color: #fff;
}
 .chat-sidebar .chats {
    padding: 15px 15px 30px;
}
 .chat-sidebar .avatar {
    width:30px;
    height:30px;
    line-height:30px;
}
 .chat-sidebar .chat.chat-left {
    margin-bottom: 20px;
}
 .chat-sidebar .chat.chat-left:last-child {
    margin-bottom: 0;
}
 .chat-sidebar .chat-left .chat-time {
    color: #888;
    display: inline-block;
    font-size: 11px;
}
 .chat-sidebar .chat-content > p {
    font-size: 13px;
    margin-bottom: 0;
}
 .chat-sidebar.opened {
    margin-right:0;
}
/*------------------------------------------------------------------ [46. Gallery] */
 .lg-backdrop {
    z-index: 1041;
}
.lg-outer {
    text-align: right;
}
 #lightgallery .img-thumbnail {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    height: 250px;
    object-fit: cover;
}



/*------------------------------------------------------------------ [47. create-exam-header] */



.btn-save{
    color: #fff;
    background-color: #01c0c8;
    border: 1px solid #01c0c8;
    display: block;
    width: 140px;
    display: inline-block;
}

.btn-save:hover{
    background-color: #01acb2;
    border: 1px solid #01c4cb;
    color: #fff;
}


.btn-cancel{
    color: #fff;
    background-color: #bababa;
    border: 1px solid #bababa;
    display: block;
    width: 140px;
    display: inline-block;
}

.btn-cancel:hover{
    background: #949494;
    border: 1px solid #949494;
    color: #fff;
    
}


.btn-preview{
    color: #fff;
    background-color: #5995D3;
    border: 1px solid #5995D3;
    display: block;
    width: 140px;
    display: inline-block;
}

.btn-preview:hover{
    background: #5389c1;
    border: 1px solid #5389c1;
    color: #fff;
    
}

.btn-add-question {
    display: inline-block;
}

div.qbank-header{
    padding: 0px;
}

.filter-row .btn-search {
    color: #fff;
    background-color: #01c0c8;
    border: 1px solid #01c0c8;
    border-radius: 50px;
}

.btn-search:hover{
    background: #01acb2;
    border: 1px solid #01acb2;
    color: #fff;
}


div.qbank-row{
    margin: 0px 0px ;
    padding: 10px 0px;
    
}

div.qbank-row-head {
    margin: 0px 0px ;
    padding: 17px 0px !important;
}

.hr-qbank-row {
   width: 97%;
   text-align: center; 
}

/*------------------------------------------------------------------ [48. table-style] */

.Tleft {
    text-align: left;
    padding: 0px;
}

.Tright {
    text-align: right;
    padding: 0px;
}



.onTaleHead {
    display: inline-block;
}

.tablCreateExamBox {
    padding: 15px;
}

.tableColumn-4 {
    max-width: 10px;
}

.tableColumn-3 {
    max-width: 25px;
}


.tableColumn-2 {
    max-width: 25px;
}

.tableColumn-1 {
    max-width: 25px;
}

.sumQuestion{
    background-color: #01C0C8;
    max-width: 10px;
}


table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #E4F2F3;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    direction: rtl;
  }
  table.blueTable td, table.blueTable th {
    border: 0px solid #AAAAAA;
    padding: 3px 1px;
  }
  table.blueTable tbody td {
    font-size: 13px;
  }
  table.blueTable tr:nth-child(even) {
    background: #FFFFFF;
  }
  table.blueTable thead {
    background: #5995D3;
  }
  table.blueTable thead th {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  table.blueTable tfoot td {
    font-size: 14px;
  }
  table.blueTable tfoot .links {
    text-align: right;
  }
  table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
  
  
  .tableScroling {
      height: 100px;
      overflow-y: auto;
  }
  
  .headLine {
      font-weight: 700;
      font-size: 16px;
  }

/*------------------------------------------------------------------ [48. up-line-exam] */
.exam-raw{
    background-color: #01c0c8;
}

.exam-up-text{
    color: white;
    
}

.up-line-box {
    color: #ffffff;
    /* padding: 20px 30px; */
    font-size: 20px;
    font-weight: 600;
}

.box {
    display: inline-block;
}
.box2 {
    display: inline-block;
    font-weight: 400;
}

.btn-calc{
    color: #fff;
    background-color: #bababa;
    border: 1px solid #bababa;
    display: block;
    width: 60%;
 
   
}

a.btn-calc {
    border-radius: 50px;
    min-height: 50px;
    padding: 12px;
}

.btn-calc:hover{
    background: #949494;
    border: 1px solid #949494;
    color: #fff;
    
}


.btn-update{
    color: #fff;
    background-color: #33A7CE;
    border: 1px solid #33A7CE;
    display: block;
    width: 60%;    
}

a.btn-update {
    border-radius: 50px;
    min-height: 50px;
    padding: 12px;
}

.btn-update:hover{
    background: #2d94b7;
    border: 1px solid #2d94b7;
    color: #fff;
    
}

.qbank-table-btn-danger {
    background-color: #5995d3;
    border-color: #5995d3; 
}

.qbank-table-btn-danger:hover {
    background-color: #5389c1;
    border-color: #5389c1; 
}

.qbank-btn-danger {
    background-color: #bababa;
    border: #bababa;
    color: #ffffff;
}

.qbank-btn-danger:hover {
    background-color: #949494;
    border: #949494;
    color: #ffffff;
}

.edit-Bank-btn {
    background-color: #bababa;
    border: #bababa;
    color: #ffffff;
}

.edit-Bank-btn:hover {
    background-color: #949494;
    border: #949494;
    color: #ffffff;
}



/* ---------------------------------------- test score */

/* The score-box */
.score-box {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  
  /* Hide the browser's default radio button */
  .score-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .score-box:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .score-box input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .score-box input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .score-box .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

.box-center {
    margin-top: 45px;
    padding-top: 0px; 
}

.box-table-head {
    margin-right: 30px;
    font-size: 16px;
    margin-bottom: 0px;
}


/*------------------------------------------------------------------ [49. Score] */




.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}






/*------------------------------------------------------------------ [50. bank-table] */


.table-scroling {
  background-color: lightblue;
  height: 40px !important;
  width: 200px;
  overflow: scroll;
}

.QB-minus{
    color: #bababa;
    font-size: 30px;
}

.QB-plus{
    color: #5995D3;
    font-size: 30px;
}

.score-minus{
    color: #5995D3;  
}

.score-plus{
    color: #5995D3;    
}

/*------------------------------------------------------------------ [51. Responsive] */
 @media screen and (max-width: 1360px) and (min-width: 992px) {
    #calendar {
        height:680px;
    }
    .pagination-lg .page-link {
        padding: .5rem .75rem !important;
    }
    .laTest-posts {
        padding:0;
    }
}
 @media screen and (max-width: 1069px) and (min-width: 320px) {
    .top-action-left .search-message {
        margin-top: 10px;
    }
     @media only screen and (min-width: 768px) {
         .modal-md {
            width:600px;
        }
         .nav-tabs.nav-justified.nav-tabs-top {
            border-bottom: 1px solid #ddd;
        }
         .nav-tabs.nav-justified.nav-tabs-top > li > a, .nav-tabs.nav-justified.nav-tabs-top > li > a:hover, .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }
         .nav-tabs.nav-tabs-top > li {
            margin-bottom: 0;
        }
         .nav-tabs.nav-tabs-top > li > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }
         .nav-tabs.nav-tabs-top > li + li > a {
            margin-left: 1px;
        }
         .nav-tabs.nav-tabs-top > li > a.active, .nav-tabs.nav-tabs-top > li > a.active:hover, .nav-tabs.nav-tabs-top > li > a.active:focus {
            border-top-color: #01c0c8;
        }
         .nav-tabs.nav-tabs-bottom > li {
            margin-bottom: -1px;
        }
         .nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
            border-bottom-width: 2px;
            border-color: transparent;
            border-bottom-color: #01c0c8;
            background-color: transparent;
            transition: none 0s ease 0s;
             -moz-transition: none 0s ease 0s;
             -o-transition: none 0s ease 0s;
             -ms-transition: none 0s ease 0s;
             -webkit-transition: none 0s ease 0s;
        }
         .nav-tabs.nav-tabs-bottom > li {
            margin-bottom: -1px;
        }
         .nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
            border-bottom-width: 2px;
            border-color: transparent;
            border-bottom-color: #01c0c8;
            background-color: transparent;
            transition: none 0s ease 0s;
             -moz-transition: none 0s ease 0s;
             -o-transition: none 0s ease 0s;
             -ms-transition: none 0s ease 0s;
             -webkit-transition: none 0s ease 0s;
        }
         .nav-tabs.nav-tabs-solid {
            background-color: #fafafa;
            border: 0;
        }
         .nav-tabs.nav-tabs-solid > li {
            margin-bottom: 0;
        }
         .nav-tabs.nav-tabs-solid > li > a {
            border-color: transparent;
        }
         .nav-tabs.nav-tabs-solid > li > a:hover, .nav-tabs.nav-tabs-solid > li > a:focus {
            background-color: #f5f5f5;
        }
         .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
            background-color: #f5f5f5;
            border-color: transparent;
        }
         .nav-tabs-justified.nav-tabs-top {
            border-bottom: 1px solid #ddd;
        }
         .nav-tabs-justified.nav-tabs-top > li > a, .nav-tabs-justified.nav-tabs-top > li > a:hover, .nav-tabs-justified.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }
    }
     @media only screen and (max-width: 991.98px) {
         .profile-rightbar {
            display:inline-block !important;
        }
         .task-right-sidebar .task-chat-view {
            display: block;
            position: fixed;
            left: 0;
            -webkit-transition: all 0.4s ease;
             -moz-transition: all 0.4s ease;
             transition: all 0.4s ease;
            margin-right: 0;
        }
         .task-chat-view {
            display:none;
            -webkit-transition: all 0.4s ease;
             -moz-transition: all 0.4s ease;
             transition: all 0.4s ease;
            left: 0;
            transform: translateX(0px);
            z-index: 1041;
            width: 300px;
            position: fixed;
            margin-left: -300px;
            display: table-cell;
            top: 0;
            padding-bottom: 60px;
            margin-top: 60px;
        }
         .chat-profile-view {
            display:none;
            -webkit-transition: all 0.4s ease;
             -moz-transition: all 0.4s ease;
             transition: all 0.4s ease;
            left: 0;
            transform: translateX(0px);
            z-index: 1041;
            width: 300px;
            position: fixed;
            margin-left: -300px;
            display: table-cell;
            top: 0;
            padding-bottom: 60px;
            margin-top: 60px;
        }
         .message-view.task-view {
            width:100%;
        }
         .float-left.ticket-view-details {
            width: 90%;
        }
         .slide-nav .page-wrapper {
            right: 225px;
            margin-right: 0;
        }
         .chat-main-row {
            left:0;
        }
         .header .header-left {
            position:absolute;
             width:100%;
        }
         .mobile_btn {
            display:block;
        }
         .page-title-box {
            display:none;
        }
         .content-page {
            margin-bottom:10px;
        }
         .sidebar {
            margin-right: -225px;
            width: 225px;
        }
         .page-wrapper {
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }
         .slide-nav .sidebar {
            margin-right: 0;
        }
         a.mobile_btn {
            color: #01c0c8;
            font-size: 24px;
            height: 60px;
            right: 0;
            line-height: 60px;
            padding: 0 20px;
            position: absolute;
            top: 0;
            width: 60px;
            z-index: 10;
        }
         .slide-nav .page-wrapper {
            right: 225px;
            margin-right: 0;
        }
         body {
            font-size:13px;
        }
         .sidebar-menu li a {
            font-size:13px;
        }
         .chat-panel .custom-menu.navbar-nav > li > a {
            font-size:18px;
        }
         .user-menu.nav > li > a {
            color: #01c0c8;
        }
         .header-left .logo img {
            margin-bottom: 10px;
        }
         .user-menu.nav > li > a .badge {
            color: #fff;
        }
         .page-header .breadcrumb {
            padding-left: 0;
            font-size:9px;
        }
         .widget .laTest-posts {
            padding-right:0;
        }
    }
     @media only screen and (max-width: 767.98px) {
         .user-menu.nav > li > a {
            color: #01c0c8;
        }
         .header-left .logo img {
            margin-bottom: 10px;
        }
         .user-menu.nav > li > a .badge {
            color: #fff;
        }
         .profile-info-left {
            border-left: none;
            border-bottom: 2px dashed #ccc;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
         .navbar-nav .open .dropdown-menu {
            float: right;
            position: absolute;
        }
         .notifications{
            left:-48px;
        }
         .notifications::before, .notifications::after{
            left:60px;
        }
         .modal-body.card-box {
            background-color: #fff;
            border: none;
            border-radius: inherit;
            box-shadow: unset;
            margin-bottom: 0;
            padding: 15px;
        }
         .header {
            z-index:1040;
        }
         .task-wrapper #task-list li .task-container .task-label {
            padding-left: 50px;
            word-break: unset;
        }
         .task-btn-right {
            position: absolute;
            left: 8px;
        }
         .task-wrapper #task-list li .task-container {
            padding:8px 10px;
        }
         .task-action-btn.task-check {
            width: 36px;
        }
         .roles-menu {
            margin-bottom:20px;
        }
         .contacts-list {
            padding: 0 15px 0 70px;
        }
         .left-action {
            text-align:center;
            margin-bottom:15px;
        }
         .right-action {
            text-align:center;
        }
         .top-action-left .float-left {
            float: none !important;
        }
         .top-action-left .btn-group {
            margin-bottom: 15px;
        }
         .top-action-right {
            text-align:center;
        }
         .top-action-right a.btn.btn-white {
            margin-bottom: 15px;
        }
         .mail-sent-time {
            float: right;
            margin-top: 10px;
            width: 100%;
        }
         .nav-tabs.nav-justified {
            border-bottom: 1px solid #ddd;
        }
         .nav-tabs.nav-justified > li > a.active, .nav-tabs.nav-justified > li > a.active:hover, .nav-tabs.nav-justified > li > a.active:focus {
            border-color: transparent transparent transparent #01c0c8;
            border-right-width: 2px;
        }
         .nav-tabs {
            border-bottom: 0;
            position: relative;
            background-color: #fff;
            padding: 5px 0;
            border: 1px solid #ddd;
            border-radius: 3px;
        }
         .nav-tabs .nav-item {
            margin-bottom: 0;
        }
         .nav-tabs > li > a {
            border-width: 2px;
            border-left-color: transparent;
        }
         .nav-tabs .nav-link {
            border-width: 2px;
        }
         .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background-color: #fafafa;
        }
         .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
             background-color: #f5f5f5;
            border-color: transparent transparent transparent #01c0c8;
            border-right-width: 2px;
        }
         .nav-tabs > li.open:not(.active) > a, .nav-tabs > li.open:not(.active) > a:hover, .nav-tabs > li.open:not(.active) > a:focus {
            background-color: #fafafa;
        }
         .nav-tabs.nav-tabs-solid {
            padding: 5px;
        }
         .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
            border-radius: 5px;
        }
         .nav-tabs.nav-tabs-solid > li > a {
            border-right-width: 0!important;
        }
         .nav-tabs-justified {
            border-bottom: 1px solid #ddd;
        }
         .nav-tabs-justified > li > a.active, .nav-tabs-justified > li > a.active:hover, .nav-tabs-justified > li > a.active:focus {
            border-width: 0 0 0 2px;
            border-left-color: #01c0c8;
        }
         h1 {
            font-size: 2em;
        }
         h2 {
            font-size: 1.5em;
        }
         h3 {
            font-size: 1.17em;
        }
         h4 {
            font-size: 2em;
        }
         h5 {
            font-size: .83em;
        }
         h6 {
            font-size: .75em;
        }
         .page-title {
             font-size: 1.2em;
        }
         .card-title {
             font-size: 1.12em;
        }
         .blog-view .blog-title {
            font-size: 24px;
        }
         .widget h3 {
            font-size: 18px;
        }
         .coming-title{
            font-size:30px;
        }
         .title-section {
            margin-bottom: 50px;
        }
         .newsletter form {
            width: 90%;
        }
         .newsletter input[type="text"] {
            width:70%;
            height: 40px;
        }
         .submit-btn {
            width:30%;
            height: 40px;
        }
         .my-video ul li {
            width:80px;
        }
         .voice-call-avatar .call-avatar {
            width:120px;
            height:120px;
        }
         .product-info {
            margin: 20px 0 30px;
        }
         .profile-bg {
            height:280px;
        }
         .table-responsive {
            display: block;
             width: 100%;
             overflow-x: auto;
             -ms-overflow-style: -ms-autohiding-scrollbar;
        }
         .header .has-arrow .dropdown-toggle > span:nth-child(2) {
            display:none;
        }
         .header .has-arrow .dropdown-toggle::after {
            display:none;
        }
         .dropdown-menu-right {
            left:35px!important;
        }
    }
     @media only screen and (max-width: 575.98px) {
         .contact-cat {
            padding-left:70px;
        }
         .user-menu {
            display:none;
        }
         .mobile-user-menu {
            display:block;
        }
         .search-box {
            display:none;
        }
         .filter-row {
            margin-bottom: 15px;
        }
         .page-wrapper > .content {
            padding: 15px;
        }
         .profile-view .profile-basic {
            margin-right: 0;
        }
         .profile-img-wrap {
            position:relative;
            margin:0 auto;
        }
         .profile-view .profile-img-wrap {
            margin: 0 auto 10px;
            height: 100px;
            width: 100px;
        }
         .profile-view .profile-img {
            height: 100px;
            width: 100px;
        }
         .profile-view .profile-img .avatar {
            font-size: 24px;
            height: 100px;
            line-height: 100px;
            margin: 0;
            width: 100px;
        }
         .profile-info-left {
            text-align:center;
        }
         .profile-basic {
            margin-right: 0;
            margin-top: 15px;
        }
         .page-title {
            font-size:18px;
        }
         .fc-toolbar .fc-right {
            display: inline-block;
            float: none;
            margin: 10px auto 0;
            width: 200px;
            clear: both;
        }
         .fc-toolbar .fc-left {
            float: none;
            margin: 0 auto;
            width: 200px;
        }
         .upload-text {
            font-size: 18px;
        }
         .call-duration {
            display: block;
            margin-top:0;
            margin-bottom: 10px;
            position: inherit;
        }
         .end-call {
            margin-top: 10px;
            position: inherit;
        }
         .chat-panel .chats {
            padding: 15px 0;
        }
         .chat-right .chat-content {
            max-width:90%;
        }
         .chat-right .chat-body {
            padding-left:0;
            padding-right:0;
        }
         .chat-left .chat-content {
            max-width:90%;
        }
         .chat-left .chat-body {
            padding-left:0;
            padding-right:0;
        }
         .chat-avatar .avatar {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }
         .account-box {
            width:100%;
            margin-bottom: 20px;
        }
         body {
            font-size:12px;
        }
         .sidebar-menu li a {
            font-size:12px;
        }
         .content {
            padding: 0 50px;
        }
         .coming-title{
            font-size:20px;
        }
         .title-section {
            margin-bottom: 20px;
        }
         .newsletter form {
            width: 90%;
        }
         .newsletter input[type="text"] {
            width:70%;
            height: 36px;
            padding: 0 10px;
        }
         .submit-btn {
            width:30%;
            height: 36px;
            padding: 0 10px;
        }
         .sub-title {
            font-size: 11px;
        }
         .newsletter h3 {
            font-size: 16px;
        }
         .float-left.ticket-view-details {
            width: 80%;
        }
         .chat-panel .last-seen {
            font-size:10px;
        }
         .custom-menu.navbar-nav > li > a {
            margin-left: 10px;
        }
         .profile-bg {
            height:180px;
        }
         .error-box h1 {
            font-size: 40px;
        }
         .error-box h3 {
            font-size: 12px;
        }
         .error-box p {
            font-size: 11px;
            margin-bottom: 20px;
        }
         .blog-info {
            font-size: 9px;
        }
         .pagination-lg .page-link {
            padding:10px;
            font-size:15px;
        }
    }
}