/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(161,18): run-time error CSS1036: Expected expression, found ';'
 */
/*** Fonts import
**************************************************************/
@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto-Light.ttf') format('ttf'), url('../fonts/Roboto-Light.woff') format('woff'), local('Roboto Light'), local('Roboto-Light');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.ttf') format('ttf'), url('../fonts/Roboto-Regular.woff') format('woff'),local('Roboto'), local('Roboto-Regular');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium.ttf') format('ttf'), url('../fonts/Roboto-Medium.woff') format('woff'), local('Roboto Medium'), local('Roboto-Medium');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold.ttf') format('ttf'), url('../fonts/Roboto-Bold.woff') format('woff'), local('Roboto Bold'), local('Roboto-Bold');
}

/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    font-family: "Roboto", sans-serif;
	font-size: 16px;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

h1{font-size: 160%;font-family: "Roboto-Medium", sans-serif; color: #0086b8;}
h2{font-size: 135%;font-family: "Roboto-Medium", sans-serif; color: #08446b;}
h3{font-size: 125%;font-family: "Roboto-Medium", sans-serif; color: #08446b;}
h4{font-size: 115%;font-family: "Roboto-Medium", sans-serif;}
h5{font-size: 110%;font-family: "Roboto-Medium", sans-serif;}
p, input, label, button, select, option, textarea, .form-control, table td {
    font-size: 100%;
}

a{
	text-decoration: underline;
	font-family: "Roboto-Medium", sans-serif;
	color: #00948c;
}

a:hover, a:focus{
	text-decoration: none;
	color: #00948c;
}

.checkbox, .radio {
    margin-top: 0;
}


@media (max-width: 480px) {
	body{
	font-size: 14px;
	}
}


.table > thead > tr > th {
	vertical-align: top;
	background: #454749;
	color: #fff;
	border: 1px solid #656769;
	font-family: "Roboto-Medium", sans-serif;
	font-weight: normal;
}

/*** Button Style Start
*****************************************************/

.btn {
    cursor: pointer;
    padding: 6px 15px;
    text-align: center;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
}

.btn-primary {
    border-color: #003554;
    color: #fff;
    background: #0086b8;
    background: -moz-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0d4e73), color-stop(49%, #0d4e73), color-stop(51%, #00446b), color-stop(100%, #00446b));
    background: -webkit-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -o-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -ms-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: linear-gradient(to bottom, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d4e73', endColorstr='#00446b', GradientType=0);
}

.btn-primary:hover:not([disabled]), .btn-primary:active, .btn-primary:focus {
    background: #003554;
}

.btn-green {
    border-color: #00867E;
    color: #fff;
    background: #00867E;
    background: -moz-linear-gradient(top, #149c95 1%, #149c95 49%, #00867E 51%, #00867E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #149c95), color-stop(49%, #149c95), color-stop(51%, #00867E), color-stop(100%, #00867E));
    background: -webkit-linear-gradient(top, #149c95 1%, #149c95 49%, #00867E 51%, #00867E 100%);
    background: -o-linear-gradient(top, #149c95 1%, #149c95 49%, #00867E 51%, #00867E 100%);
    background: -ms-linear-gradient(top, #149c95 1%, #149c95 49%, #00867E 51%, #00867E 100%);
    background: linear-gradient(to bottom, #149c95 1%, #149c95 49%, #00867E 51%, #00867E 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#149c95', endColorstr='#00867E', GradientType=0);
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    border-color: #00867E;
    background: #00817a;
    color: #fff;
    text-decoration: none;
}

.btn-red {
	border-color: #e64746;
    color: #fff;
    background: #e64746;
    background: -moz-linear-gradient(top, #e85555 1%, #e85555 49%, #e64746 51%, #e64746 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e85555), color-stop(49%, #e85555), color-stop(51%, #e64746), color-stop(100%, #e64746));
    background: -webkit-linear-gradient(top, #e85555 1%, #e85555 49%, #e64746 51%, #e64746 100%);
    background: -o-linear-gradient(top, #e85555 1%, #e85555 49%, #e64746 51%, #e64746 100%);
    background: -ms-linear-gradient(top, #e85555 1%, #e85555 49%, #e64746 51%, #e64746 100%);
    background: linear-gradient(to bottom, #e85555 1%, #e85555 49%, #e64746 51%, #e64746 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e85555', endColorstr='#e64746', GradientType=0);
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
	border-color: #e64746;
    background: #d73b3a;
    color: #fff;
	text-decoration:;
}

/*popup close button*/
.close {
    color: #ffffff;
    font-size: 24px;
    opacity: 1;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #e74846 !important;
    padding: 0 7px 4px !important;
    border-radius: 8px;
}

.close:focus, .close:hover {
    color: #ffffff;
    opacity: 1;
    background: #c93634 !important;
}
.alert{
	padding: 8px 15px;
}

.alert .close {
    font-size: 20px;
    opacity: 1;
    background: transparent !important;
    padding: 0 7px 4px !important;
    border-radius: 0px;
	text-decoration: none;
}

.alert .close{
	position: relative;
	top: 0;
	right: -15px;
	color: inherit;
}

/*** Button Style End
*****************************************************/

/*** Datatable Component Start
*****************************************************/
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
	opacity: 0.6;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 5px;
    left: 4px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    color: #00938c;
    border: 0 solid white;
    border-radius: 14px;
    box-shadow: 0 0 0 #fff;
    box-sizing: content-box;
    text-align: center;
    font-family: FontAwesome;
	font-size: 20px;
    line-height: 1;
    content: '\f13a';
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {	
   color: #e74846;
   content: '\f139';
    background-color: transparent;
}

table.dataTable {
   width: 100% !important;
}

table.dataTable > tbody > tr.child ul {
	margin: 0 5px 0 -13px;
	padding: 0;
	width: 100%;
}

table.dataTable .dtr-title{
	color: #454749;
	width: 100% !important;
	font-size: 100%;
}

table.dataTable > tbody > tr.child ul li {
	border-bottom: 1px solid #c5c5c5;
}

table.dataTable .btn {
	border-bottom: 1px solid #c5c5c5;
	padding: 4px 20px;
}

table.dataTable.searchTable tbody tr:hover td {
    background: #b2daea;
	cursor: pointer;
}

table.dataTable tbody tr.selected td {
    background: #b2daea;
}
table.dataTable .fa-pencil, table.dataTable .fa-trash{
	cursor: pointer
}


@media screen\0  and (min-width: 768px){
    table.dataTable.table-bordered tbody th, table.dataTable.table-bordered tbody td {
		border-bottom-width: 0px;
		word-wrap: break-word;
		word-break: break-all;
	}
}

/*** Datatable Component End
*****************************************************/


/*** List Group Component Start
*****************************************************/
.list-group-item {
	width: 100%;
	padding: 0;
	border-radius: 4px;
}
/*.list-group-item:hover {
	background-color: #f5f6f7;
}*/
.list-group-item > a, .list-group-item > a:hover{
	text-decoration: none;
}

.list-group-container{
	padding: 10px 15px;
	display: table;
}

.list-group-item .fa{
	font-size: 20px;
}

/*List Image*/
.img-cell{
	display: table-cell;
	width: 15px;
	padding-right: 15px;
	vertical-align: middle;
	color: #333;
}
.list-icon-50{
	width: 50px;
	vertical-align: middle;
}

/*List Content*/
.content-cell{
	display: table-cell;
	width:100%;
	color: #333;
	vertical-align: middle;
}
.list-group-item-heading, .list-group-item .progress {
	margin-bottom: 0;
}
.list-group-item-text {
	margin-top: 5px;
    line-height: 1.3;
	font-size: 90%;
	color: #888;
}


/*List Icon*/
.icon-cell{
	display: table-cell;
	width: 25px;
	padding-left: 15px;
	text-align: right;
	vertical-align: middle;
	color: #333;
}

.fa-ul > li{
	line-height: 1.8;
}

/*List Icon Overlay*/
.blackoverlay-img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	border-radius: 5px;
}
.overlay-icon-50{
	position: absolute !important;
	top: 22% !important;
	left: 28%;
	font-size: 32px !important;
	color: #FFF;
}
.img-80{
	width: 80px;
	vertical-align: top;
	padding-right: 10px;
	margin-bottom: 10px;
}



/*** List Group Component end
*****************************************************/

/*** Datepicker Component Start
*****************************************************/
/*date textbox*/
.dateicon-textbox {
    background-image: url('../images/dateicon.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.dateicon-textbox::-ms-clear {
   visibility:hidden;
   display:none;
}

/*** Datepicker Component End
*****************************************************/

/*** Accordion Component Start
*****************************************************/
.panel-group .row{
	margin-right: 0;
	margin-left: 0;
}

.panel-group .col-xs-11, .panel-group .col-xs-1, 
.panel-group .col-sm-12, .panel-group .col-sm-7, .panel-group .col-sm-5{
	padding-right: 0;
	padding-left: 0;
}

.panel-group a{
	font-size: 16px;
}

.panel-group .panel-heading {
    background: #eee;
	color: #333;
}

.panel-group .panel-heading .fa{
	font-size: 16px;
}

.panel-group .panel-heading .text-link-right{
	text-align: right;
}

.panel-group .panel-title {
    display: inline-block;
	color: #333;
}

.panel-group .panel-body {
    padding: 5px 10px;
}

@media (max-width: 767px) {
	.panel-group .panel-heading .text-link-right{
		text-align: left;
	}
}

/*** Accordion Component End
*****************************************************/

/*** Tabs Component Start
*****************************************************/

.nav-tabs {
    background-color: #cbcbcb;
	border-bottom: 0 solid #ababab;
}
.nav-tabs > li > a{
	text-decoration: none;
	border-radius: 0;
	padding: 6px 15px;
	color: #333333;
	font-family: "Roboto", sans-serif;
	margin-right: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #333333;
    text-decoration: none;
	font-family: "Roboto-Medium", sans-serif;
} 
.tab-content {
    background-color: #e3e3e3;
    padding: 10px;
}
.tab-content h3{
    color: #333333;
    margin-bottom: 10px;
}




/*** Tabs Component End
*****************************************************/
/*** Modal Component Start
*****************************************************/
.modal{
	padding-left: 0 !important;
}
.modal-body .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.btn-toolbar .btn + .btn {
    margin-left: 0 !important;
	margin-bottom: 15px;
	border-left: 1px solid #003554;
}


/*** Modal Component End
*****************************************************/

/*** Page Overlay
*****************************************************/

.page-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
}

.page-overlay-image{
	position: absolute;
	top: calc(50% - 36px);
	left: 10%;
}

.btn-overlay{
	position: absolute;
	top: calc(50% - 17px);
	left: 80%;
	border: 2px solid #000;
	background: #fff;
	font-weight: 700;
	color: #000;
	width: auto;
}

/*** Page Overlay
*****************************************************/

/*** RWD Tables Classes Start
*****************************************************/
.rwd-table {
  margin: 1em 0;
  width:  100%;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table tr:first-child {
  border-top: 0px solid #46637f;
  border-top-width: 0;
}
.rwd-table tr:last-child {
  border-bottom: 0px solid #ddd;
}

.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
  border-top-width: 0;
}
.rwd-table th,
.rwd-table td {
  margin: 8px 12px;
}

@media (max-width: 768px) {
  .rwd-table tr:first-child {
		border-top: 0px solid #46637f;
		border-top-width: 0;
		display: none;
	}
}
@media (min-width: 768px) {
  .rwd-table th,
  .rwd-table td {
    padding: 8px 12px !important;
  }
}
.rwd-table th,
.rwd-table td:before {
  color: #dd5;
}


/*** RWD Tables Component End
*****************************************************/

/*** Bootstrap Select Start
*****************************************************/
label{
	display: block;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #ccc;;
}



/*** Bootstrap Select End
*****************************************************/

/*** Helper Classes Start
*****************************************************/
.pos-relative{
	position: relative;
}

.platinum{
	color: #bdbec0;
}

.gold{
	color: #e39228;
}

.silver{
	color: #9b979b;
}

.bronze{
	color: #c18046;
}

.yellow, .fa-pencil {
    color: #e5921a;
}

.dark-blue, .fa-trash {
    color: #07456b;
}

.fa-check-square-o, .fa-check-circle{
	color: #00938c;
}

.fa-square-o{
	color: #919293;
	font-size: 21px;
}
.fa-angle-double-right{
	padding-right: 5px;
}
.marginBott-5{
	margin-bottom: 5px;
}

.marginBott-10{
	margin-bottom: 10px;
}

.marginBott-15{
	margin-bottom: 15px;
}

.marginTop-10{
	margin-top: 10px;
}

.padRight-10{
	padding-right: 10px;
}

.fa + .fa {
    margin-left: 7px;
}


.bold {
    font:  normal 100% "Roboto-Medium", sans-serif;
}

.minWidth-200 {
    min-width: 200px;
}

.rightBorder-0 {
    border-right: 0 solid #e3e3e3 !important;
}

/*** Helper Classes End
*****************************************************/





