﻿.doc_style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 12px !important;
}

.doc_style input {
    font-size: 12px !important;
}

.table_fixed {
    position: fixed;
}

.table_offset {
    margin-top: 100px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px solid #e7eaec !important;
    line-height: 1.42857;
    padding: 1px;
    vertical-align: top;
}

.w-72 {
    width: 73px;
}

.w-70 {
    width: 70px;
}

.custom_readonly_input {
    background: inherit;
    border: 1px solid #F3F3F4;
}

.custom_readonly_subtotal {
    background: #FFFBEA;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
}

.custom_readonly_purple {
    background: #E2E3FF;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
}

.yellowText {
    color: #FCEC52;
}

.blackBorder {
    border: 1px solid black !important;
}
/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #d7d7da;
    outline: 1px solid #95959d;
}*/


.custom-hover-parent tr:hover td, .custom-hover-parent tr:hover th {
    background-color: #d3f0f8;
    outline: 1px solid #d3f0f8;
   
}

.custom-hover-parent tr:hover input {
    background-color: #d3f0f8;
    border: 1px solid #d3f0f8;
}

.table_darker {
    background-color: #e6f8ff;
}

    .table_darker input {
        background-color: #e6f8ff;
        border: 1px solid #e6f8ff;
    }

.sub_total {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    background: #FFFBEA !important;
}

sub_total_td {
    background-color: #FFFBEA !important;
}

.sub_total_no_border {
    border-top: 1px solid #FFFBEA !important;
    border-bottom: 1px solid #FFFBEA !important;
    background: #FFFBEA !important;
}

.grand_total {
    border-top: solid #000 1px !important;
    border-bottom: solid #000 2px !important;
    background: #E2E3FF !important;
}



.display_none {
    display:none;
}


.form-control[readonly], fieldset[disabled] .form-control {
    background-color: inherit;
    opacity: 1;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden-collapse {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alwaysvisuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fps_custom_1 .form-control {
    height: 20px;
    border: 1px solid #000;
}

.fps_custom_2 .form-control {
    height: 25px;
}

.fps_custom_3 .form-control {
    height: 30px;
}

.fps_custom_4 .form-control {
    height: 25px;
}


.no-margin-table table {
    margin-bottom: 0px;
}

.tooltip_custom {
    position: relative;
    /*display: inline-block;*/
}

.tooltip_custom .tooltiptext {
    visibility: hidden;
    width: 400%;
    background-color: #ffffcc;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 75%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip_custom .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
    .tooltip_custom:hover .tooltiptext {
        visibility: hidden; /*Old styel, was normally set to visible here*/
        opacity: 1;
    }


.js-dragndrop {
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.outer {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #EEE;
}

.inner {
    position: absolute;
  
   }

    .inner:before {
        background: #0b5cad;
        font-family: "FontAwesome", Arial;
        color: #FFF;
        content: "\f0b2 \00a0 drag";
        padding: 8px 16px;
        display: block;
        border-radius: 6px 6px 0 0;
        left: 50px;
        position: absolute;
        top: -34px;
        cursor: move;
    }

.inner--1 {
    left: 100px;
    top: 100px;
    width: 300px;
    height: 200px;
    background-color: #b1b1ff;
}

.inner--2 {
    left: 100px;
    top: 50px;
    background-color: #92f192;
}

/*.inner--3 {
    border-radius: 5px;
    left: 25px;
    top: 25px;
    background-color: #0173E6;
    color: #fff;
    z-index: 10;
}*/

/* Floating menu */

.floating-menu {
    border-radius: 5px;
    left: 100px;
    top: 100px;
    z-index: 10;
    position: absolute;
}

    .floating-menu ::-webkit-scrollbar {
        width: 10px;
        padding: 1px;
    }
    .floating-menu ::-webkit-scrollbar-track {
        background-color: #155392;
    }
    .floating-menu ::-webkit-scrollbar-thumb {
        background-color: #3399ff;
        width: 8px;
        border-radius: 2px;
    }
    .floating-menu a.fa {
        padding: 30px;
        font-size: 40px;
    }
    .floating-menu .menu {
        list-style: none;
        padding: 20px;
        background: #0b5cad;
        font-size: 16px;
        margin: 0;
        max-height: 120px;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 20px 0px;
    }

    .floating-menu a{
        color: #fff;
    }

.floating-menu__row {
    display: flex;
    /* align-items: center; */
}
.floating-menu__col {
    display: flex;
    align-items: center;
    background-color: #0173E6;
}

.floating-menu__col--left {
    border-radius: 50% 0 0 50%;
}
.floating-menu__col--right {
    border-radius: 0 50% 50% 0;
}

.table_tahoma {
    font-family: 'Tahoma', Geneva, Verdana, sans-serif;
    font-size: small;
}

.table_segoe {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.table_verdana {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
}

.table_helvetica {
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
}

.simple_border {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
}

.left-margin-fa {
    margin-left: 15px;
}

.left-margin-fa-b {
    margin-left: 70px;
}


.float-right {
    float:right;
}

.doc_header {
    vertical-align: middle;
    min-width: 250px;
    color: #C61745;
    font-style:italic;
}

.doc_subheader {
    vertical-align: middle;
    min-width: 250px;
}

.sublevel1 {
    padding-left: 10px !important;
}

.sublevel2 {
    padding-left: 20px !important;
}

.fa-float {
    display: block;
    position: absolute;
    left: 66%;
    top: 28%;
}

.doc_header_buttons {
    min-width: 250px;
    max-width: 250px;
}

.doc_header_custom {
    vertical-align: middle;
    min-width: 250px;
    max-width: 250px;
    /*color: #C61745;
    font-style: italic;*/
    font-size: smaller;
}

.editable_input {
    /*background: #e4e4e7;*/
    background: #ffcc00 !important;
    border: 1px solid #ffcc00 !important;
}

.editable_input_blue {
    /*background: #e4e4e7;*/
    background: #D3F0F8 !important;
    border: 1px solid #ffcc00 !important;
}

.editable_input_green {
    /*background: #e4e4e7;*/
    background: #A9FDAC !important;
    border: 1px solid #C1C1C1 !important;
}

.greenText {
    color: #A9FDAC;
    text-shadow: 2px 2px 2px black;
}

.greenForTotalGP {
    background: #D3F0F8 !important;
}

.blackBorder {
    border: 1px solid black !important;
}

.editable_input:focus {
    background: #ffeb99 !important;
}

.custom_sign_input {
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.blueheader_text_padding_10 {
    padding-top: 10px !important;
}

.blueheader_text_padding_5 {
    padding-top: 5px !important;
}

.blueheader_white_border {
    border: solid 1px #F3F3F4;
    background: #00A8E6;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tableSpace {
    width:10px;
    height: 25px;
}

.yellowheader_white_border {
    border: solid 1px #F3F3F4;
    background: #FCEC52;
    color: black;
    padding-bottom: 5px;
    padding-top: 5px;
}

.special_input_wrapper {
    font-weight:700;
    position: relative;
}

.hours_input_field {
    display: inline-block;
    
}

.kpi_input_field {
    display: inline-block;
    padding-right: 17px;
}

.pound_sign {
    position:absolute;
    top: 5px;
    left: 22px;
}

.percentage_sign {
    position: absolute;
    top: 5px;
    right: 4px;
}

/**/
table tbody td {
    max-width: 75px;
}

.less_padding {
    padding: 6px 9px !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* New Tabs */

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-weight:bold;
}

.tabrow li {
    margin: 0 10px;
    padding: 0 10px;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
}

.tabrow li.selected {
    background: #FFF;
    color: #000;
}

    .tabrow li.active {
        background: #FFF;
        color: #000;
    }

.tabrow {
    position: relative;
}

    .tabrow:after {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        /*border-bottom: 1px solid #AAA;*/
        z-index: 1;
    }

.tabrow:before {
    z-index: 1;
}

.tabrow li {
    position: relative;
    z-index: 0;
}

.tabrow li.selected {
    z-index: 2;
    border-bottom-color: #FFF;
}

    .tabrow li.active {
        z-index: 2;
        border-bottom-color: #FFF;
    }

.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}

.tabrow li:before {
    left: -6px;
}

.tabrow li:after {
    right: -6px;
}
    /*
.tabrow li:after, .tabrow li:before {
    border: 1px solid #AAA;
}
    */
.tabrow li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
    /*
.tabrow li:before {
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
}

.tabrow li:after {
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
}

.tabrow li:before {
    box-shadow: 2px 2px 0 red;
}

.tabrow li:after {
    box-shadow: -2px 2px 0 red;
}

.tabrow li:before {
    box-shadow: 2px 2px 0 #ECECEC;
}

.tabrow li:after {
    box-shadow: -2px 2px 0 #ECECEC;
}

.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}

.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
    */
    .tabrow li {
        background: linear-gradient(to bottom, #ECECEC 50%, #D1D1D1 100%);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
        text-shadow: 0 1px #FFF;
        margin: 0 -5px;
        padding: 0 20px;
    }



.lastsave_and_lastsubmit {
    min-width: 115px;
}


.toggle_mthtodate_projected a, .toggle_lastyear_projected a {
    color: #fff;
}

.toggle_mthtodate_projected a:hover, .toggle_lastyear_projected a:hover {
    text-decoration: underline;
}

.top20 {
    padding-top: 20px;
}

.bottom20 {
    padding-bottom: 20px;
}

.topBottom20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.top10 {
    padding-top: 10px;
}

.bottom10 {
    padding-bottom: 10px;
}
.h-30 {
    height: 30px;
}

.w-74 {
    width: 74px !important;
}

.w-75 {
    width: 75px !important;
}

.h-25 {
    height: 25px;
}

.block-yellow {
    text-align: center;
    border: solid 1px #888;
    background-color: LemonChiffon;
}

.text-block {
    right: 20px;
    background-color: gray;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid gray;
    border-radius: 10px;
    padding-top: 5px;
}


