/*
 * Skin: Services
 * ----------
 */


.skin-services .main-header .navbar.normal-header, .main-footer {
  /* background-color: #1a2226; */
  background-color: #000;
  color: #4b646f;
}

.skin-services .navbar.warning-header {
  /* background-color: #1a2226; */
  background-color: #8c8c22;
  color: #4b646f;
}

.skin-services .navbar.delayed-header {
  /* background-color: #1a2226; */
  background-color: #752020;
  color: #4b646f;
}

.skin-services .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-services .main-header .navbar .nav > li > a:hover,
.skin-services .main-header .navbar .nav > li > a:active,
.skin-services .main-header .navbar .nav > li > a:focus,
.skin-services .main-header .navbar .nav .open > a,
.skin-services .main-header .navbar .nav .open > a:hover,
.skin-services .main-header .navbar .nav .open > a:focus,
.skin-services .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-services .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-services .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-services .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-services .main-header .navbar .sidebar-toggle:hover {
  background-color: #1e282c;
}
@media (max-width: 767px) {
  .skin-services .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-services .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-services .main-header .navbar .dropdown-menu li a:hover {
    background: #1e282c;
  }
}
.skin-services .main-header .logo {
  background-color: #000;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-services .main-header .logo:hover {
  /* background-color: #1e282c; */
  background-color: #000;
}
.skin-services .main-header li.user-header {
  background-color: #1a2226;
}
.skin-services .content-header {
  background: transparent;
}
.skin-services .wrapper,
.skin-services .main-sidebar,
.skin-services .left-side {
  /* background-color: #222d32; */
  background-color: #000;
}
.skin-services .user-panel > .info,
.skin-services .user-panel > .info > a {
  color: #fff;
}
.skin-services .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-services .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-services .sidebar-menu > li:hover > a,
.skin-services .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #0c1113;
  /* border-left-color: #3b8ab8; */
  border-left-color: #82def3;
}
.skin-services .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-services .sidebar a {
  color: #b8c7ce;
}
.skin-services .sidebar a:hover {
  text-decoration: none;
}
.skin-services .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-services .treeview-menu > li.active > a,
.skin-services .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-services .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-services .sidebar-form input[type="text"],
.skin-services .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-services .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-services .sidebar-form input[type="text"]:focus,
.skin-services .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-services .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-services .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-services.layout-top-nav .main-header > .logo {
  background-color: #1a2226;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-services.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}

.skin-services .android-male {
    color: #82def3;
}
.skin-services .android-female {
    color: #dd4b39;
}

.skin-services .bg-services {
  /* background-color: #1e282c !important; */
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #FFF;
}

.skin-services .progress-bar-navy {
    background-color: #001f3f !important;
}

.skin-services .box-tools a {
    color: #001f3f !important;
    text-decoration: underline;
}

.skin-services .content-wrapper {
    background: url('../../img/background.png');
}

.skin-services .main-dahsboard .dropdown-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95) !important;
    color: #FFF;
}
.skin-services .main-dahsboard .box-default, .skin-services .main-dahsboard .box-footer {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #FFF;
}

.skin-services .main-dahsboard .box-title {
    color: #efefef;
}

.skin-services .main-dahsboard .box-header.with-border {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.skin-sevices .amcharts-main-div a {
    display: none !important;
}

.skin-services .box-default {
    border-top-color: #82def3;
}

.skin-services .box {
    border-top-color: #82def3;
}

.skin-services .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #82def3;
}

.skin-services.login-page {
    background-color: #000;
}

.skin-services.login-page a img,
.skin-services.login-page a object {
    width: 45%;
    display: inline-block;
}

.skin-services.login-page .logo-services object {
    fill: #fff;
    height: 30px;
}

.skin-services .login-box-body {
    border-bottom: 3px solid #82def3;
    box-shadow: 0px 42px 263px -42px #82def3;
    z-index: -9999;
    animation: neon6 1.5s ease-in-out infinite alternate;
}

.skin-services .navbar-static-top {
    border-bottom: 4px solid #82def3;
}

.skin-services .main-dahsboard .table-hover > tbody > tr:hover,
.skin-services .main-dahsboard .nav > li > a:hover,
.skin-services .main-dahsboard .nav > li > a:active,
.skin-services .main-dahsboard .nav > li > a:focus {
    background: rgba(0 ,0 ,0, .5);
}

.skin-services .main-dahsboard .table-striped > tbody > tr:nth-child(odd) {
    background: rgba(0 ,0 ,0, .5);
}

.skin-services .loading {
	text-align : center;
}

.skin-services .loading i {
	font-size: 10em;
}

.skin-services .content-box-admin {
    display: none;
}

.skin-services .ti-dashboard .small-box > .inner {
    padding: 20px !important;
}

.skin-services .error-box-dash {
    background: rgba(255, 0, 0, .5) !important;
    animation: blinker 0.6s linear 3;
}
.skin-services .warning-box-dash {
    background: rgba(255, 255, 0, .5) !important;
    animation: blinker 0.6s linear 3;
}

.add-blink {
    animation: blinker 0.6s linear 3;
}

@keyframes blinker {
  50% { opacity: 0; }
}

@keyframes neon6 {
  from {
    box-shadow: 0 5px 10px -30px #fff,
    0 5px 15px -30px #fff,
    0 5px 30px -30px #fff,
    0 5px 40px -30px #82def3,
    0 5px 70px -30px #82def3,
    0 5px 80px -30px #82def3,
    0 5px 100px -30px #82def3,
    0 5px 150px -30px #82def3;
  }
  to {
    box-shadow:
    0 5px 5px -30px #fff,
    0 10px 10px -30px #fff,
    0 10px 15px -30px #fff,
    0 10px 15px -30px #82def3,
    0 10px 35px -30px #82def3,
    0 10px 40px -30px #82def3,
    0 10px 50px -30px #82def3,
    0 10px 75px -30px #82def3;
  }
}

a[href="http://www.amcharts.com"],
a[href^="http://www.amcharts.com"],
a[href$="http://www.amcharts.com"],
[href="http://www.amcharts.com"] {
    display: none !important;
}


.skin-services svg {
    /* fill: #FFF; */
}

@keyframes yellow-gauge {
  from {
    background-size: 32px 32px;
  }
  to {
    background-size: 35px 35px;
  }
}
@keyframes red-gauge {
  0%, 49% {
    background: url(/icones_dash/gauge_red.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/gauge_off.svg) no-repeat 0% center;
  }
}

@keyframes yellow-hourglass {
    from {
      background-size: 32px 32px;
    }
    to {
      background-size: 35px 35px;
    }
}
@keyframes red-hourglass {
  0%, 49% {
    background: url(/icones_dash/hourglass_red.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/hourglass_off.svg) no-repeat 0% center;
  }
}

@keyframes yellow-call {
    from {
      background-size: 32px 32px;
    }
    to {
      background-size: 35px 35px;
    }
}
@keyframes red-call {
  0%, 49% {
    background: url(/icones_dash/call_red.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/call_off.svg) no-repeat 0% center;
  }
}

@keyframes yellow-cart {
  0%, 49% {
    background: url(/icones_dash/cart_yellow.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/cart_off.svg) no-repeat 0% center;
  }
}

@keyframes red-target {
  0%, 49% {
    background: url(/icones_dash/target_red.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/target_off.svg) no-repeat 0% center;
  }
}
@keyframes yellow-target {
    from {
      background-size: 32px 32px;
    }
    to {
      background-size: 35px 35px;
    }
}

@keyframes yellow-robot {
    from {
      background-size: 32px 32px;
    }
    to {
      background-size: 35px 35px;
    }
}

@keyframes red-bug {
  0%, 49% {
    background: url(/icones_dash/bug_red.svg) no-repeat 0% center;
  }
  50%, 100% {
    background: url(/icones_dash/bug_off.svg) no-repeat 0% center;
  }
}

.skin-services .control-table .gauge-off {
    padding-left: 40px;
    background: url(/icones_dash/gauge_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-gauge-bg {
    padding-left: 40px;
    background: url(/icones_dash/gauge_yellow.svg) no-repeat 0% center;
    /* animation: yellow-gauge 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-gauge-bg {
    padding-left: 40px;
    animation: red-gauge 1s ease-in-out infinite;
}


.skin-services .control-table .hourglass-off {
    padding-left: 40px;
    background: url(/icones_dash/hourglass_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-hourglass-bg {
    padding-left: 40px;
    background: url(/icones_dash/hourglass_yellow.svg) no-repeat 0% center;
    /* animation: yellow-hourglass 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-hourglass-bg {
    padding-left: 40px;
    animation: red-hourglass 1s ease-in-out infinite;
}


.skin-services .control-table .call-off {
    padding-left: 40px;
    background: url(/icones_dash/call_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-call-bg {
    padding-left: 40px;
    background: url(/icones_dash/call_yellow.svg) no-repeat 0% center;
    /* animation: yellow-call 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-call-bg {
    padding-left: 40px;
    animation: red-call 1s ease-in-out infinite;
}


.skin-services .control-table .cart-off {
    padding-left: 40px;
    background: url(/icones_dash/cart_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-cart-bg {
    padding-left: 40px;
    background: url(/icones_dash/cart_yellow.svg) no-repeat 0% center;
    /* animation: yellow-hourglass 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-cart-bg {
    padding-left: 40px;
    animation: red-cart 1s ease-in-out infinite;
}


.skin-services .control-table .target-off {
    padding-left: 40px;
    background: url(/icones_dash/target_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-target-bg {
    padding-left: 40px;
    background: url(/icones_dash/target_yellow.svg) no-repeat 0% center;
    /* animation: yellow-target 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-target-bg {
    padding-left: 40px;
    animation: red-target 1s ease-in-out infinite;
}


.skin-services .control-table .robot-off {
    padding-left: 40px;
    background: url(/icones_dash/robot_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-robot-bg {
    padding-left: 40px;
    background: url(/icones_dash/robot_yellow.svg) no-repeat 0% center;
    /* animation: yellow-robot 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-robot-bg {
    padding-left: 40px;
    animation: red-robot 1s ease-in-out infinite;
}

.skin-services .control-table .bug-off {
    padding-left: 40px;
    background: url(/icones_dash/bug_off.svg) no-repeat 0% center;
}
.skin-services .control-table .yellow-bug-bg {
    padding-left: 40px;
    background: url(/icones_dash/bug_yellow.svg) no-repeat 0% center;
    /* animation: yellow-gauge 1s ease-in-out infinite alternate; */
}
.skin-services .control-table .red-bug-bg {
    padding-left: 40px;
    animation: red-bug 1s ease-in-out infinite;
}

.skin-services .change {
    border: 1px solid #ddd;
    background: #eee;
    color: #ccc    ;
}
.skin-services .change.selected {
    border: 1px solid #ccc;
    background: #aaa;
    color: #666;
}

@media (min-width: 1200px) {
    .skin-services .col-lg-3-5 {
        width: 20%;
    }
}


.outline-tag {
    min-width: 100px;
    /* max-width: 200px; */
    color: #FFF;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid cyan;
    display: inline-block;
    margin: 3px 3px;
}

.outline-tag option {
    color : #000 !important;
}

.outline-tag.orange {
    border: 1px solid orange !important;
}
.outline-tag.red {
    border: 1px solid red !important;
}
.outline-tag.navy {
    border: 1px solid blue !important;
}
.outline-tag.green {
    border: 1px solid green !important;
}
.outline-tag.purple {
    border: 1px solid purple !important;
}

.outline-tag .close-btn {
    float: right;
    padding-left: 1em;
}
.outline-tag .text {
    float: left;
}

.outline-tag .invisible-select {
    background: transparent;
    border : 0;
    outline: none;
    cursor: pointer;
}




/* Dash sky */

.skin-services .mega-menu-container {
    padding: 10px;
}
.skin-services .mega-menu-container a {
    display: block;
}

.day.active {
    background: #eee !important;
    color: #333 !important;
}


.skin-services .amChartsLegend g[cursor=pointer] {
    /* display : none; */
}
.skin-services .amChartsLegend g[cursor=pointer]:nth-child(-n+9) {
    /* display : inline-block; */
}

@media (max-width: 767px) {
    .skin-services .amChartsLegend g[cursor=pointer] {
        /* display : none !important; */
    }
}

.skin-services .sky-search input {
    padding: 10px;
    width: 250px;
    border-radius : 4px;
    background: #000;
    border: 1px solid #eee;
    color: #eee;
    transition: all 0.5s;
}

.skin-services .sky-search input:focus {
    background: #eee;
    color: #000;
}


.skin-services .validated {
    color: #ddcb00;
}
.skin-services .not-validated {
    color: #aaa;
}

.skin-services .call-player {
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #fff;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    padding: 1.5em;
    bottom: -50px;
    transition: all linear 0.5s;
}

#custom-seekbar
{
  cursor: pointer;
  height: 10px;
  margin-bottom: 10px;
  outline: thin solid #006AB7;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-seekbar span
{
  background-color: #006AB7;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
}

.play-from-here {
    display : none;
}

/* following rule is for hiding Stack Overflow's console  */
.as-console-wrapper{ display: none !important;}

.skin-services .col-md-2-5 {
    width: 14.2%;
}

.editor-screen {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.skin-services .container-row {
    display : flex;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .skin-services .container-row {
        flex-wrap: wrap;
    }
}

.skin-services .flex-item {
    padding: 10px;
    width: 100%;
    margin: 0px 15px 10px;
    font-size : 15px;
}

.skin-services #charts {
  width: 500px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  font-size: 8px;
}

.skin-service .chartdiv {
    width       : 500px;
    height      : 500px;
  position: absolute;
  top: 0;
  left: 0;
}


label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	top: 8px;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px !important;
}
.select2-hidden-accessible {
    display : none !important;
}
