/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

html {
position: relative;
min-height: 100%;
}
.wrapps {
/*min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -10px;*/
}
footer, .push {
height: 10px;
}

body {
  margin-bottom: 60px;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}
footer {
	background: #323d48; 
	color: #fff; 
	position: fixed;
    width: 100%;
	bottom: 0;
    height: 60px;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 45px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  /*background-color: #f5f5f5;*/
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 225px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: /*#222222*/#323d48;
	overflow-y: auto;
  }
  
  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background:#CF102A;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {background:#d0112b;}
.navbar-inverse {background-color: #fff; border-color: #DEDEDE;}
.navbar-right .badge {background-color: #323d48;}
.navbar-right > li > a {color: #323d48!important; border-right: 1px solid #ddd;}
.navbar-right > li > a:first-child {color: #323d48!important; border-right: 1px solid #ddd;border-left: 1px solid #ddd;}
.navbar-right > li > a:hover {color: #fff!important;}
.navbar-right .open  .dropdown-toggle {color: #fff!important;}

.navbar-right > li > a:hover .badge {background-color: #fff; color:#323d48!important;}
  
  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #080808;
  }

  .side-nav>li>a {
	width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	background-color: /*#080808*/#CF102A;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

/***** Login Page Css *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 55px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.form-bottom .btn {
    width: 100%;
}

.form-box input[type="text"], 
.form-box input[type="password"], 
.form-box textarea, 
.form-box textarea.form-control {
	height: 50px;
    margin: 0px 0px 5px 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-box textarea, 
.form-box textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.form-box input[type="text"]:focus, 
.form-box input[type="password"]:focus, 
.form-box textarea:focus, 
.form-box textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-box input[type="text"]:-moz-placeholder, .form-box input[type="password"]:-moz-placeholder, 
.form-box textarea:-moz-placeholder, .form-box textarea.form-control:-moz-placeholder { color: #888; }

.form-box input[type="text"]:-ms-input-placeholder, .form-box input[type="password"]:-ms-input-placeholder, 
.form-box textarea:-ms-input-placeholder, .form-box textarea.form-control:-ms-input-placeholder { color: #888; }

.form-box input[type="text"]::-webkit-input-placeholder, .form-box input[type="password"]::-webkit-input-placeholder, 
.form-box textarea::-webkit-input-placeholder, .form-box textarea.form-control::-webkit-input-placeholder { color: #888; }



.form-box button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #5a666f;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-box button.btn:hover { opacity: 0.8; color: #fff; }

.form-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.form-box button.btn:focus { outline: 0; opacity: 0.6; background: #203F7B; color: #fff; }

.form-box button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #203F7B; color: #fff; }

.darkhr {border-top: 1px solid #ddd;}
.overlay {position:absolute; width:100%; height:100%; background:rgba(206,206,206,0.4);}
.login {margin-top:0px;}

/***** Login Page Css *****/


.copyrighttext {padding:5px 10px; background: #323d48; margin:0px;}
.devptext {padding:5px 10px; /*text-align:right;*/ background: #323d48; margin:0px;}
.devptext a {color:#a2aaac;}
.submenus a span {padding-left:15px}
.sfck {background-color:#d0112b; border-color:#d0112b; color:#fff;}
.sfck:hover {background-color:#bd0018; border-color:#bd0018; color:#fff;}
.sfck:focus {background-color:#bd0018; border-color:#bd0018; color:#fff;}
.slims {height:24px;}
.mrgb20 {margin-bottom:20px;}
.tooltips {margin-top:10px;}
.popover {margin-top:70px; /*max-height:400px;*/ max-width:/*326px*/90%; width:80%; overflow-y:hidden; overflow-x:hidden;}
.popover-content {
    padding: 0;
}
.popover.left .arrow {top:20%;}
.hovers {cursor:pointer;}
.autos {width:auto;}
.taboverflow {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
	white-space:nowrap;
	margin-bottom:20px;
}

/***** Forecasting Grouped Table Css *****/
div#example_filter { margin-bottom: 10px;}
#example_filter input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#example_filter input:focus {
    border-color: #f97a8b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(249, 122, 139, 0.6);
    outline: 0 none;
}
.display {margin:10px 0;}
.pdl {padding-right:10px;}
.display .rowCount-grid { float: right; font-size: 15px; color: Red; padding-right: 250px;}
.display th {padding: 10px 5px; background: #d2d2d2 !important; border: 1px solid #bfbfbf!important;}
/*.display tr:hover th, tr:hover td {background-color: #ebebeb; background-image: none;}*/
.display td
{
	height: 26px;
	padding: 6px 0px 6px 20px !important;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
	color: #555555;
	background-color: #ffffff;
}
.display td.group
{
	background-color: #f8f8f8 !important;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}
.display td.expanded-group
{
	background: url(../images/minus.png) no-repeat scroll 0.5% center transparent;
	cursor:pointer;
	padding:6px 10px!important;
}
.display tr:hover td.expanded-group
{
	background: url(../images/minus.png) no-repeat scroll 0.5% center #ddd !important;
	padding:6px 10px!important;
	cursor:pointer;
}

.display td.collapsed-group
{
	/*background: url("../../assets/images//plus.jpg") no-repeat scroll left center transparent;*/
	background:url(../images/add.png) no-repeat scroll 0.5% center transparent;
	cursor:pointer;
	padding:6px 10px!important;
}
.display tr:hover td.collapsed-group
{
	background: url(../images/add.png) no-repeat scroll 0.5% center #ddd !important;
	padding:6px 10px!important;
	cursor:pointer;
}
.display .DataTables_sort_wrapper span
{
	float: right;
}
/***** Forecasting Grouped Table Css *****/


/*new css*/
.color-black{
	color:#333;
	cursor:pointer;
}
.color-black:hover{
	color:#D0112B;
	text-decoration:underline;
}

.min-height{
	min-height:132px;
}
.color1{
	color:#323D48;
}
.color1:hover{
	color:#323D48;
}
.color1:focus{
	color:#323D48;
}
.color{
	color:#D0112B;
	text-decoration:none;
	cursor:pointer;
}
.color:hover{
	color:#D0112B;
	text-decoration:underline;
}
.color:focus {
    color: #D0112B;
}
.panel-heading.df {
    background-color: #6d7883;
    color: #fff;
}
.df-br {
    border-color: #6d7883;
}
.active th {
  /*  background-color: #e3e3e3 !important;*/
    cursor: auto;
}
.title{
	color: #CF102A;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 12px;
	
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.pl{
	padding-left:20px;
}
.tl{
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	color:#CF102A;
	font-weight:500;
	text-transform: capitalize;
}
.tl1{
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	color:#a50000;
	font-weight:500;
	text-transform: capitalize;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}
.popover.fade.left.in {
    top: -75px !important;
}
.danger1{
	background-color:#f2dede!important;
}
.info1{
	background-color: #d9edf7!important;
}
.success1{
	background-color: #dff0d8!important;
}
.dt{
	height:49px;
	padding-top:16px!important;
}
.np{
	padding-left:0px;
}
.np1{
	padding-right:0px;
}

.editable-submit{
background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;	
}
.editable-submit:hover , .editable-submit:focus{
background-color: #d2322d;
    border-color: #ac2925;
    color: #fff;
}
.mb10{
	margin-bottom:10px;
}
.navbar-nav > li > a {
    line-height: 10px;
}
.navbar-nav > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.form-title{
	margin-top:0px;
	margin-bottom:10px;
	font-weight:700;
	color:#D0112B;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.fa-5x {
    font-size: 4.5em!important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 800px) {
.navbar-header {
    width: 52%;
}
}
@media only screen and (min-device-width : 801px) and (max-device-width : 1024px) {
.navbar-header {
    width: 40%;
}
/*.min{
	min-height:44px;
}
.min1{
	line-height:17px;
}*/
}
@media (min-width:1920px) {
.navbar-header {
    width: 21%;
}
.w12{
	width:8%!important;
}
.mg{
	width:80%!important;
}
.rg{
	width:13%;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.w12{
	width:16.6667%!important;
}
.md{
	font-size:16px;
}
}

.w12{
	width:12%;
}
.side-nav {
	 margin-top:40px;
 }
 .container1{
	width:940px;
}
.y{
	cursor:pointer;
}
.m{
	cursor:pointer;
}
li.list-group-item.node-treeview1 {
    background: #323D48;
    color: #fff;
    border: none;
}
li.list-group-item.node-treeview1:hover {
    background: #323D48;
    color: #fff;
    border: none;
}
.list-group li:nth-child(2) {background:#cf102a none repeat scroll 0 0!important;}
[data-wizard-init] {
		margin: auto;
		/*width: 800px;*/
 }
 
 
.green{
	color:#390;
}
.red{
	color:#C00;
}
.orange{
	color:#FFA500;
}
.yellow{
	color:#FFD800;
}
.mail{
	font-size:14px;
	cursor:pointer;
	color:#333;
}
.hg{
	height:28px;
	padding-top: 3px;
}
.sa {
    bottom: 10px;
    position: absolute;
    right: 88px;
}
.sa2 {
    bottom: 10px;
    position: absolute;
    right: 20px;
	padding-left:30px;
	padding-right:30px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.sa {
    bottom: -43px!important;
}
.sa2 {
    bottom: -43px!important;
}
}

.tt{
	color:#CF102A;
	margin-bottom:6px;
	font-weight:600;
	width:26%;
}
.tt-1{
	
	color:#CF102A;
}
.fa.fa-lock {
    color: #fff;
    cursor: pointer;
    font-size: 18px!important;
}
.fa.fa-unlock-alt {
    color: #fff;
    cursor: pointer;
    font-size: 18px!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
	background-color: #bd0018;
    border-color: #bd0018;
    color: #fff;
}
.star_red{
	color:#F00;
}
.top{
	padding-top:0px!important;
}
.mg{
	width:98%;
}
.scroll{
	max-width:100%;
	overflow-x:auto;
}
.tit{
	margin-top:0px;
	font-size:16px;
	font-weight:600;
	color:#a50000;
}
.mb6{
	margin-bottom:6px;
}
.tablesorter .header {
	cursor:pointer!important;
}

fieldset.scheduler-border {
    border: 1px groove #a8b3be !important;
    padding: 0 10px !important;
    margin: 0 0 10px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
	background-color: #f4f4f4;
}

    legend.scheduler-border {
        font-size: 14px !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:2px 8px;
        border-bottom:none;
		margin-bottom:10px;
		color:#8f0000;
		border:1px solid #a8b3be;
		background-color:#fff;
		background-image:url(../../assets/images/bg1.png);
		background-repeat:repeat-x;
    }
.nopadding{
	padding-left:0px;
	padding-right:0px;
}
@media (min-width:1920px) {
.top{
	width:27%;
}
}



.fa-caret-right{
	font-size:18px;
	font-weight:800;
	color:#CF102A;
	cursor:pointer;
}
.fa-caret-down{
	font-size:18px;
	font-weight:800;
	color:#CF102A;
	cursor:pointer;
}
.dark {
    background-color: #dcdcdc;
}
.dark1 {
    background-color: #ececec;
}
.dark2 {
    background-color: #f3f3f3;
}
tr .active {
    background-color: #dcdcdc;
}
.mt10 {margin-top:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}


.table > thead > tr > th {
    vertical-align: middle;
    white-space: normal;
	text-transform: capitalize;
}

.red1{
	color:#CF102A;
}
.green1{
	color:#187e00;
}
.count-down{
	font-size:24px;
	font-weight:600;
	background-color:#CF102A;
	padding:8px;
	color:#fff;
	border-radius:28px;
}
.count-down1{
	font-size:18px;
	font-weight:600;
	background-color:#CF102A;
	padding:8px;
	color:#fff;
	border-radius:28px;
}

.count-down1-1{
	width: 42px;
 	height: 42px;
	background-color:#CF102A;
	padding:10px 8px;
	color:#fff;
	border-radius:100px;
	text-align:center;
	margin-right:10px;
	/*background-image:url(../images/cir.png);*/
}
.count-down1-1 span{
	font-size:14px;
	font-weight:600;
	color:#fff;
}

.nt{
	border-bottom: 1px solid #ddd;
    color: #cf102a;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: right;
	font-size:13px;
}
.nt1{
    color: #cf102a;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: right;
	font-size:13px;
}
.rd{
	color:#cf102a;
	/*text-align:right;*/
	margin-bottom:0px;
	font-size:13px;
}
.rd1{
	color:#cf102a;
	text-align:right!important;
	margin-bottom:0px;
	font-size:13px;
}
.rd-new{
	color:#cf102a;
	margin-bottom:0px;
}
.rd-new1{
	color:#cf102a;
	margin-bottom:0px;
	text-align:right;
}
.red11{
	color:#AD0F24;
}
.green11{
	color:#186005;
}
.orange11{
	color:#FC7E16;
}
.nt2{
    color: #cf102a;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 10px;
	font-size:13px;
}
.min{
	min-height:45px;
}
.min1{
	line-height:17px;
}
.tp > thead > tr > th {
    white-space: nowrap;
}
.tp > tbody > tr > td {
    white-space: nowrap;
}


/*
.steps {
  list-style-type: none;
  padding: 0;
}
.steps li {
  display: inline-block;
  margin-bottom: 3px;
}
.steps li a, .steps li p {
  background: #798690;
  padding: 8px 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-indent: 12px;
}
.steps li a:hover, .steps li p:hover {
  text-decoration: none;
}
.steps li a:before, .steps li p:before {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #fff;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  margin-top: -18px;
}
.steps li a:after, .steps li p:after {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #798690;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
 right: -12px;
  left:100%;
  top: 50%;
  width: 0;
  margin-top: -18px;
  z-index: 1;
}
.steps li.active a, .steps li.active p {
  background: #CF102A;
  color: #fff;
}
.steps li.active a:after, .steps li.active p:after {
  border-left: 12px solid #CF102A;
}
.steps li.undone a, .steps li.undone p {
  background: #a3b0ba;
  color: #333;
}
.steps li.undone a:after, .steps li.undone p:after {
  border-left: 12px solid #a3b0ba;
}
.steps li.undone p {
  color: #aaa;
}*/
.lab{
	color: #cf102a;
    font-size: 13px;
    font-weight: 500;
}

iframe{
	width: 100%;
    height: 400px!Important;
	overflow:scroll;
}
.bt{
	padding:3px 10px;
	width:40px;
	background-color:#ddd;
	border:1px solid #ccc;
	margin-bottom:2px;
	color:#333;
}
.bt:hover{
	background-color:#ccc;
	color:#333;
}
.rg{
	border-left:1px solid #ccc;
	width:20%;
}
.lf{
	padding-right:30px;
}

.rg1{
	border-left:1px solid #ccc;
	width:24%;
}
.lf1{
	padding-right:30px;
}
.wd{
	width:22%;
}

@media (min-width:1920px) {
.navbar-header {
    width: 30%;
}
.w12{
	width:8%!important;
}
.mg{
	width:80%!important;
}
.rg{
	width:13%;
}
.wd{
	width:15%;
}
}

.new{
	height:300px;
	overflow-y:scroll;
}
.h4-title{
	margin-top:0px;
	color:#a50000;
	font-size:15px;
}





ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	
	width: 100%;
	margin-bottom:10px;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 2px 30px;
    height: 35px;
    line-height: 31px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #bbb;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.tab_last { border-right: 1px solid #aaa; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #CF102A;
	color: #fff;
	
	display: block;
}

.tab_container {
	border: 1px solid #aaa;
	height: auto;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
	padding-bottom:20px;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}



.form-group.scroll-box {
    padding-bottom: 10px;
    overflow-y: scroll;
    height: 88px;
}

.mb0{
	margin-bottom:0px;
}
.w98{
	width:100%;
	height:200px;
	overflow-y:scroll;
}

.w100{
	width:100%;
	
}
.tb1{
	width:250px; 
	float:left; 
	margin-left:29%;
}
.tb2{
	width:250px; 
	margin-left:57%
}

@media screen and (max-width: 1366px) {
	.tb1{
	margin-left:40%;
	}
	.tb2{
	margin-left:80%
	}
}



section {
  position: relative;
  border: 1px solid #ccc;
  padding-top: 37px;
  background-color:#ddd;
}
section.positioned {
  position: absolute;
  top:100px;
  left:100px;
  width:800px;
  box-shadow: 0 0 15px #333;
}
.container2 {
  overflow-y: auto;
  height: 200px;
}
.tbd {
  border-spacing: 0;
  width:100%;
}
.tbd td + td {
  border-left:1px solid #ccc;
}
.tbd td, th {
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #000;
    padding: 10px 25px;
}
.tbd th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.tbd th div{
  position: absolute;
  background: transparent;
  color: #333;
  padding: 9px 25px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid #ccc;
}
.tbd th:first-child div{
  border: none;
}
.fa-check-square-o{
	color:#090;
}


.wrapps {

    margin-bottom: 20px;

}
.dropdown-menu img {
    vertical-align: middle;
    width: 20%;
}
.navbar-brand {
    width: 42%;
}
.mt65{
	margin-top:65px;
}

hr {
    margin-top: 8px;
    margin-bottom: 20px;
}
.container {
    margin-bottom: 80px;
	padding-bottom: 20px;
}
.breadcrumb a{
	color:#DD0021;
}
.red{
	color:#F00;
}

 .bd{
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}
    .bd:hover{
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}

input[type=radio][name="menucolor"] {
    display: none;
}
#btnOn .glyphicon-ok {
    opacity: 0;
}

.color:hover{
	text-decoration:none;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.mandatory{
	color:#F00!important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
    background-color: #f14b61!important;
    border-color: #CF102A!important;
}

.active span.activeaction {
    color: #000;
}

.form-control.ng-invalid.ng-dirty {
    background-color: #FA787E!important;
    color:#000!important;    
}

.editlabel:hover {
    /*background: #f2f5ff;
    padding:2px 4px;*/
    border-radius:5px;
    font-weight: 600;
}

tr.disabled {
    cursor: not-allowed;
    background: #ebebeb;
}
.msgboxgrey {
    padding: 10px;
    background: #ddd;
    margin-bottom: 20px;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
}
.msgboxgreen {
    padding: 10px;
    background: #dff0d8;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
}
.msgboxred {
    padding: 10px;
    background: #f2dede;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
}