::placeholder {
    color: #E3E2E0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E3E2E0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #E3E2E0;
}

.ulIndent {
  list-style: none;
}

.button{    
    width: 100px;
    padding: 8px 8px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size:14pt;
    font-weight: bold;
    color: white;
    background: #974D3D; 
    /*background: radial-gradient(#f5f5f5, #d3d3d3);*/ 
}

input[type=text], input[type=password], input[type=number],  input[type=email], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=password]:focus,  input[type=number]:focus, input[type=email]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

textarea{
    margin-left: 15px !important;
    margin-top: -7px !important;
}

.inputLabel{
    font-weight: bold;    
    margin-left: 15px;
    font-size:10pt;
}

.checkboxLabel{
    font-weight: bold;    
    margin-left: 10px;
    font-size:10pt;
}



.lockedContent{    
    vertical-align:middle !important;
    width: auto;
    padding: 5px 5px;
    margin: 8px 0;
    margin-left: 15px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    font-size:10pt;
    font-weight: bold;
    border: 1px solid #eee;
    border-left: 3px solid !important;
    border-radius: 5px;
}

.lockedContent:disabled {
  border-left-color: darkslategrey !important;
} 

.content, .datepicker-here{    
    width: 200px;
    padding: 5px 5px;
    margin: 8px 0;
    margin-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    font-size:10pt;
    border: 1px solid #eee;
    border-left: 3px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out;
}

.content:optional, .datepicker-here:optional{
  border-left-color: #005696 !important;
}
.content:required, .datepicker-here:required {
  border-left-color: #005696 !important;
}
.content:invalid, .datepicker-here:invalid {
  border-left-color: #F58026 !important;
}

.contentFrame{
    top: 180px;
    right: 40px;
    bottom: 30px;
    left: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size:10pt;
    padding: 20px;
    border-radius: 3px;
}

.qualified{
    color:#2B2B2B;
    font-size: 14px;
    font-family: Arial;
}

.error{
    color:red;
    font-weight: bold; 
    font-size: 16px;
}

.message{
    color:red;
    font-weight: bold; 
    font-size: 12px;
    text-align: center;
}

#navname{
    color: #Fdfaf7;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 10px;
}

#typeIncrease:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    margin-left: -40px;
    animation: spin 2s linear infinite;
    
    position: absolute;
    top: 50%;
    left: 50%;
}

.processing{
    display: block;
    
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    margin-left: -40px;
    animation: spin 2s linear infinite;
    
    position: absolute;
    top: 50%;
    left: 50%;
}

.processing{
    display: block;    
}

.rowError{
  color: red;    
}

.row-disabled.even{
    background-color: #F0F0F0 !important;
}

.row-disabled.odd{
    background-color: #F0F0F0 !important;
}

.highlight  {
    background-color: #F0F0F0 !important;
}

.sorting_1{
    background-color: #F0F0F0 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 1px !important;

}
.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index : 1;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
    width: 100%;    
    position: fixed;
    top: 0;
    left: 0;
    z-index : 1;    
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
    width: 100%;    
    position: fixed;
    top: 0;
    left: 0;
    z-index : 1;    
}        

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.invoiceDetail, .invoiceDetail.td, .invoiceDetail.td{
    border-style: solid;
    border-radius: 6px;
}

.more_info {
  border-bottom: 1px dotted !important;
  position: relative !important;
}

.more_info .title {
    position: absolute !important;
    top: 20px !important;
    padding: 4px !important;
    left: -200px !important;
    opacity: 1;    
    line-height: 1;
    right: 40px !important;
    border-radius: 6px;
}

#ceedMajors, #residency {
    width:250px;
}

.dayLargeBr{
    display: block;
}

.daySmallBr, .mobileBr{
    display: none;
}


@media print{
    .print {
        display: block !important;
    }
    
    .navbar, .contentFrame1, .contentFrame2, .contentFrame3, .contentFrame4, .banner-logo, .banner-title  {
        display: none !important;
    }
}

@media (max-width: 568px) {
    .dataTableCellCenterCourseNumber{
        display: none;
    }
    
    .invoiceDescription{
        display: none;
    }
    
    .dataTableCellCenterTitle{
        word-wrap: break-word;
    }
}

@media (max-width: 415px) {
    .dataTableCellCenterCampus{
        display: none;
    }
    
    .dataTableCellCenterCrn{
        display: none;
    }
            
    #ceedMajors {
        width:205px;
    }    
    
    #residency{
        width:230px;
    } 
    
    .invoiceDescription{
        display: none;
    }      

    .dataTableCellCenterTitle{
        word-wrap: break-word;
        max-width: 50px;
    }
    
    .dataTableCellCenterCampus{
        display: none;
    }
    
    .dataTableCellCenterCrn{
        display: none;
    }
    
    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 10px;
    }
    
    #fna, #lna, #residency {
        width:180px !important;
    }   
    
    #mna {
        width:170px !important;
    } 
    
    #pna {
        width:155px !important;
    }  
    
    #sex, #email, #street, #city, #country {
        width:200px !important;
    }  
    
    #ceedMajors {
        width:250px !important;
    }   
    
    .invoiceDescription{
        display: none;
    }    
    
    .invoiceInstructor{
        display: none;
    }    
    
    .invoiceCostCredit{
        display: none;
    }      
    
    .invoiceCrn{
        display: none;
    }      
    
    #invoiceTitle, #invoiceInvoiceTitle, #invoiceInvoiceDate{
        font-size: 1.3em;
    }
    
    .invoiceFeeTitle{
        font-size: 1em;
    } 
    
    .mobileBr, .dayLargeBr{
        display: block;
    }
        
    .daySmallBr{
        display: none;
    }
}


@media (max-width: 361px) {
    .dataTableCellCenterSeats{
        display: none;
    }
                
    #ceedMajors {
        width:185px;
    }    
    
    #residency{
        width:210px;
    }   
    
    .invoiceDescription{
        display: none;
    }    
    
    .mobileBr{
        display: block;
    }
}

@media (max-width: 350px) {
    .banner-title{
        font-size: 1.3em;
    }
        
    #ceedMajors {
        width:155px;
    }    
    
    #residency{
        width:180px;
    }   
    
    .invoiceDescription, .dataTableCellAmount{
        display: none;
    }    
    
    .mobileBr{
        display: block;
    }
}

@media (max-width: 321px) {
    .dataTableCellCenterTitle{
        word-wrap: break-word;
        max-width: 50px;
    }
    
    .mobileBr, .daySmallBr{
        display: block;
    }
        
    .dayLargeBr{
        display: none;
    }
}