

.k-grid-header .k-header {
   /*overflow: visible;*/
   white-space: normal;
}

.col-item
{
    font-size : 12px;
    line-height:20px;
}

.col-item1
{
    font-size : 10px;
    float: right;
}
.preview
{
    border : lightgrey 1px dashed;
    padding-bottom : 2px;
    padding-top : 2px;
    padding-left : 1px;
    padding-right : 1px;
    cursor:pointer;
    margin-left : 0px!important;   
}
 .preview:hover
  {
     /*border : lightgreen 1px dashed;*/
  }

.preview-selected
{
    border : #599ad5 2px dotted !important;
    background:#85c2ff!important;
    padding-bottom : 2px;
    padding-top : 2px;
    padding-left : 1px;
    padding-right : 1px;
    margin-left : 0px!important;
}

.preview-selected1
{
    border : blue 2px dashed !important;
    padding-bottom : 2px;
    padding-top : 2px;
    padding-left : 1px;
    padding-right : 1px;
}

.comp-class
{
    border : gray 1px dashed;
    cursor:move;
    padding-bottom : 2px;
    padding-top : 2px;
    padding-left : 1px;
    padding-right : 1px;
    color : Blue!important;
}

.row-class
{
    color : black!important;
}

.prop-palette
{
    font-size : 11px;
}

.drag-on
{
    
    background:#85c2ff!important;
    /*background: blue!important;*/
}

.drag-on-red
{
    
    background:#e7f4fd!important;
    /*background: red!important;*/
}

.cls-window
{
    border : blue 2px dashed;
}

.cls-form
{
    border : green 2px dashed;
}

.cls-no-drag
{
    border : red 2px solid;
}
.cls-tab
{
}

.highlight-cls
{
    background:#e7f4fd;
    
}

.align-right
{
    text-align: right;
}

.align-left
{
    text-align: left;
}

.align-center
{
    text-align: center;
}

.align-justify
{
    text-align: justify;
}

.prop-name
{
    font-weight : bold;
    color : blue;
    text-align : right;
}
.method-name
{
    font-weight : bold;
    color : red;
    text-align : right;
}

.prop-header
{
    font-weight : normal;
    font-size : 16px;
    padding-bottom : 10px;
    text-align : justify;
}

.row-padding
{
    padding-top : 5px;
}

.method-cls
{
    border-style : none!important
}

.icon_form
{
	display: inline-block;
	border: 1px dashed #000000;
	height: 15px;
	width: 15px;
}

.fixed 
{
		position: fixed; 
		top: 0; 
		height: 70px; 
		z-index: 100;
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
}

.prop-element
{
    line-height : 20px!important;
    padding-bottom : 1px!important;
    min-height : 25px!important;
    margin-bottom : 1px!important;
}

.prop-element-line
{
    border-bottom : gray 1px dotted;    
    vertical-align : middle!important;
}

.k-notification-notification.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}
.notification {
    height: 50px;
}

/*END - Form Designer Area Container*/
/*START - Properties Panel Area*/
.properties-panel {
  border: 1px solid #599ad5;
  font-size: 8pt;
}
.properties-panel .row-fluid [class*="span"] {
  margin-left: 0!important;
}

.properties-header {
  background-color: #599ad5;
  margin: 0px;
  color: #000000;
  text-align:center;
  vertical-align:middle;
  line-height: 20px;
  height:20px;
}
.form-field-label
{
	line-height : 30px!important;
}


div.k-grid-header, div.k-grid-footer {
padding-right: 17px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top:0px!important;
zoom: 1;
}

div.k-grid-header .k-header {
border-bottom-width: 0;
border-top: 0px;
}

.window-container{
	height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper .page-container .content-container .running-jobs .job-parameters .job-parameter-container {
  text-align : right;
  padding-right : 5px;
}

.efi-combo-wrapper .sub-id-field {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-right: 0px;
  height: 22px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  margin-left : -5px;
}

 .infoline {
	padding-left:20px;
	font-size : 140%;
	color : blue;
 }
 
 .error_block{
	padding-top:3px;
	border-bottom : 1px dashed #777777;
 }
 
 .err_header{
	color : #0000FF;
	font-size : 90%;
 }
 .err_mesage{
	color : #aaaaaa;
	font-size : 75%;
 }
 .label{
	width : 200px;
	color : #000000;
	font-size : 90%;
	display: inline-block;
	text-align: right;
 }
 .value{
	color : #0000FF;
	font-weight : normal;
	font-size : 90%;
	padding-left: 5px;
 }
 .os-heading {
	text-align : middle;
	font-size : 100%;
	border-bottom : 1px dotted #AAAAAA;
 }
 .d-value{
	padding-top:2px;
 }
 
 .login-background {
 	background-image: url('../webimages/Mis_Console_splash1.png');
 }
 
.new-bg {
 	background: url('../webimages/pw_pattern.png');
}

.login-height{
	height : 500px!important;
}

.login-padding {
	margin-top:145px;
}

.login-label {
	text-align: left;
	padding-left: 8px;
	color: #000000;
}
.top-margin{
	margin-top: 5px!important;
}

.submit{
	border: 0;
	color: #fff;
	background: #469516;
	padding: 10px 0;
	margin-top: 15px;
	cursor: pointer;
	width : 265px!important;
}

.version
{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: xx-small;
    color : #FFFFFF;
}

.info-notification {
    width: 240px;
    padding: 0 30px;
}
.info-notification h3 {
    font-size: 1.7em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.info-notification img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.procname-drop {
	border-bottom : 1px dotted #777777;
}

/* Mobile styles */
    .km-drawer-button:before, .km-drawer-button:after  { content: "\E077"; }
    .km-inbox:before, .km-inbox:after { content: "\E0B0"; }
    .km-sent:before, .km-sent:after { content: "\E0C6"; }
    .km-trash:before, .km-trash:after { content: "\E0C3"; }
    .km-spam:before, .km-spam:after { content: "\E0C5"; }
    .km-star:before, .km-star:after { content: "\E0D7"; }
    .km-settings:before, .km-settings:after { content: "\E0DA"; }
    .km-off:before, .km-off:after { content: "\E0B9"; }


    #drawer-spam .spam
    {
        color: darkred;
        background: currentcolor;
        display: block;
        margin: 2em;
        font-size: 1.4em;
    }

    #drawer-spam .spam .km-text
	{
        color: white;
    }

	.mobile-search 
	{
		padding-left : 5px;
		padding-right: 5px;
	}

.km-view .km-header .km-widget .km-view-title .view-title span{
	visibility : visible!important; 
}


.search-container .search button.search-button:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.search-container .search span.icon-search {
  color: #e9ebed;
  padding-right: 10px;
}



  .search-container .search .search-categories {
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-radius: 0px\9;
    background-position: 0px -532px;
    background: #FFFFFF;
    line-height: 20px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width : 100%;
  }
  .search-container .search .search-categories .label {
    color: #777777;
    font-size: 12px;
    white-space: nowrap;
    font-family: arial, sans-serif;
    text-indent: 1px;
    height: 35px;
    margin: 0px 23px 0px 9px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 150px;
  }
  .search-container .search .search-categories .nav-down-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 5px;
    border-color: transparent;
    border-top: 5px solid #a0a0a0;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  .search-container .search .search-categories select {
    position: absolute;
    left: 0px;
    top: 35px;
    margin: 0;
    padding: 0;
    outline: none;
    width: 190px;
    opacity: 0;
    filter: alpha(opacity=0);
	height: 30px;
	margin-top: -30px;
	width: 100%;

  }
  .search-container .search input {
    display: inline;
    width: 48%;
    font-weight: 300;
    position: relative;
    top: -2px;
    height: 20px;
  }
  .search-container .search button {
    width: 12%;
    position: relative;
    left: 0px;
    top: -1px;
  }

.prop-label1{
	vertical-align: middle;
	line-height: 30px;
	text-align: right;
	width: 100%!important;
	padding-right: 5px;
}  
	
.padding5px
{
	margin-left : 5px!important;
}

.padding15px
{
	margin-left : 5px!important;
}

.margin-top20px
{
	margin-top : 20px;
}

.border1pxsolid
{
	border : 1px #aaaaaa solid;
}

.k-tabstrip-items .k-item, .km-pane-wrapper>.km-pane>.km-view>.km-content
{
	background-color: #1569B0!important;
	border-color: #1569B0!important;
	border-radius: 0px!important;
}
.k-tabstrip-items .k-state-default .k-link
{
	color : #FFFFFF!important;
}

.labelBackground
{
	font-size : 120%;
	background-color : #dddddd;
	margin-right:5px;
	padding-left:5px;
}

.learninglabel
{
	font-size : 110%;
	background-color : inherit;
}

.greenback
{
	margin-top:5px;
	/*border-bottom: 2px #00FF00 solid;*/
	background-color : #00FF00;	
}

.redback
{
	margin-top:5px;
	/*border-bottom: 2px #FF0000 solid;*/
	background-color : #FF0000;	
}

.yellowback
{
	margin-top:5px;
	/*border-bottom: 2px #FFFF00 solid;*/
	background-color : #FFFF00;	
}

.greenback1
{
	border-bottom: 2px #00FF00 solid;
	background-color : #eeeeee;
	margin-right: 5px!important;
	margin-top: 5px!important;
	padding-left: 5px;
}

.redback1
{
	border-bottom: 2px #FF0000 solid;
	background-color : #eeeeee;
	margin-right: 5px!important;
	margin-top: 5px!important;
	padding-left: 5px;}

.yellowback1
{
	border-bottom: 2px #FFFF00 solid;
	background-color : #eeeeee;
	margin-right: 5px!important;
	margin-top: 5px!important;
	padding-left: 5px;
}

.eflowbody
{
	height : 300px!important;
}

.eflowevent
{
  width: 100%;
  border: 1px solid brown;
  margin-top: 37px;
  background-color: rgb(250, 249, 249);
  height: 100px;
}

.nopaddingleft
{
padding-left:0px;
}

.eflowevent-headingr
{
  font-size: 140%;
  background-color: rgb(237, 21, 62);
  padding-left: 10px;
}
.eflowevent-headingb
{
  font-size: 140%;
  background-color: rgb(90, 219, 131);
  padding-left: 10px;
}

.eflowevent-button
{
	text-align : right;
	padding-right : 5px;
}
.eflowevent-value
{  
	font-weight: normal;
	color: blue;
}

.eflowevent-detail
{
	padding-left : 10px;
}

.employee-photo {
   display: inline-block;
   width: 32px;
   height: 32px;
   border-radius: 50%;
   background-size: 32px 35px;
   background-position: center center;
   vertical-align: middle;
   line-height: 32px;
   box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
   margin-left: 5px;
}

.employee-name {
   display: inline-block;
   vertical-align: middle;
   line-height: 32px;
   padding-left: 3px;
}

.k-grid .k-header {
   display: none;
}

.k-grid tbody .k-grid .k-grid-header{
	display: none;
}
div.k-window-titlebar{
	display: none;
}
.k-window-action
{
    visibility: hidden;
}
.number{
    background-color: lightblue;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    border: 1px solid gray;
}

#items .ui-selected {
    background: red;
    color: white;
    font-weight: bold;
}

#items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#items li {
    float: left;
    margin: 2px;
    padding: 2px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.dial-Pad-Div
{
    width: 230px;
}

.dot-formgroup {
  margin-bottom: 16px;
  width: auto;
  clear: both;
}
.override-form-label {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
  color:#FFFFFF;
}

.dot-formcontrol {
  display: block;
  width: 100%;
  clear: both;
  font-size: 13px;
  border: 1px solid #90a4ae;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dot-formcontrol:focus {
  border-color: #0366d6;
}
