/*@@@ custom css for DEV @@@*/

.displayFlex,
.formFlexible .form-group{
    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;
    display: flex;
}

.verticalAlignerCenter {
    -webkit-align-items: center;
    align-items: center;
}

.verticalBottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flexMax,
.formFlexible .form-group>.form-control{
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
}
.formFlexible .form-group{
    align-items: center;
    justify-content: center;
}
.formFlexible .form-group>label.control-label{
    margin-bottom: 0%;
    text-align: right;
    padding-right: 5px;
}
.formFlexible.lbl50 .form-group>label.control-label{
    width: 50px;
}
.formFlexible.lbl60 .form-group>label.control-label{
    width: 60px;
}
.formFlexible.lbl70 .form-group>label.control-label{
    width: 70px;
}
.formFlexible.lbl80 .form-group>label.control-label{
    width: 80px;
}
.formFlexible.lbl90 .form-group>label.control-label{
    width: 90px;
}
.formFlexible.lbl100 .form-group>label.control-label{
    width: 100px;
}
.formFlexible.lbl110 .form-group>label.control-label{
    width: 110px;
}
.formFlexible.lbl120 .form-group>label.control-label{
    width: 120px;
}
.formFlexible.lbl130 .form-group>label.control-label{
    width: 130px;
}
.formFlexible.lbl140 .form-group>label.control-label{
    width: 140px;
}
.formFlexible.lbl150 .form-group>label.control-label{
    width: 150px;
}

.centerChild {
    text-align: center !important;
}

.formFlexible.ajaxForm .help-block{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0% !important;
    height: 0% !important;
    visibility: hidden  !important;
}
.left{
    float: left;
}
.right{
    float: right;
}

ul.autoCompleteWrapItem {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 20px;
    display: block;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    margin: 0;
    padding: .286em 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

ul.autoCompleteWrapItem li {
    list-style: none;
    display: block;
    padding: 1px 11px;
    color: #00acc1;
    min-height: 2.143em;
    line-height: 2.143em;
}

ul.autoCompleteWrapItem li:hover {
    background-color: #f5f6f6;
}

.autoCompleteAlt {
    height: auto;
}

#location-form .labelWrap {
    width: 150px;
}

#content header h1.report {
    background: url("../images/reportHead.png") no-repeat;
}

.k-tooltip-content {
    /*white-space: nowrap;*/
    /*max-width:400px;*/
}

.miniGrid .k-tooltip-validation {
    position: fixed!important;
}

.rePrint {
    display: inline-block;
    position: inherit
}

.rePrint a {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif
}

.rePrint:hover {
    background-image: none;
    background-image: none, -webkit-gradient(linear, left top, left bottom, from(#202333), to(#081421));
    background-image: none, -webkit-linear-gradient(top, #202333 0, #081421 100%);
    background-image: none, linear-gradient(to bottom, #202333 0, #081421 100%);
}

.k-webkit .k-numeric-wrap:before {
    display: none;
    height:0;
}

.k-numeric-wrap.k-state-default {
    border-color: #ccc;
    border-radius: 0;
    max-height: 36px;
}
.k-numeric-wrap::before{
    display: none;
}
.k-numeric-wrap.k-state-default > input {
    position: relative;
    left: 0;
}

@supports (-ms-accelerator:true) {
    .k-numeric-wrap.k-state-default > input {
        position: relative;
        top: -35px;
        left: 0;
    }
}

.k-calendar .k-state-focused {
    background-color: #efefef;
}

.k-calendar .k-state-selected, .k-calendar .k-state-selected.k-state-hover {
    border-color: transparent;
    background-color: #ff4350;
}

.k-calendar td {
    border-width: 0px;
    border-radius: 0;
}

.searchFilter .k-autocomplete {
    border: none;
    width: 100%;
}

.searchFilter .k-autocomplete .k-state-hover {
    background-color: transparent;
}

.searchFilter .k-autocomplete .k-input {
    background-color: transparent;
    /*height: 24px;*/
    border: solid 1px #ccc;
    border-radius: 0;
}

.searchFilter .k-datepicker .k-input {
    border-radius: 0;
}

.searchFilter .k-datepicker {
    width: 100%;
}

.errorField {
    border:solid 1px red !important;
}

textarea {
    resize: none;
}

.userArea>div {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.userArea .dropdown-menu li {
    padding: 0 10px;
}

.userArea .avatar {
    border-radius: 1000px;
    border: solid 1px #fff;
    width: 64px;
    height: 64px;
}

.userArea .avatar:hover {
    box-shadow: 0 0 0 2px #cdcdcd;
    text-decoration: none;
}
.checkboxItem>label{
    padding-top: 5px;
}

div.k-list-container ul.k-list li{
    white-space: pre;
}

div.k-grid div.k-grid-content table tr td[role=gridcell]{
    white-space: pre;
}
.alert-dismissible{
    border-color: #666666;
}

fieldset.filterWrap .filter{
    overflow: visible;
}

.collapsed{
    overflow: hidden !important;
}

.section-title:hover{
    cursor: pointer;
}
.section-collapsed{
    height: 0px;
    overflow: hidden;
}
.k-widget.k-autocomplete.k-header.k-state-default{
    width:100%;
}

.label-inverse{
    background-color: #9e60b2;
}
.alert-cus-inverse{
    background-color: #f2e9f5;
}

.alert-cus-primary{
    background-color: #daeeff;
}

.popover{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
.filterWrap {
    display: inline-block;
    padding-left: 10px;
    width: 350px;
}
#filter-list .k-list-scroller ul.k-list li.k-item{
    overflow: hidden;
    text-overflow: ellipsis;
}
#filter-list .k-list-scroller{
    overflow-y: auto;
}
.headerWrap{
    padding-bottom: 10px;
}
.headerWrap h1{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: baseline;
}
.filterWrap input.k-input{
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
}
.filterWrap>.k-widget>.k-icon{
    margin-left: -20px;
}
.filterWrap button{
    border: none;
    font-size: 21px;
    align-items: center;
    vertical-align: bottom;
    margin-bottom: 1px;
    color: #0275d8;
    background: transparent;
}
.k-numerictextbox{
    width: auto;
}

.error {
    border-color: red !important;
}

.tab-pane{
    background-color: #fff;
    padding:1rem;
    border:solid 1px #ddd;
    border-top:none;
}

.scheduler_specific_date{
    width: 180px;
}
.scheduler-max-with-form{
    max-width: 478px;
}
.text-input{
    background-color: #eceeef;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: #55595c;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    line-height: 1.5;
    min-height: 37px;
}
.blockField{
    border:solid 1px #ccc;
    border-radius:3px;
    padding:10px;
    position: relative;
    margin-bottom: 10px;
}
.blockFieldTitle{
    display: inline-block;
    background-color: #eceeef;
    padding:3px 10px;
    position: absolute;
    top:-18px;
    margin-left: 0px;
    font-weight: 600;
}
body.showOverflow{
    overflow-y: scroll;
}
body.showOverflow.modal-open,body.showOverflow.modal-open-alt{
    overflow: hidden;
}

.k-scheduler th, .k-scheduler tr, .k-scheduler td,.k-widget.k-scheduler,.k-scheduler .k-scrollbar-h tr + tr .k-scheduler-times {
    border-color: #9da2a4;
}
.k-scheduler .k-header {
    border-bottom: solid 1px #9da2a4;
}


.userGridWrapForTask{
    position: absolute;
    top: 0;
    width: 500px;
    right: -400px;
    min-height: 100%;
    background-color: #ebebeb;
    padding: 10px 10px 0 10px;
    transform: translateX(-400px);
    transition: transform .3s ease-in;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.userGridWrapForTask.open{
    transform: translateX(95px);
}
#filterUser-list .k-list-scroller{
    overflow-y: auto;
}

.taskGridWrapForTask{
    position: absolute;
    top: 0;
    width: 500px;
    right: -400px;
    min-height: 100%;
    background-color: #ebebeb;
    padding: 10px 10px 0 10px;
    transform: translateX(-400px);
    transition: transform .3s ease-in;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.taskGridWrapForTask.open{
    transform: translateX(95px);
}

.subTaskWrap{
    position: absolute;
    top: 0;
    width: 400px;
    right: -400px;
    min-height: 100%;
    background-color: #ebebeb;
    padding: 10px 10px 0 10px;
    transform: translateX(-400px);
    transition: transform .3s ease-in;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.subTaskWrap.open{
    transform: translateX(-5px);
}
.arrow-right-panel{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(-90deg);
    border-bottom: 10px solid #ebebeb;
}

#filterTask-list .k-list-scroller{
    overflow-y: auto;
}
#topBar{
    line-height: 60px;
}


/*
.k-scheduler .k-scheduler-times .k-scheduler-table{
    table-layout: fixed;
}
.k-scheduler .k-scheduler-times .k-scheduler-table .k-slot-cell:nth-of-type(2){
    width:200px;
    max-width: 200px;
}
.k-scheduler-header .k-scheduler-header-wrap .k-scheduler-table tr:nth-of-type(2) .k-slot-cell{
    height: 33px;
    vertical-align: middle;
}
*/


table.k-scheduler-layout.k-scheduler-timelineview.k-scrollbar-h div.k-scheduler-header.k-state-default th.k-slot-cell{
    text-align: center;
}

.listSubTask{
    display: flex;
    flex-wrap: wrap;
}
.listSubTask h5 {
    width: 100%;
}
.listSubTask .subItem{
    border: dashed 1px!important;
    text-align: left!important;
    margin-right:10px;
    margin-top: 10px;
    max-width: 300px;
    white-space: pre-wrap;

}

.alert-secondary{
    background-color: #f1f1f1;
    border-color: #a2a2a2;
    color: #505050;
}
.alert-secondary-alt{
    background-color: #b1a7a7;
    border-color: #5a5a5a;
    color: #fff;
}
.k-grid .label.label-secondary {
    background-color: #f1f1f1;
    border-color: #a2a2a2;
    color: #505050;
}

.k-grid .label.label-danger-alt{
    background-color: #005cab;
    color: #fff;
}



.position-dropdown,.location-dropdown{
    display: inline-block;
}
.location-dropdown{
    margin-right:20px;
}
.gridAction a{
    margin-right: 10px;
}
.gridAction a:last-child{
    margin-right: 0px;
}