﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.jsgrid-cell{word-wrap:break-word;vertical-align:top;}

select.error,input.error{
    border: red 1px dotted;
  color:  black ;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* max-width: 280px;*/
}
#header {
    position: relative;
}
#header, nav {
     width: 877px;
    height: 80px;
    margin: 0 auto 0 auto;
}
.logos {
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 15px;
    float: left;
}


.headers, #tableUsers th {
    white-space: nowrap;
    text-align: center;
}

.text-align-center {
    text-align: center;
}

table[code="4"] {
    width: 8% !important;
    margin: 0 auto;
}

    table[code="4"] td:nth-child(1), table[code="4"] th:nth-child(1) {
        display: none;
    }

table th input[type=checkbox] {
    margin-top: -2px;
}

.bs-callout-info {
    border-left-color: #6CB43F !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.tooltip-inner {
    background-color: #ff0000 !important;
    white-space: nowrap;
    max-width: 400px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff0000 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff0000 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff0000 !important;
}

.ul-Notes {
    list-style-type: none !important;
}

.ul-introduction {
    list-style-type: decimal;
}

input[type=button], input[type=reset], input[type=submit], button {
    min-width: inherit;
}

.modal-body h4 {
    padding-top: 5px;
}

.modal-header {
    color: #FFFFFF !important;
    background-color: #009687 !important;
    border-color: #009687 !important;
}

    .modal-header h4 {
        color: #FFFFFF !important;
    }

    .modal-header span {
        color: #FFFFFF !important;
    }

.progress {
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 0px !important;
}

/* 	modal start*/

.ajaxProcessingContainerDiv {
    border: 0;
    height: 10%;
    width: 20%;
    position: fixed;
    _position: absolute;
    left: 40%;
    top: 40%;
    color: black;
    z-index: 100;
}

.ajaxProcesingTable {
    width: 100%;
    height: 100%;
    text-align: center;
}

.ajaxProcesingImageTD {
    text-align: center;
}

.ajaxProcesingTextTD {
    text-align: center;
    color: #0067a2;
    font-size: medium;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.modalTop {
    background: #3399FF none repeat scroll 0 0;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
}

label {
    display:block;
}
.containermodal {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #999999; /* solid color */
    background: rgba(0, 0, 0, 0.4); /* transparent color */
    background: transparent9; /* clear solid background for ie */
    zoom: 1; /* required for the filters */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
    z-index: 10000;
}

.fa.fa-calendar.bigger-110 {
    cursor: pointer;
}

/* 	modal end*/


#div-chart .panel-heading {
    background-color: #337ab7 !important;
}

#div-chart .panel-title {
    color: #FFFFFF !important;
}

.measure-content, .users-grid, .identification-actions {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 1000px;
    margin: 0 auto;
}

.identification-actions{
    padding-top: 28px;
}

#divMeasure {
    width: 1000px;
    height: 500px;
}

#divPrevention {
    width: 95%;
    margin: 0 auto;
}

.panel-primary {
    border-color: #009687 !important;
}

    .panel-primary > .panel-heading {
        background-color: #009687 !important;
        border-color: #009687 !important;
    }

.div-image {
    margin-bottom: 15px;
}

    .div-image img {
        width: 100% !important;
    }


/* 	modal help start*/

.popover-custom {
    margin-top: 4px !important;
    margin-left: 11px;
}

    .popover-custom img {
        display: inline !important;
        border: none;
        cursor: pointer;
        width: 16px !important;
        height: 16px !important;
    }

.popover-custom-td {
    vertical-align: middle;
    padding-left: 10px;
}

.popover-content {
    text-align: center;
    background-color: #6EBC59 !important;
    color: #FFFFFF !important;
}

.popover.right > .arrow:after {
    border-right-color: #6EBC59 !important;
}

/* 	modal help end*/



/*table{
    background-color: #6cb43f;    
    background-image: url("../style library/images/bg-cana.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}*/

.btn-primary {    
    background-color: #009687 !important;
    border-color: #009687 !important;
}

.modal-error {
    color: #FFFFFF !important;
    background-color: red !important;
    border-color: red !important;
}

.titles{
    font-weight: bold !important;    
    font-size: 15px !important;
}

#mainContainerSurvey, #div-chart, #divQuestions, #end
{
    width: 1070px;
    margin: 0 auto;
}


.required-icon{
    color: red;
}

.active.day {
    background-color: #6CB43F !important
}

.error {
    font-weight:lighter;
    color:red;
}


.bgdBlanco {
    margin: 0 auto !important;
}

.gov {
    border-radius: 10px;
    background-color: #fff;
    width: 79%;
}

.logoGobierno {
    width: 255px;
    float: left;
    height: 83px;
    margin: 10px 0 0 10px;
}

.linkGobierno {
    list-style: none;
    margin: 25px 0 10px 10px;
    padding: 0 10px;
    width: 67%;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
}

    .linkGobierno li {
        float: left;
        width: 100px;
        margin: 0 3px 2px;
        width: 100px;
        line-height: 15px;
        font-size: 12px;
    }

        .linkGobierno li span[class*="bullet"] {
            content: "";
            display: inline-block;
            height: 5px;
            vertical-align: middle;
            width: 5px;
            margin-right: 2px;
        }

.bullet1 {
    background-color: #2296f3 !important;
}

.bullet2 {
    background-color: #CDDD39 !important;
}

.bullet3 {
    background-color: #8BC44A !important;
}

.bullet4 {
    background-color: #663A87 !important;
}

.bullet5 {
    background-color: #01BCD5 !important;
}

.bullet6 {
    background-color: #B52C57 !important;
}

.bullet7 {
    background-color: #607D8B !important;
}

.bullet8 {
    background-color: #01BCD5 !important;
}

.bullet9 {
    background-color: #0b99df;
}

.bullet10 {
    background-color: #FF9802 !important;
}

.bullet11 {
    background-color: #FFC108 !important;
}

.bullet12 {
    background-color: #806751 !important;
}

.bullet13 {
    background-color: #00575D !important;
}

.bullet14 {
    background-color: #009687 !important;
}

.bullet15 {
    background-color: #20427F !important;
}

.bullet16 {
    background-color: #3F51B5 !important;
}

.bullet17 {
    background-color: #4CAF4F !important;
}

.bannerFooter {
    float: left;
    width: 261px;
    margin: 10px 0;
}

    .bannerFooter ul {
        margin: 0;
        padding: 0;
    }

        .bannerFooter ul li a img {
            border: 0;
        }

    .bannerFooter .bx-controls {
        float: left;
        width: 100%;
    }

    .bannerFooter .bx-pager {
        text-align: center;
        padding: 7px 0 0 0;
    }

    .bannerFooter .bx-pager-item {
        float: none;
        display: inline;
        font-weight: bold;
        margin: 0 4px 0 0;
    }

        .bannerFooter .bx-pager-item:first-child a {
            background: none !important;
            padding: 0 !important;
        }

        .bannerFooter .bx-pager-item a, .bannerFooter .bx-pager-item a:link, .bannerFooter .bx-pager-item a:visited {
            text-decoration: none;
            padding: 0 0 0 6px;
        }

/* FOOTER */
.footer {
    float: left;
    width: 100%; /*padding-top:30px;padding-bottom:15px*/
}

.footer {
    background: #009687;
    margin-top: 20px;
    bottom: 0px;
}

.footerContainer {
    padding: 10px 0;
    text-align: center;
}

    .footerContainer p {
        margin: 0;
    }       

.footerContainer {
    color: #FFFFFF;
}

    .footerContainer div, .footerContainer span, .footerContainer p {
        display: inline;
    }

    .footerContainer div, .footerContainer span, .footerContainer p {
        display: inline;
    }

        .footerContainer p a, .footerContainer p a:active, .footerContainer p a:visited {
            color: #a2dbcc;
        }

.container_abajo {
    text-align: left;
}

.container_abajo {
    text-align: left;
}

.left_abajo {
    text-align: left;
    float: left;
}

.right_abajo {
    text-align: left;
    float: right;
}

.center_abajo {
    text-align: left;
}

.select_drop_footer_entidades {
    padding: 10px;
    border: 6px solid #a2dbcc;
    width: 260px;
    height: 100%;
    color: #368196;
    font-size: 23px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: url(/imgLayout/arrow_drop.jpg) no-repeat right #fff;
    overflow: hidden;
    -webkit-appearance: none;
    font-family: "Century Gothic";
    font-weight: bold;
}

.red {
    color:red !important;
}
.redes_footer {
    float: left;
    background-color: none;
    margin-bottom: 2px;
}

    .redes_footer ul {
        list-style: none;
        margin-left: 30px;
        margin-top: 30px;
        padding: 0;
    }

        .redes_footer ul li {
            float: left;
            margin: 4px;
        }

.container_abajo a {
    color: #fff;
    text-decoration: none;
}

.select_drop_footer_entidades {
    padding: 10px;
    border: 6px solid #a2dbcc;
    width: 260px;
    height: 100%;
    color: #368196;
    font-size: 23px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: url(/Content/img/arrow_drop.jpg) no-repeat right #fff;
    overflow: hidden;
    -webkit-appearance: none;
    font-family: "Century Gothic";
    font-weight: bold;
}

.linev {
    border-top: 7px solid #009687;
    /* width: 118%; */
    width: 100%;
    margin-left: -12px;
}

.redes {
    float: right;
    background-color: white;
    margin-bottom: 20px;
}

    .redes ul {
        list-style: none;
        margin: -10px 0 0 0;
        padding: 0;
    }

        .redes ul li {
            float: left;
            margin: 2px;
        }

.headerDerecho {
    margin-top: 20px;
    float: right;
}

span.fecha .ms-signInLink {
    height: auto;
    line-height: normal;
    padding: 0 0 0 7px;
    border-left: 1px solid #ccc;
    margin: 0 0 0 4px;
    color: #000;
}

.headerDerecho .fecha {
    color: #5b5b5b;
    text-align: right;
    display: block;
    margin: 20px 0px;
    width: 100%;
    clear: both;
}

.center{
    text-align: center;
}

/*Sección Login*/
.login-container
{
 border-radius: 4px;
 width:400px;
 height:300px;
 margin:auto;
 border:1px #ddd solid;    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
}

.login-container h2
{
  color:#009687 !important;
}

.login-container label
{
  color:#6cb43f;
}

.login-container .input-group  
{
    padding-top: 6px;
}
.login-container .submit-section {
    padding-top:50px;
}



/*Preload start*/
/* 	modal start*/

.ajaxProcessingContainerDiv {
    border: 0;
    height: 10%;
    width: 20%;
    position: fixed;
    _position: absolute;
    left: 40%;
    top: 40%;
    color: black;
    z-index: 100;
}

.ajaxProcesingTable {
    width: 100%;
    height: 100%;
    text-align: center;
}

.ajaxProcesingImageTD {
    text-align: center;
}

.ajaxProcesingTextTD {
    text-align: center;
    color: #0067a2;
    font-size: medium;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.modalTop {
    background: #3399FF none repeat scroll 0 0;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
}

.containermodal {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #999999; /* solid color */
    background: rgba(0, 0, 0, 0.4); /* transparent color */
    background: transparent9; /* clear solid background for ie */
    zoom: 1; /* required for the filters */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
    z-index: 10000;
}

.fa.fa-calendar.bigger-110 {
    cursor: pointer;
}

#fileupload_soportes>div
{
	width:50%;
	display:inline-block;
	
}
.soportes
{
	vertical-align:top;
	
}

.msjsoportes
{
	opacity:1;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
	    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;

	
}
/* 	modal end*/