@import url("../webfonts/Quicksand_Bold/stylesheet.css");
@import url("../webfonts/Cambria/stylesheet.css");
@import url("../webfonts/Allura/stylesheet.css");
@import url("../webfonts/Niconne/stylesheet.css");

/**{
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
}*/
body{
  display: grid;
  cursor: context-menu;
}

form,
span {
    letter-spacing: normal;
    font-size: 9pt;    
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: normal;
}
.MyFormBGColor {
    background-color: #dddddd;
}
.MyReportFormBGColor{
    /*background-color: #757474;*/
    background-color: #686868;
}
.MyPanel {    
    width: auto;
    padding-top: 0px;
    background: transparent;
    text-align: left;    
    color : #878787;     
    font-weight : bold;
    font-family :"Quicksand", sans-serif;
    letter-spacing: 0.1px;
    font-size: 9pt;
}
.outerDiv {
    width: auto;
    height:auto;
    border:1px solid #C9C9C9;
    border-radius: 15px 15px 0px 0px;
}
i {
    margin-right: 15px;
}
/*Active Tab Color*/
/*.nav .nav-tabs .nav-link.active {
    border-top: 5px solid red;
    color: red;
}*/
/*End Active Tab Color*/
label, .input-group-text {
    float: left;
    width: auto;
    padding-top: 4px;
    line-height: 0.6;
    /*color : #C2C1C1;*/ 
    color :#8c8c8c;
    text-align: right;    
    font-weight :bold;
    font-family :"Quicksand", sans-serif;
    letter-spacing: 0.5px;
    font-size: 9pt;    
    /*This part for "input-group-text" & "input-group-prepend" Deco*/
/*    background-color: transparent;
    border: none;*/
    /*End This part for "input-group-text" & "input-group-prepend" Deco*/
}
input[type=text],
input[type=password],
input[type=date],
input[type=number],
select,
.form-select-sm,
select > option {
     /*For Remove Blue Glow Outline*/
        outline: none;
        box-shadow:none !important;
        /*border:0.5px solid #ccc !important;*/
        /*background-color: #C2C2C2;*/
/*        color: #FFFFFF;
     End Remove Blue Glow Outline*/
    padding: 7px;
    margin-left: 0px;
    width: 100%;
    height: 30px;
    background-color: #FFF;   
    border: 1px solid #D4D2D2;
    border-radius: 4px;
    display: block;
    /*color: rgba(0,0,0,0.65);*/
    color:  #5E5E5E;
    font-family :"Quicksand", sans-serif;
    font-size: 9.5pt;
    font-weight: normal;    
}
/*For input[type=number]*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder {
    color: #FFF;    
    font-family :"Quicksand", sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
    font-style: italic;
}
.nav .nav-link {
    color:#5A5959;
    font-size: 10.5pt;    
    font-family: 'Quicksand',sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
select:focus,
select > option:focus {
    padding: 7px;      
    background-color: #C7C7C7;
    color: #5E5E5E;
    outline: none;
    border: none;
    box-shadow:none !important;    
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.errTextColor {
    color : #F15822;
}
.divider
{
    position: relative;
    margin-top: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 1px;
    color: #161617;
}
.tblBackground {
    background-color: #6988A6; /*#F1FADB;*/
    color :#FFF; /* #4B7FB2;*/
    letter-spacing: normal;
    line-height:22px;
    text-align : center;    
    font-size: 10pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.tblBackgroundLtBlue {
    background-color: #B2CEE7; /*#F1FADB;*/
    color :#2E76B6; /* #4B7FB2;*/
    letter-spacing: 1px;;
    line-height:20px;
    text-align : center;    
    font-size: 10pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.txtStyle {
    letter-spacing: 0.5px;;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tblBGSoftBlue {
    background-color: #D9ECF6;
    color : #4483C1;    
}
.tblBackgroundLtGrey {
    background-color: #F5F5F5; /*#F1FADB;*/
    color :#A2A2A2; /* #4B7FB2;*/
    letter-spacing: normal;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.tblBackgroundInventory {
    background-color: #F4E6FF; /*#F1FADB;*/
    color : #A781CD; /* #4B7FB2;*/
    letter-spacing: normal;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.tblBackgroundProfile {
    background-color: #DAF6FF; 
    color : #14C0FF;
    letter-spacing: 0.5px;;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;    
}
.tblBGTealBlue {
    background-color: #759EA8; /*#F1FADB;*/
    color : #FFF; /* #4B7FB2;*/
    letter-spacing: 0.5px;;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tblBGBeige {
    background-color: #B4A796; /*#F1FADB;*/
    color : #FFF; /* #4B7FB2;*/
    letter-spacing: 1px;;
    line-height:20px;
    text-align : center;    
    font-size: 9pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tblBGLtBrown {
    /*background-color: #E1D7D4;*/ 
    background: rgb(240,237,237);
    background: -moz-linear-gradient(180deg, rgba(240,237,237,1) 3%, rgba(237,234,233,1) 10%, rgba(208,196,193,1) 50%, rgba(237,234,233,1) 90%, rgba(240,237,237,1) 97%);
    background: -webkit-linear-gradient(180deg, rgba(240,237,237,1) 3%, rgba(237,234,233,1) 10%, rgba(208,196,193,1) 50%, rgba(237,234,233,1) 90%, rgba(240,237,237,1) 97%);
    background: linear-gradient(180deg, rgba(240,237,237,1) 3%, rgba(237,234,233,1) 10%, rgba(208,196,193,1) 50%, rgba(237,234,233,1) 90%, rgba(240,237,237,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0eded",endColorstr="#f0eded",GradientType=1);
    color : #9C857F; /* #4B7FB2;*/
    letter-spacing: 1px;;
    line-height:20px;
    text-align : center;    
    font-size: 10pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tblBGLtMeganta {
    background-color: #E0B9EF; /*#F1FADB;*/
    color : #B25BD1; /* #4B7FB2;*/
    letter-spacing: 1px;;
    line-height:20px;
    text-align : center;    
    font-size: 10pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tblBGAccount {
    background-color: #def6fe; /*#F1FADB;*/
    color : #02abe4; /* #4B7FB2;*/
    letter-spacing: 1px;;
    line-height:20px;
    text-align : center;    
    font-size: 10pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.modelBGColor {
    background-color: #E4E4E4; /*#F1FADB;*/    
}
.modelHeading {
    background-color: #B0B0B0;
    color : #6F6F6F;
    height: 15px;
    border-bottom: 1px solid #646464;    
    padding-top: 5px;
    padding-bottom: 25px;    
}
.modelTitle {
    background-color: #B0B0B0;
    color : #595858;    
    letter-spacing: 0.2px;;
    line-height:20px;
    text-align : center;    
    font-size: 11pt;    
    font-family: "Quicksand",sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.modelBody {
    padding-top: 0px;
}
.modelFooter {
    background-color: #C3C3C3;    
    height: 37px;
    border-top: 1px solid #909090;    
    padding-top: 2px;
    /*padding-bottom: 15px;*/    
}

/*----------- Structure For Image Upload -------------*/
.mycontainer{
  height: 100px;
  width: 100px;  
  position: relative;
}
.mycontainer .wrapper{
  position: relative;
  display: grid;  
  height: 130px;
  width: 130px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #dddddd;
  display: flex;  
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wrapper.active{
  border: none;
}
.wrapper .image{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wrapper .content{
    align-items: center;
    justify-content: center;
}
.wrapper .icon{
  font-size: 40px;
  align-items: center;
  justify-content: center;
  color: #FC996E; /*#9658fe;*/
}
.wrapper .text{
  font-size: 14px;
  font-weight: 500;
  color: #5B5B7B;
}
.wrapper #cancel-btn {
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 15px;
  color: #FC996E;
  cursor: pointer;
  display: none;
}
.wrapper.active:hover #cancel-btn {
  display: block;
}
.wrapper #cancel-btn:hover{
  color: #e74c3c;
}
.wrapper .file-name{
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  display: none;
  background: linear-gradient(180deg,#FFAE8C 0%,#FC996E 100%);
}
.wrapper.active:hover .file-name{
  display: block;
}
.container #custom-btn{
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(135deg,#3a8ffe 0%,#9658fe 100%);
}
/*----------- End Structure For Image Upload ---------*/

.image-preview {
    width: 250px;
    height: 100px;
    border: 2px solid #dddddd;
    margin-top: 15px;
    
    /*Default text */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #cccccc;
}
.image-preview__image {
    display: none;
    width: 100%;
}
/*input[type="file"] {
    display: none;
}*/
/*.custom-file-upload {
    border: 1px solid #ccc;    
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}*/
