/* Copyright (C) SV Edusports Private Limited - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */

@import "variables.less";
@import "modal.less";
@import "sports.less";
@import "login.less";

input[type="text"]:disabled{background-color:transparent;}
.redbordertop{
  border-top: 2px solid #e83445;
}
.greenbordertop{
  border-top: 2px solid #01d390;
}



.upload-pic-btn{
  height: 100px;
  width: 100px;
  border-radius: 10px;
  background-color: transparent;
  border: none;

}
input[type='number'] {
  -moz-appearance:textfield;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


.ajax-loader-div{
  position:absolute;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.5);
  .ajax-loader{
    position: fixed;
    left: 0px;
    top: 50%;
    right: 0px;
    margin: 0 auto;
  }
}

.bootstrap-time-selection-div{
  .btn-link{
    color:#333 !important;
    &:hover{
      color:#333 !important;
    }
    &:hover{
      color:#333 !important;
    }
  }
  .btn-default{
    margin-left: 10px;
    cursor:pointer;
  }
}

.submit-loader-div img{
  height: 40px;
  width: 40px;
}

.dashboard-loader-div img{
  height: 60px;
  width: 60px;
}

.green-border-top{
  border: 2px solid #01d390;
}

.fadein,
.fadeout {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

*:focus{
    outline: 0 !important;
}
a{
	color: #fff;
	&:hover{
		color: #fff;
		text-decoration: none;
	}
}

.tab-container-parent {
  height: 82px;
  overflow: hidden;
  box-shadow: 1px 0px 24px -5px #d5dbdb;
  .tab-container{
    overflow-x: scroll;
    height: 125%;
    .nav-tabs{

      width:740px;

      padding: 20px 0;
      padding-left: 10px;
      border-bottom: none;
    }
  }
}

.lesson-page{
  .tab-container-parent {
    height: 63px;
    .tab-container{
      overflow-x: scroll;
      height: 125%;
    }
  }
}

input:focus {
  outline: none;
}
.dib {
  display: inline-block;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
}
.header {
  padding: 20px;
  background-color: #20283d;
  font-size: 18px;
  .white-heading{
   color: #fff;
  }
  .header-items {
    float: left;
    width: 33%;
    .month-year{
      font-size: 14px;
      color:#fff;
      .glyphicon-traingle-calendar{
        padding-left: 11px;
        margin-right: -10px;
        font-size: 12px;
      }
    }
    
    .date-pick-input {
      background-color: #20283d;
      color: #fff;
      border:none;
    }
    ul.dropdown-menu{
      top: 25px !important;
      padding: 15px;
      left: initial !important;
      float: right !important;
      right: 20px !important;
      .btn-default{
        border: none;
      }
      .text-info{
        font-weight: bolder !important;
        color: #20283d !important;
      }

    }
  }
  .fa-arrow-left {
  float: left;
  padding-top: 5px;
  }
}


.add-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 13px 0px;
  background: #fff;
  /* border: 2px solid #666; */
  color: #fff;
  text-align: center;
  font: 32px Arial, sans-serif;
  background-color: #01d390;
  position: fixed;
  bottom: 20px;
  right: 20px;
  .plus-span{
    position: absolute;
    top:11px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 11px;
  }
}
.addd-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 13px 0px;
  background: #fff;
  /* border: 2px solid #666; */
  color: #fff;
  text-align: center;
  font: 32px Arial, sans-serif;
  background-color: #01d390;
  position: fixed;
  bottom: 20px;
  right: 20px;
  .plus-span{
    position: absolute;
    top:11px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 11px;
  }
}
.custom-cal {
  background-color: #505d7f;
  color: #fff;
}
.custom-cal .cal-item {
  float: left;
  width: 14.2%;
}
.custom-cal .cal-item .cal-day {
  padding: 5px 10px;
  margin: 0;
  text-align: center;
}
.calactive {
  background-color: #a8afc2;
}
.class-schedule {
  padding: 20px;
  font-size: 18px;
  color: #94969d;
}
.class-schedule .class-schedule-content {
  margin: 0;
  padding: 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid #94969d;
}
.class-schedule .class-schedule-content .class-item {
  padding: 0 10px;
}


.tab-container-class-page .nav-tabs{
  li.active{
    a{
      color: #fff !important;
      cursor: default;
      background-color: #fff;
      border: 1px solid #a4a4a4;
      background-color: #01d390;
      &:hover{
        color: #fff !important;
        cursor: default;
        background-color: #fff;
        border: 1px solid #a4a4a4;
        background-color: #01d390;
      }
      &:focus{
        color: #fff !important;
        cursor: default;
        background-color: #fff;
        border: 1px solid #a4a4a4;
        background-color: #01d390;
      }
    }
  }
}


.tab-content{
  padding: 0 10px;
}
.class-page .tab-class .tab-item {
  margin-right: 10px;
  min-width: 110px;
  position: initial !important;
}
.class-page .tab-class .tab-item a {
  border: 1px solid #a4a4a4;
  border-radius: 20px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #20283d;
}
.input-box {
  padding: 15px 5px;
  border-bottom: 1px solid #a4a4a4;
}
.input-box img {
  width: 25px;
}
.input-box .input-box-icon {
  margin-right: 10px;
}


.input-box .input-box-content {
  width: 85%;
}
.input-box-2 .input-box-content{
  width:70%;
}
.input-box .input-box-content .input-desc {
  color: #94969d;
  margin-bottom: 5px;
}
.input-box .input-box-content .input-data {
  margin: 0;
}
.input-box .input-box-content .input-data input {
  border: none;
  width: 100%;
  font-size: 16px;
}
.input-box .input-box-content .input-upload input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  text-align: center;
}
.input-box .input-box-content .input-img .upload-img-box {
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #b9b9b9;
  display: inline-block;
  vertical-align: top;
}

.input-box .input-box-content .input-img .uploadedimgdiv{
  overflow: hidden;
  img{
    height:100px;
    width:100px;
  }
}


.student-strength .input-box-2 {
  float: left;
  width: 46%;
  vertical-align: middle;
}
.student-strength .input-box-2:first-child {
  margin-right: 8%;
}
.input-box-comment {
  position: relative;
}
.input-box-comment .letter-count {
  position: absolute;
  bottom: 0;
  right: 0;
}

.submit-form {
  text-align: center;
  padding: 50px 0;
}
.submit-form .submit-btn {
  padding: 10px 50px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background-color: #01d390;
  color: #fff;
  box-shadow: 0 0 5px #01d390 inset;
}

.input-data-df{
  ul.dropdown-menu{
    top: 22% !important;

    padding: 15px;
    left: 13% !important;
    float: left !important;
    right: initial !important;
    position: fixed;
    .btn-default{
      border: none;
    }
    .text-info{
      font-weight: bolder !important;
      color: #20283d !important;
    }

  }
}


.input-data-dt{
  ul.dropdown-menu{
    top: 22% !important;
    padding: 15px;
    right: 13% !important;
    float: right !important;
    left: initial !important;
    position: fixed;
    .btn-default{
      border: none;
    }
    .text-info{
      font-weight: bolder !important;
      color: #20283d !important;
    }

  }
}



@import "media-query.less";
