body> .container{width:100%}
body > .header .navbar .nav > li.user > a {
  font-weight: bold;
}
body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}

.user-panel {
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

.navbar-nav > .user-menu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0px 0 0 0;/* by narendra 24-02-16 */
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  max-height: 175px;
  padding: 10px;
  background: #428BCA;/* by narendra 24-02-16 */
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
.skin-blue .user-panel > .image > img {
  border: 1px solid #dfdfdf;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #555555;
}

/* Skin-red user panel */
.skin-black .user-panel > .image > img {
  border: 1px solid #444;
}
.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: #eee;
}

/* Skin-red user panel */
.skin-black .user-panel > .image > img {
  border: 1px solid #444;
}
.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: #eee;
}
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
.bg-444 {
  /* background-color: #444 !important; by narendra 24-02-16 */
}
/*
    Component: Small boxes
*/
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@-webkit-keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
.clickable{
    cursor: pointer;   
}
hr{border-top: 1px solid #428bca;margin-top: 5px;
  margin-bottom: 13px;}
a {cursor:pointer;}
.form-horizontal .form-group{margin-right:0px;margin-left:0px}

/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}

.decoration
{
	text-decoration:underline;
}
.no_decoration
{
	text-decoration:none !important;
}
.handover
 {
	cursor:pointer;
 }
 .address_label
 {
	 padding:0;
	 color:green;
 }
 .name
 {
	 font-weight:bold;
	 font-size:15px;
 }
 .capitalize
 {
	 text-transform: capitalize;
 }
 .field_label
 {
	 white-space: nowrap;
 }

 .detailed_action
 {
	float: right;
    margin-right: -10%;
	/* add by narendra 09-02-16 */
	margin-bottom: 3px;
 }
 .required
 {
	 color:red;
 }
 .padding_empty
 {
	 padding:0px !important;
 }
 .padding_activate
 {
	 padding:10px;
 }
 .image
 {
	width: 25%;
    border-radius: 10%;
    box-shadow: 2px 2px 2px 2px;
 }
 .hide
 { 
	 display:none;
 }
 .show
 {
	 display:inline;
 }
 /* Start: Export button style (Nagesh->06-02-2016) */
 .export_submit
 {
	border:none;
	background:none;
	color:black;
 }
 .li_export
 {
	 margin-left:12%;
 }
 /* End: Export button style (Nagesh->06-02-2016) */
 /* add by narendra for change default width to form-control  08-02-16*/
		@media (max-width:768px){
			#example2 .form-control{
				width:100px;
				
			}
			.detailed_action{
				    margin-right: 0px;
			}
		}
		@media (max-width:475px){
			#pull-right{
				float:none !important;
			}
			#panel-tabs{
				position: initial;
			}
			.panel-tabs > li > a {
				margin-right: -11px;
			}
			.detailed_action{
				    margin-right: 0px;
			}
		}
		
		.grid_pen{
			border:1px solid #ddd;
			padding:10px;
		}
		
  /*end add by narendra for change default width to form-control  08-02-16*/
 /* styles for logical search related styles(Nagesh->10-02-2016)*/
 .logical_draopdown
 {
	/* margin-top: -23px; */
    color: black;
 }
 .logical_label
 {
	 color:white;
 }
  /* styles for logical search related styles(Nagesh->10-02-2016)*/
  /* Start: Styles for Scheduler module (Nagesh->11-02-2016)*/
.margin_top
{
	margin-top:12px !important;  
}
 /* End: Styles for Scheduler module (Nagesh->11-02-2016)*/
 /*addeb by narendra for navigation 16-02-2016*/
 .navbar-inverse{
	 background:none;
	 border-color:#428bca;
	 background-color:#428bca;
 }
 .navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-brand{
	 color:#fff;
 }
 .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #ddd;
    background-color: #6DA6D6;
}
.navbar-nav >li:hover {
	 background-color: #6DA6D6;
}
 /*end addeb by narendra for navigation 16-02-2016*/
 
 /* added by narendra 25-02-16 */
 
 .row_border{
	    border-bottom: 1px solid rgba(66, 139, 202, 0.26);
	/* padding: 5px 0px; */
 }
 .new_back_border{
	/* padding-top:0px !important;
	padding-right:0px !important; */
	padding: 8px 5px;
	background:#F4F4F5;
	 }
.dynamic_content_res{
	padding-top:8px;
}
/* added by narendra 26-02-16 */
@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.new_back_border {
    padding: 8px 5px;
    background: #F4F4F5;
    float: left;
    width: 45%;
    clear: both;
    text-align: right;
    /* display: inline-block; */
    margin-bottom: 2px !important;
}



.dynamic_content_res {
    padding-top: 8px;
    float: left;
    width: 55%;
    /* padding-right: 156px; */
}
}
@media (max-width: 319px){
	
	.dynamic_content_res {
    padding-top: 8px;
    float: left;
    width: 100%;
    /* display: inline-block; */
    text-align: center;
    margin-bottom: 5px;
}

.new_back_border {
    padding: 8px 5px;
    background: #F4F4F5;
    float: left;
    width: 100%;
    text-align: center;
}

	
}


/* add by narendra for increase size boxs footer 01-03-16*/
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 12px 0;
    }
    
    /* add by narendra for import style for mozilla 04-03-16*/
@-moz-document url-prefix() {
	.import_moz{
		padding:0px 12px;
	}
	#example2{
		float:left;
	}
}

/* add by narendra for email detail view imgs 14-03-16*/
.email_files_list{
	padding: 2px 67px;
	border:1px solid #d4d4d4;
	width:100px;
	cursor: pointer;
}
.tem_Img{	
	width:150px;
	height:150px;
	margin-top:10px;
}
.td_width
{
	width:20%;
}
/* Start: CSS Class for mandatory fields (Nagesh->06-08-2016)*/
.error
{
	border: 2px solid #a94442;
}
.error_text
{
	color:#a94442;
}
/* End: CSS Class for mandatory fields (Nagesh->06-08-2016)*/

/* Start:css for dropdown select/unselect (Nagesh->07-09-2016)*/
.dropdown_font
{
	font-size:20px;
}
.dropdown_padding
{
	padding:0px !important;
}
/* End:css for dropdown select/unselect (Nagesh->07-09-2016)*/
.glyphicon
{
	padding-right:5px;
}
.navbar-brand
{
	padding:0px 0px;
}
.capitalize {
   text-transform: capitalize;
}
.activeMenu
{
	background: rgba(79, 69, 69, 0.55);
}
.panel,.form-control,.alert{
	border-radius:0;
}
.row {
     margin-right:0px; 
     margin-left: 0px;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
.poncloud-panel	> .panel-body , .listview	>	.panel-body{
     padding: 0px;
}
.form-horizontal .control-label
{
	text-align:right;
}
.editview
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	padding-top: 6px;
}
.editview > .form-group
{
	margin-bottom: 6px ;
}
.editview:nth-child(even)
{	
	background-color: #F4F4F4;
}
label{
	font-size:13px;
	font-weight:normal;
}
.action-btns
{

	 text-align: right;
	/*border-top: 1px solid rgb(134, 134, 134);
    padding-top: 25px; */
}
.pull-right
{
	margin-top:4px;
}
.btn
{
	border-radius:0px;
	padding: 9px 12px;
}
.modal-content {
	border-radius:0px;
}
.pointer
{
	cursor:pointer;
}
.input-width-80px
{
	width:80px;
}
.listview-icons
{
	font-size: 18px;
    top: -2px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }
}

.sort-icon
{
	font-size: 9px;
}
.table 
{
	font-size: 14px;
}
.small-size-11
{
	font-size:11px;
	padding: 0;
}
.margin-left-5
{
	margin-left:5%;
}