
/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */
.login-background {
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-size: cover; 
}

.login-header, .dashboard-block-header{
	background: #4a5363;
	color: #fff;
	height: 50px;
	text-align: center;
}

.login-header-text, .dashboard-block-header-text {
	line-height: 50px;
	vertical-align: middle;
}

.login-container {
	background: #fff;
}

.login-footer {
	background: transparent;
	color: #fff;
}

.login-content {
    margin-top: 70px;
}

.login-logo {
    max-width: 75%;
    height: auto;
}

.btn-login {
	background: #4a5363;
	color:#fff;	
}

label.required:after { content:" *"; }

/* ---------------------------------------------------
    IMAGE
----------------------------------------------------- */
.img-flag{
	width: 35px;
	height: auto;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 220px;
    max-width: 220px;
    background: #4a5363;
    color: #fff;
    transition: all 0.3s;
    position:   fixed;  
    height:     100%;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #636f84;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #636f84;
}

a[name='show-ips']{
    background: white!important;
}

.sidebar-user {
    background-color: #636f84;
}

.sidebar-icon {
    float: left;
    margin-right: 10px;
    padding-top: 16px;
    margin-left: 10px;
}

.sidebar-notification{
    color:white;
    background-color: #ffc107;
    font-size: 14px;
    text-align: center;
}

.sidebar-alert{
    color:white;
    background-color: #ff0707;
    font-size: 14px;
    text-align: center;
}

.notification-highlight, .notification-highlight > .jsgrid-cell{
    background-color: #fde395;
}

.notification-alert, .notification-alert > .jsgrid-cell{
    background-color: #fd9595;
}

.sidebar-logo {
    width: 80%;
}


a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
    content: "\f0d7";
    display: block;
    font-size: 0.6em;
    float: right;
    margin-right: 5px;
    margin-top: 9px;
}
a[aria-expanded="true"]::before {
    content: '\f0d8';
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4a5363;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    padding-top: 52px;
    transition: all 0.3s;
    margin-top: 40px;
    padding-left: 240px;
    width: 100%;
    max-height: 500px;
}

.content-header{
    width:  calc(100% - 220px);
    height:     67px;
    position:   fixed;
    background-color: #eff4fc;
    -moz-box-shadow: 4px 3px 10px 0px #4a5363;
    -webkit-box-shadow: 4px 3px 10px 0px #4a5363;
    -o-box-shadow: 4px 3px 10px 0px #4a5363;
    box-shadow: 4px 3px 10px 0px #4a5363;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#4a5363, Direction=180, Strength=10);
    left: 220px;
    padding-left: 25px;
    z-index: 10;
}

.content-header-text{
    line-height: 72px;
}

.modal-large {
    max-width: 80%!important;
}

input[type=checkbox] {
  display: none;
}

.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer;
}
.css-input input {
  position: absolute;
  opacity: 0;
}
.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}
.css-input input + span:after {
  position: absolute;
  content: "";
}
.css-checkbox {
  margin: 7px 0;
}
.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  text-align: center;
}
.css-checkbox:hover input + span {
  border-color: #ccc;
}

.css-checkbox-primary input:checked + span {
  background-color: #4a5363;
  border-color: #4a5363;
}

.pagination {
  padding-left: 15px;
  float:right;
}

.jsgrid-grid-header {
    overflow: hidden;
}

.jsgrid-grid-body {
    overflow: hidden;
}

.block-border {
  border: 1px solid #4a5363;
  margin-left: 10px;
  margin-right: 10px;
}

.block-border-dnsclient {
    border: 1px solid #4a5363;
}

.header-background{
  color: #fff;
  background-color: #4a5363;
}

.block-header {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 35px;
  font-size: 18px;
}
.block-header span {
  margin-left: 15px;
  line-height: 35px;
}

.block-content {
  margin-left: 15px;
  margin-right: 15px;
}

.parameters-div > .bootstrap-switch{
  display: inherit;
}

.no-margin {
  margin: 0 0 0 0!important;
}

.no-padding {
  padding: 0 0 0 0!important;
}

.table td {
    word-break: break-word;
}

.list-badge {
    font-size: 16px;
    vertical-align: middle;
}

.select2-selection__choice{
    background-color: #4a5363!important;
    color: white!important;
}

.nav-link.active{
    color: white!important;
    background-color: #4a5363!important;
}

.nav-link.link{
    color : #1d6eff;
}

.custom-divider{
    border-bottom: 1px dashed #65676b;
}

.copyright {
    margin-top: 60px;
    text-align: right;
    color: grey;
}

/* ---------------------------------------------------
    MODAL STYLE
----------------------------------------------------- */
.modal-header {
    background-color: #4a5363;
    color: #fff;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
*/