﻿.x-grid-row-summary .x-grid-cell-inner {
    font-size: 11px;
    font-weight: bold;
}
.task .x-grid-cell-inner {
    padding-left: 15px;
}

.x-column-header-inner {
    text-align:center;
}

.icon-printer {
    background-image: url(Images/printer.png) !important;    
}

.icon-user {
    background-image: url(Images/user.png) !important;    
}

.icon-save {
    background-image: url(Images/save.gif) !important;
}

.icon-reset {
    background-image: url(Images/refresh.gif) !important;
}

.icon-split {
    background-image: url(Images/split.png) !important;
}

.icon-recycle {
    background-image: url(Images/recycle.png) !important;
}

.icon-allocate {
    background-image: url(Images/hmenu-lock.gif) !important;
}

.icon-error {
    background-image: url(Images/icon-error.gif) !important;
}

.icon-edit {
    background-image: url(Images/edit.png) !important;
}

.icon-details {
    background-image: url(Images/details.gif) !important;
}

.icon-cancel {
    background-image: url(Images/cross.gif) !important;
}

.icon-grid {
    background-image: url(Images/grid.png) !important;
}

.icon-search {
    background-image: url(Images/search.png) !important;
}

.icon-accept {
    background-image: url(Images/accept.png) !important;
}

.icon-add {
    background-image: url(Images/add.png) !important;
}

.icon-delete {
    background-image: url(Images/delete.png) !important;

}

.icon-layout {
    background-image: url(Images/layout.png) !important;
}

.icon-chart {
    background-image: url(Images/chart.png) !important;
}

.icon-barchart {
    background-image: url(Images/barchart.png) !important;
}

.icon-bookmark {
    background-image: url(Images/bookmark.png) !important;
}

.icon-email {
    background-image: url(Images/email.png) !important;
}

.icon-chart {
    background-image: url(Images/chart.png) !important;
}

.icon-email-send {
    background-image: url(Images/email_send.png) !important;
}

.icon-edit-undo {
    background-image: url(Images/edit_undo.png) !important;
}

.icon-edit-redo {
    background-image: url(Images/edit_redo.png) !important;
}

.icon-edit-format {
    background-image: url(Images/edit_format.gif) !important;
}

.icon-edit-comment {
    background-image: url(Images/edit_comment.gif) !important;
}

.icon-edit-uncomment {
    background-image: url(Images/edit_uncomment.gif) !important;
}

.icon-dashboard {
    background-image: url(Images/dashboard.png) !important;
}

.upload-icon {
    background-image: url(Images/image_add.png) !important;
}

.icon-gmap {
    background-image: url(Images/gmap_marker_default.png) !important;
}

.icon-nokiamap {
    background-image: url(Images/nokia.png) !important;
}

.icon-information {
    background-image: url(Images/information.png) !important;
}

.icon-calendar {
    background-image: url(Images/calendar.gif) !important;
}

.icon-phone {
    background-image: url(Images/phone.png) !important;
}

.icon-sms {
    background-image: url(Images/sms.png) !important;
}

.menu-picker-url {
    float: left;
    width: 425px;
}
.menu-picker-title {
/*    float: left;*/
    color: #777;
    font-size: 10px;
}

.menu-list {
    padding: 0 3px 0 3px;
}

.menu-list-item {
    margin-top: 3px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #fff;
}

.menu-list .x-item-selected {
    font-weight: bold;
    color: #15428B;
    background-color: #DFE8F6;
    border: 1px dotted #A3BAE9;
}

.menu-list-item-hover {
    background-color: #eee;
}
.x-grid-center-icon {
    margin: 0 0 0 10px; 
    text-align: center;
    cursor: pointer;
}
.x-fieldset-header {
    /*color: red;
    font: 14px bold tahoma,arial,verdana,sans-serif;*/
    font-weight: bold;
    font-size:inherit;
}
.welcome_side_panel_left {
    background-color: #1BBE98;
    background-image: linear-gradient(left bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -o-linear-gradient(left bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -moz-linear-gradient(left bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -webkit-linear-gradient(left bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -ms-linear-gradient(left bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    right top,
	    color-stop(0.45, rgb(27,190,152)),
	    color-stop(0.88, rgb(48,227,227))
    );

}
.welcome_side_panel_right {
    background-color: #1BBE98;
    background-image: linear-gradient(right bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -o-linear-gradient(right bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -moz-linear-gradient(right bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -webkit-linear-gradient(right bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);
    background-image: -ms-linear-gradient(right bottom, rgb(27,190,152) 45%, rgb(48,227,227) 88%);

    background-image: -webkit-gradient(
	    linear,
	    right bottom,
	    left top,
	    color-stop(0.45, rgb(27,190,152)),
	    color-stop(0.88, rgb(48,227,227))
    );
}

.welcome_side_panel_centertop {
    background-image:inherit;
}
.welcome_side_panel_bottom {
    background-image:inherit;
}

/*.main_panel {
background-color: #99BBE8;
background-image: linear-gradient(left bottom, #99BBE8 0%, #DDE8EB 83%);
background-image: -o-linear-gradient(left bottom, #99BBE8 0%, #DDE8EB 83%);
background-image: -moz-linear-gradient(left bottom, #99BBE8 0%, #DDE8EB 83%);
background-image: -webkit-linear-gradient(left bottom, #99BBE8 0%, #DDE8EB 83%);
background-image: -ms-linear-gradient(left bottom, #99BBE8 0%, #DDE8EB 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right top,
	color-stop(0, #99BBE8),
	color-stop(0.83, #DDE8EB)
);}*/

.main_panel {
background-color: #C4E0BF;
background-image: linear-gradient(left bottom, #C4E0BF 0%, #F3FFF0 30%, #F3FFF0 70%, #C4E0BF 100%);
background-image: -o-linear-gradient(left bottom, #C4E0BF 0%, #F3FFF0 30%, #F3FFF0 70%, #C4E0BF 100%);
background-image: -moz-linear-gradient(left bottom, #C4E0BF 0%, #F3FFF0 30%, #F3FFF0 70%, #C4E0BF 100%);
background-image: -webkit-linear-gradient(left bottom, #C4E0BF 0%, #F3FFF0 30%, #F3FFF0 70%, #C4E0BF 100%);
background-image: -ms-linear-gradient(left bottom, #C4E0BF 0%, #F3FFF0 30%, #F3FFF0 70%, #C4E0BF 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right top,
	color-stop(0, #C4E0BF),
	color-stop(0.3, #F3FFF0),
	color-stop(0.70, #F3FFF0),
	color-stop(1, #C4E0BF)
);

}

.padded_table td {
    padding: 1px 5px 1px 5px;
}

.nokia_index {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 4px 0px 0px 0px;
	background-color: #1080DD;
    color:white;
    font-size:12px;
    font-weight:bold;
}

.x-tip {
    width: auto !important;
}
.x-tip-body {
    width: auto !important;
}
.x-tip-body span {
    width: auto !important;
}
.borderbutton {
    border-color: #A3BAE9;
    border-style:solid;
    border-width: 1px;
}
.borderbutton-disabled {
    border-color: #A3BAE9;
    border-style:solid;
    border-width: 1px;
}
.x-toolbar .x-toolbar-item {
    margin-right: 5px;
}
.paypal-image {
    width:86px!important; height:21px!important;
    background-image: url(https://www.paypal.com/en_US/i/btn/btn_paynow_SM.gif) !important;
    border:none;
    background-color:transparent;
}
.textfield-readonly input {           
  color: black !important;           
  background-image: none !important;           
  background-color: #EBEBE4 !important;
}

.x-mask.splashscreen {
    background-color: whitesmoke;
    opacity: 1;
    background-position: center;
    background-image: url('Images/ctbackground.jpg') !important;
    background-repeat: no-repeat;
}

.x-mask.splashscreen2 {
    background-color: whitesmoke;
    opacity: 1;
    background-position: center;
    background-image: url('Images/ctbackground.jpg') !important;
    background-repeat: no-repeat;
}

.x-mask-msg.splashscreen,
.x-mask-msg.splashscreen div,
.x-mask-msg.splashscreen2,
.x-mask-msg.splashscreen2 div {
    font-size: 16px;
    padding: 30px 5px 5px 5px;
    border: none;
    background-color: transparent;
    background-position: top center;
    background-image:none !important;
}

.x-message-box .x-window-body .x-box-inner {
    min-height: 110px !important;
}

.splashicon {
    /* Important required due to the loading symbols CSS selector */
    
    height: 57px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.special-disabled, .special-disabled input {           
  background-image: none !important;           
  background-color: #EBEBE4 !important;
}

.display-white {           
  background-color: white;
}

.display-white div {
  padding: 2px 4px 2px 4px;
}

.grid-row-with-image {
    height: 26px
}

.opacity0 {
    opacity: 0;
}

.opacity95 {
    opacity: 0.95;
}

.rounded-corners5  {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.rounded-corners10  {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
