﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #256591;
    font-size: 11px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #696969;
}




p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #7f7f7f;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 24px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: white;
    height: 100%;
    /*border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}
*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}



input[type="text"],
input[type="password"],
input[type="file"],
input[type="time"]{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11px;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
}

/* TABLE
----------------------------------------------------------*/

.pag_btn {
    border: solid 1px;
    border-color: #4C86C6;
    color: #4C86C6;
    background-color: white;
}

.pag_btn_des {
    border: solid 1px;
    border-color: #4C86C6;
    color: #4C86C6;
    background-color: white;
}

.pag_num {
    border: solid 1px;
    border-color: #4C86C6;
    color: #4C86C6;
    background-color: white;
}

._table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #70AAD2;
}

._th {
    background-color: #4C86C6;
    height: 30px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-right: 1px solid #70AAD2;
}

._tr {
    background-color: white;
    height: 30px;
    border-bottom: 1px solid #70AAD2;
}

._tr:nth-child(even){background-color: #EDEDED;}

._tr:hover {
    height: 30px;
    background-color: #D4E6F4;
}

._td {
    border-right: 1px solid #70AAD2;
}

/*table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }*/

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

#table {
    overflow: auto;
    height: 350px;
}

#body {
}

.row {
    height: 30px;
    border-left: 1px solid #70AAD2;
    border-bottom: 1px solid #70AAD2;
}

    .row:hover {
        height: 30px;
        background-color: #D4E6F4;
    }

.td {
    height: 30px;
    border-right: 1px solid #70AAD2;
    padding-left: 10px;
}

#header {
    background-color: #4C86C6;
    height: 30px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    /*text-align: center;*/
}

.maxheigth40px {
    min-height: 30px !important;
    max-height: 40px !important;
}

.w5p {
    width: 5%;
}

.w7p {
    width: 7%;
}

.w8p {
    width: 8%;
}

.w9p {
    width: 9%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w21p {
    width: 21%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w53p {
    width: 53%;
}

.w54p {
    width: 54%;
}

.w55p {
    width: 55%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w100p {
    width: 100%;
}

.w65px {
    width: 65px;
}

.h50p {
    height: 50%;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

#pager {
    padding-top: 10px;
}

.rowColor {
    background-color: #EDEDED;
}

.mtop95px {
    margin-top: 95px;
}

.topMenu {
    margin-top: 80px;
}

.mtop180px {
    margin-top: 180px;
}

.mtop130px {
    margin-top: 130px;
}

.mtop70px {
    margin-top: 70px;
}

.mtop50px {
    margin-top: 50px;
}

.mtop40px {
    margin-top: 40px;
}

.mtop30px {
    margin-top: 30px;
}

.mtop20px {
    margin-top: 20px;
}

.mtop5px {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10%;
}

.ptop5px {
    padding-top: 5px;
}

.ptop20px {
    padding-top: 20px;
}

.mleft5px {
    margin-left: 5px;
}

.mleft10px {
    margin-left: 10px;
}

.mleft15px {
    margin-left: 15px;
}

.mleft30px {
    margin-left: 30px;
}

.mleft40px {
    margin-left: 40px;
}

.mleft100px {
    margin-left: 100px;
}

.mleft65px {
    margin-left: 65px;
}

.mrigth10px {
    margin-right: 10px;
}

.pright20px {
    padding-right: 20px;
}

.field {
    color: #5b710d;
    display: inline;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    margin-top: 20px; /*border: 1px dotted #95b131;*/
    width: 140px;
    display: inline;
}

.field-area {
    color: #5b710d;
    display: inline;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 80px;
    margin-top: 20px; /*border: 1px dotted #95b131;*/
    display: inline;
}

.label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    width: 140px;
    height: 20px;
    display: inline;
}

.label2 {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    height: 20px;
    display: inline;
}

select {
    width: 210px;
    padding: 3px;
    color: #7f7f7f;
    font-size: 12px;
}

    select:focus {
        background-color: #f0f0f0;
        width: 210px;
        padding: 3px;
        color: #7f7f7f;
        font-weight: 500;
        font-size: 12px;
    }

textarea {
    min-height: 75px;
    width: 200px;
    color: #7f7f7f;
    font-size: 12px;
}

input[type="text"] {
    width: 200px;
    padding: 3px;
    color: #7f7f7f;
    font-size: 12px;
}

    input[type="text"]:focus {
        width: 200px;
        padding: 3px;
        color: #7f7f7f;
        background-color: #f0f0f0;
        font-size: 12px;
    }

input[type="password"] {
    width: 200px;
    padding: 3px;
    color: #7f7f7f;
    font-size: 12px;
}

    input[type="password"]:focus {
        width: 200px;
        padding: 3px;
        color: #7f7f7f;
        background-color: #f0f0f0;
        font-size: 12px;
    }

input[type="checkbox"] {
    float: left;
    /*margin-left: 10px;*/
}

.inputCustom {
    width: 90% !important;
    margin-top: 4%;
}

    .inputCustom:focus {
        width: 90% !important;
        margin-top: 4%;
    }

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.invisible {
    display: none;
}

.font1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.font2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.font3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.link:hover {
    background-color: rgb(233, 242, 255);
}

.buttonLink {
    background-color: #0072C6;
    /*-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
    border-radius: 6px !important;
    border: 1px solid #0072C6;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0072C6;
    width: 70px;
    text-align: center;
}

    .buttonLink:hover {
        background-color: #0072C6;
    }

    .buttonLink:active {
        position: relative;
        top: 1px;
    }

.buttonLinkOrange {
    background-color: #dfb813;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dfb813;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #dfb813;
    width: 70px;
    text-align: center;
}

    .buttonLinkOrange:hover {
        background-color: #dfb813;
    }

    .buttonLinkOrange:active {
        position: relative;
        top: 1px;
    }

.input-submit {
    background-color: #0072C6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0072C6;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px !important;
    font-weight: bold;
    padding: 7px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0072C6;
    width: 122px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}

.message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}

.header-Menu {
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #256591;
}

.edit {
    background-image: url(../Content/images/edit3.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 36px;
    margin-top: 5px;
}

.delete {
    background-image: url(../Content/images/delete.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 36px;
    margin-top: 5px;
}

.link {
    text-decoration: none;
}

.loader {
    border: 1px #4C86C6 solid;
    padding-top: 30px;
    background-color: white;
    text-align: center;
    background-image: url('/Content/images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#jquery-loader-background {
    background-color: Silver;
}

.add {
    background-image: url(../Content/images/add.png);
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    width: 20px;
}

.remove {
    background-image: url(../Content/images/remove.png);
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    width: 20px;
}

.planilla {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(6, 104, 179);
}

.planillaPrincipal {
    background-color: rgb(255, 249, 211);
    border: 1px solid rgb(6, 104, 179);
}

.find {
    background-image: url(../Content/images/find.png);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: 23px;
    margin-left: 10px;
}

.find2 {
    background-image: url(../Content/images/find.png);
    background-repeat: no-repeat;
    display: block !important;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: white !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px !important;
    color: transparent !important; /* Fix for Firefox */
    padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 6px;
    text-decoration: none;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}

.home {
    background-image: url(../Content/images/logo_serpro.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 600px;
    width: 600px;
}

.filtro-label {
    font-size: 11px;
    font-weight: bold;
    margin-right: 7px;
}

.pager-next {
    border: 0px;
    background-color: white;
    color: transparent; /* Fix for Firefox */
    padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
    cursor: hand;
    cursor: pointer;
    font-size: 0px;
    background-image: url(../Content/images/next.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
}

.pager-prev {
    border: 0px;
    background-color: white;
    color: transparent; /* Fix for Firefox */
    padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
    cursor: hand;
    cursor: pointer;
    font-size: 0px;
    background-image: url(../Content/images/prev.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
}

.pager {
    border: 0px;
    background-color: white;
    color: blue;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    font-size: 11px;
}

.pager-current {
    border: 0px;
    background-color: white;
    color: grey;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.font10 {
    font-size: 10px;
}

.font13 {
    font-size: 13px;
}

.redRow {
    background-color: #fab6b6 !important;
}

.greenRow {
    background-color: #D4E6F4 !important;
}

.hand {
    cursor: pointer;
}

.progress {
    display: none;
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.progressError {
    display: none;
    color: red;
    font-size: 0.8em;
    font-weight: bold;
    margin: 5px 0;
}

.noclose .ui-dialog-titlebar-close {
    display: none;
}
