/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.google_btn_img{
     background-image : url(https://www.mathsbola.com/common/google_signin.png);
}

.google_btn {
    content: "";
    width: 180px;
    height: 40px;
    display: inline-block;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    padding:1px;
}
.bg-light {
    background-color: rgba(0,0,0,0)!important;

}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}



#leftbar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#leftbar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#leftbar ul p {
    color: #fff;
    padding: 0px;
}

#leftbar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#leftbar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#leftbar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content1 {
    width: 100%;
    padding: 20px;
    min-height: 10vh;
    transition: all 0.3s;
}

.content100{
    width: 100%;
    padding: 3px;
    min-height: 10vh;
    transition: all 0.3s;
}

.contentadds{
    width: 100%;
    padding: 5px;
    min-height: 10vh;
    transition: all 0.3s;
    float:right;
    border-style: solid;
    border-color: green;
    border-width: thin;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #f8f9fa;
  background-clip: border-box;
  border-color: green;
  line-height:1.5;
  font-size:75%;
}

.card-body {
    padding: 0.5rem;
}
.card-title {
    padding-left: 0.5rem;
    font-style: bold;
}

.card_spacing {
  padding-right: 0px;
  padding-left: 3px;
}

.overlay {

    min-width: 350px;
    max-width: 500px;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    display: none;
    min-width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9e91b5;
    z-index: 1;
    cursor: pointer;
}

.signin_overlay {
    min-width: 500px;
    max-width: 70%;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    display: none;
    min-width: 250px;
    height: 50%;
    top: 10%;
    left: 15%;
    right: 15%;
    bottom: 10%;
    background: #d1c2e6;
    z-index: 1;
    /* cursor: pointer; */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
[class*="vl-"] {
  border-left: 1px solid green;
  height: 100%;
  width:48%;
  display:block;
  position: absolute;
  margin-left: -3px;
  top: 0;
}
/*delete*/
.vl-50{
    left: 50%;
}

/*delete*/
.vl-0{
    border-left: 1px;
    left: 0%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-gdpr {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width:600px;

}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: '#545b62';
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 1px 16px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:25px;
  background-color: #ccc;
  color: white;
  text-align: center;
}

.titlediv{
  height:1.5vw;
  width:100%;
}

.footercell{
  float:center;
  color:black;
  font-size:100%;
}

.footercellcontainer{
  width:33%;
  float:left;
}
