/* Common max height form inputs (almost common....)*/
.inputMaxHeight {
	max-height: 28px;
}

.nav-tabs > li {
    margin-bottom: -3px;
    border-bottom: solid 2px #ffffff; /*White*/
    color: #03a9e7;
}

/*Style for the tab headers*/
a#reportTabHeader, a#monthOverviewTabHeader, a#keyNumbersTabHeader, #statTabHeader {
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

#benchmarkHeaderAndTabsDiv {
    margin-top: 40px;
    margin-bottom: 25px;
}

button.generalBtnFontSize, input.generalBtnFontSize {
    font-size: 18px;
    font-family: Candara, Arial, sans-serif;
}


/*#region Style for excel buttons*/
a.excelBtn {
    background-color: #389a3a;
    padding: 4px 12px 5px 12px;
    border: none;
    font-size: 18px;
}

    a.excelBtn:focus, a.excelBtn:active {
        outline: none !important;
    }

    a.excelBtn:hover {
        background-color: #389a3a;
        padding: 4px 12px 5px 12px;
        border: none;
        box-shadow: 0 0 5px rgb(0,200,0);
        cursor: pointer;
    }

    a.excelBtn span {
        cursor: pointer;
    }

/*#endregion*/

/*#region Date picker and time picker*/

.bIdeaPicker {
    height: 29px;
    max-width: 120px;
    margin-top: -2px;
    -moz-border-radius: -5px -5px;
    -webkit-border-radius: -50px;
    border-radius: -5px;
}

/*Style dateinputs so they're too wide!'*/
input.bIdeaDatePicker.picker__input {
    width: 97px;
}

    input.bIdeaDatePicker.picker__input:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }

div#bMarkDateStartInput span.input-group-addon {
    height: 10px !important;
}

div.row.pickerRow {
    margin-bottom: 20px;
}

div.picker.picker--opened, div.picker, div.picker--time {
    width: 400px;
    margin-top: 30px;
}

i.fa.fa-clock-o {
    float: right;
    position: absolute;
    margin-top: 18px;
    margin-left: 12px;
}


input.bIdeaTimeInput.bIdeaPicker {
    float: left;
    width: 70px;
    position: absolute;
}

/*#endregion*/

/* Styling full screen icon*/
.fullscreen {
    font-size: 18px;
    margin: 5px;
    font-weight: bold;
    float: right;
}



/*Class for table cells that should have centered text*/
td.tdCenterText, th.tdCenterText {
    text-align: center !important; /*Important in order to overwrite jQuery datatables' css'*/
}


/*Class for divs inside a td*/
td div.timeDiv {
	width: 66px !important;
    display: table-cell;
}




/*#region STYLE FOR INPUT FIELDS*/
.bIdeaDatePicker, .bIdeaTimePicker, .editSelect {
    min-height: 36px !important;
}


/*#endregion*/

/*Style for modal button rows*/
.modalButtonsRow {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    margin-top: 10%;
}

/*Set margin for the bottom link to calculation doc*/
.linkToCalcDoc {
    margin-top: 50px;
}

/*Style for inputs where their contents are being loaded*/
.loadingInput {
    background-image: url("../../../../../../App_Themes/BlueIdeaTheme/images/loading.gif") !important;
    background-size: 25px 25px !important;
    background-position: 92% center!important;
    background-repeat: no-repeat;
    background-color: #ffffff;
}