﻿/*Fixed Bootstrap 3*/
/*overide bootstrap*/
.label{
    font-size:100%;
}

.panel-heading
{
    padding:7px 10px;    
}

.panel-heading .fa.fa-info-circle{
    color:#fff;
}

textarea
{
    width:100%;
}

select,input[type='text']
{
    padding:2px;
    height:22px;
    vertical-align:middle;
}

input[type='checkbox']
{
    padding:0px;
    height:auto;
}

.dataFilter .btn
{
    padding:0px 3px 0px 3px;
}

.dataFilter .advance_search
{
    padding:0px 3px 0px 3px;
}

/**/
.tableDetail th
{
	padding:2px 2px 2px 2px;
	border:1px solid #eeeeee;	
	height:18px;
	background:#c8d4dc;
}
.tableDetail td
{
	padding:1px 2px 1px 2px;
	border:1px solid #eeeeee;	
}
.dvmenus
{
	width:200px;
	background-color:#eeeeee;
	text-align:left;
	z-index:9999!important
}
.dvitems div ul
{
	padding:2px 0px 1px 0px;
	margin:0px;
	text-align:left;
	background-color:#e7f1f7;
	/*background-image:url(../images/align_right.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	list-style:none;
}
.dvitems div ul li
{
	padding:2px 0px 2px 16px;
	margin:0px;
	text-align:left;
	background-color:#ffffff;
	list-style:none;
}
.dvitems div ul li a
{
	/*color:#000000;*/
	cursor:hand;
	cursor:pointer;
}
.dvitems div ul img
{
	vertical-align:middle;
}
.mainMenu ul
{
	padding:2px 0px 2px 0px;
	margin-left:10px;
	font-weight:bold;
	display:inline;
	cursor:hand;
	cursor:pointer;
}
.mainMenu ul img
{
	vertical-align:middle;
}
.mainMenu  li
{
	display:none;
	cursor:hand;
	cursor:pointer;
}

/*Css Comment*/
.comment
{
	background:url(../images/comment.gif) no-repeat right top;
	cursor:hand;
	cursor:pointer;
}

/*Class Status Message*/
.statusCAN
{
	/*color:red;*/
	background-color:#febfcf;
	font-weight:bold;
}
.statusERR
{
	/*color:red;*/
	background-color:#febfcf;
	font-weight:bold;
}
.statusREJ
{
	/*color:red;*/
	background-color:#bffafe;
	font-weight:bold;
}
.statusDON
{
	 background-color:#d7f9dd;
	 font-weight:bold;
}
.statusSUC
{
	 background-color:#d7f9dd;
	 font-weight:bold;
}
.statusPEN
{
	 background-color:#f9e3c0;
	 font-weight:bold;
}
.statusPRO
{
	background-color:#c8d4dc;
	font-weight:bold;
}

/*Css System Meaasge*/
.classerror div
{
	background-color:#fad0d0;
	border-top:2px solid #e38787;
}
.classsuccessful div
{
	background-color:#ecfbe7;
	border-top:2px solid #aacf9e;
}
.classinformation div
{
	background-color:#fbfbd9;
	border-top:2px solid #dadba5;
}

/* Match Time Stamp*/
.cssLate
{
	color:#ffffff;
	font-weight:bold;
	background-color:#f9ca87;
}
.cssAbsence
{
	color:#ffffff;
	font-weight:bold;
	background-color:#ec8ea6;
}

#tblHeader
{
    /*background-image:url(../images/menu-bg.png);*/
    clear:both;
    background: none repeat scroll 0% 0% #3A4450;
    background-color: #3A4450;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    line-height:30px;
    height:30px;
    color:#fff;
    vertical-align:middle;
	/*overflow:hidden;*/
}

#tblHeader h1 {
  position: relative;
  height: 30px;
  margin: 0;
  top: 6px;
  font-size: 18px;
  font-weight:bold;
}

#tblHeader h1 span.header_c_name
{
    /*font-family:'Segoe UI',Optima,'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family:'Cuprum';
    /*color:#999;*/
    color:#ddd;
}

#tblHeader h1 span.header_c_text {
  font-size: 11px;
  font-weight: normal;
  color:#999;
}

#tblHeader a
{
    color:#999;
    /*font-weight:bold;*/
}

#tblHeader a .fa
{
    color:#999;
    /*font-weight:bold;*/
}

.top_menu_init_hide
{
    height:30px;
    overflow:hidden;
}

.accept_green
{
    background-image:url(../images/accept_green.png);
    background-repeat:no-repeat;
    width:16px;
    height:14px;
    display:inline-block;
}

.cancel
{
    background-image:url(../images/cancel.png);
    background-repeat:no-repeat;
    background-position:center center;
    width:16px;
    height:14px;
    display:inline-block;
}
/*
.control-label
{
    padding-top:5px;
    padding-bottom:2px;
    display:block;
}
*/
.control-group > .control-label
{
    display:block;
}

.control-group > .controls
{
    display:block;
} 
  
.blue i
{
    color:rgb(37, 170, 226);
}  

.selectedValue
{
    padding:2px 5px 2px 5px;
    border:1px solid #eee;
    margin-right:5px;
}

.finder-top
{
    text-align:center;
    padding:5px;
}
.finder-selected
{
    display:none;
}

.box-title
{
    /*padding:10px;*/
}
.box-title h5
{
    float:left;
}
.box-title .actions
{
    float:right;
    padding-top:6px;
}
.box-content
{
    clear:both;
    padding-top:10px;
}

/*tooltip*/
.tooltip {
  z-index: 99999;
}

.tooltip .tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.flot-tooltip {
  position: absolute;
  display: none;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
  padding: 5px;
}

.flot-tooltip .tooltip-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  margin-left: -5px;
  bottom: -5px;
  left: 15px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.badge-overdue
{
    background-image: linear-gradient(to bottom, rgb(238, 95, 91), rgb(189, 54, 47));
}

.badge-inprocess
{
    background-image: linear-gradient(to bottom, rgb(251, 180, 80), rgb(248, 148, 6));
}

.badge-success
{
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81));
}

.badge-info
{
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180));
}


/*Status*/
.status-proxy
{
    text-align:center;
    display:block;
}
.status-proxy-assigned
{
    
}
.status-proxy-veryhigh
{
    color:#fff;
    background-color:rgb(189, 54, 47);
}
.status-proxy-closed
{
    color:#fff;
    background-color:rgb(81, 163, 81);
}

/*overide bootstrap*/
/*.panel-heading
{
    padding:5px 10px;    
}*/
.panel-title
{
    font-size:15px;
}

.recent-conversations
{
    border:1px solid #eee;
    margin-top:2px;
    vertical-align:middle;
    padding-top:5px;
}

h5
{
    text-transform:capitalize;
    font-weight:bold;
}


._filters_container li
{
    padding:5px;
    list-style:none;
    border-bottom:1px solid #ddd;
    background-color:#efefef;
}

._filters_container li ul li
{
    background-color:#e9e9e9;
}

._filters_container li ul li ul li
{
    background-color:#e3e3e3;
}

._filters_container li ul li ul li ul li
{
    background-color:#dfdfdf;
}

._filters_container .selected
{
    font-weight:bold;
}

.form-group span.required
{
    padding-left:2px;
    color:Red;
}

#left
{
    min-height:1000px;
    background-color: #EEE;
}
#left ul
{
    padding-left:5px;
    list-style:none;
    text-align:left;
    cursor:pointer;
    /*line-height:30px;*/
    border-bottom:1px solid #fff;
    margin-left:0px;
    padding-bottom:8px;    
}
    
#left li
{
    padding-left:20px;
    list-style:none;
    display:none;
    /*padding-bottom:5px;*/
    padding-top:5px;
}

#left li a
{
    color:rgba(94, 152, 177, 1);
    /*font-weight:bold;*/
}
    
#left li a:hover
{
    color:rgb(37, 170, 226);
    text-decoration:underline;
    /*font-weight:bold;*/
}
    
/*.mainMenuLeft li a:hover .icon-angle-right
{
    color:rgb(37, 170, 226);
    font-weight:bold;
}*/
    
#left ul li
{
    /*border-top:1px solid #fff;*/
    background-color:#e9e9e9;
}
    
#left ul li:first-child
{
    margin-top:8px;
    border-top:1px solid #fff;
}
    
#left ul img.m_left
{
    float:left;
}
       
#left ul span.m_right
{
    float:right;
    padding-right:5px;
    color:#aaa;
}
    
#left ul:hover span.m_right
{
    color:#000;
}
    
#left ul span.m_text
{
    clear:both;
    vertical-align:bottom;
    padding-left:5px;
    font-weight:bold;
}
    
#left div.subnav
{
    text-align:left;
    padding-left:5px; 
    line-height:25px;       
}

#a_ctrl_nav{
    display:none;
}

/*top menu*/
#menu li
{
    
}

#menu > .k-state-border-down > li.k-item
{
    /*display:block;*/
}

#top_nav .col-md-2{
    text-align:right;
}

#a_ctrl_left_menu[data-force-full-screen="True"]{
    display:none;
}

.dvUtility ul li{
    display:inline-block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popover {
    color: #000;
    min-width: 180px;
}

.width100p{
    width:100% !important;
}

.required-symbol{
    color:red;
    font-weight:bold;
}