/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.icon-size 
{
	height: 1.5rem !important;
	width: 1.5rem !important;
} 


.bg-card-filter
{
	background-color: #f59504e7 !important;
	color: black !important;
}

.bg-card-disable
{
	background-color: #c73c05a4 !important;
	color: black !important;
}

.bg-blue
{
	background-color: #3498f5 !important;
	color: black !important;
}


.card-info {
    border-top: 2px solid #01b8ff !important;
}

.card-primary {
    border-top: 2px solid #0678bb !important;
}

.card-secondary {
    border-top: 2px solid #737f9e !important;
}

.card-success {
    border-top: 2px solid #22e840 !important;
}

.card-danger {
    border-top: 2px solid #ee335e !important;
}

.card-warning {
    border-top: 2px solid #ffb209 !important;
}


.form-border-blue
{
	/*border-color: #0a364d !important;*/
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/*Pour l'annimation de transition'*/
[class*="reveal"]
{
    opacity: 0;
    transform: translateY(-30px);
}

.reveal-visible
{
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5, 0 , 0 , 1);
}


.reveal-2
{
    transition-delay: .2s;

}
.reveal-3
{
    transition-delay: .4s;

}

.img-login1
{
    background-image: url('../images/facture.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-yellow
{
    background-color: #ffd43b !important;
    color:#111a27 !important
}

.text-yellow
{
    color: #ffd43b !important;
}

.text-black
{
    color: #111a27 !important;
}

.annimationHover
{
    transition: transform 330ms ease-in-out;
    /*transition: all .2s ease-in;*/
    
}

.annimationHover:hover
{
    /*transform: scale(1.1);*/
    transform: scale(0.95);
    box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.411);
    cursor: pointer;
}

.md-full-event {
    width: 100%;
    padding: 10px 0;
}

.md-full-event-img {
    width: 100px;
    border-radius: 6px;
    float: left;
}

.md-full-event-details {
    margin-left: 114px;
}

.md-full-event-title {
    font-size: 20px;
    font-weight: 600;
    color: yellow;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.md-full-event-location {
    display: inline-block;
    line-height: 1.4;
    margin-right: 40px;
}

.md-full-event-time {
    display: inline-block;
    line-height: 1.4;
}

.md-full-event-label {
    font-size: 12px;
    font-weight: 600;
    
    color: rgb(247, 247, 247);
}


.text-y
{
    font-weight: 600;
    text-transform: uppercase;
    color: #ffd43b !important;
}

.modal-ku {
    width: 1200px !important;
    margin: auto;
  }


.bd-c-white
{
    border-color: white !important;
}  

.bd-c-yellow
{
    border-color: #feb109 !important;
}  

.bg-thead-light
{
    background-color: #f5f5f5 !important;
}
.mail {
    color: #000!important;
}
.mail th, .mail td {
    border: 1px solid #FFF;
}
.fwb{
    font-weight: 600;
}
.card .table {
    background: #FFF;
}
.card .card-header {
    display: none!important;
}
.table td {
    padding: 5px 10px!important;
    vertical-align: middle;
    border-top: none!important;
    border-right: 1px dotted #111a27;
    text-align: center;
}
.table th {
    padding: 0.72rem 10px;
    vertical-align: middle;
    border-bottom: none!important;
    border-right: 1px dotted #FFF;
    text-align: center;
}
.table-responsive {
    display: unset;
    width: 100%;
    overflow-x: revert!important;
    -webkit-overflow-scrolling: touch;
}
thead.thead-dark {
    position: sticky;
    top: 147px;
    z-index: 999;
}
thead.thead-agenda {
    position: sticky;
    top: 147px;
    z-index: 999;
}
.border-right-line{
    border-right: 1px dotted #000;
}
.bg-green{
    background: #69a364!important;
}
.bg-taupe{
    background: #fff4d2!important;
}
.bg-orange{
    background-color: #81D8D0!important;
}
.bg-red{
    background-color: #81D8D0!important;
}
.bg-yellow{
    background-color: #81D8D0!important;
    olor: #FFF!important;
}
.table-hover tbody tr:hover {
    background-color: #d9ebf6!important;
}
.bg-odd{
    background-color: #F5F5F5;
}

tr:nth-child(2n+1) {
  background-color : white;
}
tr:nth-child(2n) {
  background-color : #FFFFFF;
}

.border-yellow{
    border: solid 4px #81D8D0!important;
}
.border-red{
    border: solid 4px #81D8D0!important;
}
.border-line-yellow{
    border-right: solid 4px #81D8D0!important;
}
.border-line-red{
    border-right: solid 4px #81D8D0!important;
}
.bg-type{
    background-color: #81D8D0;
    color: #FFF!important;
}
.text-left{
    text-align: left!important;
}

.form-control{
    color:#000000 !important;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 1.2rem;
}

.select2-container {
    border: 1px solid #000 !important;
    border-radius: 0.357rem;
}
label {
    color: #000000;
    font-size: 1.2rem !important;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-size: 1.2rem;
}

h4.pt-1.text-uppercase {
    float: left;
}