@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);
 html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     font-family: 'Open Sans', sans-serif;
     background: #ffffff;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     color: #495057;
}
 button {
     text-decoration: none !important;
     outline: none !important;
}
 .normal-bold {
     font-weight: 600 !important;
}
 .spacer-right-20{
     margin-right: 15px !important;
}
 p {
     font-size: 14px;
     line-height: 25px;
     margin-bottom: 15px;
}
 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both 
}
 @-webkit-keyframes bounceIn {
     0%,20%,40%,60%,80%,to {
         -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
         animation-timing-function: cubic-bezier(.215,.61,.355,1) 
    }
     0% {
         opacity: 0;
         -webkit-transform: scale3d(.3,.3,.3);
         transform: scale3d(.3,.3,.3) 
    }
     20% {
         -webkit-transform: scale3d(1.1,1.1,1.1);
         transform: scale3d(1.1,1.1,1.1) 
    }
     40% {
         -webkit-transform: scale3d(.9,.9,.9);
         transform: scale3d(.9,.9,.9) 
    }
     60% {
         opacity: 1;
         -webkit-transform: scale3d(1.03,1.03,1.03);
         transform: scale3d(1.03,1.03,1.03) 
    }
     80% {
         -webkit-transform: scale3d(.97,.97,.97);
         transform: scale3d(.97,.97,.97) 
    }
     to {
         opacity: 1;
         -webkit-transform: scaleX(1);
         transform: scaleX(1) 
    }
}
 @keyframes bounceIn {
     0%,20%,40%,60%,80%,to {
         -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
         animation-timing-function: cubic-bezier(.215,.61,.355,1) 
    }
     0% {
         opacity: 0;
         -webkit-transform: scale3d(.3,.3,.3);
         transform: scale3d(.3,.3,.3) 
    }
     20% {
         -webkit-transform: scale3d(1.1,1.1,1.1);
         transform: scale3d(1.1,1.1,1.1) 
    }
     40% {
         -webkit-transform: scale3d(.9,.9,.9);
         transform: scale3d(.9,.9,.9) 
    }
     60% {
         opacity: 1;
         -webkit-transform: scale3d(1.03,1.03,1.03);
         transform: scale3d(1.03,1.03,1.03) 
    }
     80% {
         -webkit-transform: scale3d(.97,.97,.97);
         transform: scale3d(.97,.97,.97) 
    }
     to {
         opacity: 1;
         -webkit-transform: scaleX(1);
         transform: scaleX(1) 
    }
}
 .bounceIn {
     -webkit-animation-duration: .75s;
     animation-duration: .75s;
     -webkit-animation-name: bounceIn;
     animation-name: bounceIn 
}
 @-webkit-keyframes zoomIn {
     0% {
         opacity: 0;
         -webkit-transform: scale3d(.3,.3,.3);
         transform: scale3d(.3,.3,.3) 
    }
     50% {
         opacity: 1 
    }
}
 @keyframes zoomIn {
     0% {
         opacity: 0;
         -webkit-transform: scale3d(.3,.3,.3);
         transform: scale3d(.3,.3,.3) 
    }
     50% {
         opacity: 1 
    }
}
 .zoomIn {
     -webkit-animation-name: zoomIn;
     animation-name: zoomIn 
}
 a {
     text-decoration: none !important;
     outline: none;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 a:hover {
     color: #57276b;
     text-decoration: none !important;
     transition: 0.5s all;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
}
 .btn-theme {
     color: #fff !important;
     font-size: 14px;
     outline: none !important;
     box-shadow: none !important;
     background: #03a9f4;
}
 .btn-green {
     background: #26af2a;
     color: #fff;
}
 .btn-green:hover {
     background: #249628;
     color: #fff;
}
 .btn-red {
     background: #d62a2a;
     color: #fff;
}
 .btn-red:hover {
     background: #b11d1d;
     color: #fff;
}
 .btn-gray {
     background: #d6d6d6;
     color: #000 !important;
     font-size: 14px;
}
 .btn-gray:hover {
     background: #dadada;
}
 .btn-login-section {
     background: #f7be07;
     height: 40px;
     line-height: 40px;
     color: #fff !important;
     display: inline-block;
     padding: 0px 50px;
     border-radius: 5px;
     width: 100%;
     text-align: center;
     float: left;
}
 .btn-login-section:hover {
     letter-spacing: 1px;
}
 .spacer-top-0 {
     margin-top: 0px !important;
}
 .spacer-top-5 {
     margin-top: 5px !important;
}
 .spacer-top-10 {
     margin-top: 10px !important;
}
 .spacer-top-15 {
     margin-top: 15px !important;
}
 .spacer-top-20 {
     margin-top: 20px !important;
}
 .spacer-top-25 {
     margin-top: 25px !important;
}
 .spacer-top-30 {
     margin-top: 30px !important;
}
 .spacer-bottom-5 {
     margin-bottom: 5px !important;
}
 .spacer-bottom-10 {
     margin-bottom: 10px !important;
}
 .spacer-bottom-15 {
     margin-bottom: 15px !important;
}
 .spacer-bottom-20 {
     margin-bottom: 20px !important;
}
 .spacer-bottom-25 {
     margin-bottom: 25px !important;
}
 .spacer-bottom-30 {
     margin-bottom: 30px !important;
}
 .spacer-left-5 {
     margin-left: 5px !important;
}
 .spacer-left-10 {
     margin-left: 10px !important;
}
 .spacer-left-15 {
     margin-left: 15px !important;
}
 .spacer-left-20 {
     margin-left: 20px !important;
}
 .spacer-left-25 {
     margin-left: 25px !important;
}
 .spacer-left-30 {
     margin-left: 30px !important;
}
 .spacer-right-5 {
     margin-right: 5px !important;
}
 .spacer-right-10 {
     margin-right: 10px !important;
}
 .spacer-right-15 {
     margin-right: 15px !important;
}
 .spacer-right-20 {
     margin-right: 20px !important;
}
 .spacer-right-25 {
     margin-right: 25px !important;
}
 .spacer-right-30 {
     margin-right: 30px !important;
}
 .checkbox-theme {
     padding-left: 30px !important;
}
 .checkbox-theme label {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     cursor: pointer;
     margin-bottom: 0px;
     font-weight: 500;
     line-height: 16px;
     font-size: 13px;
     color: #363851;
     padding-left: 5px;
}
 .checkbox-theme label::before {
     content: "";
     display: inline-block;
     position: absolute;
     width: 16px;
     height: 16px;
     left: 0;
     margin-left: -20px;
     margin-top: 0px;
     border: 1px solid #717171;
     border-radius: 4px;
     background-color: transparent;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
 .checkbox-theme label::after {
     display: inline-block;
     position: absolute;
     width: 16px;
     height: 16px;
     left: 0px;
     top: 0px;
     margin-left: -20px;
     font-size: 10px;
     color: #ffffff;
     line-height: 16px;
     text-align: center;
     border: none !important;
     border-radius: 4px;
     background: #0085ca;
}
 .checkbox-theme input[type="checkbox"] {
     opacity: 0;
     z-index: 1;
     margin: 0px 0px 0px -22px;
     cursor: pointer;
}
 .checkbox-theme input[type="checkbox"]:focus + label::before {
     outline: none;
}
 .checkbox-theme input[type="checkbox"]:checked + label::after {
     font-family: "FontAwesome";
     content: "\f00c";
}
 .checkbox-theme input[type="checkbox"]:disabled + label {
     opacity: 0.65;
}
 .checkbox-theme input[type="checkbox"]:disabled + label::before {
     background-color: #d9d9d9;
     cursor: not-allowed;
     opacity: 1;
     border: 1px solid #d9d9d9;
}
 .radio-theme {
     width: auto;
     float: none;
     margin: 0px 0px 10px 0px;
     display: inline-block;
     vertical-align: bottom;
     padding-left: 40px;
}
 .radio-theme input {
     opacity: 0;
     z-index: 1;
     margin: 0px 0px 0px -17px;
     cursor: pointer;
}
 .radio-theme label {
     display: inline-block;
     vertical-align: bottom;
     position: relative;
     padding-left: 0px;
     cursor: pointer;
     margin: 0px;
     font-size: 13px;
     font-weight: 500;
     top: 2px;
}
 .radio-theme label::before {
     content: "";
     display: inline-block;
     position: absolute;
     width: 22px;
     height: 22px;
     left: 0;
     margin-left: -35px;
     margin-top: -1px;
     border: 1px solid #d3d3d3;
     border-radius: 50%;
     background-color: #fff;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
 .radio-theme label::after {
     content: "";
     display: inline-block;
     position: absolute;
     width: 12px;
     height: 12px;
     left: 5px;
     margin-left: -35px;
     margin-top: 0px;
     border-radius: 50%;
     background-color: #d3d3d3;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     font-size: 13px;
     color: #fff;
     text-align: center;
     font-weight: 100;
     top: 4px;
}
 .radio-theme input[type="radio"].styled:checked + label:after {
     content: "";
     display: inline-block;
     position: absolute;
     width: 12px;
     height: 12px;
     left: 5px;
     margin-left: -35px;
     margin-top: -4px;
     border-radius: 50%;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     font-size: 13px;
     color: #fff;
     text-align: center;
     font-weight: 100;
     top: 8px;
}
 .frequntly-content {
     width: 100%;
     float: left;
     position: relative;
    /* padding-left: 250px;
     */
}
 .frequntly-content .nav-tabs {
     position: relative;
     top: 0px;
     left: 0px;
     width: 210px;
     border: none;
     margin: 0px;
     padding: 0px;
     margin-left: -250px;
     float: left;
}
 .frequntly-content .nav-tabs li {
     width: 100%;
     float: left;
     position: relative;
}
 .frequntly-content .nav-tabs li a {
     width: 100%;
     float: left;
     color: #212529;
     font-size: 13px;
     font-weight: 500;
     line-height: 40px;
     padding-right: 40px;
     position: relative;
}
 .frequntly-content .nav-tabs li a .title {
     width: 100%;
     float: left;
     color: #868792;
     padding: 20px 0px;
     font-size: 14px;
     line-height: 20px;
}
 .frequntly-content .nav-tabs li a.active .title {
     color: #000000;
}
 .frequntly-content .nav-tabs li a .title:after {
     content: "";
     width: 2px;
     height: 50%;
     position: absolute;
     background: #e8eaf4;
     right: 19px;
     top: 50%;
}
 .frequntly-content .nav-tabs li a .gray-round {
     position: absolute;
     right: 0px;
     width: 26px;
     height: 26px;
     border-radius: 360px;
     margin: 17px 7px;
     z-index: 1;
}
 .frequntly-content .nav-tabs li a .title:before {
     content: "";
     width: 2px;
     height: 50%;
     position: absolute;
     background: #e8eaf4;
     right: 19px;
     top: 0px;
}
 .frequntly-content .nav-tabs li a .title:after {
     content: "";
     width: 2px;
     height: 50%;
     position: absolute;
     background: #e8eaf4;
     right: 19px;
     top: 50%;
}
 .frequntly-content .nav-tabs li a.active .gray-round:before {
     content: "";
     display: inline-block;
     text-align: center;
     width: 10px;
     height: 5px;
     border-bottom: 2px solid #ffffff;
     border-left: 2px solid #ffffff;
     position: absolute;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-47deg);
     top: 9px;
     left: 8px;
}
 .frequntly-content .nav-tabs li:first-child a .title:before {
     display: none;
}
 .frequntly-content .nav-tabs li:last-child a .title:after {
     display: none;
}
 .frequntly-content .nav-tabs li a.active .title:before, .frequntly-content .nav-tabs li a.active .title:after {
     background: #1c6cb1;
}
 .frequntly-content .tab-content {
     width: 100%;
     float: left;
}
 .frequntly-content .tab-content .tab-pane {
     width: 100%;
     float: left;
     padding: 0px !important;
}
 .frequntly-content.frequntly-left {
     padding-left: 250px;
}
 .theme-panel-group {
     background: #ffffff;
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 30px;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0px 1px 60px 20px rgba(0, 0, 0, 0.04);
}
 .theme-panel-group .theme-panel-header {
     width: 100%;
     float: left;
     padding: 20px 25px;
     color: #ffffff;
     background: linear-gradient(113deg, rgba(2, 0, 36, 1) 0%, rgba(29, 117, 189, 1) 0%, rgba(18, 64, 116, 1) 100%);
}
 .theme-panel-group .theme-panel-header .main-title {
     float: left;
     font-size: 18px;
     line-height: 30px;
     font-weight: 500;
     text-transform: capitalize;
}
 .theme-panel-group .theme-panel-header .sub-title {
     float: right;
     font-size: 13px;
     color: white;
     line-height: 30px;
}
 .theme-panel-group .theme-panel-body {
     width: 100%;
     float: left;
     background: #fff;
     padding: 25px;
}
 .theme-panel-group .theme-panel-body .asked-question {
     width: 100%;
     float: left;
     margin-bottom: 20px;
}
 .theme-panel-group .theme-panel-body .label-title {
     font-size: 14px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
     font-weight: 600;
}
 .theme-panel-group .theme-panel-body .field-content {
     font-size: 13px;
     line-height: 22px;
     margin-bottom: 15px;
     width: 100%;
     float: left;
     color: #545454;
}
 .theme-panel-group .theme-panel-header .main-title-right {
     float: right;
     font-size: 18px;
     line-height: 30px;
     font-weight: 500;
     text-transform: capitalize;
}
 .theme-panel-group .theme-panel-header .main-title-right a.edit-btn {
     color: #fff;
     font-size: 20px;
}
 .form-input {
     width: 100%;
     float: left;
}
 .form-input .input-form {
     width: 100%;
     float: left;
     margin-bottom: 15px;
     position: relative;
}
 .form-input .input-form .label {
     font-size: 12px;
     font-weight: normal;
     width: 100%;
     float: left;
}
 .form-input .input-form .input-field {
     width: 100%;
     float: left;
}
 .form-input .input-form .input-field .theme-error {
     color: #dd0000;
     font-size: 12px;
     font-weight: normal;
     position: absolute;
     width: 100%;
     text-align: right;
     right: 0px;
     padding: 2px 0px 0px 0px;
}
 .form-input .input-form .form-control {
     border-color: #d6d6d6;
     border-radius: 8px;
     font-size: 13px;
     padding: 8px;
}
 .form-input .input-form textarea.form-control {
     min-height: 100px;
}
 .form-input .input-form .form-control:hover, .form-input .input-form .form-control:focus {
     box-shadow: none;
     outline: 0px;
}
 .form-input .footer-action {
     width: 100%;
     float: left;
     text-align: right;
}
 .form-input .input-form .input-detail {
     font-weight: normal;
     line-height: 25px;
     width: 100%;
     float: left;
     border-radius: 8px;
     font-size: 13px;
     display: block;
     min-height: 37px;
     padding: 6px 0px;
}
 .dislpaytable {
     display: table;
     width: 100%;
     height: calc(100% - 55px);
     padding-bottom: 55px;
}
 .valign-content {
     position: relative;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 .valign-content-inner {
     margin: 0 auto;
     padding: 0px;
     display: inline-block;
     max-width: 1200px;
     width: 100%;
}
 .my-profile-details {
     width: 100%;
     float: left;
     position: relative;
     margin: 25px 0px;
}
 .my-profile-details .profile-image {
     width: 100%;
     float: none;
     text-align: center;
     display: inline-block;
     position: relative;
}
 .my-profile-details .profile-image .user-img {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     border: 7px solid #d5d5d5;
     display: inline-block;
     position: relative;
     overflow: hidden;
}
 .my-profile-details .profile-image .user-img img {
     position: absolute;
     bottom: auto;
     width: auto;
     height: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     max-width: 100%;
     max-height: 100%;
}
 .my-profile-details .profile-image .user-img-background {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     border: 7px solid #d5d5d5;
     display: inline-block;
     position: relative;
     overflow: hidden;
}
 .my-profile-details .profile-image .user-img-background .user-img-bg {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     display: inline-block;
     position: relative;
     overflow: hidden;
     left: -7px;
}
 .my-profile-details .footer-btn {
     width: 100%;
     float: left;
     text-align: left;
}
 .my-profile-details .footer-btn .btn {
     display: inline-block;
     vertical-align: top;
     margin: 0px 0px 5px 5px;
}
 .controls {
     width: 100%;
     float: left;
     position: relative;
     padding: 5px 0;
}
 .controls .add-password {
     width: 100%;
     float: left;
     position: relative;
}
 .controls .add-password a {
     padding-left: 35px;
     font-size: 14px;
     font-weight: 600;
     color: #f7be07;
     position: relative;
}
 .controls .add-password a:before {
     content: "\f067";
     position: absolute;
     left: 3px;
     font-size: 17px;
     top: -2px;
     font-weight: 500;
     font-family: "FontAwesome";
}
 .controls .add-password .label {
     font-size: 13px;
     padding-left: 35px;
     width: 100%;
     float: left;
}
 .controls .label {
     font-size: 14px;
     margin-bottom: 10px;
     font-weight: 600;
}
 .table-overflow {
     width: 100%;
     float: left;
     position: relative;
     overflow: inherit;
}
 .blue {
     background-color: #034688;
}
 .blue:hover {
     background-color: #14599d;
}
 .gallery-main {
     width: 100%;
     float: left;
     position: relative;
     display: block;
}
 .gallery-main .gallery-img {
     width: 25%;
     height: 120px;
     float: left;
     margin: 2px;
}
 .gallery-main .gallery-img img {
     width: 100%;
     height: 100%;
     float: left;
     position: relative;
}
 md-dialog-content {
     margin: 0 auto;
}
 .card-theme {
     width: 100%;
     float: left;
     position: relative;
     border-radius: 6px;
     overflow: hidden;
     margin-bottom: 20px;
}
 .card-theme .card-header {
     width: 100%;
     float: left;
     padding: 0px;
     border: none !important;
}
 .card-theme .card-header .btn-link {
     width: 100%;
     float: left;
     border: none;
     background: rgb(255, 255, 255);
     box-shadow: 0px 0px 20px 10px rgba(241, 241, 241, 0.8);
     padding: 0px 24px;
     color: #222;
     outline: none;
     text-decoration: none;
     font-size: 13px;
     line-height: 50px;
     font-weight: 600;
     text-transform: uppercase;
}
 .card-theme .collapse-content {
     border-top: 1px solid #eee;
     width: 100%;
     float: left;
}
 .card-theme .collapse-content .card-body {
     width: 100%;
     float: left;
     background: #fff;
     padding: 24px;
}
 .card-theme .collapse-content .card-body .whitelabel-logo-group {
     width: 100%;
     float: left;
     position: relative;
}
 .card-theme .collapse-content .card-body .whitelabel-logo-group .title {
     width: 100%;
     float: left;
     margin-bottom: 10px;
     font-size: 14px;
     line-height: 22px;
     color: #222;
}
 .card-theme .collapse-content .card-body .whitelabel-logo-group.theme-color .whitelabel-logoupload {
     background-color: #797979;
     border: 1px solid #c7c7c7;
     width: 100%;
     float: left;
     position: relative;
     height: 200px;
     padding: 15px;
     background: #fff;
     border-radius: 10px;
}
 .card-theme .collapse-content .card-body .whitelabel-logo-group .whitelabel-logoupload .whitelabel-logo {
     width: 100%;
     float: left;
     height: 170px;
     position: relative;
}
 .card-theme .collapse-content .card-body .whitelabel-logo-group .whitelabel-logoupload .whitelabel-logo img {
     position: absolute;
     bottom: auto;
     width: auto;
     height: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     max-width: 70%;
     max-height: 70%;
}
 .card-theme .collapse-content .card-body .tab-actions {
     width: 100%;
     float: left;
     background: #fff;
     padding-top: 24px;
     text-align: left;
}
 .themecolor-sample-group {
     width: 100%;
     float: left;
}
 .themecolor-sample-group .themecolor-sample {
     border-radius: 8px;
     height: 40px;
     width: 75px;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
     position: relative;
     overflow: hidden;
     cursor: pointer;
}
 .themecolor-sample-group .themecolor-sample.active:after {
     content: "\f00c";
     position: absolute;
     left: 0px;
     z-index: 1;
     font-family: FontAwesome;
     line-height: 40px;
     width: 100%;
     text-align: center;
     color: #fff;
}
 .upload-img {
     cursor: pointer;
     display: inline-block;
     overflow: hidden;
     width: 40px;
     height: 40px;
     position: absolute;
     bottom: -8px;
     left: 50%;
     margin-left: -20px;
     border-radius: 50%;
}
 .upload-img .upload-input {
     cursor: pointer;
     font-size: 100px;
     filter: alpha(opacity=1);
     -moz-opacity: 1;
     opacity: 0.01;
     position: absolute;
     right: 0;
     top: 0;
}
 .upload-img .upload-icon {
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-size: 15px;
     font-weight: bold;
     text-transform: uppercase;
     height: 40px;
     width: 40px;
     line-height: 34px;
     border: 3px solid #e4e4e4;
     background: #0085ca;
}
 .form-group .control-label {
     width: 100%;
     float: left;
     font-size: 12px;
     line-height: 16px;
     margin-bottom: 5px;
}
 .form-group {
     width: 100%;
     float: left;
     margin-bottom: 15px;
}
 .form-group .form-control {
     border-color: #d6d6d6;
     border-radius: 8px;
     padding: 8px;
     font-size: 13px;
     height: 40px;
     line-height: 2;
     border: 1px solid #d6d6d6;
     outline: none;
     box-shadow: none;
}
 ul.checkbox-list li:before {
     width: 0;
}
 .sub-domain-single {
     width: 100%;
     float: left;
     display: flex;
     margin-top: 10px;
}
 .sub-domain-single .text-muted {
     border-radius: 8px;
     padding: 0px;
     font-size: 13px;
     height: 40px;
     border: 1px solid transparent;
     outline: none;
     background: #ffffff;
     box-shadow: none;
     line-height: 38px;
     color: #262626 !important;
     margin: 0 5px;
}
 .alert {
     padding: 15px;
     border: 1px solid transparent;
     border-radius: 4px;
     font-size: 12px;
     margin: 0;
}
 .notes-main {
     width: 100%;
     height: 100%;
     overflow-y: auto;
     float: left;
     overflow-x: hidden;
}
 .notes-main .notes {
     width: 100%;
     float: left;
     position: relative;
     min-height: 100px;
     margin-bottom: 15px;
     cursor: pointer;
     margin: 0px 0px 20px 0px;
     outline: none;
     text-align: center;
     border-radius: 10px;
}
 .notes-main .notes .notes-content {
     width: 100%;
     float: left;
     position: relative;
     padding: 10px;
     overflow-y: auto;
     height: 220px;
     border-radius: 0px 0px 10px 10px;
}
 .notes-main .notes .notes-content p {
     font-size: 13px;
     color: #000;
     margin: 0;
     line-height: 24px;
     float: left;
     width: 100%;
     position: relative;
}
 .notes-main .notes .notes-header {
     width: 100%;
     float: left;
     border-radius: 10px 10px 0px 0px;
}
 .notes-main .notes .notes-header .notes-actions {
     position: relative;
     text-align: right;
     width: 100%;
     float: left;
     padding: 10px;
}
 .notes-main .notes .notes-header .notes-actions .single-action {
     float: none;
     position: relative;
     margin-left: 4px;
     display: inline-block;
     vertical-align: top;
}
 .notes-main .notes .notes-header .notes-actions .single-action .fa {
     float: left;
     background: rgba(255, 255, 255, 0.8);
     width: 25px;
     line-height: 25px;
     text-align: center;
     border-radius: 8px;
     color: rgba(0, 0, 0, 0.7);
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-toggle {
     float: left;
     width: 25px;
     line-height: 25px;
     text-align: center;
     border-radius: 8px;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-toggle:after {
     display: none;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu {
     border: 1px solid #d2d2d2;
     max-width: 150px;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
     padding: 0px;
     right: 0px;
     left: initial !important;
     transform: initial !important;
     top: 30px !important;
     min-width: 170px;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group {
     width: 100%;
     float: left;
     text-align: left;
     padding: 8px;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin: 2px;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.active:before {
     position: absolute;
     content: "\f00c";
     top: 0;
     left: 0;
     font: normal normal normal 14px/1 FontAwesome;
     width: 100%;
     line-height: 30px;
     text-align: center;
     color: #fff;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-red {
     background: #ef6262;
     color: #fff;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-green {
     background: #41bb41;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-blue {
     background: #3984ca;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-yellow {
     background: #ffe24b;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-sky {
     background: #4bceff;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color.notes-pink {
     background: #ff7cd0;
}
 .notes-main .notes.notes-red .notes-header {
     background: #ef6262;
}
 .notes-main .notes.notes-red .notes-content {
     background: rgba(239, 98, 98, 0.52);
}
 .notes-main .notes.notes-green .notes-header {
     background: #41bb41;
}
 .notes-main .notes.notes-green .notes-content {
     background: rgb(160, 221, 160);
}
 .notes-main .notes.notes-blue .notes-header {
     background: #3984ca;
}
 .notes-main .notes.notes-blue .notes-content {
     background: rgba(57, 132, 202, 0.3);
}
 .notes-main .notes.notes-yellow .notes-header {
     background: #ffe24b;
}
 .notes-main .notes.notes-yellow .notes-content {
     background: rgb(255, 240, 165);
}
 .notes-main .notes.notes-sky .notes-header {
     background: #4bceff;
}
 .notes-main .notes.notes-sky .notes-content {
     background: rgb(165, 230, 255);
}
 .notes-main .notes.notes-pink .notes-header {
     background: #ff7cd0;
}
 .notes-main .notes.notes-pink .notes-content {
     background: rgb(255, 189, 231);
}
 .notes-main .notes .notes-content textarea.form-control {
     width: 100%;
     background-color: transparent;
     border: 0;
     font-size: 14px;
     color: rgba(0, 0, 0, 0.7);
     padding: 0;
     outline: none;
     box-shadow: none;
     float: left;
     position: relative;
     height: 100%;
     overflow: auto;
     resize: none;
     border-radius: 0;
}
 .locker-main {
     width: 100%;
     float: left;
     position: relative;
}
 .locker.red-active {
     border: 1px solid rgba(239, 98, 98, 0.5);
}
 .locker.red-active .flip-model .fa {
     color: #ef6262;
}
 .locker.green-active {
     border: 1px solid rgba(65, 187, 65, 0.5);
}
 .locker.green-active .flip-model .fa {
     color: #41bb41;
}
 .locker.blue-active {
     border: 1px solid rgba(57, 132, 202, 0.5);
}
 .locker.blue-active .flip-model .fa {
     color: #3984ca;
}
 .locker.yellow-active {
     border: 1px solid rgba(255, 226, 75, 0.5);
}
 .locker.yellow-active .flip-model .fa {
     color: #ffe24b;
}
 .locker.sky-active {
     border: 1px solid rgba(75, 206, 255, 0.5);
}
 .locker.sky-active .flip-model .fa {
     color: #4bceff;
}
 .locker.pink-active {
     border: 1px solid rgba(255, 124, 208, 0.5);
}
 .locker.pink-active .flip-model .fa {
     color: #ff7cd0;
}
 .locker {
     cursor: pointer;
     width: 158px;
     height: 158px;
     margin: 0px 20px 20px 0px;
     float: left;
     outline: none;
     border: 1px solid #d6d6d6;
     position: relative;
     text-align: center;
     border-radius: 10px;
}
 .locker .flip-model {
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
}
 .locker .flip-model .fa {
     line-height: 160px;
     width: 100%;
     float: left;
     text-align: center;
     font-size: 50px;
     color: gray;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 .locker:hover .flip-model .fa {
     font-size: 65px;
}
 .locker .flip-model .folder-name {
     position: absolute;
     width: 100%;
     color: #464646;
     font-weight: 600;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     bottom: 0px;
     left: 0px;
     line-height: 30px;
     text-align: center;
     font-size: 13px;
     padding: 0px 10px;
}
 .locker.file-inner {
     width: 68px;
     height: 75px;
}
 .locker.file-inner a.flip-model {
     width: 64px;
     height: 52px;
     line-height: 22px;
     font-size: 30px;
}
 .locker.file-inner .folder-name {
     font-size: 12px;
     line-height: 22px;
}
 .locker .progress-box-group {
     position: absolute;
     border-radius: 10px;
     height: 100%;
     width: 100%;
     top: 0px;
     left: 0px;
     background: rgba(255, 255, 255, 0.8);
     display: table;
}
 .locker .progress-box-group .progress-center {
     position: relative;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     padding: 10px;
}
 .locker .progress-box-group .progress {
     border-radius: 180px;
     background-color: #e9ecef;
     height: 17px;
}
 .locker .progress-box-group .progress .progress-bar {
     background-color: #41bb41;
}
 .locker .progress-box-group .progress-title {
     width: 100%;
     float: left;
     text-align: center;
     font-size: 13px;
     color: #2f2f2f;
     font-weight: 600;
}
 .form-control {
     border-color: #d6d6d6;
     border-radius: 180px;
     font-size: 13px;
     padding: 8px;
}
 .form-control:focus {
     box-shadow: none;
     outline: 0px;
}
 .modal-theme .modal-dialog {
     max-width: 600px;
}
 .modal-theme .modal-content {
     width: 100%;
     float: left;
     border: none;
     overflow: hidden;
     border-radius: 10px;
}
 .modal-theme .modal-header {
     min-height: 120px;
     padding: 0px;
     position: relative;
     border: none;
     overflow: hidden;
     background-image: url(../images/mountain.jpg);
     background-position: center center;
     width: 100%;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
}
 .modal-theme .modal-header .input-search-heading {
     position: absolute;
     bottom: auto;
     width: 90%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     z-index: 9999;
}
 .modal-theme .modal-header .modal-title {
     width: 100%;
     float: left;
     text-align: center;
     color: #fff;
     font-size: 20px;
     font-weight: 500;
}
 .modal-theme .close-dismiss-group {
     float: left;
     position: absolute;
     top: 15px;
     right: 15px;
     z-index: 1;
}
 .modal-theme .close-dismiss-group .close-dismiss {
     position: relative;
     width: 18px;
     height: 18px;
     background: transparent;
     cursor: pointer;
     float: right;
     color: transparent;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 1;
}
 .modal-theme .close-dismiss-group .close-dismiss .hamb-top {
     -webkit-transform: rotate(45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     background-color: #ffffff;
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     top: 50%;
}
 .modal-theme .close-dismiss-group .close-dismiss .hamb-bottom {
     -webkit-transform: rotate(-45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     background-color: #ffffff;
     top: 50%;
}
 .modal-theme .modal-header:after {
     width: 100%;
     content: "";
     height: 100%;
     background-repeat: no-repeat;
     opacity: 0.8;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .flip-modal-inner-page {
     -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
     -o-transform: rotateY(-180deg);
     transform: rotateY(-180deg) 
}
 .modal-theme .modal-body {
     width: 100%;
     position: relative;
     float: left;
     padding: 25px;
     font-size: 14px;
     border-radius: 0px !important;
}
 .modal-theme .modal-body .modal-footer {
     border: 0;
     padding: 0px;
     margin-top: 25px;
     float: left;
     width: 100%;
}
 .modal-theme {
     Z-INDEX: 99999;
}
 .navbar-app-theme {
     width: 100%;
     float: left;
     background: #fff;
     border-bottom: 4px solid #e7e7e7;
     padding: 0px;
     margin: 0px;
     display: inline-block;
     z-index: 2;
     position: relative;
     vertical-align: top;
}
 .navbar-app-theme .navbar-brand {
     padding: 0px;
     width: auto;
     height: 70px;
}
 .navbar-app-theme .navbar-brand img {
     width: auto;
     max-height: 70px;
     padding: 10px 0px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .navbar-app-theme .navbar-brand.two-brand {
     position: relative;
}
 .navbar-app-theme .navbar-brand.two-brand .user-logo {
     display: inline-block;
     vertical-align: top;
}
 .navbar-app-theme .navbar-brand.two-brand .user-logo img {
     display: inline-block;
     vertical-align: top;
     padding: 20px 0px 20px;
}
 .navbar-app-theme .navbar-brand.two-brand .main-logo {
     display: inline-block;
     vertical-align: top;
     margin-right: 10px;
     padding-right: 10px;
     position: relative;
}
 .navbar-app-theme .navbar-brand.two-brand .main-logo:before {
     content: "Powered By:";
     font-size: 11px;
     position: absolute;
     top: 5px;
     line-height: 25px;
     color: gray;
}
 .navbar-app-theme .navbar-brand.two-brand .main-logo:after {
     content: "";
     font-size: 12px;
     height: 30px;
     position: absolute;
     right: 0px;
     top: 50%;
     border-left: 1px solid #c1c1c1;
     margin-top: -15px;
}
 .navbar-app-theme .navbar-brand.two-brand .main-logo img {
     padding: 30px 0px 26px;
}
 .navbar-app-theme .navbar-brand.single-brand .main-logo {
     display: inline-block;
     vertical-align: top;
     position: relative;
}
 .navbar-app-theme .navbar-brand.single-brand .main-logo img {
     padding: 20px 0px;
}
 .navbar-app-theme .navbar-toggler {
     padding: 0px;
     border: none;
     height: 30px;
     width: 30px;
     position: relative;
     vertical-align: top;
     float: left;
     margin: 20px 0px;
     margin-left: 0px;
}
 .navbar-app-theme .navbar-toggler .fa {
     height: 30px;
     width: 30px;
     float: left;
     line-height: 30px;
}
 .navbar-app-theme .navbar-toggler .fa:hover {
     color: #13487f;
}
 .navbar-app-theme .navbar-collapse {
     width: 100%;
     float: left;
     direction: rtl;
}
 .navbar-app-theme .navbar-collapse .navbar-nav {
     width: auto;
     float: right;
     padding: 0px;
     margin: 0px 0px 0px 0px !important;
     flex-direction: row-reverse;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item {
     float: left;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item .nav-link {
     padding: 0px 15px;
     line-height: 70px;
     font-size: 14px;
     font-weight: 600;
     color: #6e6e6e;
     position: relative;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.active .nav-link:after {
     content: "";
     border-bottom: 4px solid;
     position: absolute;
     bottom: -4px;
     left: 0px;
     width: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item .nav-link:after {
     content: "";
     border-bottom: 4px solid #ababab;
     position: absolute;
     bottom: -4px;
     left: 0px;
     width: 0%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
     color: #000000;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after {
     width: 100%;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item .nav-search {
     color: #b9b9b9;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item .nav-search .fa {
     display: inline-block;
     vertical-align: top;
     width: 30px;
     text-align: center;
     float: left;
     line-height: 70px;
     color: #6e6e6e;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.notification {
     margin: 0px 15px;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.notification .nav-link {
     padding: 0px;
     float: left;
     height: 30px;
     margin: 20px 0px;
     line-height: 30px;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.notification .nav-link .fa {
     width: 30px;
     height: 30px;
     font-size: 20px;
     line-height: 30px;
     text-align: center;
     color: #b9b9b9;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.notification .nav-link .pink-dot {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background-color: #fd4466;
     position: absolute;
     top: 0px;
     right: 0px;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.user {
     padding: 0px 0px 0px 30px;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.user .nav-link {
     padding: 0px;
     float: left;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.user .nav-link img {
     width: 36px;
     height: 36px;
     border-radius: 50%;
}
 .navbar-app-theme .navbar-collapse .navbar-nav .nav-item .nav-search:after, .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.notification .nav-link:after, .navbar-app-theme .navbar-collapse .navbar-nav .nav-item.user .nav-link:after {
     display: none !important;
}
 .header-action {
     float: left;
}
 .header-action .user-photo {
     width: 30px;
     height: 30px;
     float: left;
}
 .header-action .user-photo img {
     float: left;
     width: 100%;
     height: 100%;
     border-radius: 50%;
}
 .header-action .user-name {
     display: inline-block;
     vertical-align: top;
     line-height: 30px;
     padding-left: 10px;
     font-size: 14px;
     font-weight: 600;
     position: relative;
}
 .header-action .dropdown-toggle {
     float: left;
     padding: 20px 15px !important;
     line-height: 30px !important;
     text-align: center;
     cursor: pointer;
}
 .header-action .dropdown-toggle:after {
     display: none;
}
 .header-action ul.dropdown-menu {
     right: 0px;
     left: initial !important;
     margin: 0px;
     margin-top: 15px;
     transform: initial !important;
     padding: 5px 0px;
     border: 1px solid #d2d2d2;
     min-width: 200px;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
}
 .header-action ul.dropdown-menu li {
     width: 100%;
     float: left;
     margin: 0px;
     padding: 0px;
}
 .header-action ul.dropdown-menu li a {
     width: 100%;
     float: left;
     line-height: 30px;
     padding: 4px 15px;
     font-size: 13px;
     color: #495057;
     white-space: nowrap;
     text-align: left;
     cursor: pointer;
}
 .header-action ul.dropdown-menu li a .fa {
     line-height: 30px;
     display: inline-block;
     width: 20px;
     margin-right: 8px;
     float: none;
     font-size: 14px;
     background: transparent;
     border-radius: 0px;
     vertical-align: top;
     float: left;
}
 .large-search {
     width: 100%;
     float: left;
     padding: 10px 0px;
     display: inline-block;
     z-index: 1;
     position: relative;
     vertical-align: top;
}
 .large-search .catalog-search {
     width: 100%;
     float: left;
     position: relative;
     max-width: 600px;
}
 .large-search .catalog-search .form-control {
     box-shadow: none;
     border-radius: 180px;
     border: none;
     font-size: 14px;
     padding: 0px 120px 0px 25px;
     height: 38px;
}
 .large-search .catalog-search .fa-search {
     position: absolute;
     right: 4px;
     top: 4px;
     height: 30px;
     width: 50px;
     text-align: center;
     line-height: 30px;
     font-size: 18px;
     border-radius: 180px;
     color: #fff;
     cursor: pointer;
     padding: 0;
     box-shadow: none;
     outline: none !important;
     border: 0;
}
 .large-search .helpline {
     position: absolute;
     right: 60px;
     top: 0px;
     cursor: pointer;
}
 .large-search .helpline .fa-info {
     height: 30px;
     width: 30px;
     text-align: center;
     line-height: 30px;
     font-size: 18px;
     background: #fff;
     border-radius: 180px;
     margin: 4px;
}
 .large-search .helpline:hover .helpline-content {
     display: block;
}
 .large-search .helpline .helpline-content {
     display: none;
}
 .large-search .helpline .helpline-content {
     position: absolute;
     text-align: center;
     font-size: 13px;
     width: 180px;
     left: 50%;
     margin-left: -90px;
     background: #e4e4e4;
     border-radius: 10px;
     border: 2px solid #d0d0d0;
     padding: 5px;
     top: calc(100% + 20px);
}
 .large-search .helpline .helpline-content:before {
     content: "";
     position: absolute;
     border-top: none;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #d0d0d0;
     border-left: 10px solid transparent;
     float: right;
     left: 50%;
     margin-left: -10px;
     top: -10px;
}
 .large-search .helpline .helpline-content:after {
     content: "";
     position: absolute;
     border-top: none;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #e4e4e4;
     border-left: 10px solid transparent;
     float: right;
     left: 50%;
     margin-left: -10px;
     top: -7px;
}
 .page-content {
     width: 100%;
     float: left;
     background: #f5f5f5;
     padding: 15px 0px;
}
 .page-content-app {
     min-height: 500px;
     width: 100%;
     float: left;
     position: relative;
     margin: 0px;
     padding: 20px;
     margin-bottom: 15px;
     background: #fff;
     box-shadow: 0px 0px 20px 10px rgba(214, 222, 233, 0.3);
     border-radius: 30px;
}
 .header-section {
     width: 100%;
     float: left;
     position: relative;
     margin: 0px;
     padding: 10px 15px 10px 20px;
     margin-bottom: 8px;
     background: #fff;
    /* z-index: 2;
     */
     box-shadow: 0px 0px 20px 10px rgba(214, 222, 233, 0.3);
     border-radius: 30px;
}
 .header-section .search-result-side {
     width: 100%;
     float: left;
     line-height: 30px;
     font-size: 14px;
     display: inline-block;
     vertical-align: top;
}
 .header-section .search-result-side .search-word {
     font-weight: 600;
}
 .header-section .left-side {
     width: 50%;
     float: left;
}
 .header-section .right-side {
     width: 50%;
     float: right;
     position: relative;
}
 .header-section .right-side .header-page-actions {
     width: 100%;
     text-align: right;
}
 .header-section .right-side .header-page-actions .single-action {
     display: inline-block;
     vertical-align: top;
     margin: 0px 0px 0px 5px;
     position: relative;
     cursor: pointer;
     height: 30px;
}
 .header-section .right-side .header-page-actions .single-action:hover .fileupload .upload-icon {
     color: #fff;
     border: 1px solid;
}
 .header-section .right-side .header-page-actions .single-action.text-action > .text {
     width: auto;
     line-height: 28px;
     font-size: 13px;
     height: 30px;
     color: grey;
     border: 1px solid #d2d2d2;
     border-radius: 180px;
     padding: 0px 15px;
     display: inline-block;
}
 .header-section .right-side .header-page-actions .single-action.text-action > .text:hover {
     color: #fff;
     border: 1px solid;
}
 .header-section .right-side .header-page-actions .single-action a.fa {
     width: 30px;
     line-height: 28px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
}
 .header-section .right-side .header-page-actions .single-action a.fa.active, .header-section .right-side .header-page-actions .single-action a.fa:hover {
     color: #fff;
     border: 1px solid;
}
 .breadcrumb-theme {
     width: 100%;
     float: left;
     padding: 0px;
     background: transparent;
     margin: 0px;
}
 .breadcrumb-theme .breadcrumb-item {
     display: inline-block;
     vertical-align: top;
     line-height: 30px;
     font-size: 13px;
     cursor: pointer;
}
 .breadcrumb-theme .breadcrumb-item + .breadcrumb-item:before {
     display: inline-block;
     padding-right: .5rem;
     padding-left: .5rem;
     content: "/";
}
 .breadcrumb-theme .breadcrumb-item a {
     line-height: 30px;
     font-size: 13px;
     float: none;
     display: inline-block;
     vertical-align: top;
}
 .breadcrumb-theme .breadcrumb-item.active {
     color: #2f2f2f;
}
 .nodata-display {
     width: 100%;
     float: left;
     padding: 200px 0px 50px 0px;
     text-align: center;
     position: relative;
     color: #777777;
     font-size: 18px;
}
 .nodata-display:before {
     content: "";
     background-image: url(../images/nodata-display.png);
     position: absolute;
     top: 30px;
     width: 160px;
     height: 160px;
     left: 50%;
     margin-left: -80px;
     background-size: 160px;
}
 .nodata-display .btn-nodata {
     width: 100%;
     position: relative;
     float: left;
     margin-top: 20px;
}
 footer {
     overflow: hidden;
     position: relative;
     width: 100%;
     float: left;
     background-image: url(../images/login-background.jpg);
     padding: 80px 0px;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     background-position: center center;
     text-align: center;
     border-top: 5px solid;
}
 footer:after {
     left: 0;
     top: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 100%;
     opacity: 0.1;
     z-index: 2;
}
 footer:before {
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
     background: rgba(43, 43, 43, 0.7);
}
 footer .footer-left {
     width: 100%;
     position: relative;
     text-align: right;
     float: left;
     padding-right: 70px;
     min-height: 130px;
}
 footer .footer-left:after {
     position: absolute;
     width: 100%;
     content: '';
     right: -180px;
     top: -80px;
     background-image: url(../images/shapes/original/light-triangle.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 430px;
     z-index: 1;
     opacity: 0.1;
}
 footer .footer-right {
     width: 100%;
     position: relative;
     padding-left: 70px;
     min-height: 130px;
}
 footer .footer-right:after {
     position: absolute;
     width: 100%;
     content: '';
     left: -180px;
     top: -80px;
     background-image: url(../images/shapes/original/light-triangle.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 430px;
     z-index: 1;
     opacity: 0.1;
}
 footer .footer-main {
     float: left;
     width: 100%;
     position: relative;
}
 footer .footer-main:after {
     position: absolute;
     width: 100%;
     content: '';
     left: 0;
     top: 0;
    /* background-image: url(../images/shapes/original/light-triangle.png);
     */
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 100%;
     z-index: 9;
     opacity: 0.1;
     transform: rotate(180deg);
}
 footer .footer-left .footer-left-inner {
     width: 100%;
     position: relative;
     text-align: right;
     float: left;
     z-index: 999;
}
 footer .footer-left .footer-left-inner .title {
     padding-bottom: 0px;
     text-align: right;
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 0px;
     width: 100%;
     float: left;
     color: #fff;
}
 footer .footer-left .footer-left-inner .content {
     font-size: 13px;
     line-height: 20px;
     color: rgba(255, 255, 255, 0.6);
     width: 100%;
     float: left;
}
 .footer-left-inner .latest-post-main .latest-post .post .post-date {
     width: 85%;
     float: left;
     position: relative;
     font-size: 14px;
     color: #fff;
     padding: 0 10px;
     font-weight: 700;
}
 footer .footer-right .footer-right-inner {
     width: 100%;
     position: relative;
     z-index: 99;
     text-align: left;
     float: right;
}
 footer .footer-right .footer-right-inner .title {
     text-align: left;
     font-size: 18px;
     margin-bottom: 10px;
     margin-top: 0px;
     width: 100%;
     float: left;
     color: #fff;
}
 footer .footer-right .footer-right-inner p {
     width: 100%;
     float: left;
     position: relative;
     font-size: 14px;
     margin: 0 0 5px;
     color: rgba(255, 255, 255, 0.6);
}
 footer .footer-right .footer-right-inner p i.fa {
     font-size: 14px;
     width: 20px;
     text-align: center;
}
 footer .footer-right .footer-right-inner .latest-project {
     width: 100%;
     float: left;
     position: relative;
}
 footer .footer-right .footer-right-inner .latest-project .post {
     width: 100%;
     float: left;
     position: relative;
     display: block;
}
 footer .footer-right .footer-right-inner .latest-project .post .post-img {
     width: 60px;
     display: inline-block;
     height: 60px;
     margin: 0 0px 5px 0;
}
 footer .footer-right .footer-right-inner .latest-project .post .post-img img {
     width: 100%;
     height: 60px;
}
 footer .footer-main .footer-social {
     position: absolute;
     top: 0px;
     left: 50%;
     z-index: 100;
     width: 100px;
     margin-left: -50px;
}
 footer .footer-main .footer-social .footer-logo {
     text-align: center;
     font-size: 16px;
     position: relative;
     float: none;
     width: 50px;
     height: 50px;
     vertical-align: top;
     line-height: 50px;
     display: block;
     margin: 10px auto;
}
 footer .footer-main .footer-social .footer-logo:after {
     position: absolute;
     width: 50px;
     content: '';
     left: 0;
     top: 0px;
     background-image: url(../images/shapes/border-white-6.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 50px;
     height: 50px;
     z-index: 99999;
}
 footer .footer-main .footer-social .footer-logo img {
     position: relative;
     float: left;
     width: 50px;
     height: 50px;
     padding: 10px;
}
 footer .footer-main .footer-social .footer-link {
     float: left;
     display: block;
     width: 100%;
}
 footer .footer-main .footer-social .footer-link ul {
     padding: 0;
     margin: 0;
     text-align: center;
}
 footer .footer-main .footer-social .footer-link ul li {
     list-style: none;
     margin: 5px 0px;
}
 footer .footer-main .footer-social .footer-link ul li a {
     font-size: 16px;
     color: #ffffff;
     position: relative;
     float: none;
     width: 40px;
     height: 40px;
     vertical-align: top;
     line-height: 40px;
     display: block;
     margin: 0 auto 0px;
}
 footer .footer-main .footer-social .footer-link ul li a:after {
     position: absolute;
     width: 40px;
     content: '';
     left: 0;
     top: 0;
     background-image: url(../images/shapes/border-white-6.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 40px;
     height: 40px;
     z-index: 99999;
}
 .footer-copyright {
     width: 100%;
     float: left;
     text-align: center;
     color: #fff;
     position: relative;
     font-size: 13px;
}
 .login-new-theme {
     width: 100%;
     float: left;
     position: absolute;
     height: 100%;
}
 .login-leftlayout {
     background-image: url(../images/laptop-user.jpg);
     background-position: center center;
     height: 100%;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     position: absolute;
     width: 450px;
     left: 0px;
     overflow-y: auto;
     top: 0px;
     z-index: 1;
     position: fixed;
}
 .login-leftlayout:after {
     content: "";
     background-image: url(../images/left-shadow.png);
     width: 120px;
     height: 100%;
     position: absolute;
     right: 0px;
     background-repeat: repeat-y;
     background-size: 120px;
     z-index: 1;
     opacity: 0.8;
}
 .login-leftlayout:before {
     content: "";
     position: absolute;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 5px;
     background: #0085ca;
}
 .login-leftlayout .left-center-actions {
     position: absolute;
     bottom: auto;
     top: 50%;
     right: 0px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     text-align: right;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     z-index: 91;
}
 .login-leftlayout .single-btn {
     border-right: 5px solid #0085ca !important;
     padding: 20px 25px;
     border-radius: 20px 0px 0px 20px;
     text-align: left;
     display: inline-block;
     vertical-align: top;
     width: 100%;
     max-width: 150px;
     text-transform: uppercase;
     font-size: 16px;
     font-weight: 600;
     position: relative;
     color: #757575;
     background: #dadada;
     position: relative;
}
 .login-leftlayout .single-btn.active {
     background: #fff;
     color: #2278ad;
     border-right: none !important;
}
 .login-leftlayout .single-btn.active:after {
     content: "";
     border: 5px solid #0085ca;
     position: absolute;
     top: 0px;
     left: 0px;
     border-radius: 20px 0px 0px 20px;
     height: 100%;
     width: 100%;
     border-right: 0px !important;
}
 .login-leftlayout .login-header {
     width: 100%;
     float: left;
     text-align: left;
     position: absolute;
     padding: 30px;
     z-index: 10;
}
 .login-leftlayout .login-header .login-header-title {
     width: 100%;
     float: left;
     font-size: 30px;
     color: #fff;
     position: relative;
     font-weight: 100;
     margin-bottom: 7px;
}
 .login-leftlayout .login-header p {
     width: 100%;
     float: left;
     font-size: 16px;
     color: #fff;
     position: relative;
     font-weight: normal;
     line-height: 32px;
}
 .login-leftlayout .login-body {
     width: 100%;
     float: left;
     position: relative;
}
 .login-leftlayout .login-footer {
     width: 100%;
     float: left;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     padding: 30px;
     color: rgb(255, 255, 255);
     font-size: 13px;
     z-index: 10;
}
 .login-leftlayout .login-footer a {
     color: #ffffff;
}
 .login-rightlayout {
     background: #ffffff;
     width: 100%;
     height: calc(100% - 36px);
     position: relative;
     float: left;
     padding: 0px;
     padding-left: 450px;
     padding-bottom: 36px;
}
 .login-rightlayout .login-rightcontent {
     width: 100%;
     float: left;
     height: 100%;
     position: relative;
}
 .login-rightlayout .login-rightcontent:before {
     content: "";
     background-image: url(../images/fooer-m-icon.png);
     background-size: 300px;
     width: 300px;
     height: 184px;
     position: fixed;
     bottom: 50px;
     right: 10px;
     opacity: 0.06;
}
 .login-rightlayout .login-rightcontent .right-top-section {
     position: fixed;
     top: 0px;
     height: 100px;
     background: #fff;
     z-index: 12;
     right: 0px;
     width: calc(100% - 320px);
}
 .login-rightlayout .login-header {
     float: left;
     position: absolute;
     top: 25px;
     right: 25px;
     text-align: left;
     z-index: 1;
}
 .login-rightlayout .login-header .header-title {
     vertical-align: middle;
     float: none;
     display: inline-block;
     position: relative;
     padding-left: 0px;
     margin-bottom: 0px;
     font-weight: normal;
     line-height: 20px;
     font-size: 13px;
}
 .login-rightlayout .login-header .btn {
     vertical-align: middle;
     float: none;
     display: inline-block;
     margin-left: 5px;
}
 .login-rightlayout .login-rightcontent .valign-content-inner {
     padding: 30px;
     max-width: 400px;
}
 .login-main-section {
     width: 100%;
     float: left;
     text-align: center;
}
 .login-main-section .checkbox-theme label::after {
     background: #0085ca !important;
}
 .login-main-section .main-logo {
     width: 100%;
     float: left;
     margin-bottom: 50px;
}
 .login-main-section .main-logo .center-logo {
     display: inline-block;
     vertical-align: top;
}
 .login-main-section .main-logo .center-logo img {
     width: 100%;
     display: inline-block;
     vertical-align: top;
     max-width: 250px;
}
 .login-main-section .main-form {
     width: 100%;
     float: left;
}
 .login-main-section .main-form .input-theme {
     width: 100%;
     float: left;
     margin-bottom: 30px;
}
 .login-main-section .main-form .input-theme.text-left {
     margin-bottom: 20px;
}
 .login-main-section .main-form .input-theme .theme-error {
     color: #dd0000;
     font-size: 12px;
     font-weight: normal;
     position: absolute;
     width: 100%;
     text-align: right;
     right: 0px;
}
 .login-main-section .btn-login-cancel {
     width: 100%;
     float: left;
     font-size: 15px;
     border-radius: 4px;
     color: #3a3a3a !Important;
     line-height: 40px;
     padding: 0px;
     text-align: center;
     margin: 0px;
     background: #dcdcdc;
     border: none;
     outline: none !important;
     -webkit-appearance: initial !important;
}
 .login-main-section .btn-login-cancel:hover {
     color: #000 !Important;
     margin: 0px;
     background: #a5a5a5;
     cursor: pointer;
}
 .login-main-section .btn-login-section {
     width: 100%;
     float: left;
     font-size: 14px;
     border-radius: 6px;
     color: #fff;
     line-height: 44px;
     padding: 0px;
     text-align: center;
     margin: 0px;
     border: none;
     -webkit-appearance: initial !important;
     background: #0192cf;
     background: -moz-linear-gradient(-45deg, #0192cf 0%, #035195 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #0192cf 0%, #035195 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #0192cf 0%, #035195 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0192cf', endColorstr='#035195', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
     outline: none !important;
     text-decoration: none !important;
     transition: 0.5s all;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
     cursor: pointer;
}
 .login-main-section .btn-login-section:hover {
     box-shadow: 0px 10px 30px 2px rgba(0, 157, 217, 0.3);
}
 .login-rightfooter {
     color: rgba(0, 0, 0, 0.8);
     padding: 8px 25px;
     font-size: 13px;
     position: fixed;
     right: 0;
     bottom: 0;
     z-index: 1;
     width: calc(100% - 450px);
     border-top: 1px solid #e8e7e7;
     text-align: center;
     background: #fff;
}
 .login-new-theme .newuser-content {
     width: 100%;
     text-align: center;
     color: rgba(0, 0, 0, 0.7);
     float: left;
     padding: 10px 0px;
     font-size: 14px;
}
 .login-new-theme .newuser-content a {
     font-weight: normal;
     color: #0283c2;
}
 .login-new-theme .input-theme {
     width: 100%;
     float: left;
     border-radius: 0px;
     position: relative;
     margin-bottom: 30px;
}
 .login-new-theme .input-theme.error-apply .form-control {
     background: transparent;
     border-bottom: #dd0000 1px solid;
}
 .login-new-theme .input-theme.error-apply .input-icon {
     color: #dd0000;
}
 .login-new-theme .input-theme .validation {
     color: #dd0000;
     font-size: 12px;
     font-weight: normal;
}
 .login-new-theme .input-theme .form-control {
     padding: 0px 0px 0px 36px;
     border: none;
     outline-color: transparent;
     box-shadow: none !important;
     height: 36px;
     line-height: 40px;
     font-size: 13px;
     border-radius: 0px;
     border-bottom: 1px solid #dadada;
}
 .login-new-theme .input-theme .form-control:hover, .login-new-theme .input-theme .form-control:focus {
     background: transparent;
     border-bottom: 1px solid #0099d6;
}
 .login-new-theme .input-theme .input-icon {
     position: absolute;
     left: 0px;
     color: #cacaca;
     line-height: 36px;
     text-align: center;
     width: 30px;
     font-size: 15px;
     top: 0px;
}
 .login-new-theme .input-theme .help-key {
     position: absolute;
     left: 100%;
     top: 0px;
}
 .login-new-theme .input-theme .help-key .help-key-icon {
     width: 36px;
     height: 36px;
}
 .login-new-theme .input-theme .help-key .help-key-icon .fa {
     display: inline-block;
     vertical-align: top;
     width: 28px;
     height: 28px;
     line-height: 28px;
     text-align: center;
     background: #d8d8d8;
     border-radius: 50%;
     margin: 4px;
}
 .login-new-theme .input-theme .help-key .help-key-note {
     position: absolute;
     left: 50px;
     position: absolute;
     bottom: auto;
     width: 200px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     text-align: left;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     background: #000;
     font-size: 13px;
     padding: 10px;
     background: #cce8f3;
     border: 1px solid #2070a7;
     color: #2070a7;
     border-radius: 6px;
}
 .login-new-theme .input-theme .help-key .help-key-note:before {
     content: "";
     display: inline-block;
     width: 0;
     height: 0;
     vertical-align: middle;
     border-top: 8px solid transparent;
     border-bottom: 8px solid transparent;
     border-right: 8px dashed #2070a7;
     position: absolute;
     top: 50%;
     margin-top: -8px;
     left: -8px;
}
 .checkbox-list {
     width: 100%;
     float: left;
     padding: 0px;
     margin: 0px;
}
 .checkbox-list li {
     display: inline-block;
     width: 100%;
     float: left;
     list-style: none;
}
 .create-folder-group {
     display: block !important;
}
 .create-folder-group {
     right: 0px;
     margin: 0px;
     margin-top: 10px;
     transform: initial !important;
     padding: 10px;
     border: 1px solid #d2d6f1;
     min-width: 200px;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
     position: absolute;
     z-index: 2;
}
 .create-folder-group.folder-active {
     display: block;
}
 .create-folder-group .folder-content {
     width: 100%;
     float: left;
}
 .create-folder-group .folder-content .form-group {
     width: 100%;
     float: left;
     margin: 0px;
     display: inline-block;
     vertical-align: top;
     text-align: left;
     white-space: nowrap;
     position: relative;
}
 .create-folder-group .folder-content .form-group .invalid-feedback {
     position: absolute;
     right: 80px;
     width: auto;
}
 .create-folder-group .folder-content .form-group .form-control {
     min-width: 150px;
     width: auto;
     float: none;
     display: inline-block;
     vertical-align: top;
     height: 34px;
     line-height: 32px;
     padding: 0 10px;
}
 .create-folder-group .folder-content .form-group .fa {
     float: none;
     display: inline-block;
     vertical-align: top;
     width: 34px !important;
     line-height: 32px !important;
     height: 34px;
     background-color: #fff;
}
 .create-folder-group .folder-content .folder-color-group {
     width: 100%;
     float: left;
     text-align: left;
     margin-top: 10px;
}
 .create-folder-group .folder-content .folder-color-group .box-color {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin: 2px;
     text-align: center;
     line-height: 30px;
}
 .create-folder-group .folder-content .folder-color-group .box-color.active:before {
     position: absolute;
     content: "\f00c";
     top: 0;
     left: 0;
     font: normal normal normal 14px/1 FontAwesome;
     width: 100%;
     line-height: 30px;
     text-align: center;
     color: #fff;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-red {
     background: #ef6262;
     color: #fff;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-green {
     background: #41bb41;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-blue {
     background: #3984ca;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-yellow {
     background: #ffe24b;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-sky {
     background: #4bceff;
}
 .create-folder-group .folder-content .folder-color-group .box-color.box-pink {
     background: #ff7cd0;
}
/*flip-modal-start*/
 .md-dialog-container md-dialog {
     width: 100%;
     max-width: 100%;
     max-height: 100%;
     height: 100vh;
     -webkit-transition: all 1s ease-in-out;
     -webkit-transform-style: preserve-3d;
     -moz-transition: all 1s ease-in-out;
     -moz-transform-style: preserve-3d;
     -o-transition: all 1s ease-in-out;
     -o-transform-style: preserve-3d;
     transition: all 1s ease-in-out;
     transform-style: preserve-3d;
     position: relative;
     z-index: 9;
     background: #e6e6e6;
}
 .md-dialog-container {
     width: 100%;
     max-width: 100%;
     max-height: 100%;
     height: 100vh !important;
     display: block;
     z-index: 9999 !important;
}
 .main-flipper .md-dialog-container {
     display: block;
}
 .md-dialog-is-showing .md-dialog-container md-dialog {
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     transform: rotateY(180deg);
     border-radius: 0 !important;
     -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -ms-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
}
 .md-dialog-is-showing .md-dialog-container md-dialog md-dialog-content, .md-dialog-is-showing .md-dialog-container md-dialog md-dialog-actions {
     -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
     -o-transform: rotateY(-180deg);
     transform: rotateY(-180deg);
}
 .md-dialog-is-showing .md-dialog-container .md-toolbar-tools {
     -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
     -o-transform: rotateY(-180deg);
     transform: rotateY(-180deg);
}
 .md-dialog-is-showing .md-dialog-container md-toolbar._md._md-toolbar-transitions {
     background: #e6e6e6;
}
 .md-dialog-is-showing .md-dialog-container md-toolbar._md._md-toolbar-transitions .md-button.md-icon-button md-icon {
     color: #000;
     fill: #000;
}
 .md-dialog-is-showing .md-dialog-container md-dialog md-dialog-content .model-inner-content {
     width: 40%;
     margin: 0 auto;
}
 .md-dialog-is-showing .modal-img {
     width: 100%;
     height: 250px;
     float: left;
     position: relative;
     margin-bottom: 20px;
}
 .md-dialog-is-showing .modal-img img {
     width: 100%;
     height: 100%;
}
 .md-dialog-is-showing .md-dialog-container md-dialog md-dialog-content h2 {
     font-size: 22px;
     color: #000;
     line-height: 30px;
     float: left;
     position: relative;
     width: 100%;
     margin: 0;
}
 .md-dialog-is-showing .md-dialog-container md-dialog md-dialog-content p {
     font-size: 14px;
     color: #000;
     float: left;
     position: relative;
     width: 100%;
     margin: 10px 0 0px;
}
 -main {
     height: 100%;
     position: relative;
     float: left;
     width: 100%;
}
 .md-dialog-is-showing .md-dialog-container form {
     float: left;
     margin: 0;
     height: 100%;
     position: relative;
     border-radius: 0 !important;
}
 md-dialog-content {
     margin: 0 auto;
}
/*flip-modal-close*/
 .table-role {
     width: 100% !important;
     float: left;
     font-size: 13px;
     min-width: 100%;
}
 .table-role .box-actions .single-action .dropdown-menu {
     right: -30px;
}
 .table-role .box-actions .single-action.details .dropdown-menu {
     right: 0px;
}
 .table-role.table thead {
     display: table-header-group !important;
}
 .table-role thead tr th {
     color: #fff;
     width: auto !important;
     padding: 7px 12px !important;
     font-weight: 600 !important;
     border: none !important;
     white-space: nowrap;
}
 .table-role thead tr th:first-child {
     border-radius: 8px 0px 0px 8px !important;
}
 .table-role thead tr th:last-child {
     border-radius: 0px 8px 8px 0px !important;
}
 .table-role tbody tr td {
     padding: 7px 12px;
     border-top: none !important;
     border-bottom: 1px solid #dee2e6 !important;
     line-height: 25px;
     vertical-align: middle;
}
 .table-role tbody tr:hover td {
     background: #f3f4f9;
}
 .table-role thead tr th.role-dropdown {
     padding: 5px 10px;
}
 .table-role thead tr th.role-dropdown .label-thead {
     display: inline-block;
     vertical-align: top;
     line-height: 28px;
     text-transform: initial;
     margin-right: 10px;
}
 .table-role thead tr th.role-dropdown .form-control {
     border: none !important;
     color: #026bac;
     font-size: 13px;
     padding: 2px 10px;
     height: 28px;
     width: auto;
     display: inline-block;
     vertical-align: top;
}
 .table-role thead tr th.role-dropdown .form-control option {
     font-size: 13px;
     color: #000;
}
 .table-role .box-actions .single-action .dropdown-toggle {
     background: rgba(0, 0, 0, 0.1);
}
 .create-folder-modal {
     position: relative;
     margin: 0px;
     padding: 0px;
     border: none;
     box-shadow: none;
     display: block;
     border-radius: 0px !important;
}
 .create-folder-modal .form-control {
     width: 100% !important;
     float: left;
}
 .drawer-group {
     width: 100%;
     float: left;
     position: relative;
}
 .drawer.red-active {
     background: #ef6262;
}
 .drawer.red-active .flip-model .fa {
     color: #ef6262;
}
 .drawer.green-active {
     background: #a0dda0;
}
 .drawer.green-active .flip-model .fa {
     color: #41bb41;
}
 .drawer.blue-active {
     background: #9cc1e4;
}
 .drawer.blue-active .flip-model .fa {
     color: #3984ca;
}
 .drawer.yellow-active {
     background: #fff0a5;
}
 .drawer.yellow-active .flip-model .fa {
     color: #ffe24b;
}
 .drawer.sky-active {
     background: #a5e6ff;
}
 .drawer.sky-active .flip-model .fa {
     color: #4bceff;
}
 .drawer.pink-active {
     background: #ffbde7;
}
 .drawer.pink-active .flip-model .fa {
     color: #ff7cd0;
}
 .drawer {
     cursor: pointer;
     width: 200px;
     height: 120px;
     margin: 0px 14px 14px 0px;
     float: left;
     outline: none;
     position: relative;
     text-align: center;
     border-radius: 0px;
}
 .drawer:after {
     content: "";
     background-image: url(../images/drawer-png-image.png);
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-size: 200px;
     z-index: 1;
}
 .drawer .flip-model {
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
     z-index: 2;
}
 .drawer .flip-model .fa {
     line-height: 138px;
     width: 138px;
     float: left;
     text-align: center;
     font-size: 50px;
     color: gray;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
     display: none;
}
 .drawer:hover .flip-model .fa {
     font-size: 70px;
}
 .drawer .flip-model .folder-name {
     position: absolute;
     width: 100%;
     color: #464646;
     font-weight: 600;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     bottom: 0px;
     left: 0px;
     line-height: 30px;
     text-align: center;
     font-size: 13px;
     padding: 0px 10px;
     display: none;
}
 .drawer.file-inner {
     width: 68px;
     height: 75px;
}
 .drawer.file-inner a.flip-model {
     width: 64px;
     height: 52px;
     line-height: 22px;
     font-size: 30px;
}
 .drawer.file-inner .folder-name {
     font-size: 12px;
     line-height: 22px;
}
 .filecabinet-group {
     width: 100%;
     float: left;
     position: relative;
}
 .filecabinet.red-active {
     background: #ef6262;
}
 .filecabinet.red-active .flip-model .fa {
     color: #ef6262;
}
 .filecabinet.green-active {
     background: #a0dda0;
}
 .filecabinet.green-active .flip-model .fa {
     color: #41bb41;
}
 .filecabinet.blue-active {
     background: #9cc1e4;
}
 .filecabinet.blue-active .flip-model .fa {
     color: #3984ca;
}
 .filecabinet.yellow-active {
     background: #fff0a5;
}
 .filecabinet.yellow-active .flip-model .fa {
     color: #ffe24b;
}
 .filecabinet.sky-active {
     background: #a5e6ff;
}
 .filecabinet.sky-active .flip-model .fa {
     color: #4bceff;
}
 .filecabinet.pink-active {
     background: #ffbde7;
}
 .filecabinet.pink-active .flip-model .fa {
     color: #ff7cd0;
}
 .filecabinet {
     cursor: pointer;
     width: 200px;
     height: 120px;
     margin: 0px 14px 14px 0px;
     float: left;
     outline: none;
     position: relative;
     text-align: center;
     border-radius: 0px;
}
 .filecabinet .flip-model {
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
}
 .filecabinet .flip-model:after {
     content: "";
     background-image: url(../images/file-cabinet.png);
     position: absolute;
     background-size: 100%;
     background-repeat: no-repeat;
     bottom: auto;
     width: 150px;
     height: 30px;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
}
 .filecabinet .flip-model:before {
     content: "";
     border: 3px solid rgba(0, 0, 0, 0.15);
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     position: absolute;
}
 .filecabinet .flip-model .fa {
     line-height: 138px;
     width: 138px;
     float: left;
     text-align: center;
     font-size: 50px;
     color: gray;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
     display: none;
}
 .filecabinet:hover .flip-model .fa {
     font-size: 70px;
}
 .filecabinet .flip-model .folder-name {
     position: absolute;
     width: 100%;
     color: rgba(0, 0, 0, 0.8);
     font-weight: 600;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     bottom: 5px;
     left: 0px;
     line-height: 30px;
     text-align: center;
     font-size: 13px;
     padding: 0px 10px;
}
 .box-actions {
     position: relative;
     top: 0px;
     right: 0px;
     text-align: right;
     padding: 8px;
     white-space: nowrap;
}
 .box-actions .single-action {
     width: 25px;
     line-height: 25px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     margin: 0px 3px;
     cursor: pointer;
}
 .box-actions .single-action .dropdown-toggle {
     float: left;
     background: rgba(255, 255, 255, 0.59);
     width: 25px;
     line-height: 25px;
     text-align: center;
     border-radius: 8px;
     color: rgba(0, 0, 0, 0.34);
     font-size: 13px;
     padding: 0;
}
 .locker-main .box-actions .single-action .dropdown-toggle {
     background: rgba(0, 0, 0, 0.1);
     color: rgba(0, 0, 0, 0.5);
}
 .box-actions .single-action .dropdown-toggle:after {
     display: none;
}
 .box-actions .single-action .dropdown-menu {
     padding: 9px 0px;
     border: 1px solid #d2d2d2;
     width: 200px;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
     margin-top: 15px;
     cursor: text;
     left: initial !important;
     right: 0px;
}
 .box-actions .single-action .dropdown-menu .folder-name {
     width: 100%;
     float: left;
     padding: 0px 15px;
     font-size: 14px;
     font-weight: 600;
}
 .box-actions .single-action .dropdown-menu .folder-detail {
     width: 100%;
     float: left;
     margin: 0px;
     list-style: none;
     padding: 0px 15px;
}
 .box-actions .single-action .dropdown-menu .folder-detail li {
     width: 100%;
     float: left;
     font-size: 13px;
     color: #656565;
     font-weight: normal;
     padding: 0px 0px 0px 12px;
     margin: 0px;
     position: relative;
     word-break: break-all;
     white-space: normal;
}
 .box-actions .single-action .dropdown-menu .folder-detail li span {
     font-weight: 600;
}
 .box-actions .single-action .dropdown-menu .folder-detail li:before {
     content: "";
     width: 5px;
     height: 5px;
     position: absolute;
     top: 10px;
     left: 0px;
     border-radius: 50%;
}
 .box-actions .single-action .dropdown-menu.select-color {
     width: 225px;
     padding: 0px;
     left: initial !important;
     right: 0;
     margin-top: 15px;
}
 .box-actions .single-action .dropdown-menu.select-color li {
     width: 100%;
     float: left;
}
 .box-actions .single-action .dropdown-menu.select-color li:last-child a {
     border: none;
}
 .box-actions .single-action .dropdown-menu.select-color li a {
     width: 100%;
     float: left;
     font-size: 13px;
     padding: 0px 12px;
     line-height: 36px;
     border-bottom: dotted #cacaca 1px;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group {
     width: 100%;
     float: left;
     text-align: left;
     padding: 8px;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin: 2px;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.active:before {
     position: absolute;
     content: "\f00c";
     top: 0;
     left: 0;
     font: normal normal normal 14px/1 FontAwesome;
     width: 100%;
     line-height: 30px;
     text-align: center;
     color: #fff;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-red {
     background: #ef6262;
     color: #fff;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-green {
     background: #41bb41;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-blue {
     background: #3984ca;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-yellow {
     background: #ffe24b;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-sky {
     background: #4bceff;
}
 .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color.box-pink {
     background: #ff7cd0;
}
 .filecabinet.file-inner {
     width: 68px;
     height: 75px;
}
 .filecabinet.file-inner a.flip-model {
     width: 64px;
     height: 52px;
     line-height: 22px;
     font-size: 30px;
}
 .filecabinet.file-inner .folder-name {
     font-size: 12px;
     line-height: 22px;
}
/*my-folder-cabinet start*/
 .folder-cabinet-group .filecabinet {
     margin: 0;
     width: 214px;
}
 .folder-cabinet-logo-edit {
     width: 100%;
     float: left;
     position: relative;
}
 .folder-cabinet-logo {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
}
 .folder-cabinet-logo .user-logo {
     max-width: 140px;
     border: 2px solid #ef6262;
     border-bottom: 0;
     padding: 10px 10px;
     border-radius: 50% 50% 0 0;
     margin: 0 auto;
     height: 80px;
     line-height: 58px;
}
 .folder-cabinet-logo .user-logo img {
     width: 100%;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit {
     position: absolute;
     right: 0;
     bottom: 6px;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions {
     padding: 0;
     margin: 0;
}
 .box-actions .single-action a.edit-cabinet {
     width: 32px;
     line-height: 32px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
     float: left;
     cursor: pointer;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions li.single-action.dropdown {
     width: 32px;
     line-height: 32px;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions li.single-action.dropdown .dropdown-toggle {
     width: 32px;
     line-height: 32px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
     float: left;
     background: transparent;
     cursor: pointer;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions li.single-action.dropdown .dropdown-toggle:hover, .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions li.single-action.dropdown a.edit-cabinet:hover {
     background-color: #01aeef;
     color: #fff;
}
 .folder-cabinet-logo-edit .folder-cabinet-edit ul.box-actions li.single-action.dropdown ul.dropdown-menu {
     left: -40px !important;
}
 .create-folder-group .folder-content .profile-image {
     width: 100%;
     float: none;
     text-align: center;
     display: inline-block;
     position: relative;
}
 .create-folder-group .folder-content .profile-image .cabinet-logo {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 150px;
     border: 7px solid #e8eaf4;
     display: inline-block;
}
/*my-folder-cabinet close*/
 .error {
     text-align: right;
     font-size: 12px;
     color: #dc3545;
     width: 100%;
}
 .table-role tbody tr td .status-action {
     width: 100%;
     position: relative;
     float: left;
     line-height: 16px;
}
 .table-role tbody tr td .status-action a {
     font-size: 14px;
     cursor: pointer;
     position: relative;
}
 .table-role tbody tr td .status-action a.active-user {
     color: #28a745;
}
 .table-role tbody tr td .status-action a.inactive-user {
     color: #dc3545;
}
 .header-section .right-side .header-page-actions .single-action button {
     width: 34px;
     line-height: 32px;
     height: 34px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
     float: none;
     display: inline-block;
     vertical-align: top;
     background-color: #fff;
     margin: 0 5px;
}
 .header-section .right-side .header-page-actions .single-action button:hover {
     color: #fff;
     border: 1px solid;
}
 .create-folder-group .folder-content .folder-color-group .box-color input[type=radio], .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color input[type=radio], .locker .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color input[type=radio], .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color input[type=radio] {
     -webkit-appearance: none;
     position: relative;
     box-shadow: none;
     outline: none;
    /* opacity: 0;
     */
     width: 30px;
     height: 30px;
}
 .create-folder-group .folder-content .folder-color-group .box-color input[type=radio]:checked:before {
     position: absolute;
     content: "\f00c";
     top: 0;
     left: 0;
     font: normal normal normal 14px/1 FontAwesome;
     width: 100%;
     line-height: 30px;
     text-align: center;
     color: #fff;
}
 .notes-main .notes .notes-header .notes-actions .single-action .dropdown-menu li.notes-color-group .notes-color input[type=radio]:checked:before, .box-actions .single-action .dropdown-menu.select-color li.box-color-group .box-color input[type=radio]:checked:before {
     position: absolute;
     content: "\f00c";
     top: 0;
     left: 0;
     font: normal normal normal 14px/1 FontAwesome;
     width: 100%;
     line-height: 30px;
     text-align: center;
     color: #fff;
}
 .fileupload {
     cursor: pointer;
     display: inline-block;
     overflow: hidden;
     position: relative;
     height: 30px;
}
 .fileupload input {
     cursor: pointer;
     font-size: 100px;
     filter: alpha(opacity=1);
     -moz-opacity: 1;
     opacity: 0.01;
     position: absolute;
     right: 0;
     top: 0;
}
 .fileupload .upload-icon {
     width: 30px;
     line-height: 28px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 .box-actions .single-action.dropdown.details {
     margin-right: 4px;
}
 .folder-empty, .drawer-empty {
     width: 100%;
     float: left;
     padding: 279px 0px 50px 0px;
     text-align: center;
     position: relative;
     color: rgb(0, 84, 156);
     font-size: 22px;
}
 .folder-empty:before {
     content: "\f115";
     font: normal normal normal 14px/1 FontAwesome;
     position: absolute;
     top: 112px;
     width: 160px;
     height: 160px;
     left: 50%;
     margin-left: -80px;
     font-size: 150px;
}
 .drawer-empty:before {
     content: "";
     background-image: url(../images/nodata-display.png);
     position: absolute;
     top: 80px;
     width: 160px;
     height: 160px;
     left: 50%;
     margin-left: -80px;
     background-size: 160px;
}
 .toast-top-right .toast-error, .toast-top-right .toast-success {
     padding: 10px 15px 10px 60px !important;
     width: 270px !important;
     background-size: 31px !important;
}
 .toast-top-right .toast-error .toast-title, .toast-top-right .toast-success .toast-title {
     font-size: 20px !important;
     text-transform: capitalize;
}
 .toast-top-right .toast-error .toast-message, .toast-top-right .toast-success .toast-message {
     font-size: 14px !important;
     line-height: 18px !important;
     padding-top: 5px !important;
}
 .input-theme .fa-spin {
     padding: 10px;
}
 .is-invalid {
     border-color: #dc3545 !important;
}
 @keyframes fadeInUpFast {
     0% {
         opacity: 0;
         transform: translate3d(0, 40%, 0) 
    }
     to {
         opacity: 1;
         transform: none 
    }
}
 .fadeInUpFast {
     animation-name: fadeInUpFast 
}
 .animatedfast {
     animation-duration: 0.1s;
     animation-fill-mode: both 
}
 .dropdown-menu {
     display: block !important;
}
 .modal {
     display: block !important;
}
/*notes-create*/
 .full-notes {
     width: 100%;
     float: left;
     background-color: rgba(0, 0, 0, 0.5);
     position: fixed;
     height: 100%;
     right: 0px;
     top: 0px;
     z-index: 2500;
}
 .full-notes .slide-notes {
     width: 300px;
     float: right;
     background-color: #ffffff;
     position: relative;
     height: 100%;
     padding: 20px;
     box-shadow: -4px 2px 6px 0px rgba(0, 0, 0, 0.26);
}
 .full-notes .slide-notes a.clode-btn {
     position: absolute;
     right: 0px;
     top: 0px;
     font-size: 16px;
     color: #000;
     line-height: 30px;
     width: 30px;
     text-align: center;
}
 .theme-error {
     float: left;
     position: relative;
     width: 100%;
     font-size: 14px;
     color: #dd0000;
    /* padding: 10px 0;
     */
     text-align: center;
}
 td.box-actions {
     text-align: left;
}
 .loading-theme {
     width: 100%;
     float: left;
     position: fixed;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 10000;
}
 .loading-theme img.loading {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 3;
     max-width: 100px;
}
 .loading-theme:after {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #000;
     z-index: 1;
     opacity: 0;
}
 .lds-roller {
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     top: 50%;
     left: 50%;
     z-index: 2;
     margin-top: -32px;
     margin-left: -32px;
}
 .lds-roller div {
     animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     transform-origin: 32px 32px;
}
 .lds-roller div:after {
     content: " ";
     display: block;
     position: absolute;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #0287c6;
     margin: -3px 0 0 -3px;
}
 .lds-roller div:nth-child(1) {
     animation-delay: -0.036s;
}
 .lds-roller div:nth-child(1):after {
     top: 50px;
     left: 50px;
}
 .lds-roller div:nth-child(2) {
     animation-delay: -0.072s;
}
 .lds-roller div:nth-child(2):after {
     top: 54px;
     left: 45px;
}
 .lds-roller div:nth-child(3) {
     animation-delay: -0.108s;
}
 .lds-roller div:nth-child(3):after {
     top: 57px;
     left: 39px;
}
 .lds-roller div:nth-child(4) {
     animation-delay: -0.144s;
}
 .lds-roller div:nth-child(4):after {
     top: 58px;
     left: 32px;
}
 .lds-roller div:nth-child(5) {
     animation-delay: -0.18s;
}
 .lds-roller div:nth-child(5):after {
     top: 57px;
     left: 25px;
}
 .lds-roller div:nth-child(6) {
     animation-delay: -0.216s;
}
 .lds-roller div:nth-child(6):after {
     top: 54px;
     left: 19px;
}
 .lds-roller div:nth-child(7) {
     animation-delay: -0.252s;
}
 .lds-roller div:nth-child(7):after {
     top: 50px;
     left: 14px;
}
 .lds-roller div:nth-child(8) {
     animation-delay: -0.288s;
}
 .lds-roller div:nth-child(8):after {
     top: 45px;
     left: 10px;
}
 @keyframes lds-roller {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .loading {
     left: 50%;
     position: absolute;
}
 .title {
     cursor: pointer;
}
 .delete-modal-theme .custom-body {
     padding: 20px;
     width: 100%;
     float: left;
     position: relative;
}
 .delete-modal-theme .custom-body .create-folder-group {
     right: 0px !important;
}
 .delete-modal-theme .custom-body .create-folder-group .folder-content .form-group .form-control {
     max-width: initial;
}
 .delete-modal-theme .custom-body .tab-content {
     width: 100%;
     float: left;
     position: relative;
     padding-top: 20px;
}
 .delete-modal-theme .custom-body ul.nav.nav-tabs {
     width: 100%;
     float: left;
     position: relative;
}
 .delete-modal-theme .custom-body ul.nav.nav-tabs li.nav-item a.nav-link.active {
     background-color: #888888;
     color: #fff;
}
 .delete-modal-theme .custom-body ul.nav.nav-tabs li.nav-item a.nav-link {
     padding: 5px 10px;
     font-size: 12px;
     font-weight: 600;
     color: #000;
     cursor: pointer;
}
 .create-folder-group .folder-content .form-group .ng-value-container .ng-value {
     padding-right: 10px;
     font-size: 13px;
     color: #000;
     font-weight: 400;
}
 .create-folder-group .folder-content .form-group .ng-value-container .ng-value span.ng-value-icon.left {
     padding-left: 5px;
     color: #0c4da2;
     font-size: 18px;
     float: right;
}
 .create-folder-group .folder-content .form-group .ng-value-container .ng-value span.ng-value-label {
     float: left;
}
 .create-folder-group .folder-content .form-group .ng-dropdown-panel-items.scroll-host {
     padding: 10px;
     background-color: #fff;
     border: 1px solid #0c4da2;
     border-radius: 6px;
}
 .create-folder-group .folder-content .form-group .ng-dropdown-panel-items.scroll-host .ng-option {
     font-size: 13px;
     color: #000;
     font-weight: 600;
     line-height: 22px;
}
 .create-folder-group .folder-content .form-group .ng-dropdown-panel-items.scroll-host .ng-option-disabled {
     opacity: 0.65;
}
 .delete-modal-theme .custom-body .folder-color-group {
     margin: 10px 0;
}
 .verification-main {
     position: relative;
     width: 100%;
     height: 100%;
     float: left;
     text-align: center;
     padding: 50px 0;
}
 .verification-main .verification {
     font-size: 16px;
     color: #000;
     font-weight: 600;
     padding: 30px 0;
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
}
 .verification-main a.center-logo {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
}
 .verification-main a.center-logo img {
     width: 100%;
     display: inline-block;
     vertical-align: top;
     max-width: 250px;
     padding: 28px 0px;
}
 .verification-main a.verification-link {
     position: relative;
     font-size: 15px;
     font-weight: 500;
     background-color: #0385ca;
     color: #fff;
     padding: 8px 14px;
     border-radius: 4px;
}
 .verification-main .success-logo {
     width: 100%;
     float: left;
     position: relative;
}
 .verification-main .success-logo img {
     max-width: 100px;
}
 .table-role.admin-table thead tr th {
     color: #000;
     background-color: #eceaea;
}
 .theme-pagination {
     width: 100%;
     float: left;
     position: relative;
}
 .theme-pagination ul {
     padding: 0;
     margin: 10px 0 !important;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .theme-pagination ul li {
     position: relative;
     width: auto;
     padding: 0 5px !important;
     margin: 0 !important;
     font-size: 13px;
}
 .theme-pagination ul li span {
     font-size: 13px;
     color: #989898;
     font-weight: 500;
     width: 26px !important;
     line-height: 26px;
     height: 26px !important;
     text-align: center;
}
 .theme-pagination ul li.current {
     padding: 0 !important;
     width: 26px;
     line-height: 24px !important;
     margin: 0;
     border-radius: 4px;
     cursor: pointer !important;
     border: 1px solid !important;
}
 .theme-pagination ul li.current span.show-for-sr, .theme-pagination ul li span.show-for-sr {
     display: none;
}
 .theme-pagination ul li.current span {
     color: #fff;
     width: 26px !important;
     line-height: 26px;
     height: 26px !important;
     position: relative !important;
     float: left;
}
 .theme-pagination ul li a {
     font-size: 13px;
     border: 1px solid #a9a9a9;
     padding: 0 !important;
     width: 26px;
     line-height: 24px;
     border-radius: 4px !important;
     float: left;
     text-align: center;
}
 .theme-pagination ul li.pagination-next a {
     width: auto;
     border: 0;
}
 .theme-pagination ul li.pagination-previous span, .theme-pagination ul li.pagination-next span {
     display: none !important;
}
 .theme-pagination ul li a:hover {
     background: #ffffff !important;
}
 .theme-pagination ul li.pagination-previous {
     width: auto;
     white-space: normal;
}
 .theme-pagination ul li.pagination-previous a {
     width: auto;
     border: 0;
}
 .not-found {
     width: 100%;
     float: left;
    /* position: relative;
     */
     height: 100%;
}
 .not-found .error-found {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
}
 .not-found .error-found img {
     max-width: 300px;
}
 .not-found .error-found p {
     text-align: center;
     margin: 50px 0;
     font-size: 20px;
     color: #000;
     font-weight: 600;
}
 .breadcrumb-theme .breadcrumb-item:last-child a {
     color: #000 !important;
}
 .locker.blue-active .flip-model .fa-exclamation-triangle {
     color: #dd0000;
}
 .table-role tbody tr td .fa-exclamation-triangle {
     color: #dd0000;
}
 .edit-mode-btn {
     width: 100%;
     float: left;
     line-height: 34px;
     position: relative;
     font-size: 13px;
     border: none;
     outline: none !important;
     height: 34px;
     box-shadow: none !important;
     background: bottom;
     border-radius: .25rem;
     white-space: normal;
     text-align: left;
     margin-bottom: 15px;
}
 .edit-mode-btn .label-title {
     display: inline-block;
     vertical-align: top;
     font-size: 15px;
     font-weight: 600;
     color: #000;
}
 .edit-mode-btn .switch {
     position: relative;
     width: 30px;
     height: 16px;
     margin: 9px 0px 8px 8px;
     outline: none !important;
     box-shadow: none !important;
     display: inline-block;
     vertical-align: top;
}
 .edit-mode-btn .switch input {
     opacity: 0;
     width: 0;
     height: 0;
     outline: none !important;
     box-shadow: none !important;
}
 .edit-mode-btn .slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #EEEEEE;
     -webkit-transition: .4s;
     transition: .4s;
     border: 2px solid;
     color: #999999;
     outline: none !important;
     box-shadow: none !important;
}
 .edit-mode-btn .slider:before {
     position: absolute;
     content: "";
     height: 18px;
     width: 18px;
     left: -2px;
     top: -3px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
     color: #999999;
     border: 2px solid;
}
 .edit-mode-btn input:checked + .slider {
     background-color: #5CB85C;
}
 .edit-mode-btn input:focus + .slider {
     box-shadow: 0 0 1px #2196F3;
}
 .edit-mode-btn input:checked + .slider:before {
     -webkit-transform: translateX(14px);
     -ms-transform: translateX(14px);
     transform: translateX(14px);
}
 .edit-mode-btn .slider.round {
     border-radius: 34px;
}
 .edit-mode-btn .slider.round:before {
     border-radius: 50%;
}
 .edit-mode-btn .form-control {
     width: auto;
     display: inline-block;
     vertical-align: top;
     height: 34px !important;
     margin-left: 10px;
}
 .privileges .table-overflow {
     padding: 0;
}
 .footer-btn {
     width: 100%;
     float: left;
     position: relative;
}
 .privileges {
     float: left;
     position: relative;
     width: 100%;
}
 .table-role tbody tr td .checkbox-theme input[type="checkbox"] {
     width: 16px;
     height: 16px;
     position: absolute;
     margin: 0 !important;
     left: 0;
     bottom: 0;
}
 .table-role tbody tr td .checkbox-theme {
     padding-left: 20px !important;
     position: relative;
}
 .table-role tbody tr td .checkbox-theme label.arrow-label {
     padding: 0;
}
 .tasklist-normal {
     font-size: 14px;
     color: #000;
     position: relative;
     padding-left: 15px;
     cursor: pointer;
     font-weight: 600;
     margin-bottom: 2px;
}
 .delete-modal-theme .custom-body .tab-content .tab-pane {
     float: left;
     position: relative;
     width: 100%;
     border-bottom: 1px solid #dee2e6;
     margin-bottom: 5px;
}
 .delete-modal-theme .custom-header .close-dismiss {
     position: absolute;
     width: 18px;
     height: 18px;
     background: transparent;
     cursor: pointer;
     float: right;
     color: transparent;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 1;
     top: 20px;
     right: 20px;
}
 .delete-modal-theme .custom-header .close-dismiss span.hamb-top {
     -webkit-transform: rotate(45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     background-color: #1a1a1a;
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     top: 50%;
}
 .delete-modal-theme .custom-header .close-dismiss span.hamb-bottom {
     -webkit-transform: rotate(-45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     background-color: #1a1a1a;
     top: 50%;
}
 .locker-row {
     margin-right: -10px;
     margin-left: -10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .locker-row .locker {
     width: calc(16.6666666% - 20px);
     height: 160px;
     float: none;
     margin: 0px 10px 20px 10px;
}
 .filecabinet-group.folder-cabinet-group .filecabinet-row {
     margin-right: 0px;
     margin-left: 0px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .filecabinet-group.folder-cabinet-group .filecabinet-row .filecabinet {
     width: calc(20%);
     float: none;
     margin: 0px;
}
 .table-folder-title {
     float: left;
     text-align: left;
     white-space: nowrap;
     cursor: pointer;
}
 .table-folder-title .icon-color {
     line-height: 25px;
     width: 20px;
     text-align: left;
     display: inline-block;
     vertical-align: top;
     font-size: 16px;
}
 .table-folder-title .icon-color .fa {
     line-height: 25px;
     width: 20px;
     text-align: left;
     display: inline-block;
     vertical-align: top;
     font-size: 16px;
}
 .table-folder-title .folder-name {
     line-height: 25px;
     max-width: 250px;
     text-align: left;
     display: inline-block;
     vertical-align: top;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .table-role .box-actions {
     position: relative;
     top: 0px;
     right: 0px;
     text-align: left;
     padding: 0px;
     white-space: nowrap;
}
 .table-role .box-actions .single-action {
     width: 25px;
     line-height: 25px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     margin: 0px 3px;
     cursor: pointer;
}
 .modal-backdrop.fade.show, .modal.fade.show {
     z-index: 2501 !important;
}
 .progress-bar {
     height: 17px;
     border-radius: 180px;
}
 .almirah-group {
     width: 100%;
     float: left;
     position: relative;
     padding: 10px;
     background: #a3a3a3;
     border-radius: 5px;
     margin-bottom: 70px;
     margin-top: 15px;
}
 .almirah-group:before {
     content: "";
     background-image: url(../images/almirah-footer.png);
     position: absolute;
     width: 65px;
     height: 60px;
     top: 100%;
     background-size: 100%;
     right: 50px;
     background-repeat: no-repeat;
}
 .almirah-group:after {
     content: "";
     background-image: url(../images/almirah-footer.png);
     position: absolute;
     width: 65px;
     height: 60px;
     top: 100%;
     background-size: 100%;
     left: 50px;
     background-repeat: no-repeat;
     transform: rotateY(180deg);
}
 .almirah-group .almirah-content {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px;
     background: #c0c0c0;
     height: 100%;
     box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
     min-height: 500px;
}
 .almirah-group .almirah-row {
     margin: -4px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .almirah-group .almirah-box {
     width: calc(20% - 8px);
     margin: 4px;
     cursor: pointer;
     height: 120px;
     float: left;
     outline: none;
     position: relative;
     text-align: center;
     border-radius: 0px;
     background: #777777;
     transition: all .3s ease-in-out;
}
 .almirah-group .almirah-box.almirah-open2, .almirah-group .almirah-box.almirah-open {
     z-index: 2;
}
 .almirah-group .almirah-box:hover {
     z-index: 1;
     box-shadow: 0px 15px 100px rgba(0, 0, 0, 0.5);
}
 .almirah-group .almirah-box .almirah-box-content {
     width: 100%;
     float: left;
     height: 100%;
     transition: all .3s ease-in-out;
     position: relative;
     left: 0px;
     top: 0px;
}
 .almirah-group .almirah-box .almirah-box-content .box-actions {
     z-index: 0;
     width: 80px;
     position: absolute;
}
 .almirah-group .almirah-box:hover .almirah-box-content {
     transform: scaleX(1.1) scaleY(1.1);
     margin-top: 20px;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model {
     width: 100%;
     float: left;
     height: 100%;
     background: #777777;
     transition: none !important;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model .almirah-box-name {
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     text-align: center;
     font-size: 11px;
     line-height: 34px;
     padding: 0px 10px;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model .almirah-box-name span {
     display: inline-block;
     background: #fff;
     padding: 0px 6px 0px 20px;
     line-height: 20px;
     vertical-align: top;
     font-weight: 600;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     width: auto;
     max-width: 100%;
     border-radius: 4px;
     position: relative;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model .almirah-box-name span:before {
     content: "";
     border-radius: 50%;
     width: 8px;
     height: 8px;
     position: absolute;
     left: 0px;
     top: 0px;
     margin: 6px;
     background: #fff;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model:before {
     content: "";
     border: 3px solid rgba(0, 0, 0, 0.15);
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     position: absolute;
}
 .almirah-group .almirah-box .almirah-box-content .flip-model:after {
     content: "";
     background-image: url(../images/file-cabinet.png);
     position: absolute;
     background-size: 100%;
     background-repeat: no-repeat;
     bottom: auto;
     width: 150px;
     height: 30px;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
}
 .almirah-group .almirah-box .almirah-box-content .hover-bg-box {
     display: none;
}
 .almirah-group .almirah-box:hover .almirah-box-content .hover-bg-box {
     display: block;
     top: -12px;
     position: absolute;
     width: calc(100% - 20px);
     height: 100%;
     left: 10px;
     z-index: -1;
     transition: none !important;
     background: #656565;
}
 .almirah-group .almirah-box:hover .almirah-box-content .hover-bg-box:before {
     content: "";
     position: absolute;
     left: -10px;
     top: 0px;
     border-top: 0;
     border-right: 0px solid transparent;
     border-bottom: 15px solid #424242;
     border-left: 10px solid transparent;
     transition: none !important;
}
 .almirah-group .almirah-box:hover .almirah-box-content .hover-bg-box:after {
     content: "";
     position: absolute;
     right: -10px;
     top: 0px;
     border-top: 0;
     border-right: 10px solid transparent;
     border-bottom: 15px solid #424242;
     border-left: 0px solid transparent;
     transition: none !important;
}
 .tab-theme-small {
     width: 100%;
     float: left;
     position: relative;
}
 .tab-theme-small .nav-tabs {
     border-bottom: 1px solid #cccccc;
     width: 100%;
     float: left;
     padding-left: 0;
}
 .tab-theme-small .nav-tabs li {
     position: relative;
     display: block;
     margin: 0px !important;
     padding: 0px !important;
     background: transparent !important;
     border: none !important;
     margin-right: 15px !important;
}
 .tab-theme-small .nav-tabs li a {
     color: #787878;
     margin: 0px !important;
     padding: 0px 0px 6px 0px !important;
     background: transparent !important;
     border: none !important;
     line-height: 20px;
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     cursor: pointer;
}
 .tab-theme-small .nav-tabs li a .fa {
     margin-right: 10px;
}
 .tab-theme-small .nav-tabs li.recomended a:after {
     content: "\f14a";
     font-family: FontAwesome;
     color: green;
     margin-left: 6px;
     font-size: 16px;
     line-height: 20px;
}
 .tab-theme-small .nav-tabs li a::before {
     -moz-transition: -moz-transform 0.3s;
     -webkit-transition: -webkit-transform 0.3s;
     content: '';
     height: 3px;
     left: 0;
     position: absolute;
     bottom: -3px;
     transition: transform 0.3s;
     width: 100%;
     -moz-transform: scale(0);
     -o-transform: scale(0);
     -webkit-transform: scale(0);
     transform: scale(0);
     background: gray;
}
 .tab-theme-small .nav-tabs li a.active, .tab-theme-small .nav-tabs li:hover a {
     background-color: #fff;
     border-bottom: none;
}
 .tab-theme-small .nav-tabs li a.active::before, .tab-theme-small .nav-tabs li:hover a::before {
     width: 100%;
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .tab-theme-small .tab-content {
     background-color: transparent !important;
     width: 100%;
     float: left;
     margin-top: 20px;
     border-radius: 4px;
}
 .tab-theme-small .tab-content .tab-pane {
     width: 100%;
     float: left;
}
 .delete-modal-theme {
     width: 100%;
     height: auto;
     position: relative;
     float: left;
}
 .delete-modal-theme .custom-header {
     padding: 20px;
     position: relative;
     text-align: left;
     background: currentColor;
}
 .delete-modal-theme .custom-header .modal-title {
     width: 100%;
     position: relative;
     color: #fff;
     font-size: 16px;
     text-align: left;
}
 .delete-modal-theme .close-dismiss-group .close-dismiss {
     position: relative;
     width: 18px;
     height: 18px;
     background: transparent;
     cursor: pointer;
     float: right;
     color: transparent;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 1;
}
 .delete-modal-theme .close-dismiss-group:hover .close-dismiss {
     transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
}
 .delete-modal-theme .close-dismiss-group .close-dismiss .hamb-top {
     -webkit-transform: rotate(45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     background-color: rgba(26, 26, 26, 0.7);
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     top: 50%;
}
 .delete-modal-theme .close-dismiss-group .close-dismiss .hamb-bottom {
     -webkit-transform: rotate(-45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     background-color: rgba(26, 26, 26, 0.7);
     top: 50%;
}
 .delete-modal-theme .custom-body .modal-footer {
     padding: 0px;
     border-top: none;
     width: 100%;
     float: left;
}
 .modal-theme-inner {
     width: 100%;
     float: left;
     position: relative;
     border-radius: 00px;
     overflow: hidden;
}
 .modal-theme-inner .close-dismiss-group {
     float: left;
     position: absolute;
     right: 20px;
     top: 20px;
}
 .modal-theme-inner .close-dismiss-group .close-dismiss {
     position: relative;
     width: 18px;
     height: 18px;
     background: transparent;
     cursor: pointer;
     float: right;
     color: transparent;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 1;
}
 .modal-theme-inner .close-dismiss-group:hover .close-dismiss {
     transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
}
 .modal-theme-inner .close-dismiss-group .close-dismiss .hamb-top {
     -webkit-transform: rotate(45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     background-color: #fff;
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     top: 50%;
}
 .modal-theme-inner .close-dismiss-group .close-dismiss .hamb-bottom {
     -webkit-transform: rotate(-45deg);
     -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
     position: absolute;
     left: 0;
     height: 2px;
     width: 100%;
     background-color: #fff;
     top: 50%;
}
 .modal-theme-inner .custom-header {
     width: 100%;
     float: left;
     padding: 20px;
}
 .modal-theme-inner .custom-header .modal-title {
     width: 100%;
     float: left;
     line-height: 20px;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 600;
     color: #fff;
}
 .modal-theme-inner .custom-body {
     width: 100%;
     float: left;
     padding: 20px;
}
 .modal-theme-inner .custom-body .modal-footer {
     padding: 15px 0px 0px 0px;
     border: none;
}
 .modal-theme-inner .modal-footer {
     width: 100%;
     float: left;
     padding: 20px;
     text-align: right;
     display: inline-block;
     vertical-align: top;
}
 .modal-theme-inner .modal-footer .btn {
     margin: 0px;
     display: inline-block;
     vertical-align: top;
     margin-left: 5px;
}
 .modal-content {
     border: none;
     border-radius: 15px;
     outline: 0;
     overflow: hidden;
}
 .modal-dialog {
     max-width: 700px;
}
 .share-group {
     width: 100%;
     float: left;
     position: relative;
}
 .share-group .form-group {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 15px;
}
 .share-group .form-group .form-control {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 0px;
     height: auto;
     padding: 6px 6px 0px 6px;
     min-height: 39px;
}
 .share-group .privileges-group {
     width: 100%;
     float: left;
     position: relative;
}
 .share-group .ng-value-container .ng-value {
     font-size: 12px;
     color: #3a3a3a;
     background: #e6e6e6;
     margin: 0px 6px 7px 0px;
     border-radius: 4px;
     position: relative;
     line-height: 24px;
     padding: 0px 25px 0px 10px;
     font-weight: 600;
}
 .share-group .ng-value-container .ng-value span.ng-value-icon.left {
     color: #c80606;
     font-size: 18px;
     float: right;
     position: absolute;
     right: 0px;
     line-height: 25px;
     text-align: center;
     width: 25px;
}
 .share-group .ng-value-container .ng-value span.ng-value-label {
     float: left;
}
 .share-group .ng-dropdown-panel-items.scroll-host {
     padding: 10px;
     background-color: #fff;
     border: 1px solid #808080;
     border-radius: 6px;
     left: -5px;
}
 .share-group .ng-dropdown-panel-items.scroll-host .ng-option {
     font-size: 13px;
     color: #000;
     font-weight: 600;
     line-height: 22px;
}
 .share-group .ng-dropdown-panel-items.scroll-host .ng-option-disabled {
     opacity: 0.65;
     background: lightgray;
     cursor: text;
}
 .user-access-group {
     width: 100%;
     float: left;
     position: relative;
     max-height: 500px;
     overflow-y: auto;
}
 .user-access-single {
     width: 100%;
     float: left;
     position: relative;
     min-height: 40px;
     padding-bottom: 10px;
}
 .user-access-single .user-detail {
     width: 100%;
     float: left;
     position: relative;
     padding-left: 40px;
     cursor: pointer;
}
 .user-access-single .user-detail .fa {
     position: absolute;
     top: 0px;
     background: #f4f4f4;
     border-radius: 6px;
     line-height: 30px;
     width: 30px;
     text-align: center;
     color: gray;
     font-size: 14px;
     left: 0px;
}
 .user-access-single .user-detail .user-name {
     width: 100%;
     float: left;
     position: relative;
     font-size: 14px;
     font-weight: 600;
     color: black;
}
 .user-access-single .user-detail .user-email {
     width: 100%;
     float: left;
     position: relative;
     font-size: 12px;
     font-weight: normal;
     color: gray;
}
 .user-access-single .user-access-table {
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
     width: 100%;
     float: left;
     position: relative;
     padding-left: 40px;
     padding-top: 10px;
}
 .user-access-single .user-access-table.show {
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 .user-access-single + .user-access-single .user-detail:before {
     content: "";
     border-top: 1px dashed #d2d2d2;
     width: calc(100% - 40px);
     position: absolute;
     top: -12px;
     left: 40px;
}
 .user-access-single .table-role tbody tr:last-child td {
     border-bottom: none !important;
}
 .download-popup iframe {
     margin: 0;
     width: 100%;
     border: 0;
     height: calc(100% - 96px);
}
 .download-popup iframe.iframe-video {
     padding: 0px 14px;
}
 .almirah-group .almirah-box .create-folder-group {
     margin-top: 85px;
}
 .almirah-group .almirah-box .create-folder-group .folder-content .form-group .fa {
     width: 34px;
     line-height: 32px;
     height: 34px;
     font-size: 14px;
     color: gray;
     border: 1px solid #d2d2d2;
     border-radius: 50%;
     text-align: center;
     float: none;
     display: inline-block;
     vertical-align: top;
     background-color: #fff;
     margin: 0 5px;
}
 .almirah-group .almirah-box.active {
     z-index: 1;
}
 .theme-error-single-line {
     float: left;
     position: relative;
     width: 100%;
     font-size: 12px;
     text-align: center;
     color: #dd0000;
     line-height: 20px;
     min-height: 20px;
}
 .btn {
     outline: none !important;
     box-shadow: none !important;
}
 .table-role tbody tr td .action-right {
     position: relative;
}
 .table-role tbody tr td a.dropdown-toggle:after {
     display: none;
}
 .table-company-status {
     text-align: left;
     white-space: nowrap;
}
 .table-company-status .status-action {
     float: none !important;
     width: 20px !important;
     display: inline-block;
     vertical-align: top;
     margin: 4px 0px;
}
 .table-company-status .table-status {
     float: none !important;
     width: auto !important;
     display: inline-block;
     vertical-align: top;
}
 .box-actions .single-action.details .dropdown-menu {
     right: -32px;
}
 .modal.d-block .modal-dialog {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     min-height: calc(100% - (.5rem * 2));
     margin: 0px auto;
}
 .modal.d-block .modal-dialog .modal-content {
     margin: 0px 20px;
}
 .download-popup {
     float: left;
     height: 100%;
     position: fixed;
     top: 0;
     right: 0;
     background-color: #fff;
     z-index: 3000;
     width: 1000px;
     border-left: 1px solid #d7d7d8;
}
 .download-popup:after {
     position: absolute;
     content: '';
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background-color: #00000085;
}
 .download-popup app-image-viewer.download-image {
     position: relative;
     width: 100%;
     float: left;
     height: calc(100% - 96px);
}
 .download-popup .close-btn {
     float: right;
     padding: 4px 30px;
     color: #000;
     font-size: 28px;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 {
     margin: 0;
     background-color: #ffffff;
     height: 100%;
     padding: 0 20px;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 .inline-icon {
     display: none;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 .material-icon {
     display: none;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 i.material-icons {
     display: none;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 .footer-info {
     display: none;
}
 .download-popup app-image-viewer.download-image .image-gallery-2 .image-container {
     background-color: transparent;
     border: 0;
     height: 100%;
     position: relative;
     top: initial;
     padding-top: 0px;
     bottom: initial;
     width: 100%;
}
 .download-popup .download-now {
     width: 100%;
     float: left;
     position: absolute;
     text-align: center;
     bottom: 0px;
     left: 0px;
     padding: 10px 0;
     background-color: #dcdee0;
}
 .download-popup .download-now .download-btn {
     text-transform: capitalize;
     font-size: 14px;
     color: #000;
     font-weight: 600;
     position: relative;
     cursor: pointer;
     display: inline-block;
     vertical-align: top;
}
 .download-popup .download-now .download-btn .fa {
     padding: 5px;
     font-size: 16px;
     border: 1px solid #000000;
     border-radius: 50%;
}
 .download-popup .modal-footer.modal-footer-bootbox {
     padding: 20px 1px 0;
}
 .table-responsive.table-dropdown-active {
     padding-bottom: 300px;
     overflow-y: initial;
}
 .header-section .right-side .catalog-search {
     position: relative;
     float: left;
     width: 100%;
}
 .header-section .right-side .catalog-search button {
     position: absolute;
     top: 0;
     right: 0;
     height: 37px;
     line-height: 35px;
     background-color: #eceaea;
     border: 1px solid #d6d6d6;
     border-radius: 0px 180px 180px 0;
     width: 40px;
}
 .header-section .right-side .catalog-search a.close-btn {
     position: absolute;
     top: 0;
     right: 35px;
     height: 37px;
     line-height: 35px;
     color: #000;
     padding: 0 15px;
}
 .header-section .right-side .catalog-search .form-control {
     padding-right: 70px;
}
 .download-folder {
     opacity: 1 !important;
     transition: inherit;
}
 .animated {
     animation-duration: 0.5s;
     animation-fill-mode: both;
}
 @keyframes fadeInRight {
     0% {
         opacity: 0;
         transform: translate3d(100%, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInRight {
     animation-name: fadeInRight;
}
 @keyframes fadeInLeft {
     0% {
         opacity: 0;
         transform: translate3d(-100%,0,0) 
    }
     to {
         opacity: 1;
         transform: none 
    }
}
 .fadeInLeft {
     animation-name: fadeInLeft 
}
 .navbar-app-theme .back-admin {
     position: absolute;
     top: -25px;
     left: 50%;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 .navbar-app-theme .back-admin:hover {
     top: 0px;
}
 .navbar-app-theme .back-admin a {
     border: 2px solid #e0e0e0;
     font-size: 14px;
     border-radius: 180px;
     padding: 0px 10px;
     line-height: 30px;
     display: inline-block;
}
 .header-section .left-side .list-title {
     line-height: 37px;
     color: #000;
     font-size: 18px;
     font-weight: 600;
}
 .form-reports-group{
     display: flex;
}
 .form-reports-group .form-reports{
     width: 100%;
}
 .form-reports-group .footer-btn{
     width: auto;
     white-space: nowrap;
     text-align: left;
}
 .form-reports-group .footer-btn .btn{
     margin-left: 10px;
     display: inline-block;
     vertical-align: top;
}
 .form-reports-group .footer-btn .dropdown-theme{
     white-space: nowrap;
     float: none;
     display: inline-block;
     vertical-align: top;
}
 .form-reports-group .footer-btn .dropdown-theme .dropdown-menu{
     right: 0px;
     left: initial;
}
 .form-reports-group .md-drppicker{
     min-width: 595px !important;
     right: 0px !important;
     left: initial !important;
     top: 50px !important;
}
 .form-reports-group .md-drppicker .buttons_input .btn{
     font-size: 13px;
     height: 28px;
     padding: 0px 15px;
     line-height: 28px;
}
 .form-reports-group .md-drppicker .buttons_input .btn.clear svg{
     display: none !important;
}
 .report-popup-group{
     position: fixed;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, .3);
     z-index: 10000;
}
 .report-popup-group .report-sections{
     position: fixed;
     top: 0px;
     right: 0px;
     height: 100%;
     background: #ffffff;
     padding: 20px;
}
 .report-popup-group .report-sections .dropdown-theme{
    margin-bottom: 15px;
}
 .report-popup-group .report-sections .close-btn{
     position: fixed;
     top: 10px;
     right: 10px;
     width: 30px;
     line-height: 30px;
     text-align: center;
     border-radius: 50%;
     box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
     z-index: 2;
     background: #fff;
}
 .header-section .right-side .header-page-actions .single-action-dropdown .dropdown-toggle:after{
     display: none;
}
 .header-section .right-side .header-page-actions .single-action-dropdown .dropdown-menu{
     right: 0px;
     left: initial !important;
     margin: 0px;
     margin-top: 15px;
     transform: initial !important;
     padding: 5px 0px;
     border: 1px solid #d2d2d2;
     min-width: 200px;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
}
 .header-section .right-side .header-page-actions .single-action-dropdown .dropdown-menu .dropdown-item{
     width: 100%;
     float: left;
     margin: 0px;
     line-height: 38px;
     padding: 0px 15px;
     font-size: 13px;
     color: #495057;
     white-space: nowrap;
     text-align: left;
     cursor: pointer;
     background: transparent !important;
     height: 38px;
}
 .edit-color:hover{
     color:#000 !important 
}
 .dropdown-theme .dropdown-menu {
     right: initial;
     left: 0px;
     margin: 0px;
     margin-top: 15px;
     transform: initial !important;
     padding: 5px 0px;
     border: 1px solid #d2d2d2;
     background: #FFF;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.05);
     min-width: 150px;
}
 .dropdown-theme .dropdown-menu a {
     width: 100%;
     float: left;
     margin: 0px;
     font-size: 13px;
     color: #495057;
     white-space: nowrap;
     text-align: left;
     cursor: pointer;
     min-height: initial;
     padding: 0px 10px;
     line-height: 30px;
     height: 30px;
}
 .form-report-form-control{
     width: auto;
     float: right;
}
 .my-profile-details .profile-image .user-img .branding-upload {
    width: 100%;
    height: 100%;
    position: absolute;
}

.my-profile-details .profile-image .user-img .branding-upload img {
    position: absolute;
    bottom: auto;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}