﻿@import url(fontiran.css);


/*body {
    padding: 2px;
   
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@font-face {
    font-family: Hand;
    /*src: url(alliewriting__by_pixie_dixie_rulz.ttf);*/
}

/*Persian calendar*/
@charset "UTF-8";

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: IRANSans; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both
    }

.pika-single {
    *zoom: 1
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}








/*End of Persian Calendar*/

.blinkme {
    animation: blinker 3s linear infinite;
    /*color:cadetblue*/
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.x-panel-header-default .x-tool-img {
    border-radius:9px;
}
.x-title-icon-default{
    color:gray;
}
.x-panel-header-default {
   
    background: #8498b3;
}
.x-tool-img {
    border-radius: 9px;
}
.x-panel-default,
.x-panel-header-default {
    background: var(--windows); /*#add2ed;*/
    border-color: var(--windows);
}
.x-panel-header-default-vertical {
    background: var(--windows);
}
.x-panel-header-default-docked {
    background: var(--windows);
    border-color: var(--windows);
}
/*.x-window-default,
.x-window-header,
.x-window-tc, .x-window-tr, .x-window-tl,
.x-window-ml, .x-window-mr,
.x-window-bc, .x-window-br, .x-window-bl {
    background: var(--windows);
   
    border-color: var(--windows); 
}*/
.x-window-header-default
{
    /*border-width:2px;*/
}
/*.x-window-header-title-default, .x-panel-header-title-default {
    color: #445d69;
}*/
.x-splitter-default {
    border-color: var(--windows);
    background-color: var(--windows);
}
.x-panel-header-default-framed {
    background-color: var(--windows);
}
/*.x-toolbar-default {
    background-image: none;
    border: none;
}*/
.x-panel-header-default {
    /*background-image: none;*/

}
.x-badge {
    position: absolute;
    overflow: visible;
    background-color: red;
    border: 1px solid pink;
    border-radius: 2px 2px;
    font: normal 7pt arial;
    color: white;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 0px;
    top: -2px;
    right: -1px;
    text-align: center;
    width: 18px;
}

.ux-tools-button {
    width:110px;
}

.x-hasbadge {
    visibility: visible;
}
.x-nobadge {
    visibility: hidden;
}

.ux-tools-button {
    background-color: transparent;
    border-radius: 2px;
    
   
}

.x-button {
    background-image: none;
}

.x-btn-focus.x-btn-default-toolbar-small .x-btn-wrap {
    outline:none;
}

ux-desktop-active-win {
    background-color: red;
}


.ux-wallpaper {
    background-color: var(--wallpaper);    
}

/*#6b90c0;*/
/*background-color: #012d3f; #0c354b, */
/*background: linear-gradient(#1d6287, #23709a, #2e8db6);*/

.iconcolor {
    color: #210549;
}

.ux-start-button {
    background-color: cornflowerblue;
    border-radius: 2px;
}



.ux-desktop-windowbar {
    padding: 1px;
    border-width: 0px;
}

.font-persian {
    font-family: IRANSans;
    font-size: 9.5pt;
    text-align: right;
}

.x-grid-updated {
    font-family: IRANSans;
    font-size: 9.5pt;
    text-align: right;
    padding-right: 3px;
}

.x-grid-updated-num {
    font-family: 'B Yekan';
    font-size: 10pt;
    padding-left: 3px;
}

/*desktop shortcut focused*/
.x-view-item-focused{
    outline:1px dashed white !important;
    outline-offset:-1px;
}
/*.dataview-horizontal .x-dataview-item {
    -webkit-box-shadow: 0px 5px 10px -6px black;
    -moz-box-shadow: 0px 5px 10px -6px black;
    box-shadow: 0px 5px 10px -6px black;
    padding: 10px 10px 10px;
    margin: 10px 0 10px 5px;
    background-color: #a9a9a9
}*/

.ux-desktop-shortcut-text {
    font-weight: 200;
    font-family: IRANSans;
    /*font-size: 10pt;*/
    color: white;
    width: 75px;
    height: auto;
    display: flex;
    justify-content: center;
}

div.ux-desktop-shortcut-wrap {
    height: 75px !important;
    width: 72px !important;

}

.ux-desktop-shortcut {
    -webkit-box-shadow: 0px 5px 10px -6px powderblue;
    -moz-box-shadow: 0px 5px 10px -6px powderblue;
    box-shadow: 0px 5px 10px -6px powderblue;
    width: 100px;
    /*background-color:#155566;
    height: 65px;*/
    padding: 10px 10px 10px;
    margin: 10px 0 10px 5px;
    cursor: default;
    /*padding-left: 2px;*/
}

    .ux-desktop-shortcut img {
        display: inline-block;
        width: 48px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        border-radius: 0;
        margin-left: 10px;
    }

.x-tagfield-arialist-item {
    visibility: hidden;
}
.shortcut-collaborate-icon {
    background: url("../images/desktop/whiteboard.png") no-repeat;
    margin-left: 15px;
}
.shortcut-start-collaborate-icon {
    background: url("../images/desktop/whiteboard16.png") no-repeat;
}

.shortcut-support-icon {
    background: url("../images/desktop/support.png") no-repeat;
    margin-left:15px;
}
.shortcut-start-support-icon {
    background: url("../images/desktop/support16.png") no-repeat;
}

.shortcut-references-icon {
    background: url("../images/desktop/refs.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-references-icon {
    background: url("../images/desktop/refs16.png") no-repeat;
}
.shortcut-samplestore-icon {
    background: url("../images/desktop/fridge48_2.png") no-repeat;
    margin-left: 15px;
}
.shortcut-tasks-icon {
    background: url("../images/desktop/desk.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-tasks-icon {
    background: url("../images/desktop/desk16.png") no-repeat;
}

.shortcut-notebooks-icon {
    background: url("../images/desktop/notebook.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-notebooks-icon {
    background: url("../images/desktop/notebook16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.expt-timline-icon {
    background: url("../images/timeline/timeline.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-protocols-icon {
    background: url("../images/desktop/protocol.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-protocols-icon {
    background: url("../images/desktop/protocol16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-organiser-icon {
    background: url("../images/desktop/schedule.png") no-repeat;
    margin-left: 15px;
}
/*.x-btn-icon-el {
            display: block;
            margin:0px 0px 0px 0px;
            text-align:left;
        }*/
.shortcut-start-organiser-icon {
    background: url("../images/desktop/schedule16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-start-samplestore-icon {
    background: url("../images/desktop/fridge16.png") no-repeat;
}
.shortcut-inventory-icon {
    background: url("../images/desktop/inventory.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-inventory-icon {
    background: url("../images/desktop/inventory16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-resources-icon {
    background: url("../images/desktop/resources48.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-resources-icon {
    background: url("../images/desktop/resources16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.shortcut-surveys-icon {
    background: url("../images/desktop/ext/surveys.png") no-repeat; 
}

.shortcut-start-surveys-icon {
    background: url("../images/desktop/ext/surveys16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-start-specviewer-icon {
    background: url("../images/desktop/ext/SpectViewer.png") no-repeat;
    height: 16px;
    width: 16px;
}
.shortcut-start-pmr-icon {
    background: url("../images/desktop/ext/pmr-16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-reports-icon {
    left: 100px;
    top: 100px;
    background: url("../images/desktop/reports.png") no-repeat;
}


.shortcut-start-reports-icon {
    background: url("../images/desktop/reports16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-start-presentation-icon {
    background: url("../images/desktop/ext/presentation16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.shortcut-presentation-icon {
    background: url("../images/desktop/ext/presentation.png") no-repeat;
}

.shortcut-users-icon {
    background: url("../images/desktop/users.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-users-icon {
    background: url("../images/desktop/users16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-designer-icon {
    background: url("../images/desktop/designer.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-designer-icon {
    background: url("../images/desktop/designer16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.shortcut-formdesigner-icon {
    background: url("../images/desktop/FormDesigner48.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-formdesigner-icon {
    background: url("../images/desktop/FormDesigner16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.ux-desktop-shortcut > .shortcut-projects-icon {
    padding-top: 5px;
    height: 48px;
    width: 48px;
}
.shortcut-projects-icon:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f542";
    font-weight: 300;
    font-size: 36px;
    margin-left: 15px;
}

.shortcut-start-projects-icon:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f542";   
    height: 16px;
    width: 16px;
}

.shortcut-gear-icon {
    background: url("../images/desktop/gear48.png") no-repeat;
    margin-left: 15px;
}

.shortcut-start-gear-icon {
    background: url("../images/desktop/gear16.png") no-repeat;
    height: 16px;
    width: 16px;
}

/*.stickynote-window .stickynote-yellow {
    height: 440px;
    width: 200px;
}*/



.stickynote-yellow .x-window-body-default {
    background: #fef282;
    background-image: none;
}
.stickynote-yellow  .x-form-text-default {
    background: #fef282;
    background-image: none;
    font-family: Hand, cursive;
    font-size: 12px;
}


.stickynote-orange  .x-window-body-default {
    background: #ffa300;
    background-image: none;
}

.stickynote-orange  .x-form-text-default {
    background: #ffa300;
    background-image: none;
    font-family: Hand, cursive;
    font-size: 12px;
}


.stickynote-green  .x-window-body-default {
    background: #c3f900;
    background-image: none;
}

.stickynote-green  .x-form-text-default {
    background: #c3f900;
    background-image: none;
    font-family: Hand, cursive;
    font-size: 12px;
}


.stickynote-blue .x-window-body-default {
    background: #84dcf4;
    background-image: none;
}

.stickynote-blue  .x-form-text-default {
    background: #84dcf4;
    background-image: none;
    font-family: Hand, cursive;
    font-size: 12px;
}
.stickynote-white  .x-window-body-default {
    background: transparent;
    background-image: none;
}

.stickynote-white  .x-form-text-default {
    background: transparent;
    background-image: none;
    font-family: Hand, cursive;
    font-size: 12px;
}



.sticky-yellow-menu {
    background: url("../images/stickynotes/yellow.png") no-repeat;
    border: 1px solid cadetblue;
    height: 14px;
    width: 14px;
}
.sticky-orange-menu {
    background: url("../images/stickynotes/orange.png") no-repeat;
    border: 1px solid cadetblue;
    height: 14px;
    width: 14px;
}
.sticky-green-menu {
    background: url("../images/stickynotes/green.png") no-repeat;
    border: 1px solid cadetblue;
    height: 14px;
    width: 14px;
}
.sticky-blue-menu {
    background: url("../images/stickynotes/blue.png") no-repeat;
    border: 1px solid cadetblue;
    height: 14px;
    width: 14px;
}
.sticky-white-menu {
    background: url("../images/stickynotes/white.png") no-repeat;
    border: 1px solid cadetblue;
    height: 14px;
    width: 14px;
}

.sticky-trash .x-tool-sticky-trash {
    background-image: none !important;
    background-position: center;
    font: 11px/1 FontAwesome;
    color: gray;
    margin-top: 1px;
    padding-left: 2px;
    padding-top: 1px;
    border: 1px solid darkgray;
    border-radius: 3px 3px;
    width: 15px;
    height: 14px;
}

    .sticky-trash .x-tool-sticky-trash:before {
        content: "\f014" !important;

    }


.management-gantt-menu {
    background: url("../images/management/gantt16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.management-kanban-menu {
    background: url("../images/management/kanban16.png") no-repeat;
   
    height: 16px;
    width: 16px;
}
.management-proj-menu {
    content: "\f660" !important;
}
.management-schd-menu {
    content: "\f073" !important;
}

.formdesigner-design-icon {
    background: url("../images/formdesigner/design16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.formdesigner-preview-icon {
    background: url("../images/formdesigner/preview16.png") no-repeat;
    height: 16px;
    width: 16px;
}

.flowdesigner-design-icon {
    background: url("../images/flowdesigner/design16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.mol-editor-icon {
    background: url("../images/desktop/molecule01.png") no-repeat;
    height: 16px;
    width: 16px;
}

.ukflag-icon {
    background: url("../images/logins/ukflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.deflag-icon {
    background: url("../images/logins/deflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.esflag-icon {
    background: url("../images/logins/esflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.irflag-icon {
    background: url("../images/logins/irflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.krflag-icon {
    background: url("../images/logins/krflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.atflag-icon {
    background: url("../images/logins/atflag.png") no-repeat;
    height: 16px;
    width: 16px;
}
.gmail-icon {
    background: url("../images/logins/gmail.png") no-repeat;
    height: 16px;
    width: 16px;
}
.kanban_add_col_icon {
    background: url("../../desktop/images/management/colAdd16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.kanban_add_row_icon {
    background: url("../../desktop/images/management/rowAdd16.png") no-repeat;
    height: 16px;
    width: 16px;
}
.kanban_add_card_icon {
    background: url("../../desktop/images/management/cardAdd16.png") no-repeat;
    height: 16px;
    width: 16px;
}
