body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

html {
    height: 100%;
}

header {
    padding: 15px 0px;
    background: #ffcd00;
}

.login {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc500+0,ffe800+100 */
    background: #ffc500; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc500 0%, #ffe800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc500 0%,#ffe800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc500 0%,#ffe800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc500', endColorstr='#ffe800',GradientType=0 ); /* IE6-9 */
}

.logo {
    max-width: 250px;
    width: 45%;
    height: auto;
    margin: auto;
}

h1 {
    font-size: 7vmin;
    font-weight: 300;
    text-align: center;
    color: #353535;
}

    h1 span {
        font-weight: bold;
    }

h3 {
    color: #555555;
    text-transform: uppercase;
}

.acceso, .nreporte {
    margin: auto;
    width: 90%;
    max-width: 350px;
    text-align: center;
}

    .acceso input[type="text"], input[type="password"] {
        border-radius: 40px;
        width: 90%;
        color: #1a1a1a;
        background: #ffffff;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        font-family: inherit;
        border: 0;
        margin: 5px auto;
        box-sizing: border-box;
    }

    .acceso input[type="submit"] {
        border-radius: 40px;
        width: 90%;
        color: #ffffff;
        background: #1a1a1a;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        font-family: inherit;
        border: 0;
        margin: 5px auto;
        box-sizing: border-box;
        font-weight: bold;
    }

.olvide {
    padding: 15px 0px;
}

    .olvide a {
        font-size: 12px;
        color: #888888;
    }

.btn1 a, input.btn1 {
    border-radius: 40px;
    width: 90%;
    color: #353535;
    display: block;
    background: #ffcd00;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    border: 0;
    margin: 10px auto;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.nreporte table {
    width: 100%;
}

.nreporte label {
    color: #808080;
    font-size: 12px;
}

.nreporte span, .nreporte input[type="text"], .nreporte input[type="password"] {
    border-radius: 30px;
    width: 90%;
    color: #353535;
    background: #ffffff;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #cccccc;
    margin: 5px auto;
    box-sizing: border-box;
    font-weight: bold;
    display: block;
}

.nservicios {
    margin: auto;
    width: 96%;
    max-width: 650px;
}

    .nservicios tr {
        background: #f2f2f2;
    }

    .nservicios input[type="text"] {
        border-radius: 30px;
        width: 90%;
        color: #353535;
        background: #ffffff;
        text-align: center;
        padding: 5px 10px;
        font-size: 14px;
        font-family: inherit;
        border: 1px solid #cccccc;
        margin: 5px auto;
        box-sizing: border-box;
        font-weight: bold;
        display: block;
    }

    .nservicios td {
        color: #808080;
        font-size: 13px;
        display: block;
    }

        .nservicios td:first-child {
            text-align: center;
            padding-top: 8px;
        }

        .nservicios td:last-child {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 8px;
        }

    .nservicios span > input {
        display: inline-block !important;
        max-width: 80px;
    }

.styled-select {    
    /*background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0 #ffffff;*/
    height: 29px;
    width: 90%;
    box-sizing: border-box;
    margin: auto;
}


    .styled-select select {
        background: transparent;
        border: 1px solid #cccccc;
        font-size: 14px;
        height: 29px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 100%;
        -webkit-appearance: none;
        border-radius: 30px;
    }

input.move {
    border-radius: 40px;
    display: block;
    width: 90%;
    color: #ffffff;
    background: #1a1a1a;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    border: 0;
    margin: 15px auto;
    box-sizing: border-box;
    font-weight: bold;
}

.nservicios input[type=checkbox] {
    visibility: hidden;
}

.materiales {
    margin: 10px auto;
    border-color: transparent;
}

.responsiva {
    overflow-x: auto;
}

.materiales th {
    color: #808080;
    font-size: 13px;
}

.materiales td {
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #cccccc;
}

input[type="submit"].delete {
    width: 20px;
    height: 20px;
    background: url(../img/icono-borrar.png) no-repeat;
    text-align: center;
    padding: 10px;
    margin: 5px auto;
    border: 0;
    background-size: contain;
}

.checkboxFour {
    width: 30px;
    height: 30px;
    background: #ffffff;
    margin: 10px auto;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

    .checkboxFour label {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 1;
        background: #999;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    }

    .checkboxFour input[type=checkbox]:checked + label {
        background: #ffc500;
    }

.sendEmail {
    background-color: transparent;
    border-style: none;
    width: 25px;
    height: 25px;
    background: url(../img/sendEmail.png);
    cursor: pointer;
    background-size: contain;
    margin: 5px;
}

.downloadPDF {
    background-color: transparent;
    border-style: none;
    width: 25px;
    height: 25px;
    background: url(../img/downloadPDF.png);
    cursor: pointer;
    background-size: contain;
    margin: 5px;
}
.downloadEncuesta {
    background-color: transparent;
    border-style: none;
    width: 25px;
    height: 25px;
    background: url('../img/descargaencuesta.png');
    cursor: pointer;
    background-size: contain;
    margin: 5px;
}

.activate {
    background-color: transparent;
    border-style: none !important;
    width: 16px;
    height: 16px;
    background: url('/img/activate.png');
    cursor: pointer;
}
.deactivate {
    background-color: transparent;
    border-style: none !important;
    width: 25px;
    height: 25px;
    background: url(../img/deactivate.png);
    cursor: pointer;
    background-size: contain;
    margin: 5px;
}

.edit {
    background-color: transparent;
    border-style: none !important;
    width: 25px;
    height: 25px;
    background: url(../img/edit.png);
    background-size: contain;
    cursor: pointer;
    margin: 5px;
}

.aspvalidate {
    color: Red;
    display: none;
}




footer {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 5px;
    color: #888888;
    font-size: 8px;
}

/*Messages*/
.messageContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    color: #666666;
    padding-top: 25px;
    text-align: center;
    font-size: 1.7em;
}

.generalMessage {
    background-color: #efeff2;
}

.successMessage {
    background-color: #a0c406;
}

.errorMessage {
    background-color: #ee7766;
}
/* FIRMA */
.firma{
	text-align:center;
	width: 100%;

}
.signature-pad{
	margin:auto;
	border:5px dashed orange;
	width:95% !important;
	height:90%;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/wait.gif') no-repeat rgb(249,249,249) fixed center;
        background-size: auto auto;
    opacity: .2;
    background-size: 100px 100px;
}


.checkboxFive{
	margin:auto;
    text-align:center;
}
.checkboxFive table{
	margin:auto;
}
.checkboxFive td{
    width: 30px;
    height: 30px;
    background: #ffffff;
    margin: 10px auto;
	padding:10px !important;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFive tr{
	display:inline-block;
	margin:0px 10px;
}
.checkboxFive label {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
   background: #999999;
	font-weight:bold;
	color:#ffffff;
	line-height:40px;
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFive input[type=radio]:checked + label {
    background: #ffc500;
}

.ui-autocomplete-loading {
    background: white url("../img/loading_basic_16x16.gif") right center no-repeat;
}

.limpiar {
    background-image: url('/img/limpiar.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}
.firmar {
    background-color: transparent;
    border-style: none !important;
    width: 32px;
    height: 32px;
    background: url('/img/firmar.png');
    cursor: pointer;
}