@font-face {
    font-family: 'Bold';
    src: url("../fonts/source-sans/source-sans-pro-Bold.eot");
    src: url("../fonts/source-sans/source-sans-pro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans/source-sans-pro-Bold.woff2") format("woff2"), url("../fonts/source-sans/source-sans-pro-Bold.woff") format("woff"), url("../fonts/source-sans/source-sans-pro-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url("../fonts/source-sans/source-sans-pro-Light.eot");
    src: url("../fonts/source-sans/source-sans-pro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans/source-sans-pro-light.woff2") format("woff2"), url("../fonts/source-sans/source-sans-pro-Light.woff") format("woff"), url("../fonts/source-sans/source-sans-pro-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Regular';
    src: url("../fonts/source-sans/source-sans-pro-Regular.eot");
    src: url("../fonts/source-sans/source-sans-pro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans/source-sans-pro-regular.woff2") format("woff2"), url("../fonts/source-sans/source-sans-pro-Regular.woff") format("woff"), url("../fonts/source-sans/source-sans-pro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #676a6d;
    background: #F3F5F8;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .67em;
}

a {
    color: #5A738E;
    text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.msgRed {
    color: red;
}


/* kishore comments starts here */

.container {
    width: 100%;
    padding: 0;
}

.col-panel,
.col-table {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}


/*.col-table {
    height: calc(100vh - 235px);
}*/


/* input starts here */

input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid darkgray;
    border-radius: 50%;
    background: #fff;
    outline: none;
    margin: 2px 7px 0px 0px;
    float: left;
}

input[type='checkbox'] {
    border-radius: 0%;
    float: none;
}

input[type='checkbox']:checked:before {
    background: #067E81;
}

input[type='checkbox']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='checkbox']:before {
    border-radius: 0%;
}

input[type="checkbox"]:focus {
    outline: 0;
}

.radio-check-box {
    width: 19px;
    height: 19px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #ccc;
    position: relative;
    cursor: default;
    background: #FFF;
    border-radius: 20px;
    float: left;
}

.radio-check-box input[type="radio"] {
    visibility: hidden;
}

.radio-check-box span {
    position: absolute;
    top: 4px;
    left: 4px;
}

.radio-check-box input[type="radio"]:checked + span:after {
    opacity: 1;
}

.radio-check-box span:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #067d81;
    opacity: 0;
    border-radius: 50%;
}

label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
}


/* checkbox starts here */

.check-box {
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    border: 1px solid #ccc;
    position: relative;
    cursor: default;
    background: #FFF;
}

.check-box input[type="checkbox"] {
    visibility: hidden;
}

.check-box span {
    position: absolute;
    top: 4px;
    left: 4px;
}

.check-box input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.check-box span:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #067d81;
    opacity: 0;
}


/* select option starts here */

select.form-control {
    padding: 0px 0px 0px 10px;
}


/* btn starts here */

.btn,
.btn-sm,
.btn-sm-default {
    width: 200px;
    height: 35px;
    border: none !important;
    font-size: 14px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0px;
    background: #067d81;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.btn:hover,
.btn:focus,
.btn-sm-default:hover,
.btn-sm-default:focus {
    background: #676a6d;
    color: #fff;
}

.btn-sm,
.btn-sm-default {
    width: 75px;
    height: 23px;
    padding: 0px 10px;
}

.btn-sm-default {
    border: solid 1px #067d81 !important;
    background: transparent;
    color: #067d81;
}

.btnAdd,
.btnAdd:hover,
.btnAdd:focus {
    width: 140px;
    height: 27px;
    background: #067d81;
    color: #fff;
    float: right;
    padding: 4px;
    line-height: 1px;
}


/* header starts here  */

.header-wrap {
    width: 100%;
    float: left;
    background: transparent;
    height: 30px;
    position: fixed;
    z-index: 9999;
}

.header-wrap .left_col,
.header-wrap .right_col {
    width: 230px;
}

.header-wrap .right_col {
    width: auto;
    margin-left: 230px;
}

.header-wrap .col-md-3,
.header-wrap .col-md-9 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}

.header-wrap .left_col .nav_title {
    width: 100%;
    float: left;
    background: #067d81;
    border-radius: 0;
    min-height: 30px;
}

.header-wrap .left_col .site_title {
    overflow: hidden;
    width: auto;
    line-height: 30px;
    display: block;
    height: 27px;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    background: url("../images/copio-logo.svg") no-repeat center center;
}

.header-wrap .left_col .site_title:hover,
.header-wrap .left_col .site_title:focus {
    text-decoration: none
}

.header-wrap .left_col .site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%;
}

.header-wrap .left_col .site_title img {
    width: 84%;
}

.header-wrap .right_col .nav_menu {
    float: left;
    background: #fff;
    border-bottom: 1px solid #D9DEE4;
    width: 100%;
    height: 30px;
}

.header-wrap .right_col .toggle {
    float: left;
    margin: 0;
    padding-top: 5px;
    width: 70px;
    cursor: pointer;
}

.header-wrap .right_col .toggle a {
    padding: 15px 15px 0;
    margin: 0;
}

.header-wrap .right_col .toggle a i {
    font-size: auto;
    color: #067d81;
}

.header-wrap .right_col .toggle span .fa-chevron-right,
.header-wrap .right_col .toggle span .fa-chevron-left {
    display: none;
    font-size: 12px;
    float: left;
    margin-top: 4px;
    padding-left: 15px;
}

.header-wrap .right_col .toggle span .fa-chevron-left {
    margin-left: -24px;
    z-index: -1;
}

.header-wrap .user-profile img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 1px #067d81;
}

.header-wrap .nav>li>a:hover,
.header-wrap .nav>li>a:focus {
    background-color: transparent;
}

.right_col .navbar-right .info-number .badge {
    font-size: 9px;
    font-weight: normal;
    line-height: 8px;
    padding: 1px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.right_col .navbar-right .bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
    border-radius: 100%;
}

.right_col .navbar-right .mCustomScrollbar {
    max-height: 287px !important;
    height: auto;
}

.right_col .nav>li>a {
    position: relative;
    display: -webkit-inline-box;
    padding: 3px 15px 0px;
}

.right_col .navbar-nav>li>a,
.right_col .navbar-brand,
.right_col .navbar-nav>li>a {
    color: #fff !important;
}

.right_col .navbar-brand,
.right_col .navbar-nav>li>a {
    margin-bottom: 5px
}

.right_col .nav.navbar-nav>li>a {
    color: #515356 !important;
}

.right_col .navbar-brand,
.right_col .navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 21px;
}

.right_col .navbar-nav>li>a span:first-child {
    font-size: 12px;
}

.right_col .navbar-right .fa-bell-o {
    font-size: 15px;
    margin: 5px 0px 0px;
}

.right_col .navbar-right {
    margin-right: 0px;
    margin-top: 0px;
    display: -webkit-box;
    float: right;
}


/* header dropdown */

.dropdown-menu.msg_list {
    width: 300px !important;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

.dropdown-menu,
.dropdown-togglemenu,
.dropdown-usermenu,
.dropdown-filter,
.dropdown-sort,
.dropdown-filtermenu {
    border: medium none;
    border-radius: 0px;
    box-shadow: 0 0 3px;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    border-top: 1px solid #999999;
}

.dropdown-usermenu {
    min-width: auto;
}

.dropdown-togglemenu {
    margin-top: -1px;
    border: 1px solid #D9DEE4;
    box-shadow: 0 0 0px;
    left: 230px;
    left: 0px\9;
}

.dropdown-filter {
    margin-top: -1px;
    border: 1px solid #D9DEE4;
    box-shadow: 0 0 0px;
    top: 28px;
    padding: 10px;
    line-height: 24px;
    max-height: 100%;
    height: auto;
}

.dropdown-sort {
    left: -143px;
}

.dropdown-filtermenu {
    position: absolute;
    z-index: 99999;
    left: 0px;
    padding: 10px;
}

.dropdown-filtermenu .title a {
    padding: 5px 0px;
}

.dropdown-filtermenu ul {
    -webkit-margin-after: 0em !important;
}

.dropdown-filter ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
    padding: 0px;
}

.dropdown-menu:after,
.dropdown-togglemenu:after,
.dropdown-usermenu:after,
.dropdown-filter:after,
.dropdown-filtermenu:after {
    border-bottom: 6px solid #999999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 15px;
    position: absolute;
    top: -6px;
}

.dropdown-togglemenu:after {
    right: 90%;
}

.dropdown-usermenu:after {
    right: 11px;
}

.dropdown-filter:after {
    right: 134px;
}

.dropdown-filtermenu:after {
    right: 149px;
}

.dropdown-menu>li>a,
.dropdown-togglemenu>li>a {
    color: #5A738E;
    padding: 5px 20px;
}

.dropdown-menu>li>a:hover {
    background: #eee;
}

.dropdown-togglemenu>li>a {
    padding: 5px 15px !important;
}

.dropdown-togglemenu li a:nth-last-child(2) {
    background: none;
}

.subdropdown li a {
    padding: 7px 15px !important;
}

.subdropdown li a:hover {
    background: #eee;
    padding: 7px 15px !important;
}

.dropdown-togglemenu li > ul > li a {
    display: block;
}

.right_col .navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: -3px;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.right_col ul.msg_list li {
    background: #eee;
    padding: 5px;
    padding: 0px 5px\9;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
    line-height: 12.8px\9;
}

.right_col ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px;
}

.right_col ul.msg_list li a {
    padding: 3px 5px !important;
    padding: 0px 5px\9 !important;
}

.right_col ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%;
}

.right_col ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 35px;
}

.right_col ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
}

.right_col ul.to_do {
    padding: 0;
}

.right_col ul.to_do li {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 7px;
    margin-bottom: 5px;
    list-style: none;
}

.right_col ul.to_do p {
    margin: 0;
}

.right_col ul.quick-list {
    width: 45%;
    padding-left: 0;
    display: inline-block;
}

.right_col ul.quick-list li {
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right_col ul.quick-list li i {
    padding-right: 10px;
    color: #757679;
}


/* sidemenu bar */

.sidebar-menu {
    height: calc(100vh - 30px);
    width: 230px;
    float: left;
    margin-top: 30px;
    background: #2B333E;
}

.sidebar-menu input.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
    color: #E7E7E7;
}

.sidebar-menu .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ccc;
    text-align: center;
    background-color: transparent;
    border-radius: 0px;
    border: none;
}

.sidebar-menu .col-md-3.left_col {
    width: 100%;
    float: left;
    padding: 0px;
}

.sidebar-menu .input-group::placeholder {
    color: #ccc;
}

.nav.side-menu> li {
    position: relative;
    display: block;
}

.nav.side-menu> li > a {
    margin-bottom: 4px;
    padding: 10px 15px;
}

.nav.side-menu> li > a:hover {
    color: #F2F5F7 !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent;
}

.nav.child_menu li:hover {
    background-color: #252c35;
}

.nav.child_menu li {
    padding: 9px 12px 9px 32px;
    word-break: break-all;
    cursor: pointer;
}

.nav.child_menu li a {
    color: #E7E7E7;
    font-size: 13px;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7 !important;
    font-weight: 500;
}

.nav.side-menu> li.current-page,
.nav.side-menu> li.active {
    /*        border-right: 4px solid #1ABB9C;*/
}

.nav.side-menu> li.active > a,
#sidebar-menu {
    color: #ff0000;
    -webkit-text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    -moz-text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    -ms-text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    -o-text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479), color-stop(100%, #4c5566)), #686e78;
    -webkit-background: #303d4a;
    -moz-background: #303d4a;
    -ms-background: #303d4a;
    -o-background: #303d4a;
    background: #303d4a;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important;
}

.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px;
    padding: 0px 9px 0px 0px;
    background: transparent;
}

ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 6px;
    left: 18px;
    margin-top: 8.5px;
    position: absolute;
    right: auto;
    width: 6px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nav.child_menu li.active-link {
    background: #252c35;
}

.side-menu .fa-chevron-down {
    float: right;
    font-size: 10px;
    margin-top: 5px;
}

.nav.side-menu>li .fa-chevron-down {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav.side-menu> li.active > a .fa-chevron-down {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.side-menu .mCustomScrollbar {
    height: calc(100vh - 247px);
    background: #2B333E;
}

.mCSB_scrollTools .mCSB_dragger {
    background: #067d81;
}


/* side-menu panel starts here */

.side-menu .panel-heading {
    padding: 8px 15px 8px 14px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.side-menu .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.side-menu .panel-group .panel {
    margin-bottom: 1px;
    border-radius: 0px;
}

.side-menu .panel-group {
    margin-bottom: 0px;
    background: #2b333e;
}

.side-menu .panel-group .panel+.panel {
    margin-top: 1px;
}

.side-menu .panel-default>.panel-heading {
    color: #fff;
    background-color: #303d4a;
    border-color: #303d4a;
}

.side-menu .panel-default {
    border-color: #303d4a;
}

.side-menu .panel-body {
    padding: 0px;
}

.side-menu .panel-group .panel-heading+.panel-collapse>.panel-body,
.side-menu .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #303d4a;
    background: #2b333e;
}

.side-menu .panel-title .fa-chevron-down {
    margin-top: 2px;
}


/* footer starts here */

footer {
    padding: 5px 15px 0px;
    height: 27px;
    margin: 0 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    width: auto;
    background: transparent;
    text-align: right;
    font-size: 12px;
    z-index: 9999;
}


/* content part starts here */

.content_col,
.content_column,
.content_form {
    padding: 10px 10px 0px 10px;
    width: auto;
    display: block;
    display: flow-root;
    height: calc(100vh - 57px);
    margin-top: 30px;
    margin-left: 230px;
}

.content_column {
    margin-left: 0px;
}

.content_form {
    margin-top: 120px;
    height: calc(100vh - 290px);
}


/* downloadPopup stars here */

#downloadPopup .modal-header {
    padding: 15px 15px 0px 15px;
    border-bottom: none;
}

#downloadPopup .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}

#downloadPopup .modal-body input .form-control {
    width: 100%;
    display: block;
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E6E9ED;
    border-radius: 0px;
    padding: 0px 10px;
}

#downloadPopup.modal {
    z-index: 9999;
}

#downloadPopup .btn:hover,
#downloadPopup .btn:focus {
    background: #067d81;
}

.fade.in {
    padding-right: 0px !important;
}

#downloadPopup .modal-dialog,
#addnewUser .modal-dialog {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 45%;
    left: 50%;
    top: 25%\9;
    left: 35%\9;
    transform: translate(-50%, -50%);
}


/* home page starts here */

.homePage .row .col-md-12 .common-data,
.homePage .row .col-md-12 .backup-data,
.homePage .row .col-md-12 .data-box {
    padding-left: 0px;
    padding-right: 0px;
}

.homePage .row .col-md-12 .backup-data .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    word-break: break-all;
}

.homePage .row .col-md-12 .backup-data .col-xs-12 .col-xs-6:first-child {
    padding-right: 0px;
}

.homePage .row .col-md-12 .backup-data .col-xs-12 select {
    width: 100%;
    margin-bottom: 15px;
}

.homePage .row .col-md-12 .backup-data .triBck a {
    text-transform: uppercase;
    text-align: right;
    color: #067d81;
    float: right;
}

.homePage .common-data .col-panel h1,
.homePage .backup-data .col-panel h1 {
    font-size: 47px;
    border-right: solid 1px #ccc;
    word-break: break-all;
    font-weight: 400\9;
    font-weight: 600;
    margin-bottom: 0px;
}

.homePage .common-data .col-panel .nth h1 {
    border-right: none;
}

.homePage .backup-data .col-panel h1 {
    font-size: 40px;
}

.homePage .common-data .online-list {
    color: #41b314;
    position: absolute;
    top: 12%;
    left: 0%;
    right: 3%;
    text-align: right;
    font-size: 10px;
}

.homePage .backup-data .col-panel .success,
.homePage .backup-data .col-panel .failed,
.homePage .backup-data .col-panel .missed {
    color: #41b314;
    font-size: 10px;
    margin-right: 0px;
}

.homePage .backup-data .col-panel .col-md-4 .success,
.homePage .backup-data .col-panel .col-md-4 .failed,
.homePage .backup-data .col-panel .col-md-4 .missed {
    margin-right: 7px;
}

.homePage .backup-data .col-panel .failed {
    color: #2b333e;
}

.homePage .backup-data .col-panel .missed {
    color: #cac8c8;
}

.homePage .backup-data .col-panel .progress-bar {
    height: 21px;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    background: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.15);
}

.homePage .backup-data .progress-bar .success,
.homePage .backup-data .progress-bar .failed,
.homePage .backup-data .progress-bar .missed {
    background: #41b314;
    float: left;
    height: 7px;
}

.homePage .backup-data .progress-bar .failed {
    background: #2b333e;
}

.homePage .backup-data .progress-bar .missed {
    background: #cac8c8;
}

.homePage .common-data .col-panel h4 {
    color: #067d81;
    margin-bottom: 5px;
}

.homePage .dt-buttons .dropdown {
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.homePage .dropdown-filtermenu {
    left: -13px;
    top: 24px;
}

.homePage .dropdown-filtermenu:after {
    right: 135px;
    top: -7px;
}

.homePage .btn-sm,
.homePage .btn-sm-default {
    width: auto;
}

.homePage .dataTables_wrapper {
    height: 100%;
    min-height: 290px;
}


/* customer config page starts here */

.custConfig .col-md-12 .proSummary,
.custConfig .col-md-12 .editProfile,
.custConfig .col-md-12 .profileConfig {
    padding-left: 0px;
    padding-right: 0px;
}

.custConfig .proSummary p {
    word-break: break-all;
}

.custConfig .editProfile .col-xs-12 .col-xs-1,
.custConfig .profileConfig .col-xs-12 .col-xs-1 {
    width: 1%;
}

.custConfig .editProfile .col-xs-12 .col-md-6 select,
.custConfig .editProfile .col-xs-12 .col-md-3 select,
.custConfig .profileConfig .col-xs-12 .col-md-6 select,
.custConfig .profileConfig .col-xs-12 .col-md-3 select {
    width: 48%;
}

.custConfig .editProfile .col-xs-12 .col-md-3 select,
.custConfig .profileConfig .col-xs-12 .col-md-3 select {
    width: 100%;
}

.custConfig .editProfile .timepicker .form-control,
.custConfig .editProfile .timepicker .input-group-addon,
.custConfig .profileConfig .timepicker .form-control,
.custConfig .profileConfig .timepicker .input-group-addon {
    height: 22px;
    border-radius: 0px;
}

.custConfig .editProfile .timepicker .input-group-addon,
.custConfig .profileConfig .timepicker .input-group-addon {
    height: 10px;
    height: 22px\9;
    padding: 0px 12px;
}

.custConfig .profileConfig .timepicker .input-group-addon {
    height: 23px\9;
}

.custConfig .editProfile #excTypeOther,
.custConfig .profileConfig #newexcTypeOther {
    width: 100%;
    padding: 0px 3px;
    line-height: 10px;
}

.custConfig .editProfile .btnSavechanges,
.custConfig .profileConfig .btnSave {
    margin: 18px 0px 10px;
    margin: 45px 0px 10px\9;
}

.custConfig .profileConfig #newProfileName,
.custConfig .profileConfig #newSrcFolder {
    width: 100%;
    padding: 0px 3px;
    line-height: 10px;
}

.custConfig .editProfile .col-panel,
.custConfig .profileConfig .col-panel {
    height: calc(100vh - 75px);
}

.custConfig .left_col {
    padding-left: 0px;
}


/*.custConfig .right_col,
.custConfig .right_col .col-xs-12,
.custConfig .right_col .col-xs-12 .col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}*/

.custConfig .right_col .col-xs-12 h1 {
    padding: 8.5px 18px;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    margin-top: 35px;
}

.custConfig .dataTables_wrapper .dataTables_length {
    padding: 0em 0em 1em 0em;
    float: left !important;
}

.custConfig .dataTables_wrapper .dataTables_filter {
    right: 0px
}

.custConfig .dataTables_wrapper .dataTables_filter label {
    margin-left: 33%;
}

.custConfig .dataTables_wrapper .dataTables_paginate {
    text-align: center;
    float: left;
}

.custConfig .check-box {
    margin-top: 0px;
}

.custConfig label {
    float: left;
}

.custConfig .week label,
.custConfig .colExclude label {
    margin: 2px 10px 10px 0px;
    word-break: break-all;
}

.custConfig .colExclude label .txt {
    width: auto;
}

.custConfig .right_col .sourceBox,
.custConfig .right_col .excluBox {
    border: solid 1px #ccc;
    padding: 7px;
    height: 200px;
    float: left;
    width: 100%;
    word-break: break-all;
    margin-bottom: 5px;
    line-height: 15px;
}

.custConfig .right_col .excluBox {
    height: 100px;
}

/*.custConfig .col-table {
    height: calc(100vh - 67px);
}*/

.custConfig .col-table .left_col.mCustomScrollbar {
    height: calc(100vh - 100px);
}

.custConfig .col-table .left_col tbody tr td:hover,
.custConfig .col-table .left_col tbody tr td:focus,
.custConfig .col-table .left_col tbody tr td:active {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    background: url(../images/arrow-right.png) no-repeat right center;
}

.custConfig {
    height: calc(100vh - 47px);
}


/* .custConfig .right_col dropdown starts */

.custConfig .right_col .tree {
    min-height: 20px;
    padding: 4px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.custConfig .right_col .tree ul.box {
    -webkit-padding-start: 20px;
    padding-left: 20px\9;
}

.custConfig .right_col .tree.mCustomScrollbar {
    height: calc(100vh - 530px);
}

.custConfig .right_col .tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.custConfig .right_col .tree li::before,
.custConfig .right_col .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.custConfig .right_col .tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.custConfig .right_col .tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.custConfig .right_col .tree li span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #999;
    border-radius: 0px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.custConfig .right_col .tree li.parent_li>span {
    cursor: pointer
}

.custConfig .right_col .tree>ul>li::before,
.custConfig .right_col .tree>ul>li::after {
    border: 0
}

.custConfig .right_col .tree li:last-child::before {
    height: 30px
}

.custConfig .right_col .tree li.parent_li>span:hover,
.custConfig .right_col .tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.custConfig .right_col .icon-minus-sign {
    background-position: -24px -96px;
}

.custConfig .right_col .icon-plus-sign {
    background-position: 0 -96px;
}

.custConfig .right_col [class^="icon-"],
.custConfig .right_col [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-repeat: no-repeat;
    margin-top: 1px;
}


/* dataTables starts here */

.dataTables_wrapper .dataTables_filter input {
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #ccc;
    border-left: none;
    height: 20px;
    padding-left: 5px;
    font-weight: normal;
    width: 220px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-bottom: solid 1px #067d81;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    left: 90px;
    position: absolute;
    top: 0px;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
}

table.dataTable thead th,
table.dataTable thead td {
    text-align: center;
}

.homePage table.dataTable thead .sorting:nth-child(3) {
   width: 20%;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 10px 4px 14px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}

table.dataTable.display tbody tr.even>.sorting_1:focus,
table.dataTable.display tbody tr.odd>.sorting_1:focus {
    background: url(../images/arrow-right.png) no-repeat right center #067d81;
    color: #fff;
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1,
table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background: #067d81 !important;
    color: #fff;
}

table.dataTable.display tbody td {
    text-align: left !important;
    word-break: break-all;
}

table.dataTable tbody td.dt-body-center:first-child {
    text-align: center !important;
    padding: 4px 14px 4px 14px !important;
}

.dt-buttons .noBorder,
.dt-buttons .noBordertxt,
.dt-buttons .noBordermenu {
    background: transparent !important;
    border: none !important;
    outline: none;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: left;
    top: -5px;
}

.dt-buttons .noBordertxt {
    float: right;
    position: absolute;
    right: 140px;
    color: #067d81;
    text-transform: uppercase;
}

.dt-buttons .noBordermenu {
    text-align: left;
    position: absolute !important;
}

.glyphicon-filter {
    color: #067d81;
}

.toggleBtn {
    float: left;
    z-index: 9;
}

.btnTable {
    width: auto;
    float: right;
    margin-right: 10px;
    font-size: 13px;
    border: 1px solid #067d81 !important;
    background-color: #067d81 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

div.dt-buttons {
    position: relative !important;
    float: none !important;
    width: 100% !important;
}

.btnBackup {
    background: #2b333e;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

.col-table .col-md-12.toggleBtn,
.col-table .col-md-12.toggleBtn .col-md-6.left_col,
.col-table .col-md-12.toggleBtn .col-md-6.right_col {
    padding-left: 0px;
    padding-right: 0px;
}

.tabbox {
    margin-top: 10px !important;
    float: left;
}


/* manageUser starts here */


/*.manageUser {
    padding-left: 0px;
    padding-right: 0px;
}*/

.manageUser .col-xs-7,
.manageUser .col-xs-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.manageUser .dataTables_filter {
    left: 0px;
    padding: 0em 0em 1em 0em;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 1em !important;
}


/*.manageUser .col-table {
    height: calc(100vh - 125px);
}*/


/* addnewUser stars here */

#addnewUser .modal-header {
    padding: 15px 15px 0px 15px;
    border-bottom: none;
}

#addnewUser .modal-footer {
    padding: 0px 15px 15px 15px;
    text-align: center;
    border-top: none;
}

#addnewUser .modal-body {
    padding: 5px 15px;
}

#addnewUser .modal-body .form-group label,
#addnewUser .modal-body .form-group input {
    font-size: 14px;
}

#addnewUser .modal-body .form-control {
    border-radius: 0px;
}


/* reportPage starts here */

.reportPage .row .col-md-12.reportbox {
    padding-left: 0px;
    padding-right: 0px;
}

.reportPage .dataTables_filter {
    left: 0px;
    padding: 0em 0em 1em 0em;
    position: relative;
}

.reportPage .btnDownload {
    width: 150px;
    margin-top: 0px;
    z-index: 9;
    position: relative;
}

.reportPage .btnDownload:hover,
.reportPage .btnDownload:focus {
    background: #067d81;
}


/*.reportPage .col-table {
    height: calc(100vh - 75px);
}*/


/* configCloud starts here */

.configCloud {
    padding-left: 0px;
    padding-right: 0px;
}

.configCloud .dataTables_wrapper .dataTables_filter,
.configCloud div.dt-buttons,
.configCloud .dataTables_wrapper .dataTables_info,
.configCloud .dataTables_wrapper .dataTables_paginate {
    display: none;
}


/*.configCloud .col-table {
    height: calc(100vh - 125px);
}*/


/* manageSubscrip starts here */

.manageSubscrip {
    padding-left: 0px;
    padding-right: 0px;
}

.manageSubscrip .dataTables_wrapper .dataTables_filter,
.manageSubscrip div.dt-buttons,
.manageSubscrip .dataTables_wrapper .dataTables_info,
.manageSubscrip .dataTables_wrapper .dataTables_paginate {
    display: none;
}


/*.manageSubscrip .col-table {
    height: calc(100vh - 125px);
}*/


/* loginPage - signupPage - resetPage starts here  */


/*.loginPage .header-wrap .left_col,
.signupPage .header-wrap .left_col, .resetPage .header-wrap .left_col {
    width: auto;
}*/

.loginPage .col-table,
.signupPage .col-table,
.resetPage .col-table {
    width: 30%;
    height: 540px;
    margin: 0px auto;
    display: block;
    top: -70px;
    padding: 60px 20px 20px 20px;
}

.loginPage .col-table h1,
.signupPage .col-table h1,
.resetPage .col-table h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.resetPage .col-table h1 {
    margin-bottom: 100px;
}

.loginPage .col-table h2,
.signupPage .col-table h2 {
    font-weight: 600;
}

.loginPage .col-table p,
.signupPage .col-table p {
    margin-bottom: 70px;
}

.signupPage .col-table p {
    margin-bottom: 22px;
}

.signupPage .col-table p:nth-last-child(3) {
    margin-bottom: 10px;
}

.loginPage .col-table p a,
.signupPage .col-table p a {
    color: #337ab7;
    font-weight: 600;
}

.loginPage .col-table p a:hover,
.signupPage .col-table p a:hover {
    text-decoration: underline;
}

.loginPage .input-container,
.signupPage .input-container,
.resetPage .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.resetPage .input-container {
    margin-bottom: 15px;
}

.signupPage .input-container .first-field {
    width: 70%;
    width: 55.8%\9;
}

.signupPage .input-container .last-field {
    width: 40%;
    width: 32%\9;
    margin-left: 10px;
    float: right;
    border: solid 1px #a9a9a9;
}

.loginPage .icon,
.signupPage .icon,
.resetPage .icon {
    padding: 10px;
    background: #2B333E;
    border: solid 1px #2B333E;
    color: #fff;
    min-width: 50px;
    text-align: center;
    font-size: 17.5px;
    float: left;
}

.loginPage .input-field,
.signupPage .input-field,
.resetPage .input-field {
    width: 100%;
    width: 89.9%\9;
    padding: 10px;
    outline: none;
    float: left;
    border: solid 1px #a9a9a9;
}

.loginPage .input-field:focus,
.signupPage .input-field:focus,
.resetPage .input-field:focus {
    border: 2px solid #067d81;
}

.loginPage .imgcontainer,
.signupPage .imgcontainer,
.resetPage .imgcontainer {
    text-align: center;
    margin: 0px 0 12px 0;
    position: relative;
}

.loginPage img.avatar,
.signupPage img.avatar,
.resetPage img.avatar {
    width: 8%;
    border-radius: 50%;
    z-index: 9;
    position: relative;
    border: 7px solid rgba(221, 218, 215, 0.2);
    background: #fff;
}

.loginPage .col-md-6,
.signupPage .col-md-6 {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
}

.loginPage .btnBlue,
.signupPage .btnBlue,
.resetPage .btnBlue {
    width: 100%;
    background: #067d81;
    top: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.signupPage .btnBlue {
    top: 13px;
    top: 20px\9;
}

.resetPage .btnBlue {
    top: 147px;
}

.loginPage .msgRed,
.signupPage .msgRed,
.resetPage .msgRed {
    color: red;
    font-weight: 600;
    margin-bottom: 12px !important;
    position: absolute;
    width: 93%;
    bottom: 80px;
}

.signupPage .msgRed {
    bottom: 55px;
}

.resetPage .msgRed {
    bottom: 110px;
}

.loginPage .col-xs-6 .loader,
.signupPage .col-xs-6 .loader,
.resetPage .col-xs-6 .loader {
    top: 27px;
    position: relative;
}

.signupPage .col-xs-6 .loader {
    top: 16px;
    top: 23px\9;
}

.resetPage .col-xs-6 .loader {
    top: 150px;
}

.fancy-radio label input:after {
    background: #000;
}


/* customer details page starts here */

.customer-detailsPage .row .col-md-12.reportbox {
    padding-left: 0px;
    padding-right: 0px;
}

.customer-detailsPage .dt-buttons .noBordertxt,
.customer-detailsPage .dataTables_wrapper .dataTables_filter {
    display: none;
}

.customer-detailsPage .dt-buttons .dropdown {
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.customer-detailsPage .btn-sm,
.customer-detailsPage .btn-sm-default {
    width: auto;
}

.customer-detailsPage .dropdown-menu.dropdown-filtermenu {
    left: -13px;
    top: 24px;
}

.customer-detailsPage .dropdown-filtermenu:after {
    right: 135px;
    top: -7px;
}

.customer-detailsPage .dataTables_wrapper {
    height: 100%;
    min-height: 290px;
}

.customer-detailsPage .dropdown-menu {
    left: -165px;
}