/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	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.  */
.header-navbar .navbar-header {
    width: 240px;
     height: 4.1rem; 
    float: left;
    position: relative;
    padding: 0 1rem;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
form .form-group {
    margin-bottom: 1rem;
}
span.required {
    color: #e25856;
}
.label-success {
    background-color: #ef7388;
    padding: 1px 5px 1px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.checkbox-inline{
	padding-left: 8px;
}
.mb-0 {
    font-size: 1.14rem !important;
}
.media-list .media {
    padding: 1.1rem;
    margin-top: 0;
}
.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
}
.multiselect > .multiselect__tags {
	padding: 3px 8px 0px 8px !important;
	 min-height: 40px !important;
}
.multiselect__tags-wrap {
    display: grid;
    margin-top: 31px;
}



th {
    white-space: inherit;
}
.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 2px;
}
.multiselect, .multiselect__input, .multiselect__single {
    font-size: 14px;
    line-height: 29px;
}
.overflow{
	    width: 98%;
    margin-left: 10px;
}
td >.form-control{
	height: 28px !important;
}
td >label>.input-group >.multiselect > .multiselect__tags > .multiselect__input {
    width: 408px !important;
    position: absolute;
    padding: 0px;
    line-height: 37px;
}
.vs_text {
    margin: 0 0 0px;
    line-height: 21px;
}
.vs_box_heading {
    color: #1a1a1b;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
}
.no_border{
	border: 0px solid #ddddddde !important;
}
.coustom_btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.3rem 1rem;
   
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-warning{
     border-color: #FF864A!important;
    background-color: #FF7531!important;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
       background: #298049;
    background: #47906c;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.multi_select{
    width: 100%; 
}
.multi_select > .input-group > .multiselect{
    width: 92% !important;
}

.customizer .customizer-toggle {
    position: absolute;
    top: 45%;
    width: 28px;
    height: 28px;
    left: -19px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.btn-warning_disabled {
    border-color: #ce794e!important;
    background-color: #da916d!important;
}
.input-group-addon {
    padding-top: 0.5rem;
    padding-bottom: .2rem;
    padding-left: 5px;
    padding-right: 5px;
    background: #42d39b;
    /* color: #fff; */
}
.btn-disabled{
    opacity: .5 !important;
  }

  button.gm-control-active.gm-fullscreen-control{
    display: none !important;
  }
  .gmnoprint {
    display: none !important;
}

@media (min-width: 300px) {
     .model_with > .v--modal-background-click > .v--modal-box{
        top: 0px;
        left: 0px !important;
        width: 367px !important;
        height: auto;
    }
    .customer{
        margin-bottom: 5px!important;
    }
    .grand_total{
        font-size: 25px;color: #267890;
        font-weight: 600;
        float: left !important;
        text-align: center !important;
    }
    .compa_info{
        text-align: left;
    }
    .addRowPading{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}
@media (min-width: 576px) {
     .model_with > .v--modal-background-click > .v--modal-box{
        top: 0px;
        left: 0px !important;
        width: 367px !important;
        height: auto;
    }
     .customer{
        margin-bottom: 5px!important;
    }
    .grand_total{
        font-size: 25px;color: #267890;
        font-weight: 600;
        float: left !important;
        text-align: center !important;
    }
     .compa_info{
        text-align: left;
    }
    .addRowPading{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}

@media (min-width: 768px) {
     .model_with > .v--modal-background-click > .v--modal-box{
        top: -145px;
        left: 616px !important;
        width: 857px !important;
        height: auto;
    }
     .customer{
        margin-bottom: 0px!important;
    }
    .grand_total{
        font-size: 25px;color: #267890;
        font-weight: 600;
        text-align: right !important;
    }
    .table-responsive{
         overflow-x: clip !important;
    }
    .compa_info{
        text-align: left;
    }


}

@media (min-width: 992px) {

     .model_with > .v--modal-background-click > .v--modal-box{
        top: -145px;
        left: 616px !important;
        width: 857px !important;
        height: auto;
    }
      .customer{
        margin-bottom: 0px!important;
    }
    .grand_total{
        font-size: 25px;color: #267890;
        font-weight: 600;
         text-align: right !important;
    }
     .table-responsive{
         overflow-x: clip !important;
    }
    .compa_info{
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .model_with > .v--modal-background-click > .v--modal-box{
        top: -145px;
        left: 616px !important;
        width: 857px !important;
        height: auto;
    }
      .customer{
        margin-bottom: 0px!important;
    }
    .grand_total{
        font-size: 25px;color: #267890;
        font-weight: 600;
         text-align: right !important;
    }

     .table-responsive{
         overflow-x: clip !important;
    }
    .compa_info{
        text-align: left;
    }

}
 .model_with > .v--modal-background-click > .v--modal-box{
        top: -145px;
        left: 616px;
        width: 857px;
        height: auto;
    }
.card-header .heading-elements, .card-header .heading-elements-toggle {
    right: 32px;
}
.card-header .card-title {
    margin-bottom: 0;
    padding-left: 10px;
}
.profile-box{
    border:1px solid #ddd;
    box-shadow: 4px 4px 4px 4px #000;
    height: 100px;
    width:100px;
}
.fixed-bottom, .fixed-top {
    z-index: 999;
}
.main-menu {
    z-index: 998;
}
.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
}
.bg-success {
    background-color: #404e67 !important;
}
.feather.icon-x-square:before {
    color: #fff;
}
.btn-success:hover {
    border-color: #404e67!important;
}