
input[type="text"], input[type="number"],  textarea, .form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  height: 60% !important;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  background-color: #d8ddf769;
} 

h2 {
  font-size: calc(0.85em + 1.3vw);
}

.btn-zoom {
   padding:1%;
   font-weight:700;
   font-size:16px;
}

/*******************************************************
* Theme
*******************************************************/
body{
  text-transform: uppercase;
  font-size: 11px;
}

.note-editor {
  text-transform: initial;
}

.my_scrollbar::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

.my_scrollbar::-webkit-scrollbar-track {
  background: #dadada;        /* color of the tracking area */
}

.my_scrollbar::-webkit-scrollbar-thumb {
  background-color: #25476a;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #25476a;  /* creates padding around scroll thumb */
}


.alert-primary {
    background-color: #fb8903;
    border-color: transparent;
    border-left: 3px solid #d17100;
    color: #fff;
}


.btn-primary{
  background-color: #fb8903 !important;
  border-color: #fb8903 !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #d17100 !important;
    border-color: #d17100 !important;
    color: #FFFFFF;
}

.form-control:focus, .single-line:focus{
    border-color: #d17100 !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #d17100 !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
    border-color: #d17100 !important;
    box-shadow: 0 0 0 0.2rem rgb(222 134 36 / 25%);
}

.div-card:hover {
    box-shadow: 2px 2px 5px #999;
    cursor: pointer;
    cursor: hand;
}


/*******************************************************
* FILE
*******************************************************/


.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
    width: 90%;
}

.course h6 {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course h2 {
    letter-spacing: 1px;
    margin: 10px 0;
}

.course-preview {
    background-color: #2A265F;
    color: #fff;
    padding: 10px;
    max-width: 250px;
}
.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 30px;
    text-decoration: none;
}

.course-info {
    padding: 15px;
    position: relative;
    width: 100%;
}
.btn-card {
    background-color: #2A265F;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 12px 25px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    letter-spacing: 1px;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}



/*******************************************************
* DatePicker
*******************************************************/
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dddddd;
    cursor: default;
  }


/*******************************************************
* Magic-Checkbox
*******************************************************/
  .magic-checkbox + label::before {
      border-radius: 0px;
  }
  .magic-checkbox + label::before, .magic-radio + label::before {
      height: 17px;
      width: 17px;
  }
  .magic-checkbox + label::after {
      left: 6px;
      top: 1px;
  }
  .magic-checkbox + label, .magic-radio + label {
      padding-left: 25px;
  }


/*******************************************************
* bootstrapTable
*******************************************************/
  .btt-icons {
    text-align: center;
  }
  .btt-icons > a {
    margin: 0 5px;
  }
  .btt-icons i.fa,
  .btt-icons span.glyphicon,
  .btt-icons .fa {
    font-size: 1.3em;
    color: #428bca;
  }
  .btt-icons i.fa:hover,
  .btt-icons span.glyphicon:hover {
    color: #2A6496;
  }

  .bootstrap-table .fixed-table-container {
    background: #fff none repeat scroll 0 0;
  }
  .bootstrap-table .fixed-table-toolbar .bars{
    margin-top: 0;
    padding-top: 0;
  }
  .bootstrap-table .fixed-table-toolbar .bars .btn-group{
    display: block;
    margin-top: 5px;
  }

  .bootstrap-table .date_range {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 2px;
    top: 12px;
    width: 225px;
  }

  .btt-toolbar{
    float: left;
  }

  .btt-toolbar select{
    display: inline-block;
    max-width: 250px;
    min-width: 75px;
    width: auto;
  }

  .btt-toolbar .btn-group{
    display: inline-block !important;
    position: relative;
    top: -4px;
  }

  .btt-toolbar select {
      background-color: #ffffff;
      border: 1px solid #e3e3e3;
      box-shadow: none;
      color: #565656;
      display: inline-block;
      height: 35px;
      margin-top: -1px;
      max-width: 100%;
      padding: 7px 12px;
      transition: all 300ms linear 0s;
  }
  .bootstrap-table .dropdown-menu label{
    font-size: .8em;
  }

  .btt-toolbar .select2-container {
    display: inline-block;
    width: auto !important;
    max-width: 225px !important;
  }

  @media (max-width: 585px) {
    .btt-toolbar a.add{
      font-size: 0;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .btt-toolbar a.add::before {
      content: "\f067";
        font-size: 10px;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .btt-toolbar select {
      width: 100%;
      margin-top: 10px;
    }

    .bootstrap-table .columns-right,
    .bootstrap-table .search{
      margin-top: 0;
    }

    .pull-right.search {
        width: 45%;
    }
  }

  @media (max-width: 360px) {
    .pull-right.search {
        width: 150px;
    }
  }


/*******************************************************
* Tab Backgroud
*******************************************************/
  .tab-base .tab-content{
    background: none;
    border: 2px solid #f8f8f8;
        border-top-color: rgb(248, 248, 248);
        border-top-style: solid;
        border-top-width: 2px;
    border-top: 3px solid #fff;
  }


/*******************************************************
* table-nifty
*******************************************************/
  .table-nifty th{
    padding: 8px !important;
  }




/* TIMELINE-horizontal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-horizontal {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline-horizontal ol {
  font-size: 0;
  width: 100vw;
  padding: 100px 0;
  transition: all 1s;
}

.timeline-horizontal ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #25476a;
}

.timeline-horizontal ol li:last-child {
  width: 150px;
}

.timeline-horizontal ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline-horizontal ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #25476a;
}

.timeline-horizontal ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 150px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #fff;
  background: #25476a;
}

.timeline-horizontal ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-horizontal ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline-horizontal ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #25476a  transparent transparent transparent;
}

.timeline-horizontal ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline-horizontal ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #25476a;
}

.timeline-horizontal time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}


/* TIMELINE-horizontal ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-horizontal .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline-horizontal .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline-horizontal .disabled {
  opacity: .5;
}

.timeline-horizontal .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline-horizontal ol,
  .timeline-horizontal ol li {
    width: auto;
  }

  .timeline-horizontal ol {
    padding: 0;
    transform: none !important;
  }

  .timeline-horizontal ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline-horizontal ol li:first-child {
    margin-top: 25px;
  }

  .timeline-horizontal ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline-horizontal ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline-horizontal ol li div {
    position: static;
  }

  .timeline-horizontal ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline-horizontal ol li:nth-child(odd) div::before,
  .timeline-horizontal ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline-horizontal ol li:last-child,
  .timeline-horizontal ol li:nth-last-child(2) div::before,
  .timeline-horizontal ol li:not(:last-child)::after,
  .timeline-horizontal .arrows {
    display: none;
  }
}




    /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
