﻿/* leave this part out */

/* leave this part out */

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.btn-file:hover{border-color: #adadad;}
.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle;}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
.control-group.success .fileupload .fileupload-preview{color:#468847;}
.control-group.success .fileupload .thumbnail{border-color:#468847;}




.widget.flat .widget-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget.radius-bordered .widget-header {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.widget-header {
    position: relative;
    min-height: 35px;
    background: #0088CC;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #fff;
    padding-left: 12px;
    text-align: right;
}

.bg-blue {
    background-color: #357395 !important;
}

div {
    display: block;
}


.page-body {
    background: #eee;
    /*padding: 18px 20px 24px;*/
}
body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Open Sans','Segoe UI';
    font-size: 13px;
    color: #444;
}
.widget {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0;

}
.widget-header[class*="bg-"] .widget-caption, .widget-header[class*="bg-"] i {
    color: #fff;
}
.widget-header>.widget-caption {
    line-height: 34px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px;
}
.widget.flat .widget-body, .widget.flat .widget-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widget.radius-bordered .widget-body {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}
.widget-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3)!important;
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3)!important;
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3)!important;
    padding: 20px;
    /*height:101px;*/
}


.input-icon.icon-right>[class*="fa-"], .input-icon.icon-right>[class*="glyphicon-"] {
    left: auto;
    right: 0;
}
.input-icon>[class*="fa-"], .input-icon>[class*="glyphicon-"] {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 100%;
    line-height: 28px;
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}
.palegreen {
    /*color: #357395 !important;*/
    color: #357395 !important;
}

.input-icon.icon-right>input {
    padding-left: 6px;
    padding-right: 36px;
}
.input-icon>input {
    padding-left: 36px;
    padding-right: 6px;
}

.form-control, select {
    font-size: 13px;
    color: #111;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 6px 12px;
}
span.input-icon {
    display: inline-block;
}
.input-icon {
    position: relative;
    width: 100%;
}

.btn-blue:hover, .open .btn-blue.dropdown-toggle {
    background-color: #70bafd !important;
    border-color: #adadad;
    color: #fff;
}
.btn-blue:hover {
    color: #fff;
}
.btn:hover, .btn-default:hover {
    color: #444;
}
.btn:hover, .btn:focus {
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#357395), to(#357395));
   border-color: #adadad;
}

.btn-blue, .btn-blue:focus {
    background-color: #FBFBFB !important;
    border-color: #5db2ff;
    color: #fff;
}
.btn, .btn-default, .btn:focus, .btn-default:focus {
    color: #444;
   /*background-color: #fff!important;*/
    border-color: #ccc;
}
.btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    /*color: #0E0202;*/
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    font-size: 13px;
}
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ddd;
}
.well {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background-color: #fbfbfb;
    border: 0;
    color: #262626;
    position: relative;
    margin-bottom: 30px;
    min-height: 0;
}

.table-bordered thead>tr {
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
     border-bottom: 2px solid;
     border-color: #357395 !important;
}

.table-scrollable>.table-bordered>thead>tr>th:first-child, .table-scrollable>.table-bordered>tbody>tr>th:first-child, .table-scrollable>.table-bordered>tfoot>tr>th:first-child, .table-scrollable>.table-bordered>thead>tr>td:first-child, .table-scrollable>.table-bordered>tbody>tr>td:first-child, .table-scrollable>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.table-scrollable>.table>thead>tr>th, .table-scrollable>.table>tbody>tr>th, .table-scrollable>.table>tfoot>tr>th, .table-scrollable>.table>thead>tr>td, .table-scrollable>.table>tbody>tr>td, .table-scrollable>.table>tfoot>tr>td {
    white-space: nowrap;
    border-bottom: 0;
    border-left: 0;
}
.table thead>tr>th {
    border-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.table-scrollable>.table-bordered {
    border: 0;
   
}
.table-scrollable>.table {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
}
.table {
    background-color: #fff;
    margin-bottom: 0;
}

.table-scrollable>.table>thead>tr>th{
    border-bottom: 2px solid;
    border-bottom-color: #357395 !important;
}





.btn.btn-circle.btn-xs {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px 1px 3px 2px;
}
.buttons-preview .btn, .buttons-preview .btn-group {
    margin-bottom: 10px;
    margin-right: 10px;
}
.btn.btn-circle {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 11px 12px;
}

.btn-xs {
    font-size: 18px;
    padding: 2px 7px;
}
#content {
   
    padding: 0px!important;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5;
    border-top: 3px solid #357395;
}

.modal-preview .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    width: auto;
    overflow: hidden;
    max-width: 600px;
}

.modal-preview .modal .modal-dialog {
    width: 90%;
}


.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #357395;
}
.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #357395;
    color: #fff;
}

.modal-header .close {
    font-size: 26px;
}
.modal-content .close {
    font-size: 26px;
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin-top: 0;
}

.btn-info, .btn-info:focus {
    /*background-color: #57b5e3 !important;*/
    border-color: #57b5e3;
    color: #fff;
}
.btn, .btn-default, .btn:focus, .btn-default:focus {
    color: #444;
    background-color: #fff;
    border-color: #ccc;
}
.btn-xs {
    font-size: 11px;
    padding: 2px 7px;
}


.progressbar {
  width:300px;
  height:21px;
}
.progressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}






@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

#space{
        margin-bottom: 5px;
}

#ProcessProgress {
    background-color: #bce8f1;
}

#addbutton {
    margin-bottom: 10px;
}

.tablefilter {
    min-height: 30px;
}


.btmupl {
    width: 30px;
    font-size: 22px;
    padding: 2px 7px;
    padding: 0px 1px 0px 0px;
    height: 32px;
    border-radius: 30%;
}


.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 4px;
    list-style: none;
    background-color: #ffffff;
    /*border: 1px solid ;*/
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 15px;
}
.ui-autocomplete > li.ui-state-focus {
  /*background-color: #DDD;*/
   background-color:rgb(245, 255, 235);

}
.ui-helper-hidden-accessible {
  display: none;
}


/*.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }*/


 .modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
 .widget-collapse
 {
     margin-right:5px;
     font-size:15px;
     font-weight:400;
     color:white;
 }
  .minus, .plus
 {
    color: #fff!important;
    padding-top: 3px;
     font-weight:100;
 }

 .minus:hover, .minus:focus, .plus:hover, .plus:focus{
   
    color: #CBE6CC!important;
   border-color: #adadad!important;
}

 #datepicker2 {
z-index: 100000;
}
 #endDate1 {
z-index: 100000;
}

 
 #startDate1 {
z-index: 100000;
}
 #endDate1 {
z-index: 100000;
}

  #userNamePop {
z-index: 100000;
}

 .nhd{
     color:rgb(10, 150, 81);
    background-color: rgba(204, 240, 165, 0.45);
}
 .gwtable { 
    margin-top: 10px;
}

 #fsrparam { 
    border: 1px solid #dbdbdb!important;
}
 #lrparam { 
    width: 167px!important;
    margin-left: 6px!important;
}
 

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:6px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid;
    border-color: rgba(160, 212, 104, 0.67);
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background:rgba(160, 212, 104, 0.39);
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background:rgba(160, 212, 104, 0.39);
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background:rgba(160, 212, 104, 0.39);
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #2D512D, #357395);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #357395;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 1px solid;
    border-color: rgba(160, 212, 104, 0.67);
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: rgba(160, 212, 104, 0.23);
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #2D512D, #357395);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 147px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: rgba(160, 212, 104, 0.23);
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}


textarea{
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #111;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    -o-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.legen {
      padding-left: 16px;
  }










header span {
    font-weight: 200;
}
header .button {
    font-size: 0.2em;
    top: -6px;
}
 
/* various containers */
/*.container {
    width: 200px;
    margin: 0 auto;
}*/
.canvas-container {
    min-height: 380px;
    max-height: 500px;
    width:100%;
    position: relative;
    text-align:center;
    /*font-size:20px;*/
}
.widgett {
    position: relative;
    margin-bottom: 80px;
    /*background: #efefef;*/
    padding: 12px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.chart-legend ul {
    list-style: georgian;
    width: 100%;
    margin: 30px auto 0;
    text-align:left!important;

}
.chart-legend li {
    text-indent: 16px;
    /*line-height: 24px;*/
    position: relative;
    font-weight: 600;
    display: block;
    /*float: left;*/
    width: 50%;
    font-size: 1.0em;
}
.chart-legend  li:before {
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}



.widgett p {
    margin-top: 0;
    text-align: center;
}
.widgett h3 {
    margin: -12px 0 12px -12px;
    padding: 12px;
    width: 100%;
    text-align: center;
    color: #627b86;
    line-height: 2em;
    background: #d0dde3;
}







body { padding-top:30px; }
.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }
.header { padding: 10px;}
.col-xs-2 .col-md-1 img { padding-right: 20px; color:#FFFFFF;}
.row img { float:left; padding-right: 4px; padding-left: 4px;}

.operson { float:right; padding-left:0px; color:#5586e5; font-weight:600;}
.alter { float:right;}
.altertext { float:right; position: relative;  }


.round { background-color:#5ba6e7; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.time { position:relative; top: 3px;
    color: #854A4A; font-weight:600;}
.time2 { float:left; padding-left:0px; color:#000; font-weight:600;}

.personName {  padding-left:0px; color:#5586e5; font-weight:600;}
.personSay {   padding-left:0px; color:#000; font-weight:600;  max-width: inherit;}

.personName2 { float: right;  padding-left:0px; color:#5586e5; font-weight:600;}
.personSay2 {  float: right; padding-left:0px; color:#000; font-weight:600;}

ul { list-style-type:none; padding:0px; margin:0px;  }
ul li {   padding-left: 0px; }


chat bubbleee css  

.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    float: left;   
    margin: 5px 45px 5px 20px; 
	border-color: #cdecb0;
	 
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px; 
	
	}

.bubble{
		background-color: #F2F2F2;
		border-radius: 5px;
		box-shadow: 0 0 6px #B2B2B2;
		display: inline-block;
		padding: 7px 18px;
		position: relative;
		vertical-align: top;
		margin: 5px 10px;
		border-color: #cdecb0;
		width: 60%;
		
	}


 chat bubbleee2 css  


bubble2{
    background-color: #dfeecf;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 7px 18px;
    position: relative;
    vertical-align: top;
    float: left;   
    margin: 5px 45px 5px 20px; 
	border-color: #cdecb0;
	
	  }

.bubble2::before {

float:right;
    background-color: #dfeecf;
    content: "\00a0";
    display: block;
    height: 19px;
    /*position: absolute;*/
	position:relative;
    left: 26px;
	top: 11px;
    transform:             rotate( 205deg ) skew( -35deg );
        -moz-transform:    rotate( 205deg ) skew( -35deg );
        -ms-transform:     rotate( 205deg ) skew( -35deg );
        -o-transform:      rotate( 205deg ) skew( -35deg );
        -webkit-transform: rotate( 205deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
     
	}

.bubble2{
		float: right;
		width: 60%;
		background-color: #dfeecf;
		border-radius: 5px;
		box-shadow: 0 0 6px #B2B2B2;
		display: inline-block;
		padding: 10px 18px;
		position: relative;
		vertical-align: top;
		margin: 10px 10px;
		border-color: #cdecb0;
        max-width: 60%;
		
	}


.top-bar,.msgpopbtn {
    margin-top:5px;
  background: #ffce55;
  position: relative;
  overflow: hidden; 
      background-color: #127A0F!important;
}
.top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0.25;
  background: radial-gradient(white, #357395);
}

.top-bar > * {
  position: relative;
}

.top-bar::before, #msndn,.msgpopbtn {
  animation: pulse 1s ease alternate infinite;
}
@keyframes pulse {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
.hea{

    font-family: 'HP Simplified'!important;
    font-weight:400!important;
    font-size:large!important;
}
#comment{
    height:10px!important;
}
.vE{
     background-color: #FFFFFF!important;
      border: none!important;
    border-color: rgba(160, 212, 104, 0.67)!important;
    max-width:450px!important;
    width:450px;
      border-radius: 5px!important;
     padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
      font-family: 'HP Simplified'!important;
    font-weight:400!important;
    font-size:medium!important;
    min-height: 43px!important;
}
.vE:focus{
     -webkit-box-shadow: 0 1px 0 #127A0F!important;
    -moz-box-shadow: 0 1px 0 #357395!important;
    box-shadow: 0 1px 0 #357395!important;
    -webkit-transition: all .15s ease!important;
    -moz-transition: all .15s ease!important;
    -o-transition: all .15s ease!important;
    transition: all .15s ease!important;
    -webkit-border-radius: 2px!important;
    -webkit-background-clip: padding-box!important;
    -moz-border-radius: 5px!important;
    -moz-background-clip: padding!important;
    border-radius: 5px!important;
}
.sendbtn
{
    width: 40px!important;
    height: 40px!important;
    border:none!important;
    background-color: #357395!important;
    color: #FFFFFF;
}
.msgpopbtn{
    width: 60px!important;
    height: 60px!important;
    border:none!important;
    /*background-color: #357395!important;*/
    color: #FFFFFF;
}
.msgpopbtn:hover, .msgpopbtn:focus{
    width: 70px!important;
    height: 70px!important;
}
.sendbtn:hover, .sendbtn:focus
 {
     width: 42px!important;
    height: 42px!important;
     -webkit-box-shadow: 0 1px 0 #127A0F!important;
    -moz-box-shadow: 0 1px 0 #357395!important;
    box-shadow: 0 1px 0 #357395!important;
    -webkit-transition: all .15s ease!important;
    -moz-transition: all .15s ease!important;
    -o-transition: all .15s ease!important;
    transition: all .15s ease!important;
    -webkit-border-radius: 2px!important;
    -webkit-background-clip: padding-box!important;
    -moz-border-radius: 5px!important;
    -moz-background-clip: padding!important;
    border-radius: 5px!important;
}
.msgdiv
{
    max-height: 500px; 
    overflow-y: auto;
}
.hhh
{
    max-width:initial;
}
 [contentEditable=true]:empty:not(:focus):before {
     content: attr(title);
     }


 .leftimg
 {
     background-image:url("img/left.png");
     background-size:contain!important;
     background-position-y:5px!important;
     overflow:hidden!important;
     border-radius:5px;
 }

 .rightimg{
     background-image:url("img/right.png");
      background-size:contain!important;
     background-position-y:5px!important;
     overflow:hidden!important;
 }


 
 .pmtable { 
    margin-top: 10px;
}

 .ts{
    padding-top:8px
}

 
.file-preview{
    border-color: #A0D468;
    border: 1px solid rgba(160, 212, 104, 0.25);
    padding: 5px;
    border-radius: 5px;
    width: 180px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.file-inputbtn{
    padding-left: 0px;
    padding-top: 5px;
}
.btnfil
{
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)!important;
}
.profiletable{
    width: 100%;
    height: 270px;
    font-family: Hp Simplified;
    font-weight: 400;
    font-size: larger;
}

.maleimg
 {
     background-image:url("img/male.jpg");
     background-size:contain!important;
     background-position-y:5px!important;
     background-repeat: no-repeat;
     border:none;
     /*overflow:hidden!important;
     border-radius:5px;*/
 }
.femaleimg
 {
     background-image:url("img/female.jpg");
     background-size:contain!important;
       background-repeat: no-repeat;
        border:none;
     /*background-position-y:5px!important;
     overflow:hidden!important;
     border-radius:5px;*/
 }
.modalc-content {
    width: 1040px!important;
    margin-left: -110px!important;
}


h1.row-title:before, h2.row-title:before, h3.row-title:before, h4.row-title:before, h5.row-title:before, h6.row-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}


 #ApplicationstartDate {
z-index: 100000;
}
 #ApplicationendDate {
z-index: 100000;
}

 #CourseAdd {
z-index: 100000;
}

 #CourseEdit {
z-index: 100000;
}

 .autocomplete-field-Update {
z-index: 100000;
}
 .space{
        margin-top: 10px;
}

 a.MakePay {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

 .btn-holder{
     margin-bottom: 10px;
 }

#CompositeSheetView .modal-dialog, #ResultUploadView .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#CompositeSheetView .modal-content, #ResultUploadView .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    g-origin:50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    
}
.verticalTableHeader p {
    margin:0 -100% ;
    display:inline-block;
}
.verticalTableHeader p:before{
    content:'';
    width:0;
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}
/*table {
    text-align:center;
    table-layout : fixed;
    width:150px
}*/


#CompositeSheetView .modal-body, #ResultUploadView .modal-body {
    max-height: inherit;
}
#CompositeSheetView table {
    border-collapse: collapse;
}
#CompositeSheetView .table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}


#CompositeSheetView .table th.verticalTableHeader {
   /* column-width: 50px;
    max-width: 50px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    /*padding-left:2px;
    padding-right:2px;*/
}

/*#CompositeSheetView .table > thead > tr > th.gradingHeader {
   column-width: 50px;
    max-width: 50px;
}
table .gradingHeader{
    column-width: 50px;
    max-width: 50px;
}
#CompositeSheetView .table th.verticalfirstHeader, #CompositeSheetView .table td.verticalfirstHeader{
    column-width: 20px;
    max-width: 20px;
}*/

#CompositeSheetView .table th.verticalTableHeader p {
    column-width: 50px;
    max-width: 10px;
    margin-left: -90px;
    font-size: 10px;
}
#CompositeSheetView .table td.verticalfirstHeader {
    font-size: 10px;
    max-width: 10px;
}
#CompositeSheetView .table th.verticalTableHeaderScore p, #CompositeSheetView .table td.verticalTableHeaderScore {
    max-width: 7px;
    margin-left: -5px;
   font-size: 10px;
}

.vertical-text {
	display: inline-block;
	overflow: hidden;
	width: 1.5em;
}
.vertical-text__inner {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.5;
	transform: translate(0,100%) rotate(-90deg);
	transform-origin: 0 0;
}
.approved{
    color: green;
    font-size: 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid;
}
.pending{
    color: red;
    font-size: 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid;
}
.btn-approve{
    background-color: #70e879 !IMPORTANT;
    font-size: 20px;
    color: white;
    min-width: 278px;
}

.btn-approve:hover, .btn-approve:focus{
    background-color: #6da557 !IMPORTANT;
}
.form-group .btn-success {
     background-color: #398439; 
     color:#fff;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  
.vertical-text__inner:after {
	content: "";
	display: block;
	margin: -1.5em 0 100%;
}

.table-scrollable>.table>thead>tr.verticalHeaders>th {
  white-space: pre-wrap;
}

.equal-width th {
    width: 50%;
}*/


@media only print and (min-width: 500px)  {

   /* *{
        display:none;
    }*/

   /* body * {
        visibility: hidden;
    }*/
    /*.print-header {
        display: block;
    }*/
        .print-header-modal, .print-header-modal * {
            visibility: visible;
        }
    .print-header-modal {
        z-index: 999999;
    }
    .print-header-modal {
        position: relative;
        left: 0;
        top: 0;
    }
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .IsVisibleFalse {
        visibility: hidden;
    }
}


