@media print{
	@page{
		size:a4;
	}
	body{
		min-width:992px!important
	}
	.container{
		min-width:992px!important
	}
	.navbar , .right , .left {
		display:none
	}
	.col-md-8{
		min-width:100% !important;
	}
	.copyright {
		background-color: #233288 !important;
	}
	.noprint {
		display:none;
	}
	.justprint{display:inherit !important;}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.pricing {
		margin-left: 0px;
		margin-right: 0px;
		min-height: 400px;
	}
	.pricing-head h3 {
		font-size: 20px;
	}
	.yellow-crusta.btn {
		border-radius: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pricing-content li {
		font-size: 15px;
	}
	.pricing-head h3 span, .pricing-head h4 span {
		font-size: 16px;
	}

}
.ui-widget-overlay
{
  opacity: .85 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=85) !important;
  background: #00061a !important; /* This will make it darker */
}

form {
	width:100%;
}
.cp {cursor:pointer;}
.cd {cursor:default;}
.vt {vertical-align:top;}
.wb {border:1px solid #CACACA !important;}
.p { padding:2px;}
.b { font-weight:bold !important; }
.i { font-style:italic !important; }
.l { text-align:left !important;}
.c { text-align:center !important;}
.r { text-align:right !important;}
.no { color:red !important;}
.yes { color:green !important;}
.nb { border:0px !important; }
.nbold { font-weight:normal !important; }
.n {
	font-family:Georgia !important;
	font-size:12px !important;
}
.justprint {
	display:none;
}
.justprint-col-lg-12{}
.verticalText {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	writing-mode: tb-rl;
	filter: flipv fliph;
	-o-transform: rotate(90deg);
}

@media (min-width: 1200px){
	.container {
		max-width: 1400px;
	}
}
body{
	//background: url('black-linen.png') fixed;
	background-size: cover;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 0.8rem;
}
main.container{
	box-shadow: 0 0 10px 1px #9e8d8d;
	margin: 0px auto 30px auto;
}

/*sidebar right*/
.panel {
    box-shadow: none;
}
.panel-default {
    border-color: #e2e9e6;
}
.panel {
    margin-bottom: 1px;
	background-color: #edeff9;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
	background-color: #3f51b5;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.panel-title a {
	color: #efefef;
	font-size:13px;

}
.container-fluid{
	padding:0px;
	margin:0px;
}
.panel-body.list-group .list-group {
    margin: 0;
}
.panel-body.list-group .list-group .list-group-item:first-child {
    border-top: none;
    border-radius: 0;
}
.list-group .list-group-item.active, .list-group .list-group-item.active > a {
    color: #fff;
}
.list-group .list-group-item > *:last-child {
    margin-bottom: 0 !important;
}
.list-group-menu > .list-group-item > a {
    display: block;
    padding:0px;
	text-decoration: none;
	font-size:13px;
}
.panel-body.list-group .list-group .list-group-item {
    border-left: none;
    border-right: none;
}
.link-text-color {
    color: #212121;
}
.panel-collapse-trigger.panel-heading:after {
    font-family:FontAwesome;
	font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: f2b9;
    position: absolute;
    right: 15px;
	top: 10px;
    display: block;
}
.panel-collapse-trigger.panel-heading.collapsed:after {
	   font-family: FontAwesome; content: "\f1ea";
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}
.footermenu ul{
	margin-bottom: 0rem;
}
.copyright {
	background-color: #233288 !important;
}
.copyright {
    color: #fff;
    font-size: 12px;
}
.copyright p {
    line-height: 35px;
    margin: 0px;
}
ul.footermenu {
    list-style: none;
    margin-top: 0px;
	margin-bottom: 0rem;
}
ul.footermenu li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 33px;
}
.copyright ul.footermenu li a {
    color: #fff;
    height: 50px;
}
ul.footermenu li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #999;
    font-size: 11px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

/*login banner */
#homeBanner {
	border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    min-height: 35em;
    overflow: hidden;
    padding: 5em 1em 1em 1em;
}
#homeBanner div.homeBannerContainer {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#homeBanner div.homeBannerContainer .homeContent {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667%;
    margin-left: 51.04166667%;
    padding-bottom: 3em;
}
#homeBanner a.mobApp.apple {
    border-color: #4b5254;
    color: #4b5254;
}
#homeBanner a.mobApp {
    display: inline-block;
    text-decoration: none;
    border: solid 1px;
    border-radius: .5em;
    margin-right: 1em;
    margin-bottom: .5em;
    background: #fff;
}
#homeBanner a.mobApp em {
    font-style: normal;
    display: block;
    width: 10em;
    margin-left: 5em;
    font-size: 75%;
    line-height: 1em;
    padding-top: .75em;
    font-weight: 200;
}
#homeBanner div.homeBannerContainer .homeContent span {
    display: block;
    margin-bottom: 2em;
}#homeBanner a.mobApp.google {
  border-color: #8BC34A;
    color: #8BC34A;
}
#homeBanner a.mobApp.apple:before {
    background: #040303;
}
#homeBanner a.mobApp.apple:before {
   font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f179';
}

#homeBanner a.mobApp.google:before {
    background: #8BC34A;
}

#homeBanner a.mobApp.google:before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    //-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f17b';
}

#homeBanner a.mobApp:before {
    display: block;
    width: 1.5em;
    height: 1.5em;
    padding: .25em;
    box-sizing: border-box;
    color: #FFF;
    line-height: 2em;
    text-align: center;
    font-size: 200%;
    border-radius: .2em 0 0 .2em;
    float: left;
}
#homeBanner a.mobApp span {
    display: block!important;
    margin-bottom: 0!important;
    width: 6em;
    margin-left: 3em;
    line-height: 1em;
    font-size: 125%;
    font-weight: 400;
}
.header .bg-primary{
	background-color:#C12127 !important;
}
.header .navbar{
	padding:0px;
}
.header .nav-item{
	font-size:13px;
}
.navbar-light .navbar-brand {
	color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(245, 214, 214, 0.94);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgb(255, 255, 255);
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: .5rem;
	}
}
/* header style end */

/*Page style */

.page-section-heading {
	padding: 16px 0;
	text-align: center;
	background-color: navajowhite;
}
.text-display-1, .jumbotron h1 {
    font-size: 2.61rem;
    font-weight: 400;
    line-height: 3.07rem;
}
.text-muted {
    color: #777777;
}
@media (min-width: 768px){
	.lead {
		font-size: 19.5px;
	}
}
.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.media:first-child {
    margin-top: 0;
}
.padding-none {
    padding: 0 !important;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.panel-body > .text-headline {
    margin: 0 0 16px;
}
.text-headline {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1rem;
}
.panel-body p{
	font-size: 13px;
	padding:10px;
}
.bg-green-300 {
    background-color: #81c784;
}

.bg-purple-300 {
    background-color: #ba68c8;
}
.bg-orange-400 {
    background-color: #ffa726;
}
.bg-cyan-400 {
    background-color: #26c6da;
}
.bg-pink-400 {
    background-color: #ec407a;
}
.bg-red-400 {
    background-color: #ef5350;
}

/*Page style end */
.sec-header{
	background-color: #3F51B5;
	/*background-color: #0f0063;*/
	padding: 13px;
}
.header .bg-primary {
	background-color: #223288 !important;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(203, 210, 249) !important;
}
.copyright {
	color: rgb(203, 210, 249) !important;
}
@media (max-width: 992px){
	.header{
		display:none;
	}
}
.panel-heading .accordion-toggle:after {
	font-family: 'FontAwesome';
	content: '\f107';
	float: right;
	color: white;
	font-size: 27px;
	margin-top: -6px;
}
.panel-heading .accordion-toggle.collapsed:after {
	content: '\f105';
}
h6.title , #cHeader , .bHeader2 {
	padding: 6px;
	background-color: #FF5E14;
	color: #edf8fd;
	margin-bottom:0px !important;
}
h6.title a {
	color:#FFFFFF !important;
	text-decoration:underline;
}
/*ubis css */
.trOver {
    cursor: pointer;
    background: #eaeaea;
}
.blockPart{
	padding:0px;

}

.right .box {
	float:right;
	width:100%;
	border-top: 3px solid #3f51b5;
    background-color: #fff;
    padding: 7px;
    box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12), 0 -2px 10px -2px rgba(0,0,0,0.12);
    margin-bottom: 0px;
}

main.container {
height: 100%;     /* full height of the content box */
min-height: 58.4em; /* Will be AT LEAST 20em tall */
}
.list th {
    border-top: 1px solid #3f51b5;
    background: #3f51b5;
    padding: 1px;
	color:#fff;
}
th.label{
	color:black;

}
.list .label {
    font-weight: bold;
    background: #EEE;
}


div#accordion {
	padding-bottom: 30px;
}

/*bootstrap class override for login page only*/
.form-control{
	border-radius: 0px;
	margin: 5px 3px;
	height: 35px;
	font-size: 0.9rem;
}
.logo{
	margin: auto;
	text-align: center;
	padding-top: 20%;
}
.logo img{
    height: 70px;
}


/*footer*/
.footer a{
	color: #000;
	text-decoration: none;
}
.footer{
	color: #000;
	text-align: center;
}
/*footer end*/


/*for logintemplate blue*/
.grayBody{
	background-color: #E9E9E9;
}
.box{
	border-top: 3px solid #3f51b5;
	background-color:#fff;
	padding: 20px;
	box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12),0 -2px 10px -2px rgba(0,0,0,0.12);
	margin-bottom:30px;
}
.singtext{
	font-size: 28px;
	color: #3f51b5;
	font-weight: 500;
	letter-spacing: 1px;
}
.submitButton{
	background-color: #233288;
	color: #fff;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 10px 0px;
    width: 100%;
    margin-left: 2px;
    font-size: 16px;
    border-radius: 0px;
    outline: none;
}
.submitButton:hover,.submitButton:focus{
	color: #fff;
	outline: none;
}
a.aColor{
	color: #3f51b5;
}
input[type=checkbox], input[type=radio] {
	width: 20px;
	height: 15px;
	margin-top: 4px;
}
.captch img{
	margin-top: 15px;
}
.f13{
	font-size: 13px;
}
.startred {
	color: red;
	font-weight: 900;
	font-size: 16px;
}
.tableGiris{

}
.no-padding {
    padding: 0 !important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ececec;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 3px 10px;
    border-bottom: 1px solid #f1f1f1 !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 8px;
    font-size: 0.9rem;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {

    display: table;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 1em;
    margin-left: 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #01b0ff;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01b0ff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #01b0ff 0%, #01b0ff 100%);
    background: -moz-linear-gradient(top, #01b0ff 0%, #01b0ff 100%);
    background: -ms-linear-gradient(top, #01b0ff 0%, #01b0ff 100%);
    background: -o-linear-gradient(top, #01b0ff 0%, #01b0ff 100%);
    background: linear-gradient(to bottom, #01b0ff 0%, #01b0ff 100%);
}
table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png);
}


table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
}
table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
}

.mbn30{
	margin-bottom: -30px;
}
.content2 {
    margin-bottom: 10px;
	margin-top: 10px;
	float:right;
	width:100%;
}
.content {
    margin-bottom: 20px;
	margin-top: 10px;

}
.palette-Teal-400.bg {
    background-color: #f38323;
}
.card-header {
    padding: 10px 0px 10px 20px;
}
.fc-toolbar {
    margin-bottom: 0;
    padding: 5px 10px 10px;
}
.datepicker table td.day:before {

    border-radius: 50%;
    margin-bottom: -34px !important;
    margin-left: -8px !important;

}
.datepicker table thead tr th {
    border-radius: 0;
    color: #fff;
	background-color: #3f51b5;
	cursor: pointer;
}
th.datepicker-switch {
    padding: 0px 0px 0px 23px;
}
th.next {
    padding-left: 18px;
}
.datepicker table td.active:before {
    background-color: #233288;
}
h6.sidenav {
    background-color: #233288;
    color: white;
    padding: 6px 0px 6px 12px;
}
li.nav-item {
    border-bottom: 1px solid #ccbdbd;
    border-left: 3px solid #233288;
    margin-bottom: 1px;
}
.sidenav a.nav-link {
    display: block;
    padding: .2rem 0.7rem !important;

    font-size: 15px !important;
    color: #233288 !important;
}
/*sidebar Menu Style*/

 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.jquery-accordion-menu,.jquery-accordion-menu {
    font-family:'Open Sans',sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    outline:0
}
.jquery-accordion-menu{
   // min-width:260px;
    float:left;
    position:relative;
    //box-shadow: -1px 1px 8px 0px #333;
	box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12), 0 -2px 10px -2px rgba(0,0,0,0.12);
	margin-bottom: 0px;
}
.jquery-accordion-menu .jquery-accordion-menu-header{
    width:100%;
    height:50px;
    padding-left:22px;
    float:left;
    line-height:50px;
    font-weight:600;
    color:#f0f0f0;
    background:#414956
}
.jquery-accordion-menu ul{
    margin:0;
    padding:0;
    list-style:none
}
.jquery-accordion-menu ul li{
    width:100%;
    display:block;
    float:left;
    position:relative
}
.jquery-accordion-menu ul li a{
    width:100%;
    padding: 10px 18px;
	float:left;
    text-decoration:none;
    color:#f0f0f0;
    font-size:13px;
    background:#414956;
    white-space:nowrap;
    position:relative;
    overflow:hidden;
    -o-transition:color .2s linear,background .2s linear;
    -moz-transition:color .2s linear,background .2s linear;
    -webkit-transition:color .2s linear,background .2s linear;
    transition:color .2s linear,background .2s linear
}
.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a{
    color:#fff;
    background:#3b424d
}
.jquery-accordion-menu>ul>li>a{
    border-bottom:solid 1px #3b424d
}
.jquery-accordion-menu ul li a i{
    width:34px;
    float:left;
    line-height:18px;
    font-size:16px;
    text-align:left
}
.jquery-accordion-menu .submenu-indicator{
    float:right;
    right:22px;
    position:absolute;
    line-height:19px;
    font-size:20px;
    -o-transition:transform .3s linear;
    -moz-transition:transform .3s linear;
    -webkit-transition:transform .3s linear;
    -ms-transition:transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator{
    line-height:16px
}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator{
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu,.jquery-accordion-menu ul ul.submenu li ul.submenu{
    width:100%;
    display:none;
    position:static
}
.jquery-accordion-menu ul ul.submenu li{
    clear:both;
    width:100%
}
.jquery-accordion-menu ul ul.submenu li a{
    width:100%;
    float:left;
    font-size:11px;
    background:#383838;
    border-top:none;
    position:relative;
    border-left:solid 6px transparent;
    -o-transition:border .2s linear;
    -moz-transition:border .2s linear;
    -webkit-transition:border .2s linear;
    transition:border .2s linear
}
.jquery-accordion-menu ul ul.submenu li:hover>a{
    border-left-color:#414956
}
.jquery-accordion-menu ul ul.submenu>li>a{
    padding-left:30px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a{
    padding-left:45px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a{
    padding-left:60px
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{
    min-width:20px;
    padding:1px 2px 1px 1px;
    position:absolute;
    right:18px;
    top:14px;
    font-size:11px;
    font-weight:800;
    color:#555;
    text-align:center;
    line-height:18px;
    background:#f0f0f0;
    border-radius:100%
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{
    top:12px
}
.ink{
    display:block;
    position:absolute;
    background:rgba(255,255,255,.3);
    border-radius:100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0)
}
.animate-ink{
    -webkit-animation:ripple .5s linear;
    -moz-animation:ripple .5s linear;
    -ms-animation:ripple .5s linear;
    -o-animation:ripple .5s linear;
    animation:ripple .5s linear
}
@-webkit-keyframes ripple{
    100%{
        opacity:0;
        -webkit-transform:scale(2.5)
    }
}
@-moz-keyframes ripple{
    100%{
        opacity:0;
        -moz-transform:scale(2.5)
    }
}
@-o-keyframes ripple{
    100%{
        opacity:0;
        -o-transform:scale(2.5)
    }
}
@keyframes ripple{
    100%{
        opacity:0;
        transform:scale(2.5)
    }
}
.blue.jquery-accordion-menu .jquery-accordion-menu-header,.blue.jquery-accordion-menu ul li a{
    background:#4A89DC
}
.blue.jquery-accordion-menu>ul>li.active>a,.blue.jquery-accordion-menu>ul>li:hover>a{
    background:#3e82da
}
.blue.jquery-accordion-menu>ul>li>a{
    border-bottom-color:#3e82da
}
.blue.jquery-accordion-menu ul ul.submenu li:hover>a{
    border-left-color:#3e82da
}
div#datetimepicker12 {
    box-shadow: 1px 1px 1px 1px #aba3a3;
}
.jquery-accordion-menu-header {
    background-color: #233288 !important;
}
.alert-info {
    background-color: #2196f3;
    border-color: transparent;
    color: #ffffff;
    border-radius: 0px;
    font-size: 13px;
    padding: 0.5rem 1.25rem;
}
.alert-info a {
	color: #ffffff !important;
	text-decoration: underline !important;
}
.alert-info a:hover, .alert-info a:focus, .alert-info a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.alert-success {
    background-color: #4caf50;
    border-color: transparent;
    color: #ffffff;
	border-radius: 0px;
    font-size: 13px;
    padding: 0.5rem 1.25rem;
}
.alert-success a {
	color: #ffffff !important;
	text-decoration: underline !important;
}
.alert-success a:hover, .alert-success a:focus, .alert-success a:visited {
	color: #ffffff !important;
	​​text-decoration: none !important;
}
.alert-danger {
    background-color: #f44336;
    border-color: transparent;
    color: #ffffff;
	border-radius: 0px;
    font-size: 13px;
    padding: 0.5rem 1.25rem;
}
.alert-danger a {
	color: #ffffff !important;
	​​text-decoration: underline !important;
}
.alert-danger a:hover, .alert-danger a:focus, .alert-danger a:visited {
	color: #ffffff !important;
	​​text-decoration: none !important;
}
.alert-dismissible .close {
    padding: 0.5rem 1.25rem;
}
.close {
    font-size: 1.2rem;
}
.boxes  .m-r-20 {
    margin-right: 20px;
}
.boxes .card{
	border-radius: 0rem;
}
.boxes .card-body {
    padding: 0.7rem;
}

.bg-drakblue {
    //background-color: #3f51b5!important;
	background-color: #6c757d!important;
	min-height: 71px;
}
.cHeader{
	background-color: #3f51b5;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-top: 5px solid #233288;
}
.pd14{
	padding: 14px
}
.minHeight{
	min-height: 78.8vh;
}
.content1 {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.content1 h6.title {
	padding: 6px;
	background-color: #3f51b5;
	color: #edf8fd;
	margin-bottom: 0rem;
	}
.content1 .box {
	border-top: 6px solid #233288;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12), 0 -2px 10px -2px rgba(0,0,0,0.12);
	margin-bottom: 8px;
}


.content2 {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.content2 h6.title {
	padding: 6px;
	background-color: #3f51b5;
	color: #edf8fd;
	margin-bottom: 0rem;
	}
.content2 .box {
	border-top: 6px solid #233288;
	background-color: #fff;
	box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12), 0 -2px 10px -2px rgba(0,0,0,0.12);
	margin-bottom: 8px;
}

.list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
.table-hover tbody tr:hover td {
    background: #fdf7e2;
}
.list td, .list th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.list th {
    text-align: inherit;
}
.table .label, .table .label {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.label , td.label {
	font-weight: 700;
}
td.label {
    font-weight: 500;
}
.list .cHeader {
    background-color: #3f51b5;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-top: 5px solid #233288;
}
.jquery-accordion-menu-header{
    background-color:    #3f51b5 !important;
	color: #edf8fd;
    margin-bottom: 0rem;
	height: 40px !important;
    padding-left: 22px;
    float: left;
    line-height: 30px !important;
	padding: 6px;
	border-bottom: 6px solid #243288;
}
#lNews tr:first-child {
    background-color: #3f51b5;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-top: 5px solid #233288;
}

#block_MemberBlock .bContent1 {
 padding: 0px !important;
 background-color: #eeeeef !important;
 border-top: 6px solid #3f51b5;
}
#block_MemberBlock img {
 width: 90px !important;
 margin-right: 7px;
}​


@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
.container {
max-width: 99%;
}

}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.container {
max-width: 99%;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
.container {
max-width: 99%;
}
}
