*{margin: 0px; padding: 0px}

/*#004163*/
/*#5676ac*/
body{
background: #00304a;
    /*color: #E1E1E2;*/
    color: #000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}







header{
/*	background: #869bbf;*/
background-image: linear-gradient(#00304a, #035c8c, #00304a);
    padding: 10px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    
}

.navbar-nav li{
    margin-right: 15px;
}

.navbar-nav li a{
	color: #fff !important;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
    background: #10537d;
    box-shadow: 2px 1px 20px #00000026;
    /* box-sizing: content-box; */
    border-radius: 5px;
    transition-delay: 0s;
}

.navbar-dark .navbar-nav .nav-link:hover{
  background: #2b579e;
}


.mask1 {
  -webkit-mask-image: url(w3logo.png);
  mask-image: url(w3logo.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
}

.blog_wrapper {
    padding: 10px;
    overflow: hidden;
    background: #004163;
    margin: 1px;
    margin-top: 5px;
}

.blog_left{
    width: 100px;
    float: left;
    margin-right: 10px;
}
.blog_left img{
    width: 100%;
}
.blog_right{
    width: 60%;
    float: left;
}
#cr{
    font-size: 14px !important; 
}

.blog_right a{
    color: #fff;
      text-decoration: none;
      font-size: 18px !important;
}

.blog_right p{
    color: #d3d3d3 !important;
}
.ck-content p{
    color:#000 !important;
}

.avatar{
    text-align:center;
}
.avatar img{
    vertical-align: bottom;
    max-width: 160px;
    max-height: 160px;
    border-radius: 100px;
}




.p-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
}

.p-title-value {
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 1.7rem;
    font-weight: 400;
    margin-right: auto;
    min-width: 0;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}









.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    height: 300px;
    border-color: var(--ck-color-base-border);
    height: 300 !important;
}

.ck .ck-placeholder, .ck.ck-placeholder {
    position: relative;
    padding-bottom: 200px;
}










