﻿body {
    font-size: 80%;
    padding: 2px;
}

    body.fixed-top div#topContainer {
        /*position: fixed;
    width: 100%;*/
    }

    body.fixed-top div#mainContainer {
        /*padding-top: 12em;*/
    }

h1 {
    display: none;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

.screenOverlay {
    background: #00000050;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.screenOverlayIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

div#loginTitle h2 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    /*--color: #1c5daf;--*/
    color: #000000;
}

div#header {
    margin-bottom: 0px;
}

div#topContainer {
}

div#mainContainer {
}


form#logoutForm {
}

.strong {
    font-weight: bold;
}

td.indent-small {
    padding-left: 2em;
}

td.indent-large {
    padding-left: 4em;
}

ul.no-indent {
    margin-left: 0px;
}

ul.indent-small li {
    margin-left: 1em;
}

ul.indent-large li {
    margin-left: 2em;
}

ul.inline.no-indent > li, ol.inline.no-indent > li {
    padding-left: 0px;
}

label.inline {
    display: inline;
}


div.login-box {
    max-width: 500px;
}

.normal {
    font-weight: normal;
}


tr.no-border, tr.no-border td, tr.no-border th {
    border-style: none;
}

div#loginPanel {
    padding-top: 2em;
}

table.no-border td, table.no-border th {
    border-style: none;
}


table.border-bottom td, table.border-bottom th {
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

td.align-right, th.align-right {
    text-align: right;
}


table.table-hide-head {
    border-top-style: none;
    margin-top: -1.3em;
}

    table.table-hide-head thead {
        visibility: hidden;
    }

table.table-show-head {
    border-top-style: none;
    margin-top: 1em;
}

    table.table-show-head thead {
        visibility: visible;
    }

table caption {
    text-align: left;
    font-weight: bold;
}


td.drilldown-content {
    display: none;
}

td.drilldown-container {
    padding: 2em;
}

table div.well h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 0px;
}

div.well.no-bg {
    background-color: transparent;
}

div.table-topper {
    margin-bottom: -1px;
    padding: 0px 1em 0px 1em;
}

    div.table-topper h3 span {
        margin-top: 1em;
    }

    div.table-topper h3 {
        font-size: 1.3em;
    }


[class^="icon-m"],
[class*=" icon-m"] {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-bottom: .35em;
    *margin-right: .3em;
    vertical-align: middle;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

i.icon-m-flag {
    background-image: url(images/glyphicons_266_flag.png);
}

i.icon-m-exclamation {
    background-image: url(images/glyphicons_196_circle_exclamation_mark.png);
}

i.icon-m-pie-chart {
    background-image: url(images/glyphicons_042_pie_chart.png);
}

i.icon-m-circle-arrow-left {
    background-image: url(images/glyphicons_216_circle_arrow_left_white.png);
}


li.panel-head {
    font-size: 1.5em;
    text-transform: none;
}

    li.panel-head small {
        font-size: .65em;
        font-weight: normal;
    }

ul.li-space-s li {
    padding-bottom: 0em;
}

ul.li-space-m li {
    padding-bottom: 1em;
}

ul.li-space-l li {
    padding-bottom: 1.5em;
}

ul.inline-container {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


ul.no-bullet {
    list-style-type: none;
}

div#navContainer {
}

div#subNav {
}

div#fRelated {
    margin-top: 55px;
}

div#fContainer {
    position: relative;
}

div#fiBotNav {
    margin: 2em 0em 2em 0em;
    margin-top: 2em;
    margin-bottom: 2em;
}

a#backButton {
    float: left;
    margin-top: .5em;
    margin-right: 1.4em;
}


span#saveMessage {
    display: inline-block;
}


.pad-s {
    padding: 1em;
}

.pad-m {
    padding: 2em;
}

.pad-l {
    padding: 3em;
}

.margin-bottom-s {
    margin-bottom: 1em;
}


div.sortable .panel-head {
    cursor: move;
}

.panel-head i.icon-chevron-up, .panel-head i.icon-chevron-down {
    cursor: pointer;
}


#sysMessages {
    width: 95%;
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 99999999999999999;
}

.larger-text {
    font-size: 1.3em;
}

.smaller-text {
    font-size: .8em;
}

#sysMessagesInner {
    font-weight: bold;
}


.strike {
    text-decoration: line-through;
}

div.validation-summary-valid.alert {
    display: none;
}

div.validation-summary-errors span {
    font-weight: bold;
    color: #ff0000;
}

.input-validation-error {
    border: 2px solid #ff0000 !important;
}


[data-section-header] {
    position: relative;
}

a.f-back-top {
    position: absolute;
    top: 1.1em;
    right: .7em;
}

/*Overriden bootstrap*/

.input-tiny {
    width: 30px;
}

.form-labels-left {
    text-align: left;
}


span.badge-container-top {
    /*padding: .5em;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;*/
}


.alert-no-pad {
    padding: 0px .2em 0px .2em;
}


[class^="icon-"], [class*=" icon-"] {
    margin-top: 3px;
}

div.input-prepend span.add-on.has-content {
    position: relative;
}


    div.input-prepend span.add-on.has-content strong {
        font-size: .7em;
        position: absolute;
        top: -6px;
        right: 0px;
    }

input.test {
    border-width: 2px;
}

.relative {
    position: relative;
}


#formTemplateFooterInformation {
    margin-top: 4em;
    font-weight: bold;
    text-transform: uppercase;
}
/* Standard Modal*/
/* Change default speed of modal fade */

.modal.fade {
    -webkit-transition: opacity .2s linear, top .2s ease-out;
    -moz-transition: opacity .2s linear, top .2s ease-out;
    -o-transition: opacity .2s linear, top .2s ease-out;
    transition: opacity .2s linear, top .2s ease-out;
    top: -75%;
}

.modal {
    /* new custom width */
    width: 1000px; /*1100px;*/
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -500px; /*-500px;*/
    /*height: 700px;*/
}

.modal-body {
    /*min-height:480px;*/
    /*max-height: 900px;*/
}

/* Large Modal*/
/* Change default speed of modal fade */

.modallarge.fade {
    -webkit-transition: opacity .2s linear, top .2s ease-out;
    -moz-transition: opacity .2s linear, top .2s ease-out;
    -o-transition: opacity .2s linear, top .2s ease-out;
    transition: opacity .2s linear, top .2s ease-out;
    top: -75%;
}

.modallarge {
    /* new custom width */
    width: 1100px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -500px; /*-385px;*/
    height: 700px;
}

.modallarge-body {
    min-height: 600px;
    /*max-height: 900px;*/
}


/* fix modal for mobiles */

/* Landscape phones and down */
@media (max-width: 480px) {

    .modal {
        position: fixed;
        top: 3%;
        right: 3%;
        left: 3%;
        bottom: 3%;
        width: auto;
        margin: 0;
    }

    .modal-body {
        height: 60%;
    }

    .modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/*Jquery.DataTables - rules to enable it to work with Twitter Bootstrap */

span.badge a {
    color: inherit;
}

.badge-large {
    padding: .5em .5em .5em .5em;
    font-size: 1em;
}

div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    /*float: right;*/
}

div.dataTables_info {
    padding-top: 8px;
    font-weight: bold;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
    }

    table.table thead .sorting {
        background: url('../DataTables-1.9.4/media/images/sort_both.png') no-repeat center right;
    }

    table.table thead .sorting_asc {
        background: url('../DataTables-1.9.4/media/images/sort_asc.png') no-repeat center right;
    }

    table.table thead .sorting_desc {
        background: url('../DataTables-1.9.4/media/images/sort_desc.png') no-repeat center right;
    }

    table.table thead .sorting_asc_disabled {
        background: url('../DataTables-1.9.4/media/images/sort_asc_disabled.png') no-repeat center right;
    }

    table.table thead .sorting_desc_disabled {
        background: url('../DataTables-1.9.4/media/images/sort_desc_disabled.png') no-repeat center right;
    }

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}

.currentStageG {
    color: green;
}

.currentStageR {
    color: red;
}

.currentStageO {
    color: orange;
}



/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }


ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important; /* needed only when demo_page.css is included */
}

.page:hover {
    cursor: pointer !important;
    *cursor: hand !important;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_LeftFootWrapper table {
    border-top: none;
}

div#durtn {
    width: 30px;
}

/*END*/


/*Overriden jquery ui*/
.ui-sortable-placeholder {
    border: 2px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }



/* Print related styles */
@media print {
    /* All your print styles go here */
    .no-print {
        display: none !important;
    }
}

/* IE7 Textbox css hack*/
.input-block-level {
    *min-height: 20px; /* IE7 */
}

.table tbody > tr > td {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.hovPointer:hover {
    cursor: pointer;
}

#userTable tbody tr td:first-child:hover {
    background-color: #EDEDED !important;
}

.infoNumber {

}

.numberPolo {
    /*border-color: #520D88 !important;

    border-width: 0.1rem;
    border-radius: 0.3rem;
    padding: 0.2rem;
    color: red;*/
    width: 2.2rem;
    height: 2.2rem;
    display: inline-block;

    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: white;
    line-height: 2.2rem;
    font-size: 1rem;

}

.poloGreen {
    border: 2px solid #74D774;
    background-color: #74D774;
}

.poloRed {
    border: 2px solid #FF6961;
    background-color: #FF6961;
}

.lockStatus-0 {
    color:green!important;
}
.lockStatus-1 {
    color: orange!important;
}
.lockStatus-2 {
    color: red!important;
}
