/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Times';
    background: #fafafa;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Times';
    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 {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.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
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

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

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

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

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

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

#sidebar 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
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---------------------------------------------------
    Added by MTG
----------------------------------------------------- */
.user_card {
    height: 25rem;
    width: 22rem;
    /*margin-top: auto;
    margin-bottom: auto;
    background: #f39c12;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.login_container {
    padding: 0 2rem;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

.input-group {
  margin-bottom: 0rem;
}
.input-group input{
    border: 1px solid;
  }
.input-group-prepend {
  width: 50%;
}
.input-group-prepend label {
  width: 100%;
  overflow: hidden;
}
.input-group-append label {
    width: 100%;
    overflow: hidden;
  }
  
.input-group-text {
  background-color: #ababab;
}

.datepicker-dropdown {
  box-shadow: 0 5px 10px rgba(0 0 0 0.1);
} 
.datepicker td, .datepicker th {
  width: 0.75rem;
  height: 0.75rem;
} 
.datepicker {
  border: solid 1px;;
  margin-top: 0.2rem;
}
.w30{
  width:30%;
}
.w35{
  width:35%;
}

.w40{
  width:40%;
}

/* General styles for all menus */

.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

/* Vertical menu that slides from the right */

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-right {
		right: -190px;
}
}

.popover .popover-title {
    font-weight: bold;
}

.popover .popover-data-content {
    color:#28A745;
}

.icon-bar {
    position: fixed;
    top: 55%;
    right:0px;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    z-index:999 !important;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    width: 90px;
    height: 60px;
    padding-top: 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .whatsapp {
    background: #20b20f;
    color: #fff;
    border-top:1px solid #20b20f;
    border-top-left-radius: 20px;
  }
  
  .call-mobile {
    background: #55ACEE;
    color: #fff;
    border-top:1px solid #55ACEE;
    /*border-bottom-left-radius: 20px;*/
  }
  
  .sign-in {
    background: #dd4b39;
    color: #fff;
    border-top:1px solid #dd4b39;
    border-bottom-left-radius: 20px;
  }

  .sign-out {
    background: #dd4b39;
    color: #fff;
    border-top:1px solid #dd4b39;
    border-bottom-left-radius: 20px;
  }  

.email {
    color: #fff;
    background: #dd4b39;
    border-bottom:1px solid #dd4b39;
    border-bottom-left-radius: 20px;

}

.facebook {
    color: #fff;
    background: #20B20F;
    padding:5px;
    /*border-bottom:1px solid #20B20F;
    border-bottom-left-radius: 20px;*/

}

.twitter {
    color: #fff;
    background: #7386D5;
    padding:5px;
    /*border-bottom:1px solid #7386D5;
    border-bottom-left-radius: 20px;*/
}

.instagram {
    color: #fff;
    background: #dd4b39;
    padding:5px;
    /*border-bottom:1px solid #dd4b39;
    border-bottom-left-radius: 20px;*/

}

.paypal {
    color: #fff;
    background: #7386D5;
    padding:5px;
    /*border-bottom:1px solid #7386D5;
    border-bottom-left-radius: 20px;*/

}

.arrow {
  color: #7386D5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-menu {
    background-color:#000;
}

.dropdown-item {
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid #47748b;    
}
/*@media (max-width: 1068px) {
    .dropdown-menu .dropdown-item {
        width:100%;
        background-color:#000;
        color: #fff;
        padding-left: 1rem;
        padding-right: 1rem; 
    }
}*/


