
/*
Project		: iPublishCentral v.6.0
Document	: Global Stylesheet
Created		: 2014-04-03
Last Updated: 2014-05-05
Author		: Dhakshina Murthy J
*/

.row { clear:both; }
.width-100 { width:100% }

.width-99 { width:99% }
.width-98 { width:98% }
.width-95 { width:95%; }
.width-94 { width:94%; }
.width-90 { width:90%; }

.width-89 { width:89%; }
.width-85 { width:85%; }
.width-84 { width:84%; }
.width-80 { width:80%; }

.width-79 { width:79%; }
.width-75 { width:75%; }
.width-74 { width:74%; }
.width-70 { width:70%; }

.width-69 { width:69%; }
.width-65 { width:65%; }
.width-64 { width:64%; }
.width-60 { width:60%; }

.width-59 { width:59%; }
.width-58 { width:58%; }
.width-57 { width:57%; }
.width-56 { width:56%; }
.width-55 { width:55%; }
.width-54 { width:54%; }
.width-53 { width:53%; }
.width-52 { width:52%; }
.width-51 { width:51%; }
.width-50 { width:50%; }

.width-49 { width:49%; }
.width-48 { width:48%; }
.width-47 { width:47%; }
.width-46 { width:46%; }
.width-45 { width:45%; }
.width-44 { width:44%; }
.width-43 { width:43%; }
.width-42 { width:42%; }
.width-41 { width:41%; }
.width-40 { width:40%; }

.width-39 { width:39%; }
.width-35 { width:35%; }
.width-34 { width:34%; }
.width-30 { width:30%; }

.width-29 { width:29%; }
.width-28 { width:28%; }
.width-27 { width:27%; }
.width-25 { width:25%; }
.width-24 { width:24%; }
.width-20 { width:20%; }

.margin-10, .mg-10 { margin: 10px; }
.margin-15, .mg-10 { margin: 15px; }

.margin-lr-10, .mg-lr-10 { margin: 0px 10px; }
.margin-tb-5, .mg-tb-5 { margin: 5px 0px; }
.margin-tb-10, .mg-tb-10 { margin: 10px 0px; }
.mg-l-20p {margin-left: 20%;}

.pad-10, .pd-10 	{ padding: 10px; }
.pad-15, .pd-15 	{ padding: 15px; }

.pad-tb-10, .pd-tb-10 	{ padding: 10px 0px; }
.pad-lr-10, .pd-lr-10 	{ padding: 0px 10px; }

.pad-b-10, pd-b-10 	{ padding-bottom:10px; }

.bdr-0 { border: 0px solid #fff !important; }
.bdr-1 { border: 1px solid #ccc !important; }

.bdr-t-0 { border-top: 0px !important; }
.bdr-r-0 { border-right: 0px !important; }
.bdr-b-0 { border-bottom: 0px !important; }
.bdr-l-0 { border-left: 0px !important; }

.bdr-t-1 { border-top: 1px !important; }
.bdr-r-1 { border-right: 1px !important; }
.bdr-b-1 { border-bottom: 1px !important; }
.bdr-l-1 { border-left: 1px !important; }

.bdr-tb-0 { border-top: 0px !important; border-bottom: 0px !important; }
.bdr-lr-0 { border-right: 0px !important; border-left:0px !important; }

.bdr-tb-1 { border-top: 1px !important; border-bottom: 1px !important; }
.bdr-lr-1 { border-right: 1px !important; border-left:1px !important; }

.fixed-b { position:absolute; bottom:0px; left:0px;	}

.float-n { float:none; }
.float-l { float:left; }
.float-r { float:right; }

.iw { padding: 10px; }
.zero-pad-r {padding-right: 0px !important;}
.iw-pm { padding: 10px; margin:10px;}

.bold 	{ font-weight:bold; }
.italic { font-weight:italic; }

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom: }

.halign-c { margin:0 auto; }

.txt-l { text-align:left; }
.txt-c { text-align:center; }
.txt-r { text-align:right; }

.txt-hint { color:#999; padding:5px; }
.txt-tips { color:#fff; padding:5px; background:#787878; }

.txt-muted 		{ color: #999999; }
.txt-primary 	{ color: #428bca; }
.txt-success 	{ color: #3c763d; }
.txt-info 		{ color: #31708f; }
.txt-warning 	{ color: #8a6d3b; }
.txt-danger 	{ color: #a94442; }

a.txt-primary:hover { color: #3071a9; }
a.txt-success:hover { color: #2b542c; }
a.txt-info:hover 	{ color: #245269; }
a.txt-warning:hover { color: #66512c; }
a.txt-danger:hover 	{ color: #843534; }

 .bg-primary 		{ color: #fff; background-color: #428bca; }
a.bg-primary:hover 	{ background-color: #3071a9; }
 .bg-success 		{ background-color: #dff0d8; }
a.bg-success:hover 	{ background-color: #c1e2b3; }
 .bg-info 			{ background-color: #d9edf7; }
a.bg-info:hover 	{ background-color: #afd9ee; }
 .bg-warning 		{ background-color: #fcf8e3; }
a.bg-warning:hover 	{ background-color: #f7ecb5; }
 .bg-danger 		{ background-color: #f2dede; }
a.bg-danger:hover 	{ background-color: #e4b9b9; }


small, .small { font-size: 85%; }

.msg-primary 	{ background-color: #428bca; color: #ffffff; padding: 10px; }
.msg-success 	{ background-color: #dff0d8; color:#666; padding: 10px; border:1px dotted #ccc; }
.msg-info 		{ background-color: #d9edf7; color: #666; padding: 10px; border:1px dotted #ccc; }
.msg-warning 	{ background-color: #fcf8e3; color: #666; padding: 10px; border:1px dotted #ccc; }
.msg-danger 	{ background-color: #F2DEDE; color: #666; padding: 10px; border:1px dotted #ccc; }

.show 		{ display: block !important; }
.hidden 	{ display: none !important; visibility: hidden !important; }
.invisible 	{ visibility: hidden; }

.clear-b 	{ clear:both; height:1px; }
.clearBoth 	{ clear:both; height:1px; margin-top:-1px; }

.border-r-1 { border-right:1px solid #eee; }
.border-l-1 { border-left:1px soild #eee; }

.hide { display:none !important; }
.show { display:block !important; }
.show-b { display:block !important; }
.show-i { display:inline !important; }
.show-ib { display:inline-block !important; }

.tbl-row { display:table-row; }
.tbl-cell { display:table-cell; }
.tbl-column { display:table-column; }

.tbl-rgroup { display:table-row-group; }
.tbl-cgroup { display:table-column-group; }

.inline-b { display:inline-block !important; }

.visible-lg { display: block !important; }
.hidden-lg 	{ display: none !important;  }

/* Images */
.img-responsive { display: block; max-width: 100%; height: auto; }
.img-rounded { border-radius: 6px; }
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
		  transition: all .2s ease-in-out;
}
.img-circle { border-radius: 50%; }

input[type="button"],
input.button {
	padding-left:5px;
	padding:7px;
}
input {
	border:1px solid #ccc;
	padding-left:5px;
	color:#666;

	/*-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;*/

	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
	        border-radius:0px;
}
select {
	border:1px solid #ccc;
	padding:5px;

	/*
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
	*/
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
	        border-radius:0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

.btn-small {
	display: inline-block;
	padding: 6px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
.btn:focus {
	outline: medium none;
	/*outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
}
.btn:hover, .btn:focus { color: #333; text-decoration: none; }
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
		  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff !important;
  background-color: #29abe2;
  border-color: #23a9df;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }
.btn-danger { color: #fff !important; background-color: #d44b38; border-color: #d43f3a; }
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d; /* #d73d32 */
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* Badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge { top: 0; padding: 1px 5px; }
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Table */
table 	{ border-spacing: 0; border-collapse: collapse; }
td, th 	{ padding: 0; }
table 	{ max-width: 100%; background-color: transparent; }
th 		{ text-align: left; }
.table 	{ width: 100%; margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}



@media only screen and (max-width : 768px) {
	.hidden-md 	{ display: none !important; }
	.visible-md { display: block !important; }

	.float-n-md { float:none !important; }
	.float-l-md { float:left !important; }
	.float-r-md { float:right !important; }

	.width-100-md { width:100% !important; margin:0px auto; }
	.width-98-md { width:98% !important; margin:0px auto !important; float:none !important; }
	.width-95-md { width:95% !important; }

	.width-75-md { width:75% !important; }
	.width-65-md { width:65% !important; }
	.width-55-md { width:55% !important; }
}

@media only screen and (max-width : 600px) {
	.hidden-sm 	{ display: none !important; visibility: hidden !important; }
	.visible-sm { display: block !important; }
}
@media only screen and (max-width : 480px) {
	.hidden-xs 	{ display: none !important; visibility: hidden !important; }
	.visible-xs { display: block !important; }
}
