.ct, .ct-r, .ct-g, .ct-b {
  border-style: solid;
  border-width: 0.0px;
}

.ct {
  border-color: #8888;
}

.ct-r {
  border-color: #f00f;
}

.ct-g {
  border-color: #0f0f;
}

.ct-b {
  border-color: #00ff;
}

.ct-y {
  border-color: #f0ff;
}

.cutoff{
  border-left: 45px solid #FCFCFC;
  border-bottom: 80px solid #444;
}

.btn {
  border-radius: 3px;
  background-color: #47ADDE; /*#47abe9;*/
  border-style: none;
  box-shadow:none;
  font-size: 14px;
  color: white;
}

.l-vertical {
    border-left: 1px solid #ccc;
}

.r-vertical {
  border-right: 1px solid #ccc;
}

.panel-title {
    padding: 30px 30px 25px 30px;
    background-color: #47ADDE;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-title-green {
    padding: 30px 30px 25px 30px;
    background-color: #9ABA33;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.profile:hover img {
  transform: rotate(-3deg);
}

.profile img {
  width: 120px;
  border-radius: 90px;
  box-shadow: 0 8px 6px -6px #555;
  transition: transform 1s;
}

.h100 {
  height: 100px;
}

.h75 {
  height: 75px;
}

 .big-checkbox {width: 30px; height: 30px;}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px;
  background-color: white;
  color: #47ADDE;
  border: 2px solid #47ADDE;
}

a:hover, a:checked, a:visited, a:link {
    text-decoration:none;
    color:#550055;
 }

 .card-header {
   height:auto;
   font-size:20px;
 }

 .img-influid{
   max-width: 300px;
   max-height: 300px;
 }

 .v-scrollbar {
   height: 700px;
   overflow-y: scroll;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-50 {
  padding: 50px;
}

.padding-100 {
  padding: 100px;
}

.padding-150 {
  padding: 150px;
}

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.padding-r-5 {
  padding-right: 5px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.padding-or-10 {
  padding-right: -10px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.floating-btn {
  width: 60px !important;
  height: 60px !important;
  background: #FFC6FF !important;
  display: flex !important;
  border-radius: 50% !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  align-items: center !important;
  text-transform: (0, -10px);
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25) !important;
  position: fixed !important;
  top: 90px !important;
  right: 20px !important;
  transition: background 0.25s !important;
  outline: blue !important;
  border: none !important;
  cursor:pointer !important;
  z-index: 10 !important;
  padding-top: -1000px !important;
}

.floating-btn:active {
  background: #AC03C8 !important;
}

.header:link,.header:visited {
  color: #11283E;
}

.header:active {
  color:#11283E;
  font-weight: bold;
}

.header[active] {
  font-weight: bold;
}


.fhcolor {
  color : #11283E;
}

.forange {
  color : #ff7222;
}

.corange {
  color : #ff7222;
}

.bpurple {
  background-color: #AC03C8;
}

.blpurple {
  background-color: #FFC6FF;
}

.borange {
  background-color: #ff7222;
}

.bgray {
  background-color: #EDF0F5;
}

.blgray {
  background-color: #F6F6F6;
}

.bdgray {
  background-color: #444444;
}

.bblue {
  background-color: #47ADDE;
}

.bdblue {
  background-color: #002139ff;
}

.bgreen {
  background: #9ABA33;
}

.bwhite {
  background-color: #FFFF;
}

.fdblue {
  color: #002139ff;
}

.fblue {
  color: #47ADDE;
}

.fdgray {
  color: #444444;
}

.fgray {
  color: #BBB;
}

.fwhite {
  color: #FFF;
}

.fred {
  color: #CC0000;
}

.fpurple {
  color: #AC03C8;
}

.fdpurple {
  color: #550055;
}

.flpurple {
  color: #DF06FA;
}


@media (max-width: 380px) {
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4{
    font-size: 1rem;
  }
  h5 {
    font-size: 0.8rem;
  }
  h6 {
    font-size: 0.6rem;
  }
  p {
    font-size: .5rem;
  }
}



@media (min-width: 768px) {
  .position-olm {
    margin-left: auto;
    margin-right: -50px;
    position: relative;
    z-index: 1;
  }

  .position-ol {
   margin-left: auto;
   margin-right: -5%;
   position: relative;
   z-index: 1;
  }

  .position-or {
   margin-right: auto;
   margin-left: -30px;
   position: relative;
  }

  .right-bar {
    border-right: solid;
    border-width: 3px;
    border-color: #44444444;
  }

  .position-il {
    margin-left: auto;
    margin-right: -30px;
    position: relative;
    z-index: 1;
  }

  .position-ir {
    margin-right: auto;
    margin-left: -30px;
    position: relative;
    z-index: 2;
  }
}




.top-off {
  margin-bottom: auto;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.bottom-off {
  margin-top: auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row-table {
  display: table;
}

.col-cell {
  margin-top: auto;
  border-style: none;
  display: table-cell !important;
  height: 100px !important;
  float: none;
}



.top-bar {
  border-top: solid;
  border-width: 5px;
  border-color: #ff7222;
}


.t-bar {
  border-top: solid;
  border-width: 2px;
  border-color: #ff7222;
}
.b-bar {
  border-bottom: solid;
  border-width: 2px;
  border-color: #ff7222;
}
.l-bar {
  border-left: solid;
  border-width: 2px;
  border-color: #ff7222;
}
.r-bar {
  border-right: solid;
  border-width: 2px;
  border-color: #ff7222;
}


.bottom-bar {
  border-bottom: solid;
  border-width: 5px;
  border-color: #ff7222;
}

.float-bottom {
  bottom: 400px;
}

.btn {
    font-size: 12px;
}



.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn:active, .activated {
  color: #FFFFFF;
  background-color: #002139ff;
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.c-imgs {
  width: 75%;
  height: auto;
  margin-top: -30px;
  margin-bottom: auto;
  object-fit:cover;
}

.c-im {
  width: 25%;
  height: auto;
  margin-bottom: auto;
  object-fit:cover;
}

.c-ima {
  width: 50%;
  height: auto;
  margin-bottom: auto;
  object-fit:cover;
}

@-webkit-keyframes run-rtl {
  0% {
    margin-right: -10%;
  }
  100% {
    margin-right: 0%;
  }
}

@-webkit-keyframes run-ltr {
  0% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0%;
  }
}

.polters {
  position:relative;
  -webkit-animation:linear no-repeat alternate;
  -webkit-animation-name: run-ltr;
  -webkit-animation-duration: 1s;
}

.porters {
  position:relative;
  -webkit-animation:linear no-repeat alternate;
  -webkit-animation-name: run-rtl;
  -webkit-animation-duration: 1s;
}

.contain {
  position: relative;
  text-align: center;
}

.centered-fake {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f-h {
  height:250px;
}
