@font-face {
	font-family: "paperfly roman";
	src: url('../fonts/Helvetica LT 55 Roman.ttf') format('truetype');
}

@font-face {
	font-family: "paperfly italic";
	src: url('../fonts/Helvetica LT 56 Italic.ttf') format('truetype');
}

@font-face {
	font-family: "paperfly bold";
	src: url('../fonts/Helvetica LT 75 Bold.ttf') format('truetype');
}

@font-face {
	font-family: "paperfly bold italic";
	src: url('../fonts/Helvetica LT 76 Bold Italic.ttf') format('truetype');
}

@font-face {
    font-family: "Noa";
    src: url('../fonts/Noa LT W01 Bold.ttf') format('truetype');
}

label{
    font: 14px 'paperfly roman';
}

.labelBoldHeading {
   font: 15px 'paperfly roman';
   font-weight: bold; 
}

.labelBold {
   font: 13px 'paperfly roman';
   font-weight: bold; 
}

h3{
    font: 20px 'paperfly roman';
}

.control-label:after {
  content:"*";
  color:red;
}

.respLabel{
    display: none;
}

.nopadding > div[class^="col-"] {
    padding-right: 3px;
    padding-left: 2px;
}

.nopaddingPerformance > div[class^="col-"] {
    padding-right: 6px;
    padding-left: 5px;
}

.loader {
  border: 5px solid white;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  z-index: 2;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button.accordion {
    background-color: white;
    color: #7A777D;
    cursor: pointer;
    padding: 12px;
    width: 99%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 10px;
    font: 1.3em 'paperfly roman';
    transition: 0.4s;
    margin-left: 0.5%;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

/* Style the tab */
div.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #eaf7fa;
    border-radius: 6px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font: 15px 'paperfly roman';
    border-radius: 10px;
    margin: 10px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

div.panel {
    padding: 0 18px;
    background-color: #eaf7fa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* The Modal (background) */
.modal {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    height: 40px;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-title {
    display: inline-block; 
    font: 20px 'paperfly roman';
}


.box {
	background: #fff;
}

.bdt {
	
}

.bdt thead {
background-color: #16469E;
color: white;
font: 11px 'paperfly roman'
}

.bdt > td {
	font-size: 11px;
	
}

.bdt tr:last-child td, .bdt tr:last-child th {
    border-bottom: 1px solid #f0f1f5;
}

.bdt > tbody > tr > td, .bdt > tbody > tr > th, .bdt > tfoot > tr > td, .bdt > tfoot > tr > th, .bdt > thead > tr > td, .bdt > thead > tr > th {
    border-color: #e6e7ed;
}

.search-form .form-control {
    border-color: #e6e7ed;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    height: 30px;

}

#page-rows-form {

}

#page-rows-form label {

}

#page-rows-form select {
    background-clip: padding-box;
    border-color: #e6e7ed;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    height: 30px;
    margin: 0;
    outline: 0 none;
}

#table-footer {
	margin-bottom: 20px;
}

.pagination {
	padding-right: 20px
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color: #fff;
}

.pagination > li {
    display: inline-block;
    margin: 0 2px;
}

.pagination > li > a, .pagination > li > span {
    border: none;
}

.pagination > li > a, .pagination > li > span {
    background: #ebecf2;
    height: 56px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    width: 56px;
    color: #333;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background: #E2E3EC;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #363f45;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li.active > a, .pagination > li.active > span {
    font-weight: 700;
}

.table-info {
	font-size: 12px;
    line-height: 50px;
    margin-left: 40px;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}


.card {
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.form-signin #inputtext,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font: 18px 'paperfly roman';
}

.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


.forgot-password {
    color: #00AEEF;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #16469E;
}

body {
    margin: 0
}

section {
    display: block;
    position: relative;
}

figcaption {
	left: 0;
	right: 0;
	margin: 0;
	position: absolute;
}

.companyname {
    color: black; 
    font: 2.2em 'paperfly roman';
    padding-left: 0px;
    
}

.welcomeinfo {
    float: right;
    text-align: right;
    font: 1em 'paperfly roman';
    line-height: 35px;
}
.orglogo{
    margin-top: 10px; 
    margin-left: -10px; 
    height: 100%; 
    width: 100%;
}

@media only screen and (max-width: 568px) {
    .companyname {
        color: black; 
        font: 0.8em 'paperfly roman';
        text-align: center;
        margin: 0px;
    
    }

    .welcomeinfo {
        width: 100%;
        text-align: center;
        font: 0.6em 'paperfly roman';
        padding-top: 5px;
        padding-bottom: 3px;
    }

    .respLabel{
        color: #737373;
        display: inline;
    }

    .orglogo{
        margin-top: 10px; 
        margin-left: -10px; 
        height: 100px; 
        width: 100px;
    }

}

a {
    color: #737373;
}

.collegecontainer{
    background-color: #eaf7fa; 
    border-radius: 5px; 
    box-shadow: 0px 0px 2px #F0FAFF;
}

.select2-container .select2-choice, .select2-result-label {

  height: 41px; 
  overflow: auto;
}

.rowTop{
    margin-top: 10px;
}

