/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
img{
  max-width: 100%
}
.img-circle{
	display: none;
}
.page-container .sidebar-menu,
.login-page{
  height: 100vh;
  background-color: #032652;
  background-image:
    radial-gradient(
      #844b9a,
      #662792
    );
}
.login-page .login-form .form-group .input-group .form-control{
  color: #000;
}
.login-page .login-form .form-group .input-group{
  border: none;
}
.login-page .login-form .form-group .btn-login{
      background-color: #90c82f;
      border: 1px solid #618523;
}
.login-page .login-form .form-group .btn-login:hover, .login-page .login-form .form-group .btn-login:active{
  background-color: #618523;
}
.login-page .login-form .form-group .input-group{
  background: #E4EDFE;
}
.page-container .sidebar-menu #main-menu li a{
  color: #fff;
}
.page-container .sidebar-menu #main-menu li{
  border-bottom-color: #662792;
}
.page-container .sidebar-menu #main-menu li ul > li > a{
  background: #662792;
}
.page-container .sidebar-menu #main-menu li ul > li > a:hover{
  background: #844b9a;
}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{
  border-color: #8c8c8c;
}
.page-container .sidebar-menu .logo-env > div > a{
  color: #fff;
}
.page-container .sidebar-menu #main-menu li.active > a{
  background: #562479;
}
.navbar-inverse{
  background-color: #562479;
  border-color: #562479;

  -moz-box-shadow:    inset 0 0 10px #2f094a;
   -webkit-box-shadow: inset 0 0 10px #2f094a;
   box-shadow:         inset 0 0 10px #2f094a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
  background-color: #2f094a;
}


.login-container #form_error ul{
  padding-left: 10px;
  text-align: left;
}

#table-1_processing{
  text-align: center;
}


#modulos{

}
#modulos .modulo{
	float: left;
	width: 245px;
	margin: 0 1% 5%;
	height: 175px;
	position: relative;
}
#modulos .modulo span{
  background-color: #5d3080;
  display: flex;
  float: left;
  padding: 20px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
    justify-content: center;
}
.tile-stats{
	background: #eee;
}
#modulos .modulo .info-modulo{
	float: left;
	width: 120px;
}
#modulos .modulo .tile-header{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#modulos .modulo img{
	float: left;
  max-height: 100%;
}
#modulos .modulo .todo-list{
	float: left;
	width: 100%;
}
.todo-list > li{
	/*padding-left: 80px;*/
}
.tile-stats:hover a{
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a{
  color:#fff;
}
.dataTables_wrapper .dataTables_paginate{
	border: none;
	text-align: right;
}
div.dataTables_paginate li.next a::after{
	content: none;
}
div.dataTables_paginate li.next > a{
	padding-right: 10px;
}

.dataTables_wrapper .dataTables_filter {
  border-left: 0;
  padding-top: 13px;
  -webkit-border-radius: 0px 3px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 3px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 3px 0px 0px;
  background-clip: padding-box;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.dataTables_wrapper .dataTables_filter > label {
  float: right;
  display: block;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter > label input {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, 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;
  display: inline-block;
  width: 150px;
  margin-left: 5px;
}
.dataTables_wrapper .dataTables_filter > label input:focus {
  border-color: #c8cdd7;
  outline: 0;
  -webkit-box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
  -moz-box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
  box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
  -webkit-box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
  box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
}
.dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input[disabled],
.dataTables_wrapper .dataTables_filter > label input[readonly],
fieldset[disabled] .dataTables_wrapper .dataTables_filter > label input {
  cursor: not-allowed;
  background-color: #eeeeee;
}




  /*Comeco da alteração boxes do monitoramento*/


#lista-monitoramento .offline{
  background: #ea2a2a;
  color:#fff;
}
#lista-monitoramento .online{
  background: #43b620;
  color:#fff;
}

#lista-monitoramento .on{
  color: #43b620;
  font-weight: bolder;
}

#lista-monitoramento .off{
  color: #ea2a2a;
  font-weight: bolder;
}

#lista-monitoramento .txt-left{
  text-align: left;
}

#lista-monitoramento .txt-right{
  text-align: right;
}

#lista-monitoramento .panel-title{
  /*text-align: left;*/
 
}

#lista-monitoramento .txt-center{
  text-align: center;
}


#lista-monitoramento .panel-heading > .panel-title {
  padding: 0;
}

#lista-monitoramento #equipamentos{
  /*margin: 0 auto;*/
  /*float: center;*/
}
#lista-monitoramento #equipamentos .equipamento{
  /*float: center;*/
  width: 15%;
  padding: 5px;
  margin-left: .1%;
  margin-right: .1%;
  /*height: 205px;*/
  position: relative;
  display: inline-block;
}
#lista-monitoramento .tile-stats{
  background: #eee;
}
#lista-monitoramento #equipamentos .equipamento .info-equipamento{
  float: left;
  width: 100%;
  position: relative;
}

#lista-monitoramento #equipamentos .equipamento img{
  float: left;
  /*margin-left: 5px;*/
  margin-bottom: 3px;
  height: auto;
  width: 15%;
}
#lista-monitoramento #equipamentos .equipamento .tile-header{
  margin-top: 0%;
  /*float: right;*/
  /*width: 50%;*/
  width: 100%;
  float: left;
  margin-bottom: 3px;
}

#lista-monitoramento #equipamentos .equipamento .tile-header h4{
  white-space: normal;
  width: 80%;
  height: 55px;
  float: left;
  margin: 0 0 0 2%;
}

#lista-monitoramento #equipamentos .equipamento .todo-list{
  float: left;
  width: 100%;
  margin-top: 0px;
}
#lista-monitoramento #equipamentos .equipamento button{
  background-color:#1A8FBF ;
  color:white;
  width: 90px;
}
#lista-monitoramento #equipamentos .equipamento .mac{
  background-color: #95CAA7;
  margin-bottom: 5px;
}
#lista-monitoramento .todo-list > li{
  /*padding-left: 80px;*/
}
#lista-monitoramento .tile-stats:hover a{
  color: black;
}

#lista-monitoramento .tile-stats:hover{
  background-color: #e0e0e0;
}

@media (max-width: 651px){

  #lista-monitoramento #equipamentos .equipamento{
    float: center;
    width: 98%;
    /*margin: 0 1% 5%;*/
    /*height: 205px;*/
    position: relative;
    display: inline-block;

  }
}

  @media (min-width: 652px ) and (max-width: 1227px){

    #lista-monitoramento #equipamentos .equipamento{
      /*float: center;*/
      width: 47%;
      /*margin: 0 1% 5%;*/
      /*height: 205px;*/
      position: relative;
      display: inline-block;

    }
  }

  @media (min-width: 1228px) and (max-width: 1362px){

    #lista-monitoramento #equipamentos .equipamento{
      /*float: center;*/
      width: 31%;
      /*margin: 0 1% 5%;*/
      /*height: 205px;*/
      position: relative;
      display: inline-block;

    }
  }

  @media (min-width: 1363px) and (max-width: 1854px){

    #lista-monitoramento #equipamentos .equipamento{
      /*float: center;*/
      width: 18%;
      /*margin: 0 0.5% 5%;*/
      /*height: 205px;*/
      position: relative;
      display: inline-block;

    }

  }


