﻿/***************************************************************
    Hello Mr Developer!
    This file is for any styling you wish to make on pages

 ****************************************************************/

/* 
    Luke Additions to: Baseshift/index */

div.input-container {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 0.5em;
}

.fromToDiv input.k-textbox {
    margin-bottom: 0.5em;
}

.fromToDiv div.input-container .k-timepicker {
    width: 90px;
}

.fromToDiv .short,
.fromToDiv .short .k-textbox {
    width: 95px;
}

.time-display label, .time-display input {
    margin: 0 0 0.1875em 0;
    display: inline-block;
}

.fromToDiv .input-container {
    margin-bottom: 0.5em;
}

.input-container label {
    margin-bottom: 0.2em;
}

.dialouge-content {
    margin-bottom: 25px;
}


/*** End of personnel page ***/

/*** Period Planning ***/

.tablink {
    margin-right: 25px;
    float: left;
    text-decoration: none;
}

    .tablink:hover, .tablink.active {
        color: rgb(181,191,211);
        border-bottom: 3px solid rgb(181,191,211);
        padding-bottom: 17px;
        margin-bottom: -20px;
    }

.headerIcon {
    background-image: url(Images/icon-sprite.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 4px;
    -moz-background-size: 250px 250px;
    -o-background-size: 250px 250px;
    background-size: 250px 250px;
    opacity: 0.65;
}

#statusContainer {
    float: right;
}

#statusContainer {
    float: right;
}

#poolApiRequestContainer {
    float: right;
    margin-top: -40px;
}

#poolApiStatusContainer {
    float: right;
}

#mainTableStatus #infoFromResponseTextArea {
    height: 405px;
}

#statusDescription {
    font-weight: bold;
}

#btnExportManually {
    float: right;
}

.work-places-tree {
    width: 350px;
}

#reservationsGridContainer {
    padding-left: 7px;
    padding-right: 7px;
}

.reservationGridButtons {
    margin: auto;
}

/*** End of period planning page ***/

/*** Staffing Levels ***/

.periods-width-250 {
    width: 250px;
}

.hidden-container {
    overflow: hidden;
    min-height: 50px;
}

.container-row {
    overflow: hidden;
    position: relative;
}

.clear-paddings {
    padding-left: 0;
    padding-right: 0;
}

/*** End of Staffing Levels ***/

.scheduler-tile-wrapper {
    position: relative;
    overflow: visible;
    height: 100px;
}

.scheduler-tile {
    float: left;
    -webkit-transition: width 0.3s, z-index 0.5s;
    -moz-transition: width 0.3s, z-index 0.5s;
    -o-transition: width 0.3s, z-index 0.5s;
    -ms-transtion: width 0.5s;
    transition: width 0.3s, z-index 0.5s;
    width: 30px;
    /*height: 95%;*/
    margin: 5px 0 5px 5px;
    padding: 2px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid gray;
}

    .scheduler-tile.hovered {
        width: 200px !important;
        transition: width 100ms, z-index 0s;
        z-index: 20;
        position: absolute;
    }

    .scheduler-tile.selected {
        border: 1px solid #FFF;
        box-shadow: 0 0 4px #000;
    }

    .scheduler-grid-cell {
        overflow: visible !important;
        padding: 0 !important;
    }

    .scheduler-grid-cell.selected {
        background-color: #a9a9a9 !important;
    }

.user-avatar-scheduler {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

/*Calendar module */
#editDutyCalcTime .divider {
  margin-top: 5px;
  margin-left: 1em;
  display: inline-block;
}
#editDutyCalcTime .k-textbox-small {
    width: 108px;
}
#dutyCalcTimeGrid .k-grid-header {
  padding-right: 0 !important;
}
#editDutyCalcTime ol {
    min-height: 0px;
}
/*Calendar module end*/

/*reports module*/
.border-left{
    border-left:1px solid #dadada;
}
table[id^='personnel-report-table'] thead tr.table-header-bold th,
table[id^='personnel-report-table'] tbody tr td,
table[id^='personnel-report-table'] tfoot tr td {
    width: 10%;
   
 }

table[id^='personnel-report-table'] thead tr.table-header-bold th:last-child,
table[id^='personnel-report-table'] tbody tr td:last-child,
table[id^='personnel-report-table'] tfoot tr td:last-child {
    width: auto;
 }

#balanceAdjustmentTable tbody tr td {
    width: 14%;
}


 /*end reports module*/


 /*Role assignment*/
 #userProfilesGridContainer {
     margin-top: 10px;
 }
 #profilesGrid li:nth-child(even) {
     background-color: #f1f1f1;
 }
#profilesGrid {
    color: #484848;
    border: 1px solid lightgrey;
}

#profilesGrid .k-item span.k-in {
    width: 100%;
    box-sizing:border-box;
    margin: 0;
    font-size: 12px;
}
  
#profilesGrid li.k-item {
    padding: 0 !important;
}

#profilesGrid li.k-item div {
    padding: 0 !important;
}
#profilesGrid .k-state-selected {
    border-radius: 0px;
}

#profilesGrid .control-icons {
    display:none;
    margin-left:20px;
    float:right
}

/*end Role assignment*/

.showHideLink {
    cursor: pointer;
    color: #2076eb;
    text-decoration: none;
    text-transform: lowercase;
}

/* settings module*/
#oncallcombinations-content-list {
    background-color: #fff;
    overflow: hidden;
    max-height: 650px;
    min-height: 650px;
}

.delete-button-in-popup {
    line-height: 32px;
    display: inline-block;
}

#editShiftCombination .popup-buttons {
    margin-right: 0em;
}

#shiftCombinationShiftIsPrimary {
    margin-right: 0.3em;
}

#editBreakTemplate .popup-buttons {
    margin-right: 0em;
}

/* Break Templates*/

.icn-data-log-blue {
  background-position: -127px -125px;
}

#breakTemplatesList {
    height: 650px;
}

#copyScheduleTemplate.default-double-popup ol {
    min-height: 361px;
}

/* Shift Combinations*/
/* used in Settings Shift Combination add/edit shift popup*/
.chk-isprimary {
    padding-top: 7px;
}

#shiftCombinationsListWrapper {
    height: 640px;
}
/* used for Selections -> edit popup Delete selection button*/
#btnDeleteSelection {
    display: inline-block;
    line-height: 37px;
}

#selectionContentList {
    overflow: hidden;
    outline: none;
    height: 700px;
}

#editIntegrationProfileTabstrip-3 span.k-dropdown {
    width: 130px;
}

#editIntegrationProfileTabstrip-3 input.k-textbox {
    width: 120px;
}

#editIntegrationProfileTabstrip-1 input.k-textbox {
    width: 100%;
}

#btnDeleteIntegrationProfile {
    line-height: 40px;
    display: inline-block;
    margin-left: 5px;
}

#personsPopup .columns {
    box-sizing: border-box;
}