@media only screen and (min-width: 800px) {
#mobileshow  {
display: none !important;}
}


@media only screen and (max-width: 800px) {
.md-slider-wrap  {
display: none !important;}
}


.table > tfooter > tr > td, .table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > th {
    border-color: #fff;
}


.c-content-divider.c-left {
     margin-left: 0px; 
}

.c-layout-breadcrumbs-1.c-bordered-both {
    margin-bottom: 30px;
}
blockquote {
    border-left: 5px solid #009aae;
}

.btn-info {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2;
	    font-size: 14px;
}


/*.messages--error {

    display: none !important;}
	
	.alert-danger {

    display: none !important;
}*/


.c-layout-breadcrumbs-1 .c-page-title h3 {
    color: #3f444a;
    margin: 10px 0 6px 0;
    font-weight: 600 !important;
    font-size: 23px;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}

h1 {
    font-weight: 600 !important;
}

.c-layout-breadcrumbs-1 {

    background: #f1f1f1 !important;
}

body {
    color: #5c6873;
	font-size: 16px;

}

.c-content-list-1 > li:before {
    margin: 12px 15px 0 0;
}

.btn-danger {
    background: #ff9d9d;
    border-color: #ff9d9d;
}

.btn-danger.btn-no-focus:hover, .btn-danger:hover, .btn-danger.btn-no-focus:active, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background: #ff8585;
    border-color: #ff8585;
}

