body,
html {
    width: 100%;
    height: calc(100% - 142px);
}

body {
    background-color:rgba(0,0,0,.45) !important ;
	/* 037background: url(../img/sso/akku_home.png) no-repeat, rgba(0,0,0,.45); */
    background-position: center center;
    background-size: 40%;
    background-attachment: fixed;
}

.container {
    width: 1280px
}

p#error {
    color: red;
    font-size: 15px;
}

// * {
//     word-wrap: break-word;
//     word-wrap: break-all;
//     -ms-word-wrap: break-all;
// }

/***************************************************************
                    FONT AND COMMON STYLE
***************************************************************/

.extra-light {
    font-weight: 200;
}

.extra-light-italic {
    font-weight: 200;
    font-style: italic;
}

.light {
    font-weight: 300;
}

.light-italic {
    font-weight: 300;
    font-style: italic;
}

.regular {
    font-weight: 400;
}

.regular-italic {
    font-weight: 400;
    font-style: italic;
}

.semi-bold {
    font-weight: 600;
    font-style: normal;
}

.semi-bold-italic {
    font-weight: 600;
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.bold-italic {
    font-weight: 700;
    font-style: italic;
}

.black {
    font-weight: 900;
}

.black-italic {
    font-weight: 900;
    font-style: italic;
}

 ::-webkit-input-placeholder {
    color: #ccc
}

 ::-moz-placeholder {
    color: #ccc
}

 :-ms-input-placeholder {
    color: #ccc
}

 :-moz-placeholder {
    color: #ccc
}

.clearfix {
    clear: both
}

.dataTables_length {
    float: right !important;
    margin-left: 16px;
}


/***************************************************************
                    BUTTON AND INPUT
***************************************************************/

.login-form input:focus,
.login-form input:active,
.login-form input:hover {
    outline: 0
}

.form-control {
    height: 40px;
	outline :0;
}

.form-control:focus {
    border-color: #555555;
    outline: 0 none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: none;
}


/* btn-grey */

.btn-grey {
    border-radius: 2px;
    background-color: #444444;
    color: #ffffff;
}

.btn-grey:hover,
.btn-grey.focus,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:active:focus {
    background-color: #000000;
    outline: none;
    color: #ffffff;
}


/* btn-light-grey */

.btn-light-grey,
.btn-light-home {
    background-color: #f2f2f2;
    color: #000000;
}

.btn-light-grey:hover,
.btn-light-grey.focus,
.btn-light-grey:focus,
.btn-light-grey:active,
.btn-light-grey:active:focus {
    background-color: #f2f2f2;
    outline: none;
    color: #000000;
}


/* btn-white */

.btn-black,
.btn-white {
    background-color: #000000;
    color: #fff;
    font-size: 40px;
	    width: auto;
}

.btn-black:hover,
.btn-black.focus,
.btn-black:focus,
.btn-black:active,
.btn-black:active:focus {
    background-color: #000000;
    outline: none;
    color: #ffffff;
}


/* btn-white */

.btn-white {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #979797;
}

.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus {
    background-color: #ffffff;
    outline: none;
    color: #000000;
}


/***************************************************************
                    LOGIN PAGE STYLE
***************************************************************/

.login-container {
    height: 100%;
    width: 1280px;
    display: table;
    padding: 0
}

.login-sec {
    display: table-cell;
    vertical-align: middle;
}

.login-sec-inner {
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    position: relative;
}

.logo-sec.col-sm-6,
.form-sec.col-sm-6 {
    margin: 10% 0;
}

.login-sec .form-sec {
    padding-right: 13%;
    padding-left: 0
}

.login-sec .form-sec h2 {
    font-size: 40px;
}

.login-sec-inner:before,
.login-sec-inner:after,
.modal-header:before,
.modal-header:after {
    content: "";
    width: 50%;
    height: 10px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0
}

.login-sec-inner:after,
.modal-header:after {
    background: #cfcfcf;
    left: 50%;
}

.logo-login img {
    margin: auto
}

.login-form .form-group {
    position: relative;
}

.login-form input {
    border: none;
    border-bottom: 1px solid #979797;
    box-shadow: none;
    padding: 13px 55px 13px 0;
    font-size: 30px;
    height: auto;
    margin: 55px 0;
    border-radius: inherit
}

.login-form .icon {
    position: absolute;
    right: 0;
    bottom: 12px
}

.login-form .btn-forgot {
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    display: inline-block;
}

.login-form .btn-login {
    font-size: 24px;
    padding: 6px 80px;
    margin: 0;
}

.login-footer {
    clear: both;
    margin: 0 30px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    overflow: hidden
}

.login-footer span.addr {
    color: #6e6e6e;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.login-footer span.addr a {
    color: #6e6e6e;
}

.login-footer>div {
    padding: 0
}

.btn-touch {
    padding: 9px 75px;
    float: right;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 25px;
    border-radius: 3px
}


/***************************************************************
                    ADD USERS STYLE
***************************************************************/

.login-sec h2.add-user-head {
    font-size: 60px;
    margin-bottom: 28px;
}

body.add-user .logo-sec.col-sm-6,
body.add-user .form-sec.col-sm-6 {
    margin: 8% 0;
    padding: 5% 7%;
}

body.add-user .logo-sec.col-sm-6 {
    border-right: 1px solid #ccc
}

body.add-user .login-sec .form-sec {
    padding-right: 11%;
}

.divider-with-cont {
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    margin: 20% 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.divider-with-cont .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    font-size: 1.9rem;
    background: #ffffff;
    text-shadow: 1px 1px 3px #bbbbbb;
    font-size: 40px
}

body.add-user .form-sec button {
    border-radius: inherit;
    padding: 15px 12px
}

.btn {
    text-transform: uppercase;
}

.btn-light-grey {
    position: absolute;
    top: 40px;
    right: 30px
}

.btn-light-home {
    position: absolute;
    top: 40px;
    left: 30px
}

.btn-logout {
    font-size: 28px;
    padding: 6px 35px;
    border: solid 0.5px rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px
}

.btn-round {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    border-radius: 50% !important;
    padding-top: 4px !important;
    font-size: 28px !important;
}

.fab [tooltip]:before {
    background: #000000;
    max-height: 24px;
    padding: 0 8px;
    line-height: 24px;
    bottom: 35%;
    text-decoration: none !important;
}


/***************************************************************
                    ADD USER MANUALLY
***************************************************************/

.btn-add-user-confirm,
.btn-download-sample {
    font-size: 18px;
    border-radius: inherit;
    padding: 9px 12px;
    margin: -5px 0 0;
}

.btn-download-sample {
    margin-top: 20px
}

.btn-add-user-bulk {
    font-size: 22px;
    border-radius: inherit;
    padding: 10px 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}


/***************************************************************
                    ADD BULK USER
***************************************************************/

.add-bulk span {
    font-size: 26px;
    margin: 20px 0 30px;
    display: inline-block
}

.addUserBulk .modal-body {
    padding-top: 0
}

.addUserBulk .file-upload {
    margin: 0 0 50px
}

.addUserBulk .file-upload .btn {
    margin: 0 5px
}

.addUserBulk .btn {
    padding: 10px;
    min-width: 230px;
}

.addUserBulk .btn-file {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    text-transform: inherit;
}

.addUserBulk .btn-input:hover {
    cursor: default
}

.addUserBulk .btn-upload {
    padding: 12px 70px;
    border-radius: inherit;
    font-size: 18px
}

.addUserBulk .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.addUserBulk .file-name {
    position: relative
}

.addUserBulk input[type=text] {
    font-size: 22px;
    text-transform: inherit;
    text-align: left
}

.addUserBulk .change {
    position: absolute;
    right: 20px;
    top: 0;
    border: 1px solid #979797;
    background: none;
    color: #000;
    padding: 0px 11px;
    border-radius: 10px;
    font-size: 15px;
}

.addUserBulk .btn-file input[type=text]:hover {
    cursor: default
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .3
}


/***************************************************************
                    MODAL STYLE
***************************************************************/

.modal-title {
    font-size: 38px;
    line-height: 1.1;
    margin: 5px 0 0;
    width: 100%;
    word-break: break-word;
    word-break: break-all;
}

.modal-sub-title {
    font-size: 16px;
    color: #ccc;
    display: block;
    padding-bottom: 3px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.49);
    width: 100%;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal-dialog {
    margin: 60px auto;
}

.modal-dialog .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.modal-content {
    background-color: #f2f2f2
}

.modal-content {
    border-radius: 3px
}

.modal-body,
.modal-header {
    padding: 27px;
    border: none
}

.modal-header {
    padding-bottom: 0
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.modal-body .form-control {
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #dddddd;
    padding-right: 40px;
}

.modal-body .form-control:focus {
    border: 1px solid #000000;
}

.modal-body .inputIcon {
    position: absolute;
    padding: 10px;
    right: 15px;
    top: -2px;
    color: #989696;
}

.close {
    font-size: 40px
}

.modal-divider-or {
    text-align: center;
    margin: 7px 0;
    font-size: 26px;
    color: #fff;
    position: relative
}

.addUserManual .modal-body {
    padding-top: 5px;
    padding-bottom: 15px;
}

.addUserManual .modal-dialog {
    margin: 30px auto;
}

.modal-divider-or:before,
.modal-divider-or:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    left: 0;
    height: 2px;
    background: #ffffff;
}

.modal-divider-or:after {
    right: 0;
    left: inherit
}

.alert-danger,
.alert-success {
    background-color: #f17474;
    border: solid 5px #f17474;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    width: auto;
    padding: 0 20px;
    height: 60px;
    line-height: 50px;
    margin: auto;
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.alert-success {
    background-color: green;
    border: solid 5px #fdfcfc;
}

.alert-danger .close {
    float: none
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: 3px;
    right: 10px;
    color: inherit;
}

.alert-ou-sync {
    border: none;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
    height: auto;
    line-height: normal;
    top: 40px;
    background: rgba(0, 128, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
}

.alert-ou-sync .close {
    font-size: 26px;
    display: none;
}


/***************************************************************
                    DASHBOARD STYLE
***************************************************************/

#wrapper {
    padding-left: 0;
}

.navbar-custom {
    /* padding: 0 15px 15px 15px; */
    min-height: 100px;
    line-height: 100px;
    background-color: #000000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
}

.navbar-custom .col-sm-6 {
    height: 10px;
    background: #000;
    /* margin-bottom: 15px */
}

.navbar-custom .col-sm-6.black {
    background-color: #000000
}

.navbar-custom .col-sm-6.white {
    background-color: #cfcfcf
}

.navbar-brand {
    float: left;
    height: 100px;
    padding: 0 24px;
    line-height: 100px;
    position: relative
}

.navbar-brand:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: #ebebeb;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard .btn-logout {
    position: inherit;
    top: inherit;
    right: inherit;
    font-size: 22px;
    padding: 10px 38px;
    margin-right: 15px;
}

.dashboard .btn-logout i {
    font-weight: 300 !important;
    font-size: 20px;
}

.side-nav>li>a>i {
    display: block;
    margin: 0 0 10px;
    font-size: 34px;
}

.navbar-right {
    margin: 0
}

.page-header-main span {
    font-size: 18px;
    padding-left: 35px;
	color:#fff;
}

.page-header-main span i {
    margin-right: 10px;
    font-size: 26px;
}

.page-wrapper {
    word-break: break-word;
    word-break: break-all;
}

.page-wrapper .page-header {
    padding: 25px;
    background: #fff;
    margin: 0 0 40px
}

.page-wrapper .page-header h2 {
    margin: 0;
    font-size: 30px
}

.page-wrapper .action-buttons {
    padding: 0 0 16px;
    /*display: none; */
}

.page-wrapper .action-buttons button {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 20px;
    /*margin-bottom: 40px*/
}

.page-wrapper .action-buttons button:focus {
    outline: 0
}

.action-buttons .btn {
    border-radius: 3px;
    min-width: 166px;
    color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.action-buttons .btn.active,
.page-wrapper .action-buttons button:active {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.action-buttons .btn.active .fa-square {
    color: #8bff84
}

.btn-select-user {
    background: #484848;
}

.btn-suspend-user {
    background: #ffaf3a;
}

.btn-password-reset {
    background: #7ab7ff;
}

.btn-delete-user {
    background: #6a6a6a;
}

.bar-user-btm {
    width: 100%;
    min-height: 84px;
    padding: 10px;
    line-height: 64px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    bottom: 0;
    border-top: solid 1px #979797;
    text-align: center
}

.bar-user-btm ul {
    margin: 0
}

.bar-user-btm ul li {
    padding: 0 25px;
    line-height: 50px;
}

.bar-user-btm button:focus {
    outline: 0
}

.bar-user-btm ul li.center {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.bar-user-btm ul li button.btn-select-all {
    font-size: 22px;
    padding: 0;
    min-width: 220px;
    height: 39px;
    line-height: 35px;
    border-radius: inherit
}

.bar-user-btm ul li button.cancel-select-user {
    background: none;
    border: none;
    font-size: 22px
}

.bar-user-btm ul li button.cancel-select-user i {
    color: #f00;
    font-size: 30px;
    margin-right: 10px
}


/*
.bar-user-btm .select-count {
    font-size: 22px;
}

.bar-user-btm .select-count strong {
    font-weight: 700
}

.bar-user-btm .select-count strong.badge {
    background-color: #000000;
    padding: 0;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px
}
*/

.select-count-container {
    position: absolute;
    font-size: 16px;
    top: 46px;
    left: 15px
}

.select-count-container .selAll-container {
    display: inline-block;
    width: 45px;
    margin-left: 8px;
}

#selAllLabel.fewChecked:before {
    content: '\f068' !important;
    font-family: 'FontAwesome';
    background-color: #000000;
    color: #fff;
}

.user-details ul {
    margin: 0;
    padding: 0;
}

.user-details ul li {
    margin: 0 0 10px
}

.user-details ul li label {
    width: 100%;
}


/***************************************************************
                        TABLE STYLE
***************************************************************/

.table>thead>tr>th {
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 14px 10px 14px 40px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table.dataTable thead .sorting_asc {
    /* color: #000000 */
}

table.dataTable thead .sorting_desc {
    color: #000000
}

table.dataTable tfoot th {
    font-weight: bold;
    visibility: hidden;
}

.dataTables_wrapper .dataTables_filter {
    margin: 0 0 20px
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 2px solid #ccc;
	/* color: black; */
}

.dataTables_wrapper .dataTables_filter input {
    margin-top: 5px;
    margin-left: 0;
    border: 1px solid #ccc;
    min-width: 280px;
    height: 37px;
    padding-left: 50px;
    padding-right: 10px;
    display: block;
    border-radius: 4px;
    font-weight: normal;
    position: relative;
    transition: all .35s ease
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_length select:focus {
    outline: 0;
    border: 1px solid #555555
}

#user-list_filter label,
.dataTables_length label {
    text-align: left;
    font-weight: 600;
    font-size: 16px
}

/* .dataTables_length select {
    display: block;
    min-width: 75px;
    border: 1px solid #ccc;
    height: 37px;
    margin-top: 5px;
    border-radius: 4px;
    padding-left: 10px;
    font-weight: normal;
    transition: all .35s ease
} */
   .dataTables_length select {
	display: block;
	min-width: 75px;
	border: 1px solid #ccc;
	height: 37px;
	margin-top: 5px;
	border-radius: 4px;
	padding-left: 10px;
	font-weight: normal;
	transition: all .35s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 1px) calc(1em + 2px), calc(100% - 1.5em) 0.5em;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url('../img/br_down.png');
	}

.dataTables_length {
    height: 66px;
    overflow: hidden;
}

.dataTables_wrapper .dataTables_filter:after {
    content: '\f002';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 1px;
    top: 28px;
    padding: 7.5px 15px;
    background: #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    height: 35px;
    padding: 0;
}

.dataTables_filter {
    position: relative;
}
.rptdate{
padding: 10px;
text-align: right; }

.dataTables_info,
.paginate_button {
    font-size: 16px;
    font-weight: 700;
    color: #6a6a6a !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #cccccc
}

.checkbox {
    /*    padding-left: 20px;*/
    text-align: center;
    margin: 0px;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    /* opacity: 0; */
    z-index: 1;
    outline: none !important;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #000000;
    border-color: #b0b0b0;
}

.checkbox-circle input[type="checkbox"] {
    /* width: 20px;
    height: 20px; */
	width: 14.5px;
    height: 14.5px;
    margin-top: 4px;
    border-radius: 50%;
	position:relative;
}

.checkbox-circle label {
    padding-left: 0;
}

.checkbox.checkbox-circle label::before {
    /* border-radius: 50%; */
}

/*.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 1px;
    /*border: 1px solid rgba(120, 130, 140, 0.13);
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 20px;
    outline: none !important;
    border: 1px solid #ccc;
} */

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox label::after {
    color: #313131;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
    line-height: 20px;
}

table.dataTable tbody td {
    font-size: 16px;
    word-wrap: break-word;
    word-wrap: break-all;
    -ms-word-wrap: break-all;
    word-break: break-all;
}

table.dataTable tbody td a {
    word-break: break-all;
    display: inline-block;
}

table.dataTable {
    margin-bottom: 20px;
	background:#fff;
	border: 1px solid #ddd;
}

table.dataTable thead th:first-child,
table.dataTable thead th:last-child {
    background-image: none !important
}

td.edit a {
    color: #000000;
    font-size: 20px
}

table.dataTable thead tr {
    background-color: #6a6a6a;
}

table.dataTable thead tr th {
    color: #fff;
}

table.dataTable tbody tr:nth-child(odd),
table.dataTable tbody tr:nth-child(odd) td {
    background-color: transparent !important;
}

table.dataTable tbody tr:nth-child(even),
table.dataTable tbody tr:nth-child(even) td {
    background-color: #e4e3e3 !important;
}

table.dataTable tbody tr:hover,
table.dataTable tbody tr:hover td {
    background-color: #ccc !important;
}


/***************************************************************
                        SECURITY SECTION STYLE
***************************************************************/

.securitySec {
    margin-top: 100px
}

.security-form .btn-primary {
    background-color: #333333;
    border-color: #333333;
    border-radius: inherit;
    font-weight: 700;
}

.security-form .btn-primary:focus,
.security-form .btn-primary.active.focus,
.security-form .btn-primary.active:focus,
.security-form .btn-primary.active:hover,
.security-form .btn-primary:active.focus,
.security-form .btn-primary:active:focus,
.security-form .btn-primary:active:hover,
.security-form .open>.dropdown-toggle.btn-primary.focus,
.security-form .open>.dropdown-toggle.btn-primary:focus,
.security-form .open>.dropdown-toggle.btn-primary:hover {
    background-color: #333333;
    border-color: #333333;
    outline: 0
}

.security-form .form-control {
    border-radius: inherit
}

.security-form label {
    text-transform: uppercase
}


/***************************************************************
                        ACTION BUTTON STYLE
***************************************************************/

p.credits {
    text-align: center;
    margin-top: 100px;
}

.credits img {
    border-radius: 50%;
    width: 100px;
}

.fab {
    bottom: 30px;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 999;
    height: 80px;
    width: 80px;
}

.buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.buttons:active,
.buttons:focus,
.buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none
}

.buttons.plus {
    box-shadow: 1px 5px 20px #999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.buttons:not(:last-child) {
    min-width: 149px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    border-radius: 5px;
    margin: 0px auto 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0
}

.fab:hover .buttons:not(:last-child) {
    opacity: 1;
    margin: 15px auto 0;
    visibility: visible;
    bottom: 180px
}

.fab:hover .buttons.add-manual {
    bottom: 90px;
}

.buttons {
    font-size: 30px;
    color: #ffffff;
    background-color: #000000
}

.btn-fab-white:after {
    content: "Add users via";
    position: absolute;
    color: #000;
    display: block;
    top: -65px;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    width: 100%
}

.buttons:hover,
.buttons:focus {
    color: #ffffff
}

.btn-fab-black {
    background-color: #000000;
    color: #ffffff
}

.btn-fab-black:hover,
.btn-fab-black:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none
}

.btn-fab-white:hover,
.btn-fab-white:focus {
    outline: 0;
    color: #000000;
    text-decoration: none
}

.btn-fab-white {
    background-color: #ffffff;
    color: #333333
}

.fab:hover {
    height: 260px;
}


/* Unessential styling for sliding up buttons at differnt speeds */

.buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    /*  background-image: url('https://cbwconline.com/IMG/Share.svg');*/
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    /*  background-image: url('https://cbwconline.com/IMG/Facebook-Flat.png');*/
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    /*  background-image: url('https://cbwconline.com/IMG/Twitter-Flat.png');*/
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 100ms;
    transition-delay: 60ms;
    /*  background-image: url('https://cbwconline.com/IMG/Google%20Plus.svg');*/
    background-size: contain;
}


/* Show tooltip content on hover */

[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: none;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    text-decoration: none;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

.addUserBulk .btn-file {
    font-size: 16px;
    text-transform: inherit;
    width: 250px;
    padding: 13px 10px;
    display: inline-block;
}

.addUserBulk .btn-file:focus {
    outline: 0
}

span.pwdhint {
    font-size: 12px;
    padding: 5px 0;
    color: #333333;
    padding-left: 5px;
    display: none;
}

span.pwdhint.visible {
    display: block;
}


/* custom check box */

.checkboxStyle {}

.checkboxStyle input[type="checkbox"],
.togButton input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkboxStyle input[type="checkbox"]+label {
    position: relative;
    font-weight: 600;
}

.checkboxStyle input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border: 3px solid #231F20;
    position: absolute;
    margin-left: -25px;
    margin-right: 8px;
}

.checkboxStyle input[type="checkbox"]:checked+label:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 100;
    color: green;
    position: absolute;
    display: inline-block;
    left: -23px;
    top: -2px;
}

.togButton input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 12px;
    background-color: #9C9C9C;
    border-radius: 12px;
    top: 2px;
    cursor: pointer;
    margin-bottom: 0;
}

.togButton input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.togButton input[type="checkbox"]:checked+label:before {
    background-color: green;
    right: 0;
}

table.user-info-pop {
    width: 100%;
}

table.user-info-pop tbody td,
table.user-info-pop tbody th {
    font-size: medium;
    padding: 6px;
}

table.user-info-pop tbody td {
    word-wrap: break-word;
    word-wrap: break-all;
    -ms-word-wrap: break-all;
}

td.edit a {
    color: #000000;
    font-size: 20px;
    margin: 0 3.5%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 14px 10px;
}

th.all {
    width: 150px !important;
}

th.usrname {
    width: 350px !important;
}

th.action {
    width: 100px !important;
}

th.lastlogin {
    width: 300px !important;
}

th.status {
    width: 200px !important;
}

th.usremail {
    min-width: 250px;
    max-width: 350px;
}

.dropdown-menu>li>a {
    display: block !important;
    margin: 0 !important;
    font-size: 16px;
    padding: 4px 20px;
}

.dropdown-menu>li>a>i {
    margin-right: 5px;
}

.btn-action {
    background-color: transparent;
    color: #000;
    border: none;
}

.btn-action span {
    font-size: 18px;
}


/***************************************************************
                        OU Listing style
***************************************************************/

.ou-list,
.ou-list-site,
.ou-list-ipconfig {
    background: #222;
    width: 100%;
    margin: 0 0 20px;
}


/* First Level */

.ou-list ul ,
.ou-list-site ul , 
.ou-list-ipconfig ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #444
}

.ou-list ul li,
.ou-list-site ul li,
.ou-list-ipconfig ul li
 {
    border-top: 1px solid #444;
    background: #151414;
    position: relative;
}

.ou-list ul li a,
.ou-list-site ul li a,
.ou-list-ipconfig ul li a
 {
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding: 12px 20px;
    text-decoration: none;
    padding-right: 200px;
    word-break: break-word;
    word-break: break-all;
    cursor: default;
}

.ellipsisText {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.btn-tree span {
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.ou-list ul li a:hover,
.ou-list-site ul li a:hover, 
.ou-list-ipconfig ul li a:hover 
{
    background: #333;
    text-decoration: none;
}


/* Second Level */

.ou-list ul ul,
.ou-list-site ul ul, 
.ou-list-ipconfig ul ul 
{
    border-bottom: none
}

.ou-list ul ul li,
.ou-list-site ul ul li, 
.ou-list-ipconfig ul ul li 
{
    border-top: 1px solid #000000;
    background: #484848;
    position: relative
}

.ou-list ul ul li a,
.ou-list-site ul ul li a, 
.ou-list-ipconfig ul ul li a 
{
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    line-height: normal;
    /*    padding: 0.5em 1em 0.5em 2.5em;*/
    padding-left: 3em;
}

.ou-list ul ul li a:hover,
.ou-list-site ul ul li a:hover, 
.ou-list-ipconfig ul ul li a:hover 
{
    background: #333;
}


/* Third Level */

.ou-list ul ul ul,
.ou-list-site ul ul ul, 
.ou-list-ipconfig ul ul ul 
{
    border-top: 1px solid #222;
}

.ou-list ul ul ul li,
.ou-list-site ul ul ul li, 
.ou-list-ipconfig ul ul ul li 
{
    /*    border: none;*/
    background: #757373;
}

.ou-list ul ul ul li a,
.ou-list-site ul ul ul li a 
.ou-list-ipconfig ul ul ul li a 
{
    padding-left: 8em;
    margin: 0 !important;
    /*
    padding-top: 0.25em;
    padding-bottom: 0.25em;
*/
}


/* Accordion Button */

ul li.has-subnav .accordion-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    font-size: 20px;
    min-height: 43px !important;
    line-height: 43px !important;
}

.ou-action-btn {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 1;
}

.ou-action-btn button {
    margin-left: 10px;
    border: 1px solid #000;
}

.modal-sub-title.empty {
    height: 10px;
}

.pb15 {
    padding-bottom: 15px
}

button:focus {
    outline: 0 none !important;
}

select[multiple],
select[size] {
    padding: 10px !important;
    overflow: auto;
}

.password-mgmt.disabled::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

.ou-list ul li a.selected:after,
.ou-list-site ul li a.selected:after, 
.ou-list-ipconfig ul li a.selected:after 
{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    right: 40px;
}

.btn-search {
    margin-top: 26px;
    padding: 6px 12px;
}

th.url {
    width: 34.5%;
    color: #000 !important;
}

.badge {
    background-color: #3e3d3d;
}


/*** home page ***/

.user-info-container {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    /* padding: 32px; */
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
    /* -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
	background: white;
    padding: 20px;
}

.user-info-container h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
}

.user-info-container .row {
    margin-bottom: 20px
}

.user-info-container .row div {
    font-size: 18px;
    word-break: break-word;
}

.user-info-container a.btn {
    background-color: #000000;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
    border-color: #000000;
    border-radius: 3px;
    margin-top: 10px;
}

.user-info-container a.btn:hover,
.user-info-container a.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #000;
}


/*** treeselect button style ***/

.btn-tree {
    font-weight: 600;
    padding: 9px 12px;
    text-align: left;
}

.btn-tree .caret {
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    color: #555;
}

.btn-tree-list {
    min-width: 100%;
}

.ou-list ul ul ul ul li a,
.ou-list-site ul ul ul ul li a, 
.ou-list-ipconfig ul ul ul ul li a 
{
    padding-left: 11em
}

.ou-list ul ul ul ul ul li a,
.ou-list-site ul ul ul ul ul li a, 
.ou-list-ipconfig ul ul ul ul ul li a 
{
    padding-left: 14em
}

.ou-list ul ul ul ul li,
.ou-list-site ul ul ul ul li, 
.ou-list-ipconfige ul ul ul ul li 
{
    /* border: none; */
    background: #908f8f;
}

.ou-list ul ul ul ul ul li,
.ou-list-site ul ul ul ul ul li, 
.ou-list-ipconfig ul ul ul ul ul li 
{
    /* border: none; */
    background: #bfbebe;
}


/*** dropdown tree style ***/

.dropdown-tree>ul {
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

.dropdown-tree li {
    list-style: none
}

.dropdown-tree li>i {
    margin-left: 10px;
}

.dropdown-tree li:hover {
    background: #eee;
}

.dropdown-tree li:hover ul {
    background: white;
}

.dropdown-tree li:hover ul li:hover {
    background: #eee;
}

.dropdown-tree a {
    display: inline-block !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    background: transparent !important;
    position: relative;
}

.dropdown-tree .arrow {
    position: absolute;
    margin-left: -15px;
    top: 50%;
    transform: translateY(-50%);
}


/*RTL CSS*/

.rtl-dropdown-tree {
    direction: rtl !important
}

.rtl-dropdown-tree>ul {
    right: 0;
    left: unset;
    text-align: right
}

.rtl-dropdown-tree .arrow {
    right: 6px
}

.rtl-dropdown-tree li>i {
    margin-left: 0;
    margin-right: 10px;
}

.loader-container{
position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.loader {
    border: 4px solid #7f7f7c;
    border-radius: 50%;
    border-top: 4px solid #333333;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;  
    margin-top: -15px;
    margin-left: -15px;
    z-index: 99999;
}


@-webkit-keyframes spin {
 0% { -webkit-transform: rotate(0deg); }
 100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

.accordion-nav * {
    word-break: break-word;
    word-break: break-all;
}

.onoffswitch {
           position: relative;
           width: 108px;
           -webkit-user-select: none;
           -moz-user-select: none;
           -ms-user-select: none;
       }
       
       .onoffswitch-checkbox {
           display: none;
       }
       
       .onoffswitch-label {
           display: block;
           overflow: hidden;
           cursor: pointer;
           border: 2px solid #999999;
           border-radius: 34px;
		   position: relative;
       }
       
       .onoffswitch-inner {
           display: block;
           width: 200%;
           margin-left: -100%;
           transition: margin 0.3s ease;
       }
       
       .onoffswitch-inner:before,
       .onoffswitch-inner:after {
           display: block;
           float: left;
           width: 50%;
           height: 35px;
           padding: 0;
           line-height: 35px;
           font-size: 14px;
           color: white;
           font-family: Trebuchet, Arial, sans-serif;
           font-weight: bold;
           box-sizing: border-box;
       }
       
       .onoffswitch-inner:before {
           content: "ENABLE";
           padding-left: 10px;
           background-color: #000000;
           color: #FFFFFF;
       }
       
       .onoffswitch-inner:after {
           content: "DISABLE";
           padding-right: 10px;
           background-color: #EEEEEE;
           color: #4c4c4c;
           text-align: right;
       }
       
       .onoffswitch-switch {
           display: block;
           width: 22px;
           margin: 6.5px;
           background: #FFFFFF;
           position: absolute;
           top: 0;
           bottom: 0;
           right: 69px;
           border: 2px solid #999999;
           border-radius: 34px;
           transition: all 0.3s ease;
       }
       
       .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
           margin-left: 0;
       }
       
       .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
           right: 0px;
       }

.btn-toggle.btn-lg {
  margin: 0 2rem;
  padding: 0;
  position: relative;
  border: none;
 height: 3.8rem;
    width: 8rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
/* .btn-toggle.btn-lg:before {
  content: 'Black';
  left: -5rem;
  font-size:18px;
}
.btn-toggle.btn-lg:after {
  content: 'White';
  right: -5rem;
  opacity: .5;
} */
.btn-toggle.btn-lg > .handle {
 position: absolute;
    top: 0.145rem;
    left: 0.128rem;
    width: 3.6rem;
    height: 3.5rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 4.1rem;
  transition: left .25s;
  background-color:black;
}
.btn-toggle.btn-lg.active:before {
  opacity: .5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-lg.active {
  background-color: #ddd;
}
.btn-toggle.btn-lg {
  background-color: black;
}
.black-tog{ font-size:18px;font-weight:bold;}
.bw-tog{padding:10px;}
.wtab{display:none;padding-top:20px;}
.btab{padding-top:20px;}
.addwork{background-color:red;}
.bw-body{padding-top:0px;}
.bw-btn{padding-top: 20px;}
.blacklst{background-color:black;color:white;padding: 10px 15px;}
.blacklst:hover{color:white;}
.whitelst{background-color:white;border:1px solid black;padding: 10px 15px;}
.zoomIn{-webkit-animation-duration: o.35s !important;animation-duration: 0.35s !important;}
.pad-bot{padding-bottom:10px;}
.ser-btn{color: white;font-size: 16px;padding:10px;width:100%;}
.ser-btn:hover{color:white;}
.admintable{margin-top:80px;overflow-x: visible;}				
.idp{border-bottom: 1px solid transparent !important;}					
.idp li a{
border: 0 !important;margin: 0px 15px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);padding:0px;}
.idp li a:active{border-left: 2px solid #f2f2f2;
    border: 0 !important;
    transition: all 0.3s ease 0s !important;
    transform: scale(1.1) !important;
    border: 1px solid black !important;}
.idp li a:focus{border-left: 2px solid #f2f2f2;
    border: 0 !important;
    transition: all 0.3s ease 0s !important;
    transform: scale(1.1) !important;
    border: 1px solid black !important;}
.idp li a:hover{transition: all 0.3s ease 0s !important;
    transform: scale(1.1) !important;}
.idp-icon{height:100px;margin: 8px 0px;}
.step li {font-size:18px;padding: 6px;cursor:pointer;}		
.idp-input{display: -webkit-inline-box;width:30%;}	
.idp-content{padding: 25px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);margin:25px;background:#fff;}
.idp-btn{color: white;
    background: black;
    padding: 6px 25px;
    margin-left: 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
    border-color: #000000;
    border-radius: 3px;}
.idp-btn:hover{color:white;}
.idp-btn:active{color:white;}
.idp-btn:focus{color:white;}
.step form ul li:first-child label{padding-right:11px;}
.idp>li.active>a{
    border-left: 2px solid #f2f2f2;
    border: 0 !important;
    transition: all 0.3s ease 0s !important;
    transform: scale(1.1) !important;
    border: 1px solid #5a5a5a  !important;
	
}

.en-mod{padding: 6px;font-weight: 600;
    font-size: 18px;    text-align: right;}
.sav-btn {
    color: white;
    font-size: 16px;
    padding: 8px;
    width: 100%;
    height: 40px;
	margin-bottom: 10px;
}
.safe-mod{padding: 0px;
   }
.sf-md{margin-bottom: 10px;
    padding-bottom: 20px;
    border: 2px solid #e5e5e5;
    padding-left: 0px;
    padding-right: 0px;}
.site-blk{margin-top: 20px;background: #e5e5e5;font-weight: 600;}
.enable-tog {
    font-size: 21px;
    font-weight: 500;
	vertical-align: middle;
}
.disable-tog {
    font-size: 21px;
    font-weight: 500;
	vertical-align: middle;
}
.bg-grey{color:grey;}
.go-ser{background: #e5e5e5;
        font-weight: 600;
        padding: 15px;
        color: black;
        margin-top: 0px;
        }
 .en-dis{padding:20px;}
 .site-tab{border: 2px solid #e5e5e5;
           padding-left: 0px;
           padding-right: 0px;}
.site-blk-name{font-weight:600;font-weight: 600;
    margin-bottom: 0px;
    padding:5px;}


th.ip-nam{width:350px!important;}
th.ip-log{width:230px!important;}
th.ip-rpt{width:150px !important;}
th.ip-brw{width:200px !important;}
th.ip-os {width: 180px!important;}
th.ip-typ{width: 150px!important;}
th.ip-pwd{width: 200px !important;}
th.ip-sts{width: 150px!important;}

#loginrpt-list_filter{
	 text-align: left;
    font-weight: 600;
    font-size: 16px;
 }   
 #loginrpt-list td{text-align:center;}
 
 .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
    background: #333;
	border-color:#333;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
    color: #333;
}
.bootstrap-datetimepicker-widget table td span{color: #333;}
.lgot{position: inherit;
    top: inherit;
    right: inherit;
    font-size: 24px;
    padding: 0px !important;
    margin-right: 25px;
color: white;background-color:rgba(216, 216, 216, 0) !important;}
.lgot:hover,
.lgot:active,
.lgot:focus
{color: white;background-color:rgba(216, 216, 216, 0) !important;}
   .lg-menu{ top: 70%;
   right: 5px;}
   
   .nav>li>a.lgot:focus, .nav>li>a.lgot:hover, .nav>li.active>a.lgot {
    color: white;background-color:rgba(216, 216, 216, 0) !important;
}
   
  /* sso */ 
.caret{float: right;
    margin-top: 30px;
margin-left: 10px;}

   }
  .names{
	  font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
	cursor:pointer;
	  }
.service-list>div {
    min-height: 220px;
}
.service-list{
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(16, 15, 15, 0.7) 100%), url(../img/akku_home.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 334px;
    padding-top: 40px;*/
}


.fa-caret-down{font-size:14px !important;}



.dropdown-menu>li>a{color:black;}
.img-thumbnail{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;}
.service-name{min-height:30px !important;}




.goto-btn{
	background-color: #000000;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: inherit;
padding: 5px 12px;float:right;}
.goto-btn:hover,
.goto-btn:focus,
.goto-btn:active{color:#ffffff;}
	.ch-name{padding: 5px 12px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;}
.modal-ch {
    margin-top: 13% ;
}
.list-ch{margin-bottom:15px;}
.list-scroll{    overflow-y: auto;
max-height: 500px;}
.pd-none{padding-left:0px;padding-right:5px;}
.list-hd{margin-bottom: 25px;}
.us-wh{background-color:#fff;padding:15px;border-radius:5px;}
.text-white{color:#fff;}