/*
   File: customCSS.css
   Author: jroche
   Copyright WBT Systems, 2015-2015
   Contents:
*/
/*
   Date:          Author:  Comments:
   18th Feb 2015  jroche   #19061 Add default customCSS.css and customJS.js to product
*/

#admin-application-review-buttons {
	text-align: left;
}
.tc-make-bold{
	font-weight:600;
}

.status-dropdown-div {
	padding-top:10px;
}

.create-exam-window-btn {
	float: left;
	padding-bottom: 15px;
}

.create-attestation-btn {
	float: left;
    padding-bottom: 15px;
}

.attestation-active-btn {
	background-color: #5ea03e !important;
	pointer-events: none;
}

.attestation-not-active-btn {
    background-color: #b2baae !important;
    pointer-events: none;
}

#formContainer{
  width: 70%;
  float: left;
}

#tc-section-outline{
  float: left;
  width: 28%;
  height: 100%;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  margin-bottom: 20px;
}

.tc-section-active {
  color: #333333;
  background-color: #e2e2e2;
}

.tc-section:hover {
  color: #343131;
  background-color: #b2b2b2;
  transition: background-color 0.2s ease-in;
}
.status-button {
	background-color:#2f9e52 !important;
	color:#d0e2d6 !important;
	font-weight: 600px !important;
}

.TCAppSuccess {
  border: 1px dotted;
  padding: 8px 35px 8px 14px;
  display: block;
  font-size: 1.3em;
  width: inherit;
  background: url(icons/topclass8/info.gif) no-repeat 1px 2px;
  background-color: #b4eabb;
  border-color: #b4eabb;
  color: #666666;
  border: 1px solid #fbeed5;
    border-top-color: rgb(251, 238, 213);
    border-right-color: rgb(251, 238, 213);
    border-bottom-color: rgb(251, 238, 213);
    border-left-color: rgb(251, 238, 213);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.TCAppOpen {
  border: 1px dotted;
  padding: 8px 35px 8px 14px;
  display: block;
  font-size: 1.3em;
  width: inherit;
  background: url(icons/topclass8/info.gif) no-repeat 1px 2px;
  background-color: #fbeed5;
  border-color: #fbeed5;
  color: #666666;
  border: 1px solid #fbeed5;
    border-top-color: rgb(251, 238, 213);
    border-right-color: rgb(251, 238, 213);
    border-bottom-color: rgb(251, 238, 213);
    border-left-color: rgb(251, 238, 213);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.audit-recert-tbl {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    text-align: left
}

.audit-recert-tbl td {
    text-align: left; 
    vertical-align: middle;
    padding-bottom: 0.5em;
}

.audit-recert-label{
    width: 20em;
}

.audit-initial-tbl {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    text-align: left
}

.audit-initial-label{
	width: 20em;
}

.audit-initial-tbl td {
    text-align: left; 
    vertical-align: middle;
    padding-bottom: 0.5em;
}

.membership-search-container {
	overflow: hidden;
	margin-left: 4%;
}

.license-form-buttons{
	margin-bottom: 20px;
}

.moc-widget-table {
    border-bottom: 1px solid #bdbdbd;   
}

.exam-widget-table  {
	border-bottom: 1px solid #bdbdbd;	
}

.instructions-textarea {
    height: 75px !important;
    width: 400px !important;
}

.ce-instructions {
    color: #3a87ad;
}

.application-form-tbl {
    width:50%
}

.width-40 {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 36%;
}

.hospice-tbl {}

.hospice-tbl tr {
    height: 40px;
}

.hospice-tbl-fields {
    width: 150px;
}

.public-dir-tbl {}

.public-dir-tbl tr {
    height: 40px;
}

.public-dir-tbl-fields {
    width: 190px;
}

@media only screen and (max-width: 600px) {
      #tc-section-outline{
      float: right;
      width: 100%;
      height: 100%;
      border: 1px solid #a9a9a9;
      border-radius: 4px;
      margin-bottom: 20px;
    
    }
    #formContainer{
      width: 100%;
      
    }
    .TCPanel{
      float: none !important;
    }
}

.progress-bar-left-label{
	float:left;
	margin-right:1em;
}

.progress-bar-right-label{
    float:right;
    margin-left:1em;
}

.CNEProceed{
  font-size: 15px;
  color: #006697;
  font-weight: bold;
  cursor:pointer;
}

#alert-boxes ul{
	color: inherit;
}

ul {
    color: inherit;
}

.inlineTinyMCEForContent.mce-content-body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

#calendar .fc-center {
  color: #666666;
}

.TCSupervisorStatus{
  width: 120px;
  border-radius: 5px;
  background-color: #5c8170 !important;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  padding: 0.4em;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.TCSupervisorStatus:hover{
  background-color: #2e4138 !important;
  border-color: #2e4138 !important;
  cursor: pointer;
}

.TCSupervisorStatusTitle{
  background-color: #5c8170 !important;
  border-color: #5c8170 !important;
  color: #ffffff;
}

.abnn-hr{
    background-color: #53c6eb;
    border-color: #53c6eb;
    color: #53c6eb;
    margin-top: 6px;
}
}