﻿body { font-family: 'Droid Arabic Naskh', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; }
.w100 { width: 100%; }
.icheck > div + label { margin-left: 5px; }
.form-group { position: relative; }
.form-group .err {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 10px;
    color: red;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.form-group .err.in {
    visibility: visible;
    opacity: 1;
    top: -13px;
}
.egvGrid, .egvGrid tr, .egvGrid td { border: 1px solid #fff; }
.egvGrid td { vertical-align: middle !important; }
.egvGrid tr:nth-child(even) { background-color: #fafafa; }
.egvGrid tr.selected { background-color: rgba(0,0,0,0.1); }
.egvGrid tr.selected:hover { background-color: rgba(0,0,0,0.2); }
.egv-savecancel.sticky {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #ccc;
    box-shadow: 0px 10px 50px #000;
    padding: 10px;
    left: 0px;
    z-index: 1000;
}
.egv-savecancel a { margin: 0px 3px; }
.egv-savecancel a:first-child { margin-left: 0px; }
.egv-input-form .err.in { right: 20px; }
.egv-toolbar .btn-group { margin: 0px 5px; }
.egv-toolbar .btn-group:first-child { margin-left: 0px; }
.egv-toolbar .btn-group:last-child { margin-right: 0px; }
.egv-toolbar-btn .fa { margin-right: 4px; }
.egv-grid-box-body { min-height: 300px; }
.egv-col-select li { padding: 0px 5px; }
.egv-col-select label { margin-left: 5px; }
.egv-check { margin-left: 50px; }
.pager-info { line-height: 30px; }
.sortable-header { position: relative; }
.sortable-header .egv-sort-tools {
    position: absolute;
    top: 10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.sortable-header:hover .egv-sort-tools {
    visibility: visible;
    opacity: 1;
    right: 10px;
}
.egv-sort-indicator {
    font-size: 10px;
    margin-right: 5px;
}
.icheck label { font-weight: normal; }
.control-label { font-weight: bold; }
.egv-grid-empty-data {
    font-size: 18px;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.tab-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.box-none {
    border-top-color: transparent;
    box-shadow: none;
}
.egv-grid-inline-image {
    margin-right: 10px;
    max-width: 50px !important;
    min-width: 20px;
    max-height: 50px !important;
    min-height: 20px;
}
.egv-grid-inline-image-full {
    max-width: 100% !important;
    max-height: 50px !important;
    min-width: 50px !important;
}
.egv-grid-tools { padding-right: 1px; }
.egv-grid-box-body .egv-toolbar { padding-left: 6px; }
.egv-filter {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px;
    clear: both;
    display: none;
}
.egv-filter .form-group { width: 30%; }
.egv-filter .egv-filter-button-container { width: 10%; }
.egv-filter .form-group .form-control { width: 100%; }
#pnlAppliedFilters { padding-top: 10px; }
#pnlAppliedFilters a { margin: 0px 5px 5px; }
#pnlAppliedFilters a .fa { margin-left: 5px; }
.egv-image-editor { padding: 20px 0px; }
.egv-image-editor .egv-viewer {
    padding: 20px 0px;
    margin: 20px 0px;
}
.egv-image-editor .egv-image-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 100%;
}
.egv-image-editor .egv-image-wrapper img {
    position: absolute;
    cursor: pointer;
}
.access-denied { font-size: 40px; }
.egv-audit-info {
    padding: 20px 0px 10px;
    font-size: 12px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.btn.btn-file > i { 
    top: 2px;
    position: relative;
}
.btn.btn-file > span { margin-left: 10px; }
[data-singlefileuploader] .btn { margin-right: 5px; }
.login-box-msg { text-align: left; }
.alert.alert-success {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 15px;
    float: right;
}
.rbl { width: 100%; }
.rbl td { padding: 10px; }
.rbl td label { margin-left: 10px; }
.sidebar-scroller {
    position: absolute;
    height: 100%;
    width: 16px;
}
.sidebar-scroller a {
    position: absolute;
    top: 65px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.sidebar-scroller a:last-child {
    top: unset;
    bottom: 0px;
}
.sidebar-scroller { right: 0px; padding: 0px 5px 0px 0px; }
.sidebar-scroller.in a { opacity: 1; visibility: visible; color: #ccc; }
.box-header {
    overflow: hidden;
    min-height: 50px;
}
.dirLTR { direction: ltr; }
.dirRTL { direction: rtl; }
.unpad { padding: 0px; }
.egv-map-marker-container { height: 300px; }
#egvMap-map { height: 300px !important; }
.grid-padding section { padding: 8px 0px; border-bottom: 1px solid #555; }
.grid-header { font-weight: bold; }
.content { position: relative; }
.translations-list { border-right: 1px solid #ccc; }
.unpad5 {
    padding-left: 5px;
    padding-right: 0px;
}
.translation-type-title {
    padding: 5px;
    margin-bottom: 10px;
}
.translation-type-items { padding-left: 0px; list-style-type: none; }
.translation-type-items a {
    display: block;
    padding: 5px 10px;
    color: #000;
}
.translation-type-items a:hover, .translation-type-items a.active {
    background-color: #00a65a;
    color: #fff;
}
.translation-type { padding: 10px 2px; }
.form-control { padding-top: 3px; }
[data-type="workshift"] section {
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}
[data-type="workshift"]:nth-child(even) section { background-color: #e9e9e9; }
[data-type="workshift"]:last-child section { border-bottom: 0px solid transparent; }
.info-box-text {
    font-size: 10px;
    white-space: unset;
    text-overflow: unset;
}
.chart-legend {
    margin-bottom: 5px;
    text-align: right;
    padding-right: 20px;
}
.chart-legend span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border: 1px solid #555;
    float: right;
}
.additional-contacts tr:not(.bg-navy):nth-child(odd) { background-color: #e0e0e0; }
.additional-contacts tr:not(.bg-navy):nth-child(even) { background-color: #f0f0f0; }
.permission-grid .bg-olive, .permission-grid .bg-navy > th:first-child { position: relative; }
.permission-grid .btn-select {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50px;
    font-size: 16px;
}
.permission-grid .btn-select .fa {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
}
#pnlSyncProgress { padding: 20px 0px; }
#pnlSyncProgress ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#pnlSyncProgress ul li { padding: 5px 20px; }
#pnlSyncProgress ul li .fa {
    width: 16px;
    text-align: center;
    margin-right: 20px;
}
#pnlSyncResult { margin-top: 20px; }
#pnlSyncProgress .import-progress {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}
/*basic file uploader*/
[data-basicfileuploader] .btn.btn-file { position: relative; }
[data-basicfileuploader] .upload-progress {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    margin: 0px !important;
}
[data-basicfileuploader] .upload-progress span {
    display: block;
    height: 100%;
    width: 0%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
[data-basicfileuploader] .files { overflow: hidden; margin-top: 10px; }
[data-basicfileuploader] .files figure {
    width: 75px;
    float: left;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
[data-basicfileuploader] .files figure > .fa {
    display: block;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
[data-basicfileuploader] .files figure img { width: 100%; }
[data-basicfileuploader] .files figure .hover-effect {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
[data-basicfileuploader] .files figure:hover .hover-effect { opacity: 1; }
[data-basicfileuploader] .files figure .hover-effect a { 
    font-size: 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
[data-basicfileuploader] .files figure .hover-effect figcaption {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
[data-basicfileuploader] .files figure .hover-effect a:first-child { 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
[data-basicfileuploader] .files figure .hover-effect a:last-child { 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.no-message { padding: 10px 40px; }
.mailbox-read-message { min-height: 200px; }
.mailbox-read-info h3 { margin-bottom: 20px; }
.mailbox-attachments { margin-top: 20px; }
.mailbox-attachment-icon {
    width: 198px;
    height: 132px;
    overflow: hidden;
}
.mailbox-attachment-icon.has-img { position: relative; }
.mailbox-attachment-icon img {
    width: 100%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.mailbox-attachment-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}
.users-list>li img { border: 1px solid #f4f4f4; }
.calendar-spinner {
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}
.events-list { overflow: hidden; }
.events-list .event-item {
    padding-bottom: 5px;
    padding-top: 5px;
}
.events-list .event-item:nth-child(even) { background-color: #f0f0f0; }
.events-list .event-time {
    color: #f00;
    font-size: 12px;
}
.events-list .event-title h3 {
    margin: 0px;
    font-size: 16px;
}
.events-list .event-title h3 small { display: block; }
.events-list .btn { margin-top: 14px; }
#pnlEventTitle { border-bottom: 1px solid #707070; }
.event-details-date { color: #f00; }
#pnlEventTitle h3 { margin-top: 0px; }
#pnlEventTitle h3 small { display: block; }
#tblEventMembers {
    padding: 10px 0px;
    overflow: auto;
    height: 250px;
}
.member-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    background-color: #f5f5f5;
}
.member-item .member-name {
    font-size: 20px;
    font-weight: bold;
}
.member-item .member-rsvp { font-weight: bold; }
.member-item .rsvp-date {
    font-size: 10px;
    margin-top: 10px;
}