﻿
body, html
{
    height: 100%;
    direction: rtl;
    font-family: Arial;
    font: 12px/20px;
    color: #404040;
    background: #cccccc;
}

input, textarea, select, label
{
    font-family: inherit;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.highlight {    background: yellow; }


.login
{
    margin:150px auto;
    margin-right:550px;
    padding: 18px 20px;
    width: 200px;
    background: #3f65b7;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-bottom-color: #142647;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
    background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
    background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
    background-image: radial-gradient(cover, #437dd6, #3960a6);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

.login > h1
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.login-input
{
    display: block;
    width: 100%;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 9px;
    color: white;
    text-shadow: 0 1px black;
    background: #2b3e5d;
    border: 1px solid #15243b;
    border-top-color: #0d1827;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

.login-input:focus
{
    outline: 0;
    background-color: #32486d;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}

.lt-ie9 .login-input
{
    line-height: 20px;
}

.login-submit
{
    display: block;
    width: 100%;
    height: 37px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #294779;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #adcbfa;
    background-clip: padding-box;
    border: 1px solid #284473;
    border-bottom-color: #223b66;
    border-radius: 4px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.login-submit:active
{
    background: #a4c2f3;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

.login-help
{
    text-align: center;
}

.login-help > a
{
    font-size: 11px;
    color: #d4deef;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.login-help > a:hover
{
    text-decoration: underline;
}

::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

:-moz-placeholder
{
    color: #bcc0c8 !important;
}
::-webkit-input-placeholder
{
    color: #bcc0c8;
}
:-ms-input-placeholder
{
    color: #bcc0c8 !important;
}

.content
{
    background-color: #f3f3f3;
    width: 960px;
    height: auto;
    min-height: 100%;
    margin: auto;
    padding: 0px 0px 30px 0px;
    position: relative;
}
.wait-cursor
{
    cursor: wait !important;
}
.menu { height:50px; padding-top:20px; }
.header-tab { width:20%; cursor: pointer; text-align:center; vertical-align:middle; height:30px; font-weight:bold; }
.header-tab-selected  
{
    background-color:#f3f3f3; 
    border-width:1px 1px 0px 1px; 
    border-color:#A0A0A0; 
    border-style:solid;    
}
.header-tab-selected:hover { cursor: pointer;color:#3366ff; }
.header-tab-not-selected { background-color:#A0A0A0; color:#f3f3f3; }
.header-tab-not-selected:hover { background-color:#A0A0A0;  }
.header-bottom-border { border-width:0px 0px 1px 0px; border-color:#A0A0A0; border-style:solid; vertical-align:top; }
.user-name-label { float:left; margin-left:20px; text-align: center; direction:ltr; }
.last-visit-label { float:left; margin-left:20px; text-align: center; direction:ltr; }
.spaicer { background-color:#A0A0A0; width:2px; height:25px; }
.logout-button { float:left; width:90px; text-align: center; font-weight:bold; }
.logout-button:hover { color: #3366ff; cursor: pointer; }

.assets-panel {}
.tasks-panel {}
.cities-menu
{
    width: 805px;
    height: 25px;
    position: relative;
    margin: 0px 50px 0px 0px;
    padding: 0;
}
.city-tab
{
    width: 120px;
    text-align: center;
    background: -moz-linear-gradient(top center, #d0d5d9, #f3f3f3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d0d5d9), color-stop(1.00, #f3f3f3));
    background: -ms-linear-gradient(top center, #d0d5d9, #f3f3f3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d0d5d9', endColorstr='#f3f3f3')";
}
.city-tab-selected
{
    color: #3366ff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.link {}
.link:hover { color: #3366ff; cursor: pointer; }
.data
{
    margin: 5px 50px 0px 0px;
    padding: 0;
    width: 805px;
}
.dataFilter { position: relative; }
.filterDiv
{
    display: inline-block;
    width: 45%;
    float: right;
    padding: 10px 10px 10px 0px;
}
.searchDiv
{
    padding: 10px 10px 0px 0px;
    width: 35%;
    display: inline-block;
    float: left;
}
.search-txt { min-width: 230px; height: 21px; direction:rtl; }
.ui-menu-item a { direction: rtl; }

.task-filters-menu {
    width: 805px;
    height: 25px;
    position: relative;
    margin: 0px 50px 0px 0px;
    padding: 0;
}

.filter-cmb
{
    min-width: 150px;
    padding-right: 0px;
}
.task-filter-space
{
    width: 120px;
    display: inline-block;
}
.task-filter-by-user-cbx
{
    min-width: 150px;
    padding-right: 0px;
}
.total-div
{
    color:#3366ff;
    float:left;
}

.dynamic-table-wrap {
    /*height: 750px;*/
    overflow-y: auto;
}
.dynamic-table {
    border: 1px solid rgb(114, 114, 114);
    width: 100%;    
}
.dynamic-table-header {  }
.dynamic-table-row { background-color:#F0F0F0; }
.dynamic-table-row-alter { background-color:#E8E8E8; }
.dynamic-table-row-alert { color:red; }
.dynamic-table-expand-data  
{
    border: 1px solid rgb(114, 114, 114); 
    border-width: 0px 0px 1px 0px; 
    padding: 10px 15px 10px 10px; 
    background-color:#F2F2F2;
}
.dynamic-table-cell
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(114, 114, 114);
    border-width: 0px 0px 0px 1px;         
}
.table-cell-right
{
     text-align:right !important;
     padding-right:10px;
}

.white-row { background-color:#ffffff; }
.no-color-row { background-color:#F0F0F0; }
.purple-row { background-color: #cc99ff; }
.blue-row { background-color: #8080ff; }
.green-row { background-color: #99ff99; }
.orange-row { background-color: #ffd699; }
.red-row { background-color: #ff9999; }

.row:hover{ background-color:#D0D0D0; }
.white-row:hover { background-color:#ffffff; }
.no-color-row:hover { background-color:#E8E8E8; }
.purple-row:hover { background-color: #e6ccff; }
.blue-row:hover { background-color: #ccccff; }
.green-row:hover { background-color: #ccffcc; }
.orange-row:hover { background-color: #ffebcc; }
.red-row:hover { background-color: #ffcccc; }

.color-wrapper { width:100px;position:relative; }
.color-drop-list { position:absolute; top:26px; left:4px; border: 1px solid rgb(114, 114, 114); border-width: 0px 1px 1px 1px;}
.color-selected-item 
{ 
    width:60px;
    height:25px; 
    margin:0px; 
    border:0px; 
    cursor:pointer; 
    display: inline-block; 
    border: 1px solid rgb(114, 114, 114);
}
.color-drop-item { width:60px; height:25px; margin:0px; border:0px; cursor:pointer; }
.color-filter-selected-item 
{ 
    width:60px;
    height:20px; 
    margin:0px; 
    border:0px; 
    cursor:pointer; 
    display: inline-block; 
    border: 1px solid rgb(114, 114, 114);
}

.column-small{ width:50px; }
.column-mini{ width:75px; }
.column-medium{ width:115px; }
.column-large{  width:170px }
.column-xlarge{  width:220px }
.column-header
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(114, 114, 114);
    border-width: 0px 0px 1px 1px;
    height:22px;   
}
.expand-button
{
    width: 14px;
    height: 14px;
    padding: 1px 1px 1px 1px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 16px;
    display: inline-block;
}
.expand-button:hover{ cursor: pointer; }
.update-button
{
    width:40px;
    color: #3366FF;
    font-weight: bold;
    padding: 0 !important;
}
.open{ background-image: url('images/plus.png'); }
.close{ background-image: url('images/minus.png'); }
.checked{ background-image: url('images/checked.png'); }
.un-checked{ background-image: url('images/un-checked.png'); }
.search-btn 
{
    background-image: url('images/search.png'); 
    width: 20px;
    height: 20px;
    padding: 1px 1px 1px 1px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 16px;
    display: inline-block;
}
.search-btn:hover{ cursor: pointer; }
.dataTD
{
    vertical-align: top;
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
}
.expand-row
{
    margin: 0px;
    padding: 0px;
    clear: both;
}
.expand-row-right
{
    margin: 0px;
    width: 48%;
    float: right;
    height: 20px;
}
.expand-row-left
{
    margin: 0px;
    width: 48%;
    float: left;
}
.expand-row-bold
{
    font-weight: 900;
}
.red
{
    color: Red;
}
.box
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    border: 4px solid #b1b1b1;
    background-color: white;
}
.box-default
{
    margin-top: -280px;
    margin-left: -400px;
    width: 800px;
    height: 560px;
}
.box-task
{
    margin-top: -280px;
    margin-left: -400px;
    width: 800px;
}
.box-files
{
    margin-top: -200px;
    margin-left: -250px;
    width: 500px;
    height: 400px;
}
.box-users
{
    margin-top: -250px;
    margin-left: -500px;
    width: 1000px;
    height: 500px;
}
.box-audit
{
    margin-top: -250px;
    margin-left: -500px;
    width: 1000px;
    height: 600px;
}
.box-smart-filter
{
    margin-top: -250px;
    margin-left: -500px;
    width: 1000px;
    height: 600px;
}
.box-confirm
{
    margin-top: -50px;
    margin-left: -150px;
    width: 300px;
    height: 100px;
    padding: 20px;
    text-align:center;
}
.confirm-msg-bold {  font-weight: bold; color: #ff0000; }
.confirm-btns { padding-top: 30px; height:30px; }
.confirm-btn
{
    width: 100px;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 500;
}
.wait-bg {
    background-color: rgba(1, 1, 1, 0.2);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.box-header
{
    color: Red;
    font-weight: bold;
    height: 28px;
    padding: 10px 20px 0px 0px;
    border-bottom: 2px solid #b1b1b1;
}
.box-header-normal-txt
{
    color:#3366ff;
    font-weight:normal;
    float:left; text-align: center; direction:ltr;
}
.box-close-btn
{
    color: Red;
    font-weight: bold;
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
    margin: 1px 30px 1px 10px;
    padding: 1px;
}
.box-close-btn:hover
{
    margin: 0px 29px 0px 9px;
    border: 1px solid #d0d5d9;
    cursor: pointer;
}
.task-title-txt 
{
   width:100%;
}
.box-content
{
    padding: 20px 0px 20px 0px;
    position: relative;
}
.box-row
{
    margin: 0px;
    float: right;
    width: 222px;
    padding-bottom: 8px;
}
.box-row-large
{
    float: right;
    width: 100%;
    padding-bottom: 6px;
}
.box-cell
{
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
}
.box-right-txt
{
    margin: 0px;
    width: 48%;
    float: right;
}
.box-left-val
{
    margin: 0px;
    width: 48%;
    float: left;
}

.red-border
{
    border: 1px solid red;
}
.left-menu
{
    vertical-align:top;padding-right:10px;
}
.left-menu-button
{
    height:24px;
    width:80px;
    color: #3366FF;
    font-weight: bold;
    padding: 0 !important;
    margin-top: 20px;    
}
.save-asset-button
{
    width: 100px;
    height: 25px;
    font-weight: bold;
    margin-top: 10px;
    color: #3366ff;
}
.save-asset-button:hover
{
    cursor: pointer;
}

.cell-button
{
    color: #3366FF;
    display: inline-block;
    float: right;
    font-weight: bold;
    height: 45px;
    margin: 1px;
    padding: 0 !important;
    text-align: center;
    width: 19% !important;
}
/*
.cell-button:hover
{    
    margin:0px;
    border: 1px solid #d0d5d9;
    cursor:pointer;
}
.editBtn { width:50px !important; }
.deleteBtn { width:50px !important; }
.addCallBtn {  width:100px !important; }
.openCallsBtn {  width:100px !important; }
*/
.editCallBtn
{
    width: 40px;
    height: 25px;
    font-weight: bold;
    color: #3366ff;
}
.editCallBtn:hover
{
    cursor: pointer;
}

.commentTxt
{
    width: 220px;
    height: 80px;
    overflow-y: auto;
    border: 1px solid #d0d5d9;
}
.textarea-animated {
	border:2px solid #ccc;
	padding: 10px;
	vertical-align: top;
	width: 25%;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
.lbl
{
    cursor: pointer;
}
.led
{
    width: 16px;
    height: 16px;
    display: inline-block;
}
.led-disabled
{
    -moz-opacity: 0.20;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.led-red
{
    background-image: url('images/bullet_red.png');
}
.led-yellow
{
    background-image: url('images/bullet_yellow.png');
}
.led-green
{
    background-image: url('images/bullet_green.png');
}
.led-blue
{
    background-image: url('images/bullet_blue.png');
}
.led-gray
{
    background-image: url('images/bullet_black.png');
}

.asset-task-table
{
    width: 100%;
    padding: 0px 10px 0px 10px;
}
/*.callsTable TH
{
    padding: 10px 0px 10px 0px;
}

.callsTable TD
{
    text-align: center;
    vertical-align: middle;
}*/

.one-task { padding:0px 45px 0px 45px; }
.task-address-row { height:40px; vertical-align:middle; }
.task-caption { font-weight:bold;  font-size: 16px; }
.task-address { width:300px; padding:0px 4px 0px 4px; box-sizing:border-box; }
.task-menu-item  
{   
    width:20%; 
    height:100%;
    cursor: pointer; 
    text-align:center; 
    vertical-align:middle;      
    font-weight:bold;
    float: right;
    /*
    border-top-right-radius:15px;
    border-top-left-radius:15px;  
    */ 
}
.task-menu-item-selected { background-color:#f3f3f3; }
.task-menu-item-selected:hover { cursor: pointer;color:#3366ff; }
.task-menu-item-not-selected { background-color:#A0A0A0; color:#f3f3f3; }
.task-menu-item-not-selected:hover { background-color:#A0A0A0;  }
.task-menu { height:30px; margin-top:10px; border-width :1px 1px 0px 1px; border-color:#A0A0A0; border-style:solid; }
.task-content 
{
    background-color:#f3f3f3; 
    border-width:0px 1px 1px 1px; 
    border-color:#A0A0A0; 
    border-style:solid;  
    padding:10px;
}
.task-content TD { padding-top:10px; }
.task-content input,
.task-content textarea  {
    width:100%;
    padding:4px; /* padding:0px 4px 0px 4px; */
    box-sizing:border-box; 
}
.task-button 
{
    width: 100px !important;
    height: 25px;
    font-weight: bold;
    color: #3366ff;
    padding:0px !important;
}
.task-delete-button 
{
    width: 100px !important;
    height: 25px;
    font-weight: bold;
    color: #ff0000;
    padding:0px !important;
    margin: 0px 0px 0px 50px;
}
.asset-button:hover { cursor: pointer; }
.not-valid { border: 1px solid red; }
.line-space { border:0.5px dotted #A0A0A0; border-width:0.5px 0px 0px 0px; }
.task-updates-tbl { width:100%;  border: 1px solid rgb(114, 114, 114); border-width: 1px 0px 0px 0px; }
.task-updates-row { background-color:#F0F0F0; }
.task-updates-row-alter { background-color:#E8E8E8; }
.task-update-cell { padding:2px !important; font-size:12px;  border: 1px solid rgb(114, 114, 114); border-width: 0px 0px 1px 0px;}
.task-update-cell-small { width:15%; }
.task-update-cell-large { width:auto; }
.task-update-cell-content {max-height:44px; overflow-y:auto; }

/* autocomplete */

.ui-menu .ui-menu-item .ui-menu-item:hover
{
    height: 20px;
    font-size: 12px;
}
.ui-menu .ui-menu-item a
{
    height: 20px;
    font-size: 12px;
}


.pagination {
    direction: ltr;
    display: flex;
    align-items: center;
    margin: auto;
    width: 40%;
    height: 80px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}