.fancybox-skin {
    padding: 0px !important;
}

.fancybox-inner {
    border-radius: 10px;
}

.fancybox-title {
	background: #f5f5f5;
    border-bottom: 2px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px 15px;
    visibility: visible;
    text-align: center;
}

#log-work.fancybox-title {
    height: 70px;
}

.fancybox-title span {
	color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fancybox-title span#fancybox-issue-summary{
    font-size: 15px;
}

.fancybox-content {
    padding-bottom: 0px !important;
    border-bottom: 1px solid #ccc;
}

.fancybox-content {
	background-color: #fff;
}

.fancybox-content fieldset {
    padding: 20px !important;
}

.fancybox-content .field-group {
	margin-top: 0;
    padding-top: 5px;
    box-sizing: border-box;
    clear: both;
    padding: 4px 0 4px 100px;
    position: relative;
    margin: 1px 0;
    width: 100%;
}
.fancybox-content .field-group > label {
	float: left;
    margin-left: -145px;
    padding: 5px 0 0 0;
    position: relative;
    text-align: right;
    width: 130px;
    word-wrap: break-word;
    color: #707070;
}

#checkbox-remaining-enable-disable {
    position: relative;
    top: -2px;
    left: 1px;
}

.icon-required {
    left: 100%;
    position: absolute;
    top: 5px;
    background-image: url('../img/required.png');
    width: 10px;
}
.short-field {
    max-width: 75px;
}
form.aui .text, form.aui .password, form.aui .select, form.aui .aui-select2-container .select2-choices {
    height: 2.1428571428571em;
    line-height: 1.4285714285714;
    padding: 4px 5px;
}
form.aui .text, form.aui .password, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container .select2-choices {
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 250px;
    vertical-align: baseline;
    width: 100%;
}
form.aui .text, form.aui .password, form.aui .upfile, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container {
    background: #fff;
    color: #333;
    font-family: inherit;
    font-size: 14px;
}
form.aui div.description {
    clear: left;
    color: #707070;
    font-size: 12px;
    line-height: 1.66666666666667;
    margin: 5px 0 0 0;
    width: 225px;
}
form.aui div#foot-note {
    color: red;
    font-size: 11px;
    line-height: 1.66666666666667;
    margin: 0px 0px 10px 10px;
}
.aui-avatar img {
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.aui-avatar-small {
    margin: -4px 0;
}
#log-work-date-logged-date-picker {
	max-width: 174px;
}
label {
	font-weight: normal !important;
}
.fancybox-footer {
	overflow: visible;
    min-height: 51px;
    height: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    clear: both;
    position: relative;
    width: 100%;
    background: #f5f5f5;
}
.fancybox-footer .buttons {
    float: right;
    white-space: nowrap;
    padding: 0;
    text-align: right;
}

.fancybox-iframe body {
	margin: 0px !important;
}