.PanelSideMenuItemMarked 
{
	background-color: #0271B6; 
}

.cm_ui_form_paging_indication .cm_ui_form_paging_indication_tab_selected
{
	background-color: #0271B6 !important;
}

.cm_ui_window_title_surface {
	overflow: hidden;
	height: 30px;
	background-color: #0271B6;
	font-size: 20px;
	color: white;
	padding-top: 5px;
	text-align: center;	
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}

.cm_ui_window_table_structure 
{
    background-color: #ecf0f1;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	min-width: 300px;
	box-shadow: 0px 1px 15px #6D787B;
	border: 1px solid #057BC5;
	-webkit-animation: cmFadeIn .3s ease-in; 
    animation: cmFadeIn .3s ease-in; 
}

.button1
{
	text-decoration:none;
	background-color: white; 
	font-weight:bold;
	font-size:15px;
	text-align:center;
	color: #0271B6;
	padding: 7px 12px 5px;
	height: auto;
	cursor:pointer;
	border: 1px solid rgba(172, 172, 172, 0.59);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); 
	display: block;
	transition: all .15s ease-in-out; 
    -webkit-transition: all .15s ease-in-out;     
}

.loginButton
{
	background: #0271B6;
	color: white;
}

#slist .item_marked
{	
	background-color: rgb(237,242,242) !important;	
}

/* Rotem (Eyal Shiri) - bug #103997 */
#indexButtonsPanel a.indexBtn img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
}

#indexButtonsPanel a.indexBtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  vertical-align: middle;
  /*background-color: #1371B2; /* Rotem (Sandeep Pal) - bug #62645 */
  border-radius: 100%;
  background: rgb(53, 152, 220);
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 5px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
/* Rotem (Eyal Shiri) - bug #103997 - end */


#clickmobile_captionBar
{
	width: 100%;
	z-index: 4;
	height: 44px;
	box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.35);
}

#loadingPanelTextContainer
{
	position: relative;
	top: -20px;
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	color: #0271B6;
	font-weight: bold;
}

.frmLoginBackgroundImage
{
    position: absolute; 
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    background-image: url('../Images/fieldservice.jpg'); 
    background-size: cover; 
    overflow: visible !important;
}

#header
{
	position:relative;
	height:42px;
	white-space:nowrap;
	color: white; 
}

#header > .col-r, #header > .col-l
{
	margin: 7px 0px; 
	line-height: 28px;
}

#header .middle
{
	text-align: center;
	height: 33px;
}

#header h1
{
	margin: 0;
	text-overflow: ellipsis;
	font-size: 20px;
	cursor: pointer;	
	line-height: 43px;
	display: inline;
	font-weight: normal;	
}

.darkBlueButton
{
	padding: 5px 17px;
	color: white;
	border: none;
	box-shadow: none;
	background-color: #0271B6;
}

.timeReportButton
{
	width: 100%;
	background-color: #31AE10;
	color: white;
	border: 1px solid #31AE10;
}

.buttonDisabled
{
	color: #4A4A4A;
	cursor: default;
}

#loginHtml #header 
{
    background-image: none;
    background-color: transparent;
}

.pickerButton
{
	padding: 5px 17px;
	margin: 10px 25px;
	height: 25px;
	text-align: -webkit-auto;
	text-align: -ms-auto;
	line-height: 25px;
}

.pickerConflictButton
{
	padding: 5px 15px;
	margin: 5px 11px;
	background-color: #FDFBF0;
	color: #A1985A;
	border: 1px solid rgba(176, 166, 102, 0.5);
}

.pickerConflictButtonRed
{
    background-color: #F9D0D3;
}

.dataConflictAlertTitle
{
	text-align: center;
	color: #847E52;
	font-size: 15px;
	font-weight: bold;
}

.dataConflictAlertTitleRed
{
    color: #983335;
}
.dataConflictAlertDescription
{
	text-align: center;
	margin-top: 2px;
	color: #847E52;
	font-size: 13px;
}

.dataConflictAlertDescriptionRed
{
    color: #983335;
}
.dataConflictAlertLabel
{
	color: #847E52;
}

.dataConflictAlertLabelRed
{
	color: #983335;
}

@-webkit-keyframes cmFadeIn { 
    from { opacity: 0; } 
    to { opacity: 1; } 
} 

@keyframes cmFadeIn { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}

/* Gil PC Only: 07/11/14 */ 
/* Desktops and laptops ----------- */ 
@media only screen and (min-width: 1000px) 
{ 
    .PanelSideMenuItem:hover { 
        background-color: rgba(124, 134, 136, 0.35); 
    } 
    
    .PanelSideMenuItem:active { 
        background-color: rgba(100, 110, 105, 0.35) !important; 
    } 

    /* Rotem (Eyal Shiri) - bug #103997 */
    #indexButtonsPanel a.indexBtn:hover {
      opacity: 0.8;
      box-shadow: 0px 1px 7px rgb(137, 141, 142);
    }

    #indexButtonsPanel a.indexBtn:active {
        background: rgba(37,63,109,0.3) !important;
    }
    /* Rotem (Eyal Shiri) - bug #103997 - end */
    
    .button1:hover 
    { 
        opacity: 0.8; 
        box-shadow: 0px 2px 4px rgba(170, 171, 171, 0.77); 
    } 
    
    #slist .item.item_marked:hover {
        background-color: rgb(237,242,242) !important;
    }
    
    #slist .item:hover 
    { 
        background-color: rgb(243,248,248) !important; /*Gil 07/11/14*/ 
    } 

    #slist .item:active 
    { 
        background-color: rgb(220,225,225) !important; 
    } 
    
    .PanelSideMenuItem .PanelSideMenuItemText
    {
	    -webkit-animation: cmFadeIn .4s ease-in;
        animation: cmFadeIn .4s ease-in;
    }
    
    .navigationButton:hover, 
    #dateContainer:hover, 
    #taskform .tabs .right:hover, 
    #taskform .tabs .left:hover 
    { 
        background-color: rgb(220,225,226); 
        transition: all .15s ease-in-out; 
        -webkit-transition: all .15s ease-in-out; 
    }

/*Feature: 65137 Javed(Neeraj), Power map app - show tasks for current day on the map*/
	#pm_dateContainer:hover, 
    #NavBarPanel .tabs .right:hover, 
    #NavBarPanel .tabs .left:hover ,
	#NavBarPanel .tabs .today:hover ,
	#today_map:hover,
	#left_map:hover,
	#right_map:hover
    { 
        background-color: rgb(86, 84, 84); 
        transition: all .15s ease-in-out; 
        -webkit-transition: all .15s ease-in-out; 
    }
	
	.map_enabled
	{		
		pointer-events:auto;
	}
	.map_disabled
	{		
		pointer-events:none;
	}
	/*Feature: 65137 Javed(Neeraj), Power map app - show tasks for current day on the map*/

    /*Gil 07/11/14*/ 
    /*Polina: Bug #67521*/
    textarea:hover, input:hover, select:hover, input[type=text]:hover, 
    .PCTimePicker_ControlStructure:hover,
    .PCDuration_ControlStructure:hover, .PCDuration_ControlStructure:hover .Duration_EditContainer
    {
        background-color: rgb(243,248,248) !important; 
        outline: none; 
        -webkit-transition: all .3s ease-out; 
        transition: all .3s ease-out; 
    }

    #schedule #toolButtonsPanel .button1:hover { 
        background-color: rgb(220,225,226); 
        transition: all .15s ease-in-out; 
        -webkit-transition: all .15s ease-in-out; 
    }

}

/* Let's get this party started */

/* Handle */

body.Windows_NT ::-webkit-scrollbar-track,
body.Android.Phonegap ::-webkit-scrollbar-track
{
background: rgb(220,225,225);

}

body.Windows_NT ::-webkit-scrollbar-thumb,
body.Android.Phonegap ::-webkit-scrollbar-thumb

{
    background: rgba(170,170,170,0.7); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.1); */
    opacity: 0.7;
}


body.Windows_NT ::-webkit-scrollbar-thumb:hover,
body.Android.Phonegap ::-webkit-scrollbar-thumb:hover
{
    background: rgb(170,170,170); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}


body.Windows_NT ::-webkit-scrollbar {
	width: 12px;
	opacity: 0.2;
}
body.Android.Phonegap ::-webkit-scrollbar
{
    width: 4px;
    opacity: 0.2;
}


body.Windows_NT ::-webkit-scrollbar:hover,
body.Android.Phonegap ::-webkit-scrollbar:hover 
{
    opacity: 0.8;
}


.dropdown-ul-li 
{
    background-image: url("../Images/ComboArrow.png");
    z-index: 999999;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	min-height:20px;
}

.dropdown-ul-li:hover {
	background-color:rgb(243,248,248);
}
	
.dropdown-ul-li ul  
{
	list-style: none; padding: 0; margin: 0; 
	position: relative;
	/*top: 60px;*/
	 left: -1px; /* -1 for the border */
	z-index: 99999;
	border: 1px solid #ccc;
	width: 100%;
	color: #000;
	background-color: #fff;
	display: none;
	overflow-y: scroll;
    max-height: 200px;
}
/*.span-ul-il {
    padding: 10px;
}*/
	
.dropdown-ul-li li { 
	list-style: none; padding: 0; margin: 0; 
	padding: 5px;
}
.dropdown-ul-li li.selected { display: none; }
.dropdown-ul-li li:hover { background-color: rgb(220,225,225); color: #fff; }
		
.dropdown-ul-li ul.open {  color: Black; }
.dropdown-ul-li ul { color: Black; }
	