﻿
.title {
    text-align: left;
}


.body-custom {
    padding-top: 50px;
    padding-bottom: 20px;
}

/*CONTAINER SPECIAL PARA QUE NO SE VEA MAL ADMIN USUARIOS*/
/*.container {
     margin-right: initial !important; 
     margin-left: initial !important; 
     max-width: none !important;
}*/

.body-content {
    margin-bottom: 60px !important;
}

/*.select_multiple{
        height: 200px !important;
}*/

/******************ESTILOS MULTISELECT********************/

#misNodos {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
    box-sizing: border-box;
    float: left;
}

.nodo {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #AAA;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 2px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    font-size: 11px;
}

.elegido {
    /*background: #8dfe75;*/
    background: rgba(0, 160, 253, 0.82) !important;
}

/********************************************************/
#image_AsignarUbicacionUsuarioAEquipo {
    background: url(images/SECCO/Equipos_Claro_azul.png) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_AdministrarSitios {
    background: url(images/SECCO/Sitios_azul.png) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_AdministrarEquipos {
    background: url(images/SECCO/gears.jpg) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_AdministrarUsuarios {
    background: url(images/SECCO/Usuarios_azul.png) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_EditarDataDictionary {
    background: url(images/SECCO/Editar_Dictionary_azul.png) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_TelecontrolMapa {
    background: url(images/SECCO/sss.jpg) no-repeat;
    height: 0;
    width: 15%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}


#image_Lista_Alarma {
    background: url(images/SECCO/alarmas_circle_White.png) no-repeat;
    height: 0;
    width: 17%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

#image_Abm_Alarma {
    background: url(images/SECCO/alarmas_config_circle_White.png) no-repeat;
    height: 0;
    width: 17%;
    padding-top: 16.64%;
    background-size: contain;
    margin-top: 20px;
}

/*#image_FormBuilder {
    background: url(images/SECCO/form-icon-equipment-type.png) no-repeat;
    height: 0;
    width: 17%;
    padding-top: 20.64%;
    background-size: contain;
    margin-top: 5px;
}*/

#image1 {
    /*width: 47px;
    height: 46px;*/
    background: url(images/Tesa.ico) no-repeat;
    height: 0;
    width: 4%;
    padding-top: 5.64%;
    background-size: contain;
    margin-top: 20px;
    /*margin-bottom: 12px;
    background-size: 100% auto;*/
}

@media screen and (min-width: 300px) and (max-width: 550px) {
    #image1, #image_AdministrarSitios, #image_AdministrarUsuarios, #image_EditarDataDictionary, #image_TelecontrolMapa, #image_AdministrarEquipos, #image_AsignarUbicacionUsuarioAEquipo, #image_FormBuilder {
        width: 12%;
        padding-top: 13.64%;
    }
}

@media screen and (min-width:550px) and (max-width:768px) {
    #image1, #image_AdministrarSitios, #image_AdministrarUsuarios, #image_EditarDataDictionary, #image_TelecontrolMapa, #image_AdministrarEquipos, #image_AsignarUbicacionUsuarioAEquipo, #image_FormBuilder {
        width: 8%;
        padding-top: 10.64%;
    }
}

@media screen and (min-width:768px) and (max-width:960px) {
    #image1, #image_AdministrarSitios, #image_AdministrarUsuarios, #image_EditarDataDictionary, #image_TelecontrolMapa, #image_AdministrarEquipos, #image_AsignarUbicacionUsuarioAEquipo, #image_FormBuilder {
        width: 8%;
        padding-top: 10.64%;
    }
}



#IndexImage {
    height: 0;
    width: 102%;
    background: url(images/logo.png ) no-repeat;
    background-size: contain;
    padding-top: 30.64%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.ol-custom {
    padding-left: 20px;
}

.alert-info.alert-info-inner {
    padding: 10px;
}

.navbar-inverse.navbar-inverse-mycolor-footer {
    padding: 15px 15px;
    background: none repeat scroll center center #193268; /*#194883*/ /*#194680*/ /*#193268 #222222*/
    /*border-color: #080808*/
    /*border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;*/
}

.navbar-default.navbar-default-mycolor-header {
    background: #004a85;
}

.img-thumbnail.img-thumbnail-custom {
    border: none;
}

.modal-dialog.modal-dialog-alarms {
    width: 80% !important;
}

@media screen and (min-width:768px) {

    .img-thumbnail-custom {
        margin-left: 16px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 550px) {

    .modal-dialog.modal-dialog-alarms {
        width: 97% !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 550px) {

    .img-thumbnail-custom {
        margin-left: 125px !important;
    }

    #content_master {
        border-right: 0px !important;
    }

    #content_detail {
        padding: 0px !important;
    }
}

.container.container-center_div {
    margin: 0 auto;
    width: 100%; /* value of your choice which suits your alignment */
}

.form-group.form-group-custom {
    margin-top: 45px;
}


.container.container-custom {
    /*margin-top: 34px;*/ /* PROBANDO ARREGLAR EL HEIGHT HEADER*/
}

.col-md-1-custom {
    width: 11%;
}


/*
------------
Visit twitterbootstrap.org for more tut 
-------------
*/
/* "~/Content/themes/base/jquery-ui.css",*/

@import url('../Content/bootstrap.min.css');
@import url('../Content/bootstrap-responsive.min.css');
/* New styles */

label.valid {
    width: 24px;
    height: 24px;
    background: url(../Content/images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.form-control.form-control-custom {
    width: 93%;
    display: inline-block;
}

/*.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: none; 
}*/

/*.btn-default.btn-CUSTOM {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}*/

.col-xs-2.col-xs-2-custom {
    width: 19%;
}

.col-xs-2.col-xs-2-Tabla_Cuyo {
    width: 10%;
}

@media (max-width: 768px) {
    .btn.btn-default.btn-CUSTOM {
        display: block;
        width: 100% !important;
        line-height: 1.33;
        border-radius: 6px;
        font-size: 18px;
        padding-right: 0;
        padding-left: 0;
        padding: 10px 16px !important;
        margin-bottom: 10px;
    }

    .btn.btn-primary.btn-CUSTOM {
        display: block;
        width: 100% !important;
        line-height: 1.33;
        border-radius: 6px;
        font-size: 18px;
        padding-right: 0;
        padding-left: 0;
        padding: 10px 16px !important;
        margin-bottom: 10px;
        padding: 11px !important; /**/
        background: #004A85;
    }

    .btn.btn-warning.btn-CUSTOM {
        display: block;
        width: 100% !important;
        line-height: 1.33;
        border-radius: 6px;
        font-size: 18px;
        padding-right: 0;
        padding-left: 0;
        padding: 10px 16px !important;
        margin-bottom: 10px;
    }
    /*.input.input-lg.input-lg-CUSTOM {
        height: 45px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }*/
}

@media screen and (orientation:portrait) and (max-width: 768px) {
    .td-hide {
        display: none;
    }

    .td-hide-ever {
        display: none;
    }
}

@media screen and (orientation:landscape) and (max-width: 960px) {
    .td-hide {
    }

    .td-hide-ever {
        display: none;
    }
}


/************************************ASIGNAR UBICACION USUARIO A EQUIPO ESTILO ******************************************/
.fila {
    /*border: 2px solid #AAA;*/
    border: 1px solid #b1b1b1;
    display: inline-block;
    margin-bottom: 3px;
    width: 300px;
    overflow-x: auto;
    text-align: left;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.3);
}

.card {
    /*border: 1px dashed blue;*/
    /*column-gap: 0;
    column-count: 3;*/
    display: inline-block;
    margin: 0px;
    padding: 6px;
    /*-webkit-box-shadow: 5px 5px 20px -1px rgba(0,0,0,0.29);
    -moz-box-shadow: 5px 5px 20px -1px rgba(0,0,0,0.29);
    box-shadow: 5px 5px 20px -1px rgba(0,0,0,0.29);*/
    /*border: 1px solid #DDD;*/
    width: 253px;
    overflow: hidden;
    height: 150px;
    position: relative;
    min-height: 156px;
}

    .card.expandido {
        height: auto;
    }

    .card .btnx {
        cursor: pointer;
        bottom: 0;
        position: absolute;
        width: calc(100% - 40px);
        height: 30px;
        /*border: 1px red solid;*/
        text-align: right;
        font-size: 11px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        color: #194ecc;
        padding-top: 18px;
    }

.keyval {
    color: #bbb !important;
    font-style: italic !important;
}

.card .renglon {
    /* background: cyan; */
    display: inline-block;
    vertical-align: top;
    width: 230px;
    /*height: 46px;*/
    text-align: left;
    margin-bottom: 3px;
    margin-right: 3px;
    border: 1px dashed #E9E9E9;
    padding: 6px;
}

    .card .renglon label {
        margin-bottom: 0px; /*3px;*/
        font-size: 12px;
        color: #888;
        display: block;
        /*background: orange;*/
    }

        .card .renglon label.data {
            color: black;
            line-height: 10px;
            font-weight: normal;
        }

.actions {
    position: sticky;
    z-index: 1;
    background-color: #e5edef; /* #000000;*/
    height: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    padding: 2px;
    padding-top: 4px;
    width: 45px;
    /*box-shadow: -3px 0px 14px 0px rgba(0,0,0,0.1);*/
    /*background-color:cyan;*/
}

    .actions i {
        padding: 4px;
    }

@media (min-width: 1120px ) {
    .fila {
        width: 100%; /*1090px;*/
    }

    .actions {
        width: 90px;
        padding: 4px;
        padding-top: 43px;
        height: 100%;
        min-height: 110px;
        position: absolute;
    }

    .card {
        width: 96%; /*1000px;*/
    }

        .card .renglon {
            width: 220px; /*240px;*/
        }
}


/**************************************************************************************/
.container {
    padding: 0;
}

.body-content {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.card > div:nth-child(2) {
    background: #f9fdf9;
    border-color: #c1d0bc;
}

    .card > div:nth-child(2) > label.keyval {
        color: #c1d0bc !important;
    }

    .card > div:nth-child(2) > label.data {
        font-weight: bold;
        font-size: 16px;
    }

    /*.card > div:nth-child(7) > label.data {
        font-weight: bold;
        font-size: 14px;
    }*/