*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.5px;
	position: relative;
	background: #fff;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.center {
   display: flex;
   align-items: center;
}

.majuscule {
text-transform: uppercase;
}

.minuscule {
text-transform: lowercase;
}

.capitale {
text-transform: capitalize;
}


:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Roboto', arial;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Montserrat', serif;
    color : #3d4854;
}
h2 {
	font-size: 20px;
	font-weight: 700;
    color : #3d4854;
}
h3 {
	font-size: 15px;
	font-weight: 800;
	font-family: 'Montserrat', serif;
    color : #3d4854;
}
h4 {
	font-size: 14px;
    color : #3d4854;
}
h5 {
	font-size: 13px;
    color : #3d4854;
}
h6 {
    font-size: 10px;
    font-weight: 300;
    color : #3d4854;
}
a {
	color: #a2a2a2;
	text-decoration: none;
}

a.dark {
	color: #3d4854;
	text-decoration: none;
}

a.accordion-toggle {
	color: #3d4854;
}
a.accordion-toggle.collapsed {
	color: #a2a2a2;
}
a:hover {
	text-decoration: none;
	color: #3d4854;
}

.card-header>button::before {
    /* symbol for "opening" panels */
    font-family: "Font Awesome 5 Free"; 
    content:"\f146";
    float: left;
    color: inherit;
    padding-right : 10px;
}
.card-header>button.collapsed::before {
    /* symbol for "collapsed" panels */
    font-family: "Font Awesome 5 Free"; 
    content:"\f0fe";
}


legend {
	font-size: 20px;
	font-family: 'Montserrat', serif;
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #3d4854;
	border: 0;
	font-weight: 700;
}
/* alert start*/
.alert {
	padding: 8px 14px 8px 14px;
}
/* alert end */
label {
	font-size: 14px;
	font-weight: 400;
	margin: 3px 0;
    font-weight: bold;
}

.radio label, .checkbox label {
    font-weight: normal;
}

input[type=checkbox], input[type=radio] {
    margin-right: 5px!important;
}

.box {
	margin: 0 -20px;
}
textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
	border: none;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Menu */

.navbar {
    padding: 0;
}
.nav>a>.fa, .nav>a>.fas,.nav>li>a>.fa, .nav>li>a>.fas {
    font-size: 12px;
    margin: 0 5px 0 0;
}

.img-fluid {
    margin-bottom: 4px;
}

/* Basket Div */

.basket-div {
    padding : 20px 10px;
    background-color: #3d4854;
    color : #fff;
}

.basket-div h2{
    font-size:18px;
    font-weight:normal;
    color: #fff;
}

.basket-div.has-stamp:after{
    content:"";
    display:block;
    position:absolute;
    z-index:50;
    top:0;
    left:50%;
    margin-left:-2em;
    width:4em;
    height:1.3333333333333333em;
    background:#ffffff;
    border-bottom-left-radius:50% 100%;
    border-bottom-right-radius:50% 100%;
    transform:perspective(2em) rotateX(-30deg);
}

.cart-items {
    background-color:#fff;
    color : #333;
    margin : 5px 0px;
    border : 1px solid #222;
    padding: 3px 0px;
}

.addtocart-btn {
    background-color:transparent;
    border:none!important;
    color:#3d4854;
    cursor: pointer;
}

/* accre */

h2.accre {
    background-color: #69bfd6;
    padding-top: 4px;
    padding-bottom: 5px;
    color: #fff;
    margin-left: -5px;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;
}


/* event */

.event h2 {
    font-family: 'Montserrat', serif;
    font-weight:600;
    color: #111;
    font-size: 30px;
    margin-bottom:0px;
}

.event h3 {
    font-family: 'Montserrat', serif;
    font-weight:700;
    color: #111;
    font-size: 22px;
}

.event h4 {
    font-family: 'Montserrat', serif;
    font-weight:600;
    color: #111;
    font-size: 16px;
}

.event h6 {
    font-family: 'Montserrat', serif;
    font-weight:500;
    color: #111;
    font-size: 10px;
    margin-top:0px;
}

.event-place {
    font-weight:700;
}

.event-date {
    color : #69bfd6;
    font-weight:700;
}

.primary {
    color: #69bfd6;
}

/* buttons */

.viewmore {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 24px;
	font-size: 14px;
	color: #000;
	background: #3d4854;
	display: inline-block;
    border-radius: 0rem;
}
.btn-xs {
    font-size: 9px;
    padding: 7px 14px;
    margin-top: 0px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 15px;
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
	font-weight: normal;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 12px;
}
.btn-default {
	background: #808080;
	color: #ffffff;
	border: none;
}


.btn:hover {
	background: #3d4854;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.btn-primary {
	border: none;
	font-weight: 400;
}

.btn-light {
	border: 1px solid #69bfd6;
	font-weight: 400;
    background-color: #fff;
    color : #69bfd6;
}

.btn-light:hover {
    border: 1px solid #8ddff5;
    background-color: #fff;
    color : #8ddff5;
}

.input-group {
	/* display: inline-block; */
	margin: 0 0 0 0px;
}
.input-group .btn {
	float: left;
	margin-left: 10px;
	padding: 11px 14px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #3d4854;
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #0e1011;
	border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #3d4854;
}

.btn-primary {
    color: #fff;
    background-color: #69bfd6;
    border-color: #69bfd6;
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	background: #39AAB0;
	color: #fff;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #454851;
	color: #fff
}

/* End of Basket Div */

/* Article Read More */

article, .author {
	border-top: 1px solid #333;
	margin: 10px 0;
	padding-top: 20px;
	display: inline-block;
}

article.nobordertop{
    border-top: 0px solid;
	margin: 0px 0;
	padding-top: 0px;
}

article + [data-readmore-toggle], article[data-readmore]{display: block; width: 100%;}article[data-readmore]{transition: height 500ms;overflow: hidden;}

/* End of Article Read More */


/* CSS for Header Start */

header.inner {
	background: #3d4854;
	box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 0px;
}
.header-contact {
	display: inline-block;
}
.respo-header-middle, .top-toggle {
	display: none;
}
.header-inner {
    padding-top : 10px;
    padding-bottom : 10px;
    color : #fff;
}

.header-inner .header-left {
	width: auto;
	padding: 0;
	margin: 44px 0;
}
.header-inner .header-right {
	padding: 0;
	float: right;
	width: auto;
}

.header_link {
    color : #fff;
}

.header_link:hover {
    color : #eee;
}

header.breadcrumb {
	background: #69bfd6;
	box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
}

.header-breadcrumb {
    text-align : center;
    padding-top : 15px;
    padding-bottom : 15px;
    color : #ddd;
}

.header-breadcrumb a {
    color : #ddd;
}

.header-breadcrumb a.selected {
    color : #fff;
    font-weight:700;
}


/* Content Welcome Banner*/
.cms_banner {
	margin-top: 20px;
}
.cms-banner-right .Sub-right {
	opacity: 1;
}

.cms-banner-small {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.sub-banner {
	margin-top: 30px;
}
.sub-hover:hover {
	transition: all ease 0.3s;
	opacity: 0.7;
}
.banner {
	margin-top: 90px;
}
.cms-block2 {
	background-position: 40px -150px !important;
}
.cms-block3 {
	background-position: 40px -62px !important;
}
.cms-block2:hover {
	background-position: 35px -150px !important;
}
.cms-block3:hover {
	background-position: 35px -62px !important;
}
.cms-block1, .cms-block2, .cms-block3 {
	background: #000 url("../img/cms-icon.png") no-repeat scroll 40px 38px;
	padding: 35px 0px 30px 110px;
	color: #fff;
	box-shadow: inset 0 0 0 0 #C14800;
	transition: all ease 0.3s;
}
.cms-block1:hover, .cms-block2:hover, .cms-block3:hover {
	background: #000 url("../img/cms-icon.png") no-repeat scroll 35px 38px;
	box-shadow: inset 0 0 0 8px #3d4854;
	font-weight: 500;
}
.cms-block1 > h4, .cms-block2 > h4, .cms-block3 > h4 {
	color: #fff;
	font-family: 'Montserrat', serif;
	font-size: 16px;
	margin: 0 0 3px 0;
	font-weight: 700;
}
.cms-block1 > p, .cms-block2 > p, .cms-block3 > p {
	color: #a2a2a2;
	margin: 0;
	font-weight: 500;
	transition: all ease 0.3s;
}
.cms-block1:hover > p, .cms-block2:hover > p, .cms-block3:hover > p {
	color: #3d4854;
	margin: 0;
}
.right-bottom-banner {
	margin-top: 30px;
}


.bottom-banner {
    margin-top:30px;
}

.sub-banner-top {
	margin-top: 90px;
}


/* End Content Welcome Banner*/


/* CSS for Footer-Top CMS start */
.footer-top-cms {
	background-size: auto;
	background-position: 50% 50%;
	display: block;
	width: 100%;
	color: #fff;
	background-color: #69bfd6;
	padding: 50px 0;
	margin-top: 90px;
}
.footer-top-cms h5 {
	font-family: 'Montserrat', serif;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	font-weight: 300;
	margin: 4px 15px 0 0;
    padding-bottom: 10px;
}

.footer-top-cms h6 {
    color: #fff;
}

.footer-logo {
	float: left;
}
.footer-bottom-cms {
	display: block;
	float: left;
	margin: 20px 0;
	width: 100%;
}
.footer-payment ul {
	margin: 0;
	padding: 0;
}
.footer-payment li {
	float: left;
	margin: 0 10px 0 0;
	list-style-type: none;
}
.footer-payment li:last-child {
	margin: 0;
}
.footer-desc {
	display: inline-block;
	margin: 0px 40px 0 0;
}

.footer-minus {
    font-size : 8px;
}

.footer-block h3 {
    font-size : 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    color : #fff
}

.footer-block .fas {
    font-size : 20px;
    color : #fff;
}

.footer-block .commitment {
    padding-bottom: 20px;
}

.footer-block h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size : 10px;
    color: #fff;
}
.newslatter input {
	height: 48px;
	width: 390px !important;
	border-right: 0 none;
	border: 1px solid #333;
}
.newslatter .btn.btn-large.btn-primary {
	padding: 10px 28px;
	font-size: 16px;
	margin-left: 0px;
	color: #000;
	background-color: #fff;
	font-weight: 500;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.newslatter .btn.btn-large.btn-primary:hover {
	color: #fff;
	background-color: #3d4854;
}
.footer-social {
	float: right;
}

.footer-social h5 {
	margin: 0 0 20px;
}

.newslatter h6{
	margin: 0 0 20px;
    font-size : 14px;
    font-weight:300;
}

.footer-social ul {
	padding: 0;
	margin: 0;
}
.footer-social li {
	float: left;
	list-style-type: none;
	margin: 0 8px 0 0;
}
.footer-social li a {
	height: 48px;
	width: 48px;
	background: #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 54px;
	color: #000;
}
.footer-social li a:hover {
	background-color: #000;
	color: #fff;
}
.footer-social li a .fa, .footer-social li a .fab {
	font-size: 20px;
}
/* CSS for Footer-Top CMS end */


/* CSS for Footer-bottom CMS start */

.footer-bottom .copyright {
	text-align: center;
	padding-top: 3px;
}
/* CSS for Footer-bottom CMS end */

/* CSS for Footer-Right CMS start */
.footer-contact ul {
	margin: 0;
	padding: 0;
}
.footer-contact ul li {
	list-style-type: none;
	padding: 0
}
.footer-contact .fa, .footer-contact .fas, .footer-contact .fab, .footer-contact .far {
	margin: 0 5px 0 0;
	float: left;
	clear: both;
	color: #fff;
	text-align: center;
	line-height: 26px;
	width: 15px;
    font-size:12px;
}
.footer-contact .fa.fa-mobile {
	font-size: 18px;
}
.footer-contact .fa.fa-map-marker {
	font-size: 15px;
}
.footer-contact .fa.fa-envelope {
	font-size: 11px;
}
.footer-contact span {
	float: left;
	padding: 0px;
}
/* CSS for Footer-Right CMS end */

/* footer */

footer {

    padding: 80px 0;
	background-color: #566770;
}
#bottom-footer {
	border-top: 1px solid #333333;
	padding: 30px 0;
}
.footer-bottom {
	background: #3d4854;
	color: #fff;
}
.footer-link {
	text-align: center;
}
.footer-link > li:first-child {
	border: medium none;
}
.footer-link > li {
	border-left: 1px solid;
	display: inline-block;
	line-height: 14px;
	list-style: outside none none;
	padding: 0 10px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer, footer a, .footer-bottom a {
	color: #e8e8e8;
}

.footer-services {
	margin-top: 60px;
}
footer a:hover {
	color: #69bfd6;
}
/* footer cms start */

footer h5 {
	font-family: 'Montserrat', serif;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0) url(../img/title-devider.png) no-repeat scroll left 30px;
	font-weight: 500;
	padding-bottom: 20px;
	margin: 0px 0 20px;
}
footer ul {
	padding: 0;
	margin-top: 4px;
}
footer ul li {
	padding: 1px 0;
}
.footer-link li>a:hover {
	color: #69bfd6;
}

/*card login & create*/
.card.login, .card.create {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.login-row-left {
  padding-top : 30px;
  padding-bottom : 30px;
  padding-right: 30px;
  border-right: 1px solid #ccc;
}

.login-row-right {
  padding-top : 30px;
  padding-bottom : 30px;
  padding-left: 30px;
}

h1.login {
    font-size : 36px;
    color : #69bfd6;
}

h1.create {
    font-size : 36px;
    color : #3d4854;
}

.login input[type=date],.login input[type=datetime-local], .login input[type=email],.login input[type=number],.login input[type=password],.login input[type=search-md],.login input[type=search],.login input[type=tel],.login input[type=text],.login input[type=time],.login input[type=url],.login textarea.md-textarea,
.create input[type=date],.create input[type=datetime-local], .create input[type=email],.create input[type=number],.create input[type=password],.create input[type=search-md],.create input[type=search],.create input[type=tel],.create input[type=text],.create input[type=time],.create input[type=url],.create textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.login textarea, .create textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 0.8rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 20px!important;
}

.gift_code_input, .gift_code_input:focus {
    background-color: transparent!important;
    border: none!important;
    border-bottom: 1px solid #bdbdbd!important;
    padding-top: 25px!important;
    box-shadow:none!important;
}


.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    padding-top: .5rem;
    color : #dddddd;
}

.md-form {
    position: relative;
}

.md-form, .md-form .btn {
    margin-bottom: 1.5rem;
}

.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
}

.md-form .prefix~label {
    margin-left: 3rem;
}


.red-text {
    color : red!important;
}


.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px;
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-fb {
    background-color: #3b5998!important;
    color: #fff!important;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
    color: #ccc;
}

.bt_show_pass {
    margin-top: 0px;
    display: inline-block;
    position: absolute;
    float: right;
    width: 3rem;
    font-size: 1rem;
    padding-top: .5rem;
    right: 0px;
    border: 0px;
    background-color: transparent;
}

.bt_show_pass>i {
    color: #dddddd;
}


.checkbox .cr:focus,
.radio .cr:focus {
    position: relative;
    display: inline-block;
    border: 1px solid #red;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
    color: #ccc;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .6em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.form-label {
  position: absolute;
  padding-left: 10px;
  font-size:1rem;
  left: 0;
  top: 10px;
  color: #ccc;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-125%);
  padding-left: 10px;
  font-size: .75em;
  top: 2em;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  
  &:focus {
    box-shadow: 0 2px 0 0 blue;
  }
}

.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}


.form-group, .form-inline {
    width:100%!important;
}

.form-group.required>.form-label:after {
    color: #3d4854;
    content: '*';
    padding-left: 3px;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

select.form-control {
  margin-left: 3rem;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  border: none!important;
  border-bottom: 1px solid #bdbdbd;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px!important;
  top:1rem;
}

select.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.25)!important;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

/*card*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 12px 20px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.3rem 1rem;
}

.btn-link {
    font-weight: 400;
    color: #69bfd6;
    background-color: transparent;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

label {
    display: inline-block;
    margin-bottom: .2rem;
}


.form-check-label {
    margin-bottom: 0;
}


.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}


@media (min-width: 576px) {
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
}

@media (min-width: 768px) {

.text-md-right {
    text-align: right!important;
}

.offset-md-4 {
    margin-left: 33.33333333%;
}

.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}

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

.modal-header {
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    padding: 0rem 0rem 1rem 0rem;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #69bfd6;
}

.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    font-size: 1.15rem;
    color: #fff;
}

.invalid-feedback {
    padding-left: 0px;
}




