html,body{
  
  height: 100%;
}



.widthwindow{
width: 100vw;
}
.heightwindow{
height: 100vh;
}




.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.64);
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0px 0px transparent; 
     box-shadow: inset 0 0px 0px transparent; 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }



::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    
}
 

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ 
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
 


::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,0.5);
        transition:all 1.3s ease-in-out;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: transparent; 
}


.overflowhid{
  overflow: hidden !important;
}


.marginsides25{
  margin-left: 25px;
  margin-right: 25px;
}
.overflowx{
  overflow: auto;
}

.overflowyhid{
  overflow-y:hidden 
}
.overflowxhid{
  overflow-x:hidden 
}
.overflowy{
    overflow-y:auto; 
}
.posabs{
  position: absolute;
}


p {
    margin: 0px 0px 0px;
}

.bigspace{
margin-top: 15px;
margin-bottom: 15px;
}

.xmar{
margin-top: 25px;
margin-bottom: 25px;
}

.resize{
  width: 100%;
 
}

.underlinelite{
  border-bottom: 1px solid rgba(230,230,230,1)
}

.overline{
  border-top: 1px solid rgba(230,230,230,1)
}

a:focus, a:hover {
    color: #23527c;
     text-decoration: none;
}

.boxshadow1{
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.05)
}

.martop10per{
  margin-top: 10%;
}

.martop15{
  margin-top: 15px;
}

.martop7{
  margin-top: 7px;
}

body.modal-open .supreme-container{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}


.nopad{
  padding: 0px;
}

.whitenword{
    white-space: normal;
word-wrap: break-word;
}


.z10{
  z-index: 10;
}

.font26{
  font-size: 26px !important;
}
.font22{
  font-size: 22px !important;
}

.font10{
  font-size: 10px !important;
}
.font13{
  font-size: 13px !important;
}
.font20{
  font-size: 20px !important;
}
.font26{
  font-size: 26px !important;
}
.font35{
  font-size: 35px !important;
}
.font42{
  font-size: 42px !important;
}

.font65{
  font-size:65px !important;
}

.bold{
  font-weight: bold;
}

.centering{
  text-align: center;
}

.font15{
  font-size: 15px !important;
}

.font10{
  font-size: 10px !important;
}


.inlineblock{
   display: inline-block;
}

.boxshadow{
  box-shadow: 0px 4px 4px black;
}

.dark{
  font-size: 13px;
  color: rgba(0,0,0,0.3);
  transition:all 0.3s ease-in-out;
}
.dark:hover{
  color: rgba(0,0,0,0.7);
   transition:all 0.3s ease-in-out;
       text-decoration: none;
}

.dark:active,.dark:focus{
  color: rgba(0,0,0,1);
/*  text-shadow:0px 0px 3px white;*/
   transition:all 0.3s ease-in-out;
       text-decoration: none;
}

.texsha{
    text-shadow:0px 0px 3px white;
}


.nodeco{
   text-decoration: none !important;
}
.posrel{
  position: relative;
}

.width100per{
  width: 100%;
}

.noborder{
  border: 0px solid transparent;
}




.transparentbac{
  background-color: transparent;
}

.modal-backdrop {
   background-color: rgba(235,235,235,0.8);
}
.nounderline{
  border-bottom: 0px;
  border-top: 0px;
}

.height100per{
  height: 100%;
}
.pad10{
  padding:10px;
}

.white{
  color: white;
}

.black{
  color: black;
}

.darkgrey{
  color: rgba(0,0,0,0.2);
}


.grey{
  color: rgba(0,0,0,0.3);
}
*:focus {
    outline: 0 !important;
}


 