/*forms*/
body#login input, body#login button[type="submit"] {
    background: #e3e3e4;
    border: none;
    height: 41px;
    line-height: 30px;
    border-radius: 50px;
    width: 235px;
    display: block;
    margin: 12px auto;
    padding: 0px 12px;
    font-size:16px;
}
body#login button[type="submit"] {
    background: #C40000!important;
   color: white;
    width: 260px;
        cursor: pointer;
}

html, body {
    min-height: 100%;
}
 
input, select, textarea, button[type="submit"] {
background: #fff;
    border: 1px solid #cccccc;
    height: 45px;
    line-height: 30px;
    border-radius: 50px;
    width: 360px;
    display: inline-block;
    margin: 4px 2px;
    padding: 0px 10px;
}

input.tipo, input.version, input.ultimoinicio, input.visitas, input.aperturas, input.aperturasqr {
    background: #fff;
    border: 1px solid #fff;
    height: 35px;
    line-height: 30px;
    border-radius: 50px;
    width: 135px;
    display: inline-block;
    margin: 6px 2px;
    padding: 0px 10px;
    text-align: start;
    font-size: 16px;
}


input.correoadmin  {
    background: #fff;
    border: 1px solid #fff;
    height: 35px;
    line-height: 30px;
    border-radius: 50px;
    width: 405px;
    display: inline-block;
    margin: 6px 2px;
    padding: 0px 10px;
    text-align: start;
}


textarea.observaciones {
    height: 68px;
    max-height: 68px;
    max-width: 985px;
    width: 985px;
}
input.n, input.bloque, input.cp {
    width: 85px;
}
input.poblacion, input.ciudad, input.pais {
    width: 150px;
}
input.provincia {
    width: 150px;
}
input.nombreacceso {
    width: 265px;
}

button[type="submit"] {
    width: 200px;
    cursor: pointer;
    border: none;
    background: -webkit-linear-gradient(102deg,#364F91, #005670);
    color: white;
    font-size: 14px;
}
button.cancel {
    height: 45px;
    width: 200px;
    cursor: pointer;
    border: none;
    background: #C40000;
    color: white;
    border-radius: 50px;
    font-size: 14px;
}

button.resetbutton {
    height: 45px;
    width: 200px;
    cursor: pointer;
    border: none;
    background: #C40000;
    color: white;
    border-radius: 50px;
    font-size: 14px;
}

button.testopen {
    height: 45px;
    width: 200px;
    cursor: pointer;
    border: none;
    background: #46bc4a;
    color: white;
    border-radius: 50px;
    font-size: 14px;
}

.buttonscontainer {
    padding-top: 30px;
}
input.search {
    background: url(img/searchmini.png) no-repeat;
    background-size: 30px;
    background-position: center right;
}
input[type="checkbox"] {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
label {
    color: grey;
    font-size: 12px;
    padding-left: 5px;
}
/*forms*/
body {
    font-family: "Montserrat", Arial
}
body#login{
    background: url(img/bg.jpg) no-repeat;
    background-size: cover;
}
body#login img.logo {
    margin: 165px auto auto;
    display: block;
    width: 250px;
}
body#login img.logo2 {
    margin: 52px auto 135px;
    display: block;
}

body#login h1 {
    margin: 52px auto 135px;
    display: block;
}

body#login input {
    
}

.cardMantenimiento {
    background-color: white; /* Changing background color */
    font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    height: auto; /* Making auto-sizable height */
    padding: 5px 30px 5px 30px; /* Making space around letters */
    font-size: 18px; /* Changing font size */
}

.card{
	width: 375px;
    height: 80px;
	border: none;
	border-radius: 12px;
	background-color: white;
}

.h5 {
    text-align:center;
    color: black;
}

.tdConfig {
    background: -webkit-linear-gradient(112deg,#3e5694, #005670);
    border-radius: 12px;
    opacity: 0.96;
    width: 475px;
    height: 165px;
    padding-left: 21px;
}

.comunicacion a {
    text-decoration: none;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.align-right {
    text-align: right;
}

.col-sm-6 {
    width: 100%;
    float: left;
    vertical-align: middle;
}
.col-sm-8 {
    width: 75%;
    float: left;
}
.col-sm-3 {
    width: 25%;
    float: left;
}
a {
    text-decoration: none;
    color: black;
}
.linkstop a {
    padding-left: 30px;
}
header {
    padding: 36px 0px;
    overflow: hidden;
}
.doaction {
    text-align: center;
    padding: 65px 0px;
}
.bigicon img {
    max-width: 55px;
    min-width: 55px;
    height: auto;
    background-color: -webkit-linear-gradient(112deg,#3e5694, #005670);
}

.bigicon span {
    display: block;
    color: white;
    font-size: 15px;
    padding-top: 5px;
}
.breadrcumb {
    margin: -24px 0px 55px;
}

.breadrcumb ul li {
    display: inline-block;
    text-transform: capitalize;
}
.breadrcumb ul {
    list-style: none;
    padding: 0px;
} 
.bigicon {
padding: 34px 15px;
    background:-webkit-linear-gradient(112deg,#3e5694, #005670);
    overflow: hidden;
    display: inline-block;
    width: 118px;
    margin: 0px 5px;
    text-align: center;
    border-radius: 30px;
}
.bigicon.delete {
    background: #C40000;
}
.linkstop {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.breadrcumb span {
    padding: 0px 5px;
    text-align: center;
    width: 13px;
    display: inline-block;
}   
.bbottom {
    text-align: center;
}
.linkstop a.active {
    color: #365782;
}
#usuarios .searchblock {
    padding-bottom: 55px;
    overflow: hidden;
}
table.table td {
    padding: 5px 10px;
}

table.table2 td {
    padding: 5px 20px;
}

.table2 {
    font-size: 16px;
}

.table2 a.active {
    color: #3e5694;
    font-weight: bold;
}

table.table thead td {
    border-bottom: 1px solid #707070;
    font-weight: bold;
}
table#movimientos tr td {
    border-bottom: 1px solid #707070;
}

table#movimientos tr:nth-child(even) {
    background-color:#ededed;
    }

    table.sortablesubusers tr td {
        border-bottom: 1px solid black;
        padding: 12px;
        padding-left: 0px;
    }
    table.sortablesubusers tr th {
        border-bottom: 1px solid black;
        padding: 12px;
    }

table.sortable tr td {
    border-bottom: 1px solid black;
    padding: 5px;
    padding-left: 0px;
}
table.sortable tr th {
    border-bottom: 1px solid black;
    padding: 5px;
}
table#reles td {
    border-top: 1px solid #707070;
    padding: 18px 12px;
}

table#reles tr:nth-child(even) {
    background-color:#ededed;
    }
.table {
    clear: both;
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}
table.table img {
    max-width: 28px;
    height: auto;
}
table#movimientos img {
    max-width: 150px;
    max-height: 100px;
    border-radius: 150px;
}
input.acceso.search {
    margin-left: 0px;
}
.topform span, .topform button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
span.accesofound {
    font-weight: bold;
}
#comunicacion .topform {
    padding-bottom: 25px;
}
form#usuariosadd .vincaccesos, form#usuariosadd .accesosreles {
    display: inline-block;
    vertical-align: top; 
    margin-right: 30px;
}
form#usuariosadd .accesoselected ul, form#usuariosadd .releselected ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sep{
    margin: 20px 0px
}
/*buscador*/
.ui-helper-hidden-accessible > div:last-child {
    display: none;
}
.ui-autocomplete li {
    cursor: pointer;
    border-bottom: 1px solid #d2d2d2;
    padding: 4px 0px;
    margin: 4px 5px;
}

.ui-autocomplete {
    background: white;
    display: inline-block;
    border: 1px solid grey;
    max-width: 373px;
    padding: 12px 11px;
    list-style: none;
}
.hidden{
    display: none
}

i.generate img {
    width: 100%;
    height: auto;
}

i.generate {
    cursor: pointer;
    width: 25px;
    display: inline-block;
    height: 25px;
    padding-top: 2px;
    vertical-align: middle;
}
.comunicacion > div {
       font-weight: bold;
    font-style: normal;
    margin: 5px 5px;
    cursor: pointer;
    width: 20px;
    display: inline-block;
    height: 20px;
    
}
.comunicacion > div input {
    width: 50px;
    text-align: center;
}

.comunicacion > div.configuracion input {
    text-align: center;
    display: inline-block;
}

.comunicacion > div.mensajes input {
    width: 500px;
    text-align: left;
}
.comunicacion > div.mensajes {
   text-align: left;
       width: 500px;
}
input.puertaacceso {
    width: 65px;
}
table#allaccesostable td {
    border-bottom: 1px solid #707070;
    padding: 21px 5px;
}
table#allaccesostable img {
    max-width: 20px;
    height: auto;
}
table#allaccesostable thead {
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 21px 5px;
}
table#usuarios thead {
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 18px 8px;
}
table#usuarios td {
    border-bottom: 1px solid #707070;
    padding: 10px 8px;
}

table#usuarios tr:nth-child(even) {
background-color:#ededed;
}

table#allaccesostable tr:nth-child(even) {
    background-color:#ededed;
    }

table#allaccesostable {
    width: 100%;
    margin: 50px 0px;
}
table.sortable img {
    max-width: 20px;
    height: auto;
    padding: 21px 5px;
}

table.sortablesubusers img {
    max-width: 22px;
    height: auto;
    padding: 21px 5px;
}

.loader {
    border: 12px solid #fffffff3; /* Light grey */
    border-top: 12px solid #365782; /* Blue */
    border-right: 12px solid #365782;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .rotate_image {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
