@font-face {
    font-family: 'lato-regular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/Lato-Regular.ttf');
    /*src:*/
    /*    local('Open Sans'),*/
    /*    local('OpenSans'),*/
    /*    url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),*/
    /*    url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');*/
}

@font-face {
    font-family: 'lato-light';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/Lato-Light.ttf');
    /*src:*/
    /*    local('Open Sans Light'),*/
    /*    local('OpenSans Light'),*/
    /*    url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),*/
    /*    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');*/
}

 html, body {
    font-family: lato-regular !important;
      height: 100vh;
      background: #000000;
    }

.n-font-light{
  font-family: 'lato light';
}

.form-group{
  margin-bottom: 1.5rem !important;
}

.form-section-heading{
  font-size: 1rem;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 2rem;
}

.form-section{
  margin-bottom: 4rem !important;
}
.menu-sidebar .main-container{
  top: 0 !important;
}
.page-heading-style {
  padding-top: 8px;
  font-size: 1.25rem;
  font-weight: 900;
}
.bottom-margin-32{
margin-bottom: 2rem;
}
.menu-item a .menu-title{
  padding-left: 0.75rem;
}
.table th, .table td {
  border-top: 0 !important;
  padding: 1rem !important;
  vertical-align: top !important;
  border-bottom: 1px solid #edf1f7 !important;
}
.table th{
  font-size: 0.75rem;}

.dialog-width-lg{
  width: calc(0.7 * 100vw);
}

.outline-rounded-button{
  border-radius: 60px!important;
}

.search-wrapper{
  display: inline-block;
  position:relative;
  margin-right:10px;
}

.search-wrapper1{
  position:relative;
  margin-right:10px;
}

.inline-icon{
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  top: 0;
  bottom: 0;
  margin: 7px 0.5rem 7px 1rem;
  color: rgb(124 138 164);
}
.search-input {
  line-height: 0.875rem;
  font-size: 0.875rem;
  margin-right: 10px;
  padding-left: 2.5rem;
  height: 2rem;
  display: inline;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
}
.batch-select{
    margin-left: 0.75rem !important;
    line-height: 0.875rem !important;
    font-size: 0.875rem !important;
    height: 2rem !important;
    display: inline;
    width: 100%;
    border: 1px solid #dedede !important;
    border-radius: 0.25rem !important;

 }
 .filter-wrapper{
  float: right;
  width: 50%
}

.filter-child{
  display: inline;
}

.a-clickable{
cursor: pointer;
color: #3366FF;
}

input{
  padding: 1rem;;
}

.search-input input:focus{
  outline: none !important;
}

.n-row:hover{
  background: #ECE9E9;
}
.cursor-pointer{
  cursor: pointer;
}

.sub-content-wrapper{
  width: 100%;
  padding-top: 1rem;
}

.batch-dropdown-wrapper{
  display: inline-block;
  padding-left: 1.5rem;
}

.document-flag-style{
  background-image: url("./images/documentbasic.svg");
  background-repeat: no-repeat;
  padding: 0rem  1rem 0.5rem 0.5rem;
  width: 40px;
  height: 100%;
  margin-left: 10px;
}

.fees-flag-style{
  background-image: url("./images/dollar.svg");
  background-repeat: no-repeat;
  padding: 0rem  1rem 0.5rem 0.5rem;
  margin-left: 10px;
  width: 40px;
  height: 100%;
}

.redmark-flag-style{
  background-image: url("./images/security-attention.svg");
  background-repeat: no-repeat;
  padding: 0rem  1rem 0.5rem 0.5rem;
  margin-left: 10px;
  width: 40px;
  height: 100%;
}

.marks-submitted-style{
  background-image: url("./images/marks_submitted.svg");
  background-repeat: no-repeat;
  padding: 0rem  1rem 0.5rem 0.5rem;
  margin-left: 10px;
  width: 40px;
  height: 100%;
}

.marksheet-generated-style{
  background-image: url("./images/marksheet_generated.svg");
  background-repeat: no-repeat;
  padding: 0rem  1rem 0.5rem 0.5rem;
  margin-left: 10px;
  width: 40px;
  height: 100%;
}

.secondary-btn{
  color: #F09000 !important;
  cursor:pointer !important;
}
.buttons-row{
  margin-bottom: 2rem;
}
.secondary-btn.delete{
  color: #DA0C1F !important;
  padding-left: 0.5rem !important;
}

.inside-page-heading{
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 28px;

	.inside-page-subtitle{
	font-family: lato-light;
	  font-size: 1rem;
	  line-height: 22px;
	}
}
.page-subtitle{
  font-size: 1rem;
  font-weight: 900;
}
	.inside-page-description{
		    font-family: lato-light !important;
      	font-size: 13px  !important;
      	line-height: 19px  !important;
	}
	.context-menu {
    /*width: 25px;
    height: 25px;*/
    margin-bottom: 20px;
    margin-left: 5px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    font-size: 0.875rem;
  /*  display: none;*/
    visibility: hidden;
    position: absolute;
    background: #fff;
  cursor: pointer;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-content {display: block;  visibility: visible;}

.context-menu{
margin-bottom: 0 !important;
}
.balance-amount-large{
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 33px;
	text-align: right;
}

.balance-amount-small-label{
	font-size: 12px;
	letter-spacing: 0.48px;
	line-height: 17px;
	text-align: right;
}

.display-none{
  display: none;
}

	@media screen and (max-width: 575px)
	{
	.balance-amount-large{
  	text-align: left;}

	.balance-amount-small-label{
	text-align: left;}

    .show-on-mobile{
      display: inline;
    }
  }

