﻿/*General*/
body, .main-header .logo { font-family: 'Droid Arabic Naskh', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; }
body > .page-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: rgba(0,0,0,0.2);
}
body > .page-loader > span {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    width: 100%;
    text-align: center;
    color: #f00;
    font-size: 40px;
}
.w100 { width: 100%; }
.clear-both { clear: both; }
.icheck > div + label { margin-left: 5px; }
.form-group { position: relative; }
.form-group .err {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 10px;
    color: #fff;
    background-color: #dd4b39;
    padding: 1px 5px;
    border-radius: 5px 5px 0px 0px;
    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: -15px;
}
.egv-input-form .err.in { right: 15px; }
.egv-input-form .input-group .err.in { right: 0px; }
.has-error .select2-container--default .select2-selection--single, .has-error .select2-selection .select2-selection--single { border-color: #dd4b39; }
.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;
}
.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:not(.btn-app) > 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; }
.unpad5 {
    padding-left: 5px;
    padding-right: 0px;
}
.grid-padding section { padding: 8px 0px; border-bottom: 1px solid #555; }
.grid-header { font-weight: bold; }
.content { position: relative; }
.form-control { padding-top: 3px; }
/*egv grid view*/
.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-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;
}
.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 save cancel*/
.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 toolbar*/
.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; }
/*image editor*/
.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;
}
/*map marker specified*/
.egv-map-marker-container { height: 300px; }
#egvMap-map { height: 300px !important; }
/*translator*/
.translations-list { border-right: 1px solid #ccc; }
.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; }
/*permission grid*/
.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%;
}
/*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;
}
/*Icon Selector*/
.icon-selector-item i { 
    font-size: 20px;
    position: relative;
    bottom: -3px;
    margin-right: 10px;
}
.icon-selector-dropdown li {
    float: left;
    width: 33.33333333%;
    height: 75px;
    text-align: center;
    font-size: 10px;
    overflow: hidden;
    padding: 0px;
}
.icon-selector-dropdown li .icon-selector-item { padding: 10px 2px; }
@media (min-width: 768px) {
    .icon-selector-dropdown li { width: 16.66666667%; }
}
@media (min-width: 992px) {
    .icon-selector-dropdown li { width: 8.33333333%; }
}
.icon-selector-dropdown li .icon-selector-item i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    margin-right: 0px;
    min-height: 30px;
    position: static;
}
.icon-selector-dropdown li .icon-selector-item span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*Custom Page Designer*/
.designer-container { overflow: hidden; }
.page-designer, .designer-widgets, .designer-widget-properties { min-height: 400px; }
.page-designer section, .designer-widgets section, .designer-widget-properties section { 
    height: 100%;
    margin: 1px;
    height: 400px;
    overflow: auto;
}
.designer-widgets section,
.designer-widget-properties section {
    border-radius: 5px 0px 0px 5px;
    background-color: #e4e0cf;
    border: 1px solid #aca899;
}
.designer-widget-properties section { border-radius: 0px 5px 5px 0px; }
.designer-widgets section .title,
.designer-widget-properties section .title {
    background-color: #ccc7ba;
    padding: 5px 10px;
    border-bottom: 1px solid #aca899;
    font-weight: bold;
}
.page-designer {
    background: #00adee;
    background: -webkit-linear-gradient(135deg, #57d2ff, #005675);
    background: -o-linear-gradient(135deg, #57d2ff, #005675);
    background: -moz-linear-gradient(135deg, #57d2ff, #005675);
    background: linear-gradient(135deg, #57d2ff, #005675);
    width: 60%;
}
.designer-widgets, .designer-widget-properties, .page-designer { float: left; }
.designer-widgets, .designer-widget-properties { width: 20%; }
.page-designer section { 
    background-color: #f0f0f0;
    position: relative;
}
.page-designer section .title {
    background-color: #00adee;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
}
.designer-widgets ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.designer-widgets ul li a {
    display: block;
    padding: 7px 10px;
    margin-bottom: 2px;
    background-color: #dad5be;
    color: #555;
}
.designer-widgets ul li a:hover { background-color: #d0caae; }
.designer-widgets ul li a .fa, .designer-widgets ul li a img { margin-right: 10px; }
.designer-widgets ul li a img { height: 14px; }
.designer-widgets ul li a.disabled {
    pointer-events: none;
    background-color: #ccc;
    text-shadow: 0px 0px 2px #fff;
    color: #999;
}
.page-designer .page-body { padding: 5px; }
.page-designer .page-body [data-element="row"] {
    background-color: #e5e5e5;
    border-radius: 5px;
    min-height: 50px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 10px -3px #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.page-designer .page-body [data-element="row"].active {
    background-color: #d9d9d9;
    box-shadow: 0px 0px 10px 1px #00adee;
}
.page-designer .page-body .row-title {
    background: #ffefc0;
    padding: 5px 10px;
    border-bottom: 1px solid #ffe9a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px 5px 0px 0px;
}
.page-designer .page-body .row-title > .fa,
.page-designer .page-body .col-title > .fa,
.page-designer .page-body .widget-title > .fa,
.page-designer .page-body .widget-title > img
{ margin-right: 5px; cursor: move; }
.page-designer .page-body .row-title > a,
.page-designer .page-body .col-title > a
{ color: #000; }
.page-designer .page-body .widget-title > a { color: #fff; }
.page-designer .page-body .row-title > a:hover,
.page-designer .page-body .col-title > a:hover
{ color: #666; }
.page-designer .page-body .widget-title > a:hover { color: #aaa; }
.page-designer .page-body .row-title .tools,
.page-designer .page-body .col-title .tools,
.page-designer .page-body .widget-title .tools
{ float: right; }
.page-designer .page-body .widget-title img {
    height: 25px;
    margin-right: 10px;
}
.page-designer .page-body [data-element="row"].active > .row-title { background: #ffe9a8; }
.page-designer .page-body [data-element="row"].active > .row-title > a { font-weight: bold; }
.page-designer .page-body .row-body,
.page-designer .page-body .col-body {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 18px;
}
.page-designer .page-body [data-element="col"] { padding: 0px; }
.page-designer .page-body [data-element="col"] .col-inner {
    margin: 5px;
    background-color: #fafafa;
    min-height: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.page-designer .page-body [data-element="col"] .col-inner.active {
    box-shadow: 0px 0px 10px 1px #00adee;
    background-color: #f0f0f0;
}
.page-designer .page-body .col-title {
    background: #abcdf3;
    padding: 5px 10px;
    border-bottom: 1px solid #e6effc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px 5px 0px 0px;
}
.page-designer .page-body .col-inner.active > .col-title { background: #e6effc; }
.page-designer .page-body .col-inner.active > .col-title > a { font-weight: bold; }
.page-designer .page-body .widget {
    margin: 5px;
    box-shadow: 0px 0px 10px -3px #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
}
.page-designer .page-body .widget-title {
    background-color: #3d9970;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #fff;
}
.page-designer .page-body .widget.active > .widget-title { background-color: #368762; }
.page-designer .page-body .widget.active { box-shadow: 0px 0px 10px 1px #00adee; }
.page-designer .page-body .widget.active > .widget-title > a { font-weight: bold; }
.page-designer .page-body .widget-title .tools { margin-top: -2px; }
.page-designer .page-body .widget .widget-body {
    padding: 5px 10px;
    border-radius: 0px 0px 5px 5px;
    background-color: #e4e0cf;
}
.page-designer .page-body .widget .widget-body p {
    margin: 0px;
    font-size: 12px;
}
.property-item { margin-bottom: 2px; }
.property-item .property-title section {
    border-radius: 0px;
    background-color: #e6e6e6;
    margin: 0px;
    line-height: 25px;
    height: 28px;
    padding: 0px 4px;
    border: none;
    font-weight: 100;
}
.property-item .property-value section {
    border-radius: 0px;
    background-color: #fff;
    margin: 0px;
    height: 28px;
    padding: 0px;
    border: none;
}
.property-item .property-value input, .property-item .property-value select {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px 4px;
}
.property-update { margin-top: 20px; }
.page-designer .designer-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    color: #fff;
    font-size: 30px;
}
.page-designer .designer-loading .fa {
    position: absolute;
    transform: translateX(-50%);
    top: 100px;
    left: 50%;
}
.page-designer .widget-body small {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}