/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 350px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 20px;
}

.NoVis{
    visibility:hidden;
}

.UzarPerms {
    max-width:25px;

}

.pad{
    padding-left:2%;
    padding-right:2%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 300px) {
    .col-lg-4 {
        min-width: 98vw;
    }
}

@media only screen and (max-width: 320px) {
    .col-lg-4 {
        min-width: 98vw;
    }
}

@media only screen and (max-width: 375px) {
    .col-lg-4 {
        min-width: 98vw;
    }
}

@media only screen and (max-width: 414px) {
    .col-lg-4 {
        min-width: 98vw;
    }
}




body {
    text-align: center;
      background-color: #f4edf4;
}


.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 40%
}

    .button:hover {
        background: #ddd;
    }

#fileElem {
    display: none;
}


/* Stackable Modal CSS */
.rotate {
    transform: rotate(180deg);
    transition: all 0.5s;
}

    .rotate.in {
        transform: rotate(1800deg);
        transition: all 1.5s;
    }
/* Stackable Modal CSS */

.input-res
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 15px/1 'Open Sans', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialias\\;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 500px;
  background-color: #ddd;
  border: none;
  padding: 10px 11px 11px 11px;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  margin: 0;
  box-sizing: border-box; 
}

.ProductThumbnail {
    display: inline;
    width:100px;
    height:100px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;    
}


.tooltip-inner {
    background-color: #00acd6 !important;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
}

.modal-products{
    max-width:375px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}

input[type="file"] {
    display: inline;
    text-align: center;
}
li:hover {
    background-color: lavender;
}

.OnlineDropdown {
    height:50px; border-bottom: .5px solid blue;
}


.ProductsDanger {
    color: red;
    font-size: 1.7rem;
    font-weight: bold;
    visibility: hidden;
}

fieldset {
	padding-top:10px;
	border:1px solid #666;
	border-radius:8px;
	box-shadow:0 0 10px #666;
    margin-top:15px;
    max-width:95%;
    margin-left:3%;
   
}
legend {
	float:left;
	margin-top:.5%;

}
legend + * {
	clear:both;
}

 .horizontal-scrollable > .row { 
            overflow-x: auto; 
            white-space: nowrap; 
        } 
          
        .horizontal-scrollable > .row > .col-xs-4 { 
            display: inline-block; 
            float: none; 
        } 
     .nobreak {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float:left;
}

.Noshow{
    display:none;
}
.spacer{
    margin-left:10px;
}

.modal-bodySpec{
    position:relative;
    flex:1 1 auto;    
}

.dataTables_info {
    margin-left:10px;
}

.error{
color:red;
font-size:1.5rem;


}

 .select,
  #locale {
    width: 100%;
  }
  .like {
    margin-right: 10px;
  }

.SmButton{width:40%;
          margin-left:auto;
          margin-right:auto;
          margin-bottom:10px;
}


.LogInmodal-header {
    display: -ms-flexbox;
   
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.LogInclose {

    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;

}


.bg-purple {
    background-color:#26b0bd;

}
.CheckContainer {
    text-align:left;
    margin-left:12%;

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;   
}


@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}



.portfolio-item {
  margin-bottom: 30px;
}

.card-header {
    padding: .75rem 1.50rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size:1.75rem;
   
}
.col-lg-6{
    -ms-flex: 0 0 50%;
flex: 0 0, 50;
max-width: 50%;
}

.Detailsrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    min-width:300px;
    margin-right: auto;
    margin-left: auto;
}

.bg-dark {
    background-color: #eae3ff !important;
}

.RedBorder{
    border:solid 2px red;


}
link {
    color: rgba(54, 56, 52, 0.5);
}
.btn-primary {
    color: #fff;
    background-color: #8a66f4;
    border-color: #eae3ff;
}
.navbar-dark .navbar-nav .nav-link {
    color: black);
}
.h1{
    font-size:2rem;
}
h1{

font-size:2rem;
}
.text-danger {
    color: red;
    font-size:larger;
    font-weight:600;
}

.RedText{
    color:red;
}

.EditProductImage {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
     margin-bottom:.5rem;
}