/* Add here all your CSS customizations */


.new-blog .card .card-body > .row > div[class*="col-"]:first-child {
    background: #ffffff;
}

.new-blog .card .card-body > .row > div[class*="col-"]{padding: 5px 20px;}

.pt-40 {padding-top: 40px;}	

.mb-10 {margin-bottom: 10px;}	

.btn-primary {background: #617681 !important;border: none;}	

.mt-10{margin-top: 10px;}	

.mt-20{margin-top: 20px;}		

table{border: 1px solid #ecedf0;}


th{border: none;}					

/*header*/
.header{height: 50px;}

.header-right{height: 46px;}


/* Sidebar*/				

.sidebar-left{width: 230px;top:50px !important;}

html.fixed .content-body {margin-left: 250px;}

.sidebar-left .sidebar-header .sidebar-title {
    background: #040c2a;}

.card-footer{margin-top: 12px;background: #e9ecef;}

.sidebar-left .sidebar-header .sidebar-toggle{background: #040c2a}

html.no-overflowscrolling .sidebar-left .nano {
    background: #040c2a;box-shadow: none;}

/* Page header*/

.page-header h2{border-bottom: none;color: #000}

html.fixed .page-header{left: 229px;top: 50px;background: #ecedf0;border-left: none;box-shadow: none;}


/*card Header*/

.card-header {background: #ffffff;border-bottom: none;}

.card-header h2{font-size: 15px;}


.md-editor textarea{border: 1px solid #ccc;}
