﻿
body {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    font-size: 10px;
    /*background-image: url('Images/Fondo-skynet-sys.jpg');*/
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #6373a2;
    }

    a img {
        border: none;
    }

/*#header {
    height: 50px;
    color: #333;
    top: 0;
}*/

#page-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    /*z-index: 9999;*/
    overflow: visible;
    background: #000;
    background: rgba(151,65,77,0.9);
    background: #000;
    background: rgba(139,20,41,0.9);
}

#logo-top {
    position: absolute;
    left: 30px;
    top: 12px;
    width: 45px;
    height: 50px;
}

.textocabecera {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    clear: both;
    float: left;
}

.textocabecerausuario {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    clear: both;
}

.titulo {
    float: left;
    margin: 2px 5px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

/*#miniheader {
    margin: 2px auto 6px auto;
    height: 22px;
    background: -moz-linear-gradient(top, #faf3dd 0%, #7c9885);
    background: -webkit-gradient(linear, left top, left bottom, from(#faf3dd), to(#7c9885));
    background: -o-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
    background: -webkit-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
    background-color: #bcc7d8;
    padding: 8px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #7c9885;
}

    #miniheader select {
        min-width: 150px;
    }

#miniheader2 {
    margin: 2px auto 0 auto;
    height: 22px;
    background: -moz-linear-gradient(top, #faf3dd 0%, #7c9885);
    background: -webkit-gradient(linear, left top, left bottom, from(#faf3dd), to(#7c9885));
    background: -o-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
    background: -webkit-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
    background-color: #bcc7d8;
    padding: 8px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #7c9885;
}

    #miniheader2 select {
        min-width: 150px;
    }

#miniheader3 {
    margin: 0 auto 6px auto;
    background: -moz-linear-gradient(top, #7c9885 0%, #faf3dd);
    background: -webkit-gradient(linear, left top, left bottom, from(#7c9885), to(#faf3dd));
    background: -o-linear-gradient(top, #7c9885 0%, #faf3dd 100%);
    background: -webkit-linear-gradient(top, #7c9885 0%, #faf3dd 100%);
    background-color: #bcc7d8;
    padding: 8px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #7c9885;
}

    #miniheader3 select {
        min-width: 150px;
    }*/

.headerright {
    float: right;
    height: 22px;
}

.css_right {
    float: right;
}

select {
    border: 1px solid #7c9885;
    padding: 2px;
    font-size: 1em;
    color: #333;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #e0c5a8;
    text-align: left;
}

    select:focus {
        background: #feffef;
    }

input {
    border: 1px solid #7c9885;
    padding: 2px;
    font-size: 1em;
    color: #333;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #e0c5a8;
}

    input:focus {
        background: #faf3dd;
    }

    input[type="checkbox"] {
        background: #e0c5a8;
    }

textarea {
    border: 1px solid #7c9885;
    padding: 2px;
    font-size: 1em;
    color: #333;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #e0c5a8;
}

    textarea:focus {
        background: #faf3dd;
    }

#dialog-modal {
    overflow-y: scroll;
    font-size: 10px;
    line-height: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.line {
    display: block;
    border-top: 1px solid #999999;
    margin: 5px 0;
    padding: 0;
    clear: both;
}

.formline {
    display: block;
    border-top: 1px dotted #000000;
    margin: 1px 0;
    padding: 0;
    clear: both;
}

.dialogline {
    display: block;
    border-top: 1px dotted #999999;
    margin: 1px 0;
    padding: 0;
    clear: both;
}

.errormessage {
    margin: 10px 10px;
    font-size: 16px;
    text-align: right;
}

.message {
    color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 14px #000;
    -moz-box-shadow: 2px 2px 14px #000;
    box-shadow: 2px 2px 14px #000;
    text-align: center;
    background-color: #781f33;
}

.container {
    display: none;
}

button.submit {
    float: right;
    cursor: pointer;
    font-size: 1em;
    color: #000;
    padding: 2px 5px;
    background-color: #e0c5a8;
    border: 1px solid #003e42;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
}

button:hover.submit {
    float: right;
    cursor: pointer;
    margin: 0 10px 0 0;
    font-size: 1em;
    color: #faf3dd;
    padding: 2px 5px;
    background-color: #c8d5b9;
    border: 1px solid #003e42;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}


.submitDisabled {
    float: right;
    opacity: 0.50;
    margin: 0 10px 0 0;
    font-size: 1em;
    color: #000;
    padding: 2px 5px;
    background-color: #c8d5b9;
    border: 1px solid #003e42;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


button.submitleft {
    float: left;
    cursor: pointer;
    font-size: 1em;
    color: #333;
    padding: 2px 5px;
    border: 1px solid #7c9885;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #e0c5a8;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}


button:hover.submitleft {
    float: left;
    cursor: pointer;
    /*margin: 0 10px 0 10px;*/
    font-size: 1em;
    color: #faf3dd;
    padding: 2px 5px;
    border: 1px solid #7c9885;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /*background: #faf3dd;*/
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.submitleftDisabled {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1em;
    color: #000;
    padding: 0 5px;
    background-color: #c8d5b9;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 22px;
    opacity: 0.50;
}

.extra {
    padding-left: 150px;
    width: 756px;
}

.extratable {
    text-align: left;
    border: none;
    padding: 0;
    margin: 10px 26px;
    cursor: default;
}

    .extratable td {
        cursor: default;
    }

.extratable3 {
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 5px;
    cursor: default;
    width: 100%;
}

    .extratable3 td {
        cursor: default;
    }

h3 {
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 8px 0 8px 0;
}

h4 {
    font-size: 24px;
    color: #000;
    margin: 0;
}

.red {
    background-color: Red;
    color: White;
    padding: 0 5px;
    margin: 0 2px;
}

.orange {
    background-color: Orange;
    color: White;
    padding: 0 5px;
    margin: 0 2px;
}

.green {
    background-color: Green;
    color: White;
    padding: 0 5px;
    margin: 0 2px;
}

.none {
    color: White;
}

table {
    text-align: center;
    padding: 0;
    margin: 0;
}

th {
    height: 30px;
    cursor: pointer;
    min-width: 25px;
}

.highlighted {
    background-color: #f8d513;
}

/*.panel {
    position: fixed;
    top: 10px;
    left: 0;
    display: none;
    background: #7c9885;
    border: 1px solid #003e42;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 140px;
    height: auto;
    padding: 10px 20px 20px 20px;
    filter: alpha(opacity=95);
    opacity: .95;
    z-index: 9999;
}

    .panel p {
        margin: 0 0 0 0;
        padding: 0;
        color: #fff;
    }

#switcher-panel img {
    float: right;
    margin: 3px 3px 3px 3px;
    padding: 5px;
    background: #333333;
    border: 1px solid #333333;
}

.panel a, .panel a:visited {
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

    .panel a:hover, .panel a:visited:hover {
        margin: 0;
        padding: 0;
        color: #bdc6d7;
        text-decoration: none;
    }

.links_menu {
    height: 20px;
    margin-top: 4px;
}

    .links_menu a {
        margin-left: 2px;
    }

        .links_menu a:hover {
            margin-left: 2px;
        }

a.trigger {
    position: fixed;
    text-decoration: none;
    top: 5px;
    left: 0;
    margin-left: -50px;
    font-size: 12px;
    color: #000;
    padding: 10px 40px 10px 15px;
    background: #c8d5b9 url(LogoSantana.png) 85% 55% no-repeat;
    border: 1px solid #003e42;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    z-index: 9999;
}

    a.trigger:hover {
        position: fixed;
        text-decoration: none;
        top: 5px;
        left: 0;
        margin-left: 0;
        font-size: 12px;
        color: #000;
        padding: 10px 40px 10px 20px;
        border: 1px solid #003e42;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: block;
        z-index: 9999;
    }

a.active.trigger {
    margin-left: 0;
    z-index: 9999;
    border: 1px solid #003e42;
}*/

.columns {
    clear: both;
    width: 270px;
    padding: 0 0 20px 0;
    line-height: 22px;
}

.colleft {
    float: left;
    width: 130px;
    line-height: 22px;
}

.colright {
    float: right;
    width: 110px;
    line-height: 22px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

/*#switcher-panelwrap {
    height: 60px;
}

#switcher-panel {
    height: 60px;
}

.switcher-content {
    display: none;
}*/

.paginate_button_disabled {
    border: 1px solid #F3F3F3;
    color: #CCCCCC;
    margin-right: 2px;
    padding: 2px 5px;
}

.paginate_button:hover {
    border: 1px solid #52bfea;
    color: #fff;
    background-color: #52bfea;
}

.paginate_active {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #52bfea;
    font-weight: bold;
    background-color: #52bfea;
    color: #FFF;
}

.paginate_button {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    color: #52BFEA;
    border: 1px solid #52BFEA;
}

.wrapper {
    width: 100%;
    margin: 20px auto;
}

.box {
    width: 500px;
}

.clear {
    clear: both;
}

.back {
    color: #777;
    position: fixed;
    top: 5px;
    right: 10px;
    text-decoration: none;
}

.form_wrapper {
    background: #fff;
    border: 1px solid #6d6d6d;
    margin: 10px 10px auto auto;
    width: 500px;
    -webkit-box-shadow: 2px 2px 14px #000;
    -moz-box-shadow: 2px 2px 14px #000;
    box-shadow: 2px 2px 14px #000;
}

    .form_wrapper h3 {
        padding: 10px 30px;
        background-color: #444;
        color: #36a9dc;
        border-bottom: 1px solid #6d6d6d;
        text-align: center;
    }

    .form_wrapper form {
        display: none;
        background: -moz-linear-gradient(top, #faf3dd 0%, #7c9885);
        background: -webkit-gradient(linear, left top, left bottom, from(#faf3dd), to(#7c9885));
        background: -o-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
        background: -webkit-linear-gradient(top, #faf3dd 0%, #7c9885 100%);
        background-color: #bcc7d8;
        color: #000;
    }

    .form_wrapper .column {
        width: 47%;
        float: left;
    }

.active {
    display: block;
}

.login {
    width: 100%;
}

.register {
    width: 550px;
}

.forgot_password {
    width: 300px;
}

.form_wrapper a {
    text-decoration: none;
    color: #777;
    font-size: 12px;
}

    .form_wrapper a:hover {
        color: #fff;
    }

.form_wrapper label {
    padding: 10px 0 0 10px;
    margin: 0;
    font-size: 12px;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="password"] {
    border: solid 1px #999;
    margin: 7px 5px 0 10px;
    padding: 0;
    font-size: 14px;
    width: 100px;
    background: #c8d5b9;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}

    .form_wrapper input[type="text"]:focus,
    .form_wrapper input[type="password"]:focus {
        background: #feffef;
    }

.form_wrapper .bottom {
    background: -moz-linear-gradient(top, #cad3e2 0%, #aeb9cd);
    background: -webkit-gradient(linear, left top, left bottom, from(#cad3e2), to(#aeb9cd));
    background: -o-linear-gradient(top, #cad3e2 0%, #aeb9cd 100%);
    background: -webkit-linear-gradient(top, #cad3e2 0%, #aeb9cd 100%);
    background-color: #bcc7d8;
    border-top: 1px solid #999;
    margin-top: 0;
    clear: both;
    color: #fff;
}

    .form_wrapper .bottom a {
        display: block;
        clear: both;
        padding: 10px 30px;
        text-align: right;
        color: #ffa800;
    }

.bottom a:hover {
    display: block;
    clear: both;
    padding: 10px 30px;
    text-align: right;
    color: #fff;
}

.form_wrapper a.forgot {
    float: right;
    font-style: italic;
    line-height: 16px;
    color: #ffa800;
    font-size: 11px;
    margin-right: 11px;
}

    .form_wrapper a.forgot:hover {
        color: #fff;
    }

.form_wrapper div.remember {
    float: left;
    width: 140px;
    margin: 20px 0 20px 30px;
    font-size: 11px;
}

    .form_wrapper div.remember input {
        float: left;
        margin: 2px 5px 0 0;
    }

.form_wrapper .error {
    visibility: hidden;
    color: red;
    font-size: 11px;
    font-style: italic;
    display: block;
    margin: 4px 30px;
}

.form_wrapper input[type="submit"] {
    background: -moz-linear-gradient(top, #c8d5b9 0%, #c8d5b9);
    background: -webkit-gradient(linear, left top, left bottom, from(#c8d5b9), to(#c8d5b9));
    background: -o-linear-gradient(top, #c8d5b9 0%, #c8d5b9 100%);
    background: -webkit-linear-gradient(top, #c8d5b9 0%, #c8d5b9 100%);
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    padding: 4px 0;
    text-align: center;
    width: 100px;
    cursor: pointer;
    float: right;
    margin: 5px 5px 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #999 inset;
    -webkit-box-shadow: 0 0 2px #999 inset;
    box-shadow: 0 0 2px #999 inset;
}

    .form_wrapper input[type="submit"]:focus,
    .form_wrapper input[type="submit"]:hover {
        background: -moz-linear-gradient(top, #c8d5b9 0%, #c8d5b9);
        background: -webkit-gradient(linear, left top, left bottom, from(#c8d5b9), to(#c8d5b9));
        background: -o-linear-gradient(top, #c8d5b9 0%, #c8d5b9 100%);
        background: -webkit-linear-gradient(top, #c8d5b9 0%, #c8d5b9 100%);
        color: #fff;
        -moz-box-shadow: 0 0 2px #7c9885 inset;
        -webkit-box-shadow: 0 0 2px #7c9885 inset;
        box-shadow: 0 0 2px #7c9885 inset;
    }

.timeline_labels {
    color: #fff;
    text-transform: uppercase;
}

#gridbox {
    margin-bottom: 2px;
}

.gridhead {
    background: #7c9885;
    color: #000;
}

/*.SummaryStatus {
    width: 40%;
    padding: 5px;
    float: left;
    margin-left: 5px;
    display: block;
    border: 1px solid #44587C;
    background: #c8d5b9;
    color: black;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .SummaryStatus:hover {
        cursor: pointer;
    }

.SummaryStatusLabel {
    padding: 0;
    text-align: left;
    font-size: 10px;
    font-weight: bolder;
    color: #333;
}*/

/*.EtiquetaAvisos*/

.pie {
    position: relative;
    padding: 10px;
    bottom: 40px;
}

#tbWithScroll {
    overflow: scroll;
}
