@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 157px;
}

.page-title ol.breadcrumb {
    background: none;
    text-align: right;
    float: right;
    padding-top: 0;
}

.page-title ol.breadcrumb li.breadcrumb-item {
    font-size: 12px;
}

a.color-link {
    color: #CD3333 !important;
    font-weight: bold;
    text-decoration: none !important;
}

a.color-link:hover {
    color: #f00 !important;
    text-decoration: none !important;
}

a.color2-link {
    color: #fff !important;
}

a.color2-link:hover {
    color: #CD3333 !important;
}

.fixed-top {
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    background: #fff;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix+.container-fluid {
    padding-top: 70px;
}


/*.container{
  width: 980px;
}*/

.brand-top {
    padding-top: 8px;
}

.top-nav {
    background: #EEEEEE;
    padding: 2px;
    text-align: right;
}

.top-nav ul {
    list-style: none;
    margin-bottom: 0;
}

.top-nav ul li {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.top-nav ul li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 4px;
}

.top-nav ul li a:hover {
    display: inline-block;
    color: #203C89;
    text-decoration: none;
}

ul.top-soical-nav {
    padding-left: 0;
}

ul.top-soical-nav li {
    display: inline;
    padding: 0 2px;
}

ul.top-soical-nav li a {
    color: #23408F;
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
}

ul.top-soical-nav li a:hover {
    color: #CD3333;
    text-decoration: none;
}

.navbar-brand {
    display: none;
}

.navbar {
    padding: .1rem 1rem;
}

.bg-dark {
    background: -moz-linear-gradient(90deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,51,51,1)), color-stop(100%, rgba(204,78,71,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD3333', endColorstr='#CC4E47',GradientType=0 ); /* ie6-9 */
}

li.nav-item {
    border-right: 1px solid #CD3333;
    padding: 0;
}

li.nav-item:first-child {
    border-left: 1px solid #CD3333;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: -moz-linear-gradient(270deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204,78,71,1)), color-stop(100%, rgba(205,51,51,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(204,78,71,1) 0%, rgba(205,51,51,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC4E47', endColorstr='#CD3333',GradientType=0 ); /* ie6-9 */
}

.navbar-nav a.dropdown-item {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 0.55rem 1.5rem;
}

.navbar-nav a.dropdown-item:hover {
    color: #fff;
    background: #23408F;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.header-container {
    background-color: #fff;
}


/* tabs code start here */

/* search version one start */
.navbar .container{
    padding-right: 0;
  }
  .nav-link{
    cursor: pointer;
  }
  .search-bar{
    
  }
  .search-bar form{
    display: inline-block;
    width: 65%;
    position: relative;
    border: 0px solid #f00;
  }
  .search-bar .search-box{
    background: #E8E8E4;
    position: absolute;
    top: 54px;
    right: 28.7%;
    width: 350px;
    height: 65px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #23408F;
    display: none;
  }
  .search-bar .search-box:before{
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #23408F;
  }
  .search-bar .search-box input[type="text"]{
    width: 270px;
    padding: 5px 10px;
    margin-left: 0px;
    border: 1px solid #23408F;
    outline: none;
    height: 61px;
  }
  .search-bar .search-box input[type="button"]{
    width: 80px;
    padding: 0 0;
    background: #23408F;
    color: #fff;
    border: 1px solid #23408F;
    outline: none;
    cursor: pointer;
    float: right;
  }
  /* Media Queries */
  ul.hidden{
    display: none;
  }
  @media screen and (max-width: 568px) {
    ul.hidden{
      display: block;
    }
    .navbar{
      position: relative;
    }
    .search_button{
        display: none;
    }
    .home-btn{
        display: none;
    }
    .navbar-nav li.nav-item{
        border: none;
    }
    .search-bar form {
        width: 100%;
    }
    .search-bar form button {
        float: left;
        width: 18%;
    }
    .footer-bottom {
        padding: 0 1rem;
    }
  }
  @media screen and (max-width: 700px) {
    .search-bar ul{
      width: 100%;
    }
    
    .search-bar ul li{
      width: 100px;
    }
  
    .search-bar ul li.active{
     text-align: right;
    }
  
    ul li.mob{
      display: none;
    }
    .search-bar .search-box{
      width: 270px;
      right: -16%;
    }
    .search-bar .search-box input[type="text"]{
      width: 140px;
      margin-left: 15px;
    }
    .search-bar .search-box input[type="button"] {
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    ul.hidden{
      display: block;
    }
    .navbar{
      position: relative;
    }
    .search_button{
        display: none;
    }
    .navbar-nav li.nav-item{
        border: none;
    }
    .search-bar form {
        width: 100%;
    }
    .search-bar form button {
        float: left;
        width: 18%;
    }
    .footer-bottom {
        padding: 0 1rem;
    }
    .navbar-nav .home-btn{
        display: none !important;
    }
  }
  /* version one end */
  /* version two start */
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
  }
  
  /* The content */
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  /* Close button */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  /* Style the search field */
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 100%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  .overlay button {
    float: left;
    width: 10%;
    padding: 15px;
    background: #CD3333;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  
  .overlay button:hover {
    background: #23408F;
  }
  /* version two end */

/*Panel tabs*/

.panel-primary {
    border-color: #428bca;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.pull-right {
    float: right !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    padding: 2px 5px;
    border-radius: 4px;
}

.home-page .panel-tabs {
    /*position: relative;
    bottom: 22px;
    clear:both;
    border-bottom: 1px solid transparent;*/
}

.home-page .panel-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.article_detail .tab-pane h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

.home-page .panel-tabs>li:after {
    content: '|';
    color: #acacac;
    font-weight: normal;
}

.home-page .panel-tabs>li:last-child:after {
    content: '';
}

.home-page .panel-tabs>li>a {
    margin: 6px;
    line-height: 32px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #213D8B;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.home-page .panel-tabs>li>a:hover {
    border-color: transparent;
    color: #CD3333;
    background-color: transparent;
}

.home-page .panel-tabs>li.active>a,
.home-page .panel-tabs>li.active>a:hover,
.home-page .panel-tabs>li.active>a:focus {
    /* color: #CD3333; */
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}


/* tabs code end here */


/* tabs short post style start */

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.card {
    border: 0px solid rgba(0, 0, 0, .125);
}

p.card-text {
    font-size: 14px;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 22px;
}

.card-footer {
    font-size: 15px;
}

h1.my-4 {
    font-size: 15px;
}

h2.card-title a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.card-body {
    padding: .25rem 1.25rem .25rem .50rem;
}

.card-footer {
    font-size: 13px;
    font-style: italic;
}

.card-footer {
    padding: .25rem 1.25rem .25rem .50rem;
    background-color: transparent;
    border-top: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.spost-links {
    padding: 1.25rem 0 .25rem 0;
}

.spost-links a {
    padding: 0 5px;
}

.spost-links a.lnk {
    padding: 1px 7px !important;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid #203B85;
    border-radius: 3px;
    color: #203B85;
    text-decoration: none;
}

.spost-links a.lnk:hover {
    padding: 1px 7px !important;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid #203B85;
    border-radius: 3px;
    color: #fff;
    background-color: #203B85;
    text-decoration: none;
}

a.read-more {
    /* padding: 1px 7px 3px 7px !important; */
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid #203B85;
    border-radius: 3px;
    color: #fff;
    background-color: #203B85;
    text-decoration: none;
    float: right;
    line-height: 20px;
}

a.read-more:hover {
    /* padding: 1px 7px !important; */
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid #203B85 !important;
    border-radius: 3px;
    color: #203B85 !important;
    text-decoration: none;
    background-color: transparent;
}


/* tabs short post style end */

.btn-group {
    display: block
}

.card-body span {
    margin-right: 10px;
}


/* sidebar style start */

.sidebar {
    background: #F0F0F0;
    /*border: 1px solid #ccc;*/
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #ccc;
    padding-top: 20px;
}

.button-links {
    text-align: center;
    margin: 15px 0;
}

.button-links ul {
    padding-left: 0;
}

.button-links ul li {
    list-style: none;
}

.button-links a.btn {
    width: 90%;
    text-align: left;
    border: 2px solid #213D8B;
    color: #213D8B;
    font-weight: bold;
    font-size: small;
    font-style: normal;
    margin: 3px 0;
    position: relative;
    text-transform: uppercase;
}

.button-links a.btn span {
    display: block;
    width: 90%;
    white-space: normal;
}

.button-links a.btn i {
    position: absolute;
    right: 7px;
    top: 34%;
    color: #213D8B;
}

.button-links a.btn:hover {
    background: #213D8B;
    color: #fff;
}

.button-links a.btn:hover i {
    color: #fff;
}

.side-links {}

.side-links ul {
    padding-left: 0;
}

.side-links ul li {
    list-style: none;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0
}

.side-links .list-heading span {
    font-weight: bold;
}

.side-links ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.side-links ul li a i {
    margin-right: 10px;
}

.side-links ul li a span {
    font-size: 1vw;
}

.countview-wrapper {
    background: #F2F3F8;
    border: 1px solid #cecece;
    padding-top: 10px;
}

.side-links .countview-wrapper .stats {
    font-size: 1.2vw;
    text-align: center;
    font-weight: bold;
    border-right: 1px dashed #ccc;
    color: #324C96;
    padding: 0;
}

.side-links .countview-wrapper .stats:nth-child(1) {
    border-bottom: 1px dashed #ccc;
}

.side-links .countview-wrapper .stats:nth-child(2) {
    border-right: 0;
    border-bottom: 1px dashed #ccc;
}

.side-links .countview-wrapper .stats:nth-child(3) {
    border-bottom: 0px dashed #ccc;
}

.side-links .countview-wrapper .stats:nth-child(4) {
    border-right: 0;
    border-bottom: 0px dashed #ccc;
}

.side-links .countview-wrapper .stats p {
    font-size: 10px;
    text-align: center;
    color: #000;
}


/* .side-links .stats:first-child {
    border-right: 1px dashed #ccc;
} */


/* sidebar style end */

.ref-links {
    text-align: center;
}

.ref-links img {
    margin-bottom: 6px !important;
}


/* carousel style start */

.carousel-indicators .active {
    background-color: #213c85;
}

.carousel-indicators li {
    background-color: rgba(33, 60, 1333, .5);
    cursor: pointer;
}

.carousel-item-img {
    width: 90%;
    margin: auto;
    float: left;
}

.carousel-item-detail {
    float: right;
    padding-top: 10px;
}

.carousel-item-detail h2 {
    font-size: 16px;
    font-weight: bold;
    color: #213c85;
}

.carousel-item-detail h4 {
    font-size: 14px;
    color: #000;
}

.carousel-item-detail p {
    font-size: 12px;
    color: #000;
}


/* new style */

.bg-dark .carousel-indicators .active {
    background-color: #fff;
}

.bg-dark .carousel-indicators li {
    background-color: rgba(255, 255, 255, .5);
}

.bg-dark .carousel-item-img {
    /*width: 90%;*/
    margin: auto;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

.bg-dark .carousel-item-img img {
    border-radius: 5px;
}

.bg-dark .carousel-item-detail h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.bg-dark .carousel-item-detail h4 {
    font-size: 14px;
    color: #fff;
}

.bg-dark .carousel-item-detail p {
    font-size: 12px;
    color: #fff;
}


/* carousel style end  */

.finfo {
    padding: 15px 0px 0px 0px;
    font-size: 13px;
}

.cinfo {
    color: #fff;
}

.cinfo i {
    /*color: #CD3333;*/
}

.footer-nav {
    text-align: left;
}

.cinfo a {
    color: #fff;
    text-decoration: none;
}

.cinfo a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-nav ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.footer-nav ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-nav ul li a:hover {
    display: inline-block;
    color: #CD3333;
    text-decoration: none;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

.bg-xdark {
    background: #1F3A84;
    padding: 3px 0;
}

.footer-col span {
    color: #fff;
    font-size: 10px;
    padding-top: 10px !important;
    display: block;
}

.footer-col span a.color-link {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}

.footer-col span a.color-link:hover {
    color: #CD3333 !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.footer-col h3 {
    color: #fff;
    font-size: 15px;
}

ul.footer-nav {
    padding: 0;
}

ul.footer-nav li {
    display: block;
    color: #fff;
}

ul.footer-nav li a {
    color: #fff;
    margin-left: 5px;
}

ul.footer-soical-nav {
    padding-left: 0;
}

.footer-soical-nav li {
    list-style: none;
    display: inline;
    padding: 0 5px;
}

.footer-soical-nav li a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.footer-soical-nav li a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.footer-bottom {
    background: #202020;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #CD3333;
    text-decoration: underline;
}

.show-mobile {
    display: none;
}

.show-mobile a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.show-mobile a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}


/* typography */

.page-title {
    padding-top: 2rem;
    padding-bottom: .5rem;
}

.content h1.page-title {
    font-size: 20px !important;
    padding: 0;
    margin-bottom: 0;
}

.comments-breadcrumb-wrapper {
    background: #F5F5F5;
    padding: .15rem;
    float: right;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.comments-breadcrumb-wrapper .breadcrumb {
    background: none;
    padding: .5rem;
    float: right;
    margin-bottom: 0;
}

.comments-breadcrumb-wrapper .breadcrumb li {
    font-size: 12px !important;
    color: #797979;
}

.breadcrumb li a {
    font-size: 12px !important;
    color: #797979;
}

.content h1 {
    font-size: 20px;
}

.content h2,
.content h3 {
    font-size: 18px;
}

.content h4,
.content h5,
.content h6 {
    font-size: 16px;
}

.heading_b {
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #ddd;
    padding: 0 8px 4px;
}

.heading_c {
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 8px 4px;
}

.content p {
    font-size: 14px;
    text-align: justify;
}

.content ul li,
.content ol li {
    font-size: 14px;
    text-align: left;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #CD3333;
}


/* article page style start */

.article-tabs .nav-tabs {
    border-bottom: 1px solid #fff;
    background-color: #23408F;
}

.article-tabs li.nav-item {
    border-right: 1px solid #fff;
    padding: 0;
}

.article-tabs li.nav-item:first-child {
    border-left: 1px solid #fff;
    padding: 0;
}

.article-tabs .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom: 1px solid #fff;
}

.article-tabs .nav-link:hover {
    /* border-bottom: 5px solid #f00 !important; */
    background-color: rgba(255, 255, 255, .2);
}

.article-tabs .nav-link.active {
    color: #fff !important;
    background-color: #CD3333;
    border-bottom: 1px solid #fff !important;
}


/* article page style end */

.card-footer {
    /* border-bottom: 0; */
}

a.preview {
    font-size: 16px !important;
    line-height: 1 !important;
    border: 0 !important;
}

a.preview:hover {
    background: none !important;
    color: #CD3333 !important;
}

.toggle {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px;
}

.btn-xz {
    padding: .10rem .2rem .16rem .2rem;
    font-size: .675rem;
    line-height: 1.2;
    border-radius: .2rem;
    color: #fff;
}

.breadcrumb li a.btn-xz {
    padding: .10rem .2rem .16rem .2rem;
    font-size: .675rem;
    line-height: 1.2;
    border-radius: .2rem;
    color: #fff;
}

.grid-head {
    padding: .25rem;
    line-height: 11px;
    font-size: 13px;
}

.grid td {
    font-size: 13px;
}

.admin-menu i.right-link {
    float: right;
    font-size: 13px;
    margin-top: 5px;
}

.admin-menu a:hover {
    color: #CD3333;
}

.admin-menu a.active {
    color: #CD3333;
}

.admin-menu a:hover i.right-link {
    color: #CD3333;
}

.btn-xz {
    padding: .10rem .2rem .16rem .2rem;
    font-size: .675rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.grid-head {
    padding: .25rem;
    line-height: 11px;
    font-size: 13px;
}

.grid td {
    font-size: 13px;
}

.dropdown .top-dropdown {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 13px !important;
    padding: 0 !important;
    /* padding-bottom: 4px !important; */
}

.dropdown .top-dropdown:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.admin-menu i.right-link {
    float: right;
    font-size: 13px;
    margin-top: 5px;
}

.admin-menu a:hover {
    color: #CD3333 !important;
    ;
}

.admin-menu a.active {
    color: #CD3333 !important;
    ;
}

.admin-menu a:hover i.right-link {
    color: #CD3333 !important;
    ;
}

.admin-nav a.active {
    background: #CD3333 !important;
    ;
}

ul#accordion1 li.nav-item:first-child {
    border-left: 0px solid #CD3333;
}

ul#accordion1 li.nav-item {
    border-right: 0px solid #CD3333;
    padding: 0;
}

.admin-nav {
    background: #23408F;
    padding-bottom: 0;
}

.admin-nav li.nav-item:first-child {
    border-left: 1px solid #fff;
}

.admin-nav li.nav-item {
    border-right: 1px solid #fff;
    padding: 0;
}

.grid .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    line-height: 16px;
    vertical-align: middle;
    padding: .35rem;
}

.grid td {
    font-size: 13px;
    vertical-align: middle;
}

.form-grid td {
    text-align: center;
}

.rmv {
    color: #f00;
    font-size: 25px;
    line-height: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
}

.addjob {
    color: #23408F;
    font-size: 25px;
    line-height: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
}

.file-btn-primary {
    color: #fff;
    background-color: #23408F;
    border-color: #23408F;
    -webkit-border-radius: .25rem 0 0 .25rem;
    border-radius: .25rem 0 0 .25rem;
}

.theme-btn-primary {
    color: #fff !important;
    background-color: #23408F;
    border-color: #23408F;
}

.btn-primary {
    color: #fff !important;
}

tbody#tbl_posts_body input[type='checkbox']:after {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #23408F;
}

tbody#tbl_posts_body input[type='checkbox']:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    top: -5px;
    left: -1px;
    position: relative;
    /* background-color: #CD3333; */
    font: normal normal normal 20px/1 FontAwesome;
    content: '\f00c';
    color: #23408F;
    display: inline-block;
    visibility: visible;
    border: 2px solid #23408F;
}

.toggle .article-tabs .nav-tabs .nav-link {
    padding: 3px;
}

.subscribe-link {
    border: none;
    background: none;
    cursor: pointer;
    margin: 15px 0;
}

.subscribe-link div {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    text-decoration: none !important;
}

.subscribe-link:hover div {
    border: 2px solid #CD3333;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    text-decoration: none !important;
}

.subscribe-link div {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    text-decoration: none !important;
}

.subscribe-link:hover div {
    border: 2px solid #CD3333;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    text-decoration: none !important;
}

.subscribe-link h4 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #5f676e;
    text-decoration: none !important;
}

.subscribe-link:hover h4 {
    font-size: 14px;
    color: #CD3333 !important;
    text-decoration: none !important;
}

.md-modal .btn-primary {
    color: #fff;
    background-color: #23408F;
    border-color: #23408F;
    width: 50%;
    text-transform: uppercase;
}

.md-modal .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    padding: .75rem;
    color: #fff;
}

.year-heading {
    background-color: #CD3333;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
}

.year-btns .btn-primary {
    color: #fff;
    background-color: #23408F;
    border-color: #23408F;
}

.year-btns .btn-current {
    color: #fff;
    background-color: #CD3333;
    border-color: #CD3333;
}

.btn-xs {
    padding: .15rem .25rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
}

.cite-count {
    display: inline;
    float: right;
    margin-right: 10px;
    font-weight: bold;
    color: #203B85;
}

#tbl_posts th {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.post-content{}

.post-content img{
    width: 100%;
    height: 100%;
}