/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2016, 6:07:45 AM
    Author     : mgabrhel
*/

/* Layout helpers
----------------------------------*/
.hi-front {
	z-index: 100;
}

/* Component containers
----------------------------------*/
.hi-content {
	border: 0px;
	background: #0a1f34;
	color: #000000;
        display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */ 
.hi-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .85;
	filter: Alpha(Opacity=85); /* support: IE8 */
}

.hi-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    /*box-shadow: 1px 1px 20px 1px #888888;*/
}

/* Dialog components
--------------------------------------*/
.hi-close-button {
    width: 15px;
    height: 15px;
    float: right;
    display: inline-block;
    background: url(../img/_icons.png) no-repeat;
    background-position: -52px -23px;
    background-clip: content-box;
    cursor:pointer;
}
.hi-header {
    height:30px;
    font: 300 30px/1.5 'Roboto', sans-serif;
    color:white;
    display:inline-block;
    padding-top: 20px;
    padding-left: 30px;
    float:left;
}
.hi-issue-types-frame {
    height: 30px;
    display: inline-block;
    padding-right: 30px;
    float: right;
    padding-bottom: 30px;
    margin-top: 20px;
}
.hi-issue-type-item {
    height: 100%;
    display: inline-block;
    float: right;
    padding-left: 50px;
    padding-top: px;
    cursor: pointer;
    text-transform: lowercase;
}
.hi-issue-type-item.active {
    color:white;
}
.hi-issue-type-item.active::before {
    content:"select";
    width:25px;
    margin-top:-5px;
    border-top: 2px solid red;
    color:transparent;
    position:absolute;
}
.hi-issue-type-item.notactive {
    color:#5b7187;
}
.hi-filter-frame::before {
    content: '';
    display: block;
    padding-top: 40px;
    
}
.hi-filter-frame {
    height:30px;
    width:100%;
    display:block;
    padding-top: 40px;
}

.hi-inputs-frame{
    height: 50px;
}
.hi-inputs-frame-label {
    padding-left:30px;    
}
.hi-inputs-frame-label > div {
    background-color: #F8F8F8;
    border: 1px solid #959595;
    border-radius: 8px 0px 0px 8px;
    border-right: 0px;
    padding-bottom: 34px;
    width:120px;
} 

.hi-inputs-frame-label > div > label {
    padding: 9px 12px 9px 12px;
    text-transform: none;
    font-size: 11px;
}

.hi-inputs-frame-input > div {
    background-color: #F8F8F8;
    border: 1px solid #959595;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px;
    border-left: 0px;
    padding-bottom: 34px;
    width:200px;
}

.hi-inputs-frame-input > div > input {
    border: 0px;
    background-color: transparent;
    float: right;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 0px;
    width: 100%;
}

.hi-inputs-frame-end > div {
    background-color: #F8F8F8;
    border: 1px solid #959595;
    border-radius: 0px 8px 8px 0px;
    border-left: 0px;
    padding-bottom: 34px;
    width:40px;
} 

.hi-icon {
    background-image: url("/img/_icons.png");
    background-position: 12px -14px;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    cursor:pointer;
}

.hi-pipe {
    top:10px;
    right:20px;
    position:absolute;
    width:1px;
    height:21px;
    border-left:1px solid #959595;
}

.hi-inputs-frame {
    cursor:pointer;
}
.hi-filter-frame-search {
    display: inline-block;
    float:left;
    width:600px;
}
.hi-inputs-frame-button-label {
    line-height: 30px;
    padding-left:50px;
    color:white;
    display:inline-block;
}
.hi-inputs-frame-button-icon {
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -215px -13px;
    background-clip: content-box;
    vertical-align: top;
    cursor: pointer;
}
.hi-filter-frame-search-year,
.hi-filter-frame-search-month {
    display: inline-block;
    float:left;
    width:130px;
    margin-top:10px;
    text-align: right;
    overflow: hidden;
    background: url(../img/select_arrow.png) no-repeat right transparent;
    border: 1px solid white;
    border-radius: 10px;
}

.hi-filter-frame > label {
    color:white;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding: 13px 7px 17px 30px !important;    
}
.hi-filter-frame-search-month {
   width: 128px;
   height: 20px;
   overflow: hidden;
   background: url(../img/select_arrow.png) no-repeat right transparent;
   border: 1px solid white;
   border-radius: 10px;    
}
#HiInputSearchYear,
#HiInputSearchMonth {
    background: transparent;
    width: 159px;
    font-size: 11px;
    border: 0;
    border-radius: 0;
    height: 20px;
    -webkit-appearance: none;
    position: relative;
    text-align-last: center;
    -moz-text-align-last: center;
    color: white;
    position:relative;
    top:0px;
    left:-13px; 
}
#HiInputSearchYear *,
#HiInputSearchMonth *
{
    color:black;
    background-color: white;
    text-align: left;
}
#hi-filter-frame-search-month-label[disabled],
.hi-filter-frame-search-month[disabled],
#HiInputSearchMonth[disabled] {
    color:#5b7187 !important;
    border-color: #5b7187 !important;
    background:none !important;
}

#HiInputSearchYear *,
#HiInputSearchMonth * {
    color:black;
}

#grdHistory {
    padding-top:100px;
    padding-left: 25px;
    width:95%;
}

.hi-edit-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -30px -54px;
    background-clip: content-box;
    padding-left: 10px;
    cursor: pointer;
}
.hi-unlocked-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -80px -57px;
    background-clip: content-box;
    padding-left: 10px;
    cursor: pointer;
}
.hi-locked-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -80px -57px;
    background-clip: content-box;
    padding-left: 10px;
    cursor: pointer;
}
.hi-password-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -55px -56px;
    background-clip: content-box;
    padding-left: 10px;
    cursor: pointer;
}
.hi-delete-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-position: -110px -57px;
    background-clip: content-box;
    padding-left: 5px;
}
.hi-delete-icon::after {
    content:"";
    height: 50px;
    width:2px;
    position:absolute;
    border-left:1px solid #495a6d;
    top:-1px;
    left:40px;
}
.ui-row-ltr {
    height:50px !important;
}
#jqgh_tblgrdHistory_cb > input[type=checkbox],
#jqgh_tblgrdUsers_cb > input[type=checkbox],
#jqgh_tblgrdGroups_cb > input[type=checkbox],
.jqgrow > td > input[type=checkbox] {
    display:none;
}
#tblgrdHistory_cb,
#tblgrdGroups_cb,
#tblgrdUsers_cb {
    width:25px !important;
}
#tblgrdHistory_cb,
#jqgh_tblgrdHistory_cb,
#tblgrdGroups_cb,
#jqgh_tblgrdGroups_cb,
#tblgrdUsers_cb,
#jqgh_tblgrdUsers_cb {
    overflow:visible !important;
}
#jqgh_tblgrdHistory_cb,
#jqgh_tblgrdGroups_cb,
#jqgh_tblgrdUsers_cb{
    color:transparent;
    background: url(../img/_icons.png) no-repeat;
    background-position: -332px -57px;
    background-clip: content-box;
    /*background-color: #0a1f34;*/
    cursor: pointer;
    
}
#jqgh_tblgrdHistory_cb.checked,
#jqgh_tblgrdGroups_cb.checked,
#jqgh_tblgrdUsers_cb.checked{
    background-position: -303px -57px !important;
}
#jqgh_tblgrdHistory_cb > span,
#jqgh_tblgrdGroups_cb > span,
#jqgh_tblgrdUsers_cb > span {
    color:white;
    font: 300 11px/1.5 'Roboto', sans-serif;
    padding-left:30px !important;
}
.jqgrow input[type=checkbox]+span:before {
    content:"";
    width:22px;
    height:22px;
    position:absolute;
    top:15px;
    left:5px;
    color:transparent;
    background: url(../img/_icons.png) no-repeat;
    background-position: -333px -57px;
    background-clip: content-box;
    /*background-color: #0a1f34;*/
    cursor: pointer;
}

#jqgh_tblgrdUsedrs_cb > input[type=checkbox]:checked+span:before {
    width:30px;
    height:30px;
    position:absolute;
    color:transparent;
    background: url(../img/_icons.png) no-repeat;
    background-position: -304px -57px;
    background-clip: content-box;
    /*background-color: #0a1f34;*/
    cursor: pointer;        
}
.jqgrow input[type=checkbox]:checked+span:before{
    width:30px;
    height:30px;
    position:absolute;
    color:transparent;
    background: url(../img/_icons.png) no-repeat;
    background-position: -304px -57px;
    background-clip: content-box;
    /*background-color: #0a1f34;*/
    cursor: pointer;    
}
#tblgrdHistory_cb {
    width:28px !important;
}
.label-grid {
    padding: 0 !important;
    color:transparent;
}

.hi-div-icon{
    width: 20px;
    height: 20px;
    background: url(../img/_icons.png) no-repeat;
    background-clip: content-box;
    padding-left: 5px;
}
.hi-resolved-icon{
    width: 25px !important;
    height: 25px !important;
    background-position: -25px -89px;
}
.hi-in_progress-icon{
    background-position: 3px -89px;
}
.hi-new-icon{
    background-position: 100px 100px;
}

.hi-filter-frame-search td {
    padding-bottom:8px;
}
