
/* header file */

aside {
    font-family: Arial,Verdana,Tahoma !important;
}

aside .content-footer>img {
    width: 40px !important;
    height: 40px!important;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #fff !important;
    padding: 3px;
    background: #ffffff;
}
		
.col-lg-2 .widget-sidebar{
    padding:0px !important;
}

.navbar-inverse {
    background-color: #34495E;
    border-color: #34495E;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius:0px;
    
}
.navbar-brand {
   
    float: left;
    height:auto;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img{ width:80%;}

.navbar-inverse .navbar-nav > li > a {
    color: #F39C12;
}
.navbar-inverse .navbar-nav > li > a:hover {
   background-color: none;
}

.btn-default {
    color: #333;
    background-color: #009688;
    border-color: #009688;
    border-radius:0px;
    color:#fff;
}

#blog-section{margin-top:40px;margin-bottom:80px;}
.without-bread{margin-top:100px !important}
.breadcrumb{margin-top:50px !important}

.content-title{padding:5px;background-color:#fff;}
.content-title h3 a{color:#34495E;text-decoration:none; transition: 0.5s;}
.content-title h3 a:hover{color:#F39C12; }
.content-footer{background-color:#16A085;padding:10px;position: relative;}
.content-footer span a {
    color: #fff;
    display: inline-block;
    padding: 6px 5px;
    text-decoration: none;
    transition: 0.5s;
}
.content-footer span a:hover{     
    color:#F39C12;   
}
aside{
    margin-top: 30px;
    -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
-moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);}
aside .content-footer>img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #fff;
}

.user-ditels {
    width: 300px;
    top: -100px;
    height: 100px;
    padding-bottom: 99px;
    position: absolute;
    border: solid 2px #fff;
    background-color: #34495E;
    right: 25px;
    display: none;
    z-index: 1;
}

@media (max-width:768px){
    .user-ditels {   
    right: 5px;   
}
    
}
.user-small-img{cursor: pointer;}

.content-footer:hover .user-ditels  {
    display: block;
}


.content-footer .user-ditels .user-img{width: 100px;height:100px;float: left;}
.user-full-ditels h3 {
    color: #fff;
    display: block;
    margin: 0px;
    padding-top: 10px;
    padding-right: 28px;
    text-align: right;
}
.user-full-ditels p{    
    color: #fff;
    display: block;
    margin: 0px;
     padding-right: 20px;
    padding-top: 5px;
   text-align: right;}
.social-icon {
    background-color: #fff;
    margin-top: 10px;
    padding-right: 20px;
    text-align: right;
}
.social-icon>a{font-size:20px;text-decoration:none;padding: 5px;}
.social-icon a:nth-of-type(1){color:#4E71A8;}
.social-icon a:nth-of-type(2){color:#3FA1DA;}
.social-icon a:nth-of-type(3){color:#E3411F;}
.social-icon a:nth-of-type(4){color:#CA3737;}
.social-icon a:nth-of-type(5){color:#3A3A3A;}


/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post{width: 100%;height: 80px;list-style-type: none;}
.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #16A085;
    transition: 0.5s;
}

.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#F39C12;}
.post-img img:hover{border: 5px solid #F39C12;}

/*===============ARCHIVES////////////////////////////*/



button.accordion {
    background-color: #16A085;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #F39C12;color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*categories//////////////////////*/

.categories-btn{
    background-color: #F39C12;
    margin-top:30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    
}
.categories-btn:after {
    content: '\25BA';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.categories-btn:hover {
    background-color: #16A085;color: #fff;
}

.form-control{border-radius: 0px;}

.btn-warning {
    border-radius: 0px;
    background-color: #F39C12;
    margin-top: 15px;
}
.input-group-addon{border-radius: 0px;}

/* 

@media (min-width: 1200px){
.container {
    width: 1349px !important;
}
 #r1{
    width: 18%;
}

#r2{
    width: 57%;
}
#r3{
    width: 25%;
}

} */

@media (min-width: 1200px){
.container {
    width: 1349px !important;
}
 #r1{
    width: 22.5% !important;
}

#r2{
    width: 55% !important;
}
#r3{
    width: 22.5% !important;
}

}





.recent-post {
  width:100%;
  margin-left:-36px !important;
  margin-right:0px !important;
}




 .cust-h1{
  font-size:22px;
}
.cust-h2{
  font-size:18px;text-align:left;
}
.cust-h3{
  font-size:16px;text-align:left;
}


.recent-post {
    width: 100%;
     height: auto !important; 
    list-style-type: none;
}


/* Navigationn bar */


.activeuppernavtab {
    border-bottom: 2px solid #f1c40f;
    color: #f1c40f;
}

.uppernav > li:hover {
    border-bottom: 2px solid #f1c40f !important;
    color: #f1c40f !important;
    background-color:transparent !important;
    background:transparent  !important;
}

.uppernav > .ignoreli:hover {
    border-bottom: 0px solid #f1c40f !important;
}

.right-to-left {
  float: right !important;
}



/* Tabs Card */

.tab-card {
  border:1px solid #eee;
}

.tab-card-header {
  background:transparent;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent !important; 
  margin-right: 0;
  color: #737373 !important;
  padding: 2px 15px;
  background-color:none;
}

.tab-card-header > .nav-tabs > li.active {
    border-bottom:2px solid #f1c40f !important; 
    color: #007bff !important;
    background: none;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff !important;
    border-bottom:2px solid #f1c40f !important;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}
.tab-card-header > .nav-tabs > li.active > a {
    background: none  !important;
}


body {
    background: #e8ebf5  !important;
    position: relative;
    min-height: 100%;
    top: 0px;

}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e8ebf5  !important;
    border-radius: 4px;
}


.navbar{
  top:0 !important;
}




.dropdown>li>a:hover, .dropdown>li>a:focus, .dropdown .open>a, .dropdown .open>a:hover, .dropdown .open>a:focus {
    background:#fff;
}
/* .dropdown {
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    width:300px;    
} */
.dropdown-menu>li>a {
    color:#428bca;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    width:300px;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}




.navbar-collapse {
    max-height: 740px !important;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color:#ffffff !important; 
    border: 0;
    box-shadow: none;
}
}

.navbar{
  /* background-color:#34495E !important;  */
  z-index:400000 !important;
  /* position:fixed !important;
  top:0; */
  
}


#popUpWindow{
    background: lightblue; 
  }
  
  .modal-dialog2 {
    height: 100vh !important;
    display: flex;
  }
  
  .modal-content2 {
    margin: auto !important;
    height: fit-content !important;
  }
  
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
      z-index: 2;
      color: #fff;
      cursor: default;
      background-color: #009688;
      border-color: #067b70;
  }
  
  .customeround{
    border-radius:5%;
    padding: 5px 15px;
   
    background-color: #16A085;
  }
  .myc{
    margin-left:15px;
  }
  
  .myoh{
    overflow:hidden;
  }
  
 
  .heading3::after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}


.content-footer{
background-color:#ffffff;
}

.u_aside_img{
   height:40px;
   width:40px;
   border-radius:50%;
   /* padding:2px;
   margin-right:2px;
   border-color: rgba(0,0,0,0.06)!important;
   border-style: solid;
   border-width: 1px;
   transition: background-color 150ms ease 0s; */
}


.u_aside_img_white{
   height:40px;
   width:40px;
   border-radius:50%;
   padding:2px;
   margin-right:2px;
   border-color: rgba(0,0,0,0.06)!important;
   border-style: solid;
   border-width: 1px;
   transition: background-color 150ms ease 0s;
}

.mybtncol{
   color:#65676b;
}
.divdesc{
   font-family: none;text-align: start;font-family: inherit;word-wrap: break-word;
   font-size:15px;
}


.aside {
    margin-top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow: none;

    /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-size: 15px;
    line-height: 1.4;
    color: rgb(40, 40, 41);
    direction: ltr;


}

.bannerdiv
  {
    box-sizing: border-box;
    background-image: url(https://cdn.pixabay.com/photo/2017/09/23/23/22/tomato-2780424__340.jpg);
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    border-radius: 3px;
    background-color: #f7f7f8;
}






/* Question */


pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    /* word-break: break-all;
    word-wrap: break-word; */
    background-color: #16a08517;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

pre {
     white-space:pre !important; 
}

.u_aside_img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #fff;
}    

.answer-contributor-content-footer {
    background-color: #34495e;
    padding: 10px;
    position: relative;
    /* width: 300px; */
    height:50px;
}

.answer-contributor-content-footer2 {
    background-color: transparent;
    padding: 10px;
    position: relative;
    /* width: 300px; */
    height:30px;
}
.question{
  background-color: #009688;
}




.tags-cloud {
    margin: 5px 0 1rem;
    align-items: center;
    width: 100%;
}
.box {
    margin: 0 0 0rem;
    width: 100%;
}

.tags-cloud a {
    margin-top: 5px;
    background: #de2600;
    color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0 6px;
    text-shadow: none;
    white-space: normal;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
a {
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.selectors-x {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #d9d9d9 !important;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px;
    margin: 0;
    padding: 0 6px;
    text-shadow: none;
    white-space: normal;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.tags2{
  font-weight: bold; font-size: 12px;
}





#a1 {
    bottom:0;
    width:100px;

    /* position:absolute;
    top:50%;
    left:50%; */
    /* transform:translate(-50%,-50%); */
    padding:2px 30px;
    background:#fff;
    border:2px solid #262626;
    font-family:sans-serif;
    color:#262626;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    display:block;
    overflow:hidden;
}
#a1:before {
    /* content:''; */
    /* position:absolute;
    top:0;
    left:0; */
    width:100px;
    height:100%;
    background:#ff0ff0;
    z-index:-1;
    transform-origin: bottom left;
    transform:rotate(-90deg);
    transition:0.5s;
}
#a1:hover:before {
    transform:rotate(0deg);
}


.my_theme_color{
    background-color: #16A085;
}

.my_theme_color:hover{
    background-color: #009688;
}

/* 
.fa-battery-full:before {
    content: "\f240";
    color: #16a085;
} */


aside .content-footer>img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 0px solid #fff;
}

/* .navbar-inverse .navbar-nav > li > a {
    color: #16a085;
} */


/* .content-title .text-center h1,h2,h3,h4,h5:hover{
    color: #16a085;
} */


.normal-label{
    font-weight: lighter  !important;
}




.votecount{
    color: #fff;
    background-color:#009688; 
    padding: 3px 0;
    white-space: nowrap;
    width: 38px;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
    float: none;
    border-radius: 2px;
    font-size: 90%;
  }
  .votecount_h5{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
  }


  span.tags {
    background: #009688;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}


.linkLCA {
    text-transform: lowercase !important;
  }
  
 .linkUC{
    text-transform: capitalize  !important;
  }


  .divdesc h3 a{
    text-decoration: none !important;
  }

  .divdesc h3 {
    text-decoration: none !important;
  }

  .divdesc {
    padding:5px;
  }


  trix-editor {
    min-height: 18em !important;
}

.btn-sm, .btn-xs {
    font-size: 14px !important;
}

.attachment--preview img{
    height: auto !important;
    width: 50% !important;
    margin:auto;
}

@media (max-width:768px){
    .attachment--preview img{
        width: 100% !important;
    }

    .aside12{
        padding-right: 4px !important;
        padding-left: 4px !important;
    }

    .aside12 aside{
        padding: 15px !important;
    }

    .aside12 aside ol{
        margin-left: -8px !important;
    }
   
}


#myDiv ol li {
    margin-bottom:5px;
}


