/*! project specific CSS goes here. */


html, body {
    height: 100%;
    margin: 0;
}

img{
  max-width: 100%;
}

.navbar-footer {
    position: relative;
    /*color: #9d9d9d;
    height: 40px;
    */
	border: 1px solid #C8C8C8;
    margin-bottom: 0;
    font-size: 240%;
}

@media (max-width:1200px) {
    .navbar-footer {
        text-align: center;
    }
}
@media (min-width:1200px) {
    .navbar-footer img{
      max-width: 50%;
    }
}

.page-footer {
    margin-top: 3rem;
}

.page-footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 2rem;
}

.page-footer .footer-left-half,
.page-footer .footer-right-half {
  flex: 1 1 45%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-footer .footer-left-half {
  justify-content: flex-start;
  text-align: left;
}

.page-footer .footer-right-half {
  justify-content: flex-end;
  text-align: right;
}

.page-footer .tracd_solutions_img,
.page-footer .enbit_img,
.page-footer .large_blurred_img {
  max-height: 40px;
  width: auto;
}

.enbit_img {
  height: 30px;
  margin-bottom: 5px;
}

.large_blurred_img {
  /*height: 160px;*/
}

.tracd_solutions_img {
  height: 30px;
  margin-bottom: 11px;
}

.wrap {
    margin: 0 auto -10px;
    min-height: 100%;
    padding-bottom: 10px;
}

/* fix for datetime picker */
.controls {
    position: relative;
}

/* fix for select2 and bootstrap */
.select2-container {
  padding: 0px;
  border-width: 0px;
}
.select2-container .select2-choice {
  height: 38px;
  line-height: 38px;
}

.search-block .form-actions{
  display: inline-block;
  vertical-align: bottom;
}


/* List view */

.glyphicon { margin-right:5px; }


.item.list-group-item
{
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}


.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    /*float: left;*/
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

/**
 * Centered table
 */
table.table.centered
{
    margin: 0px auto;
}

.no-border td, .no-border th {
    border: none!important;
}
/* end of item list */

.bricks{
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
 box-sizing:  border-box !important;
}

.brick-item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
 box-sizing:  border-box !important;
 margin-bottom: 20px;
}

.search-block input[type=submit]{
    margin-top: 21px;
}

.search-block .help-block{
    display: none;
}

/* Spinner from http://cssload.net/en/spinners */

#isajax-box{
  position:relative;
  width:200px;
  height:160px;
  padding:0px !important;
  text-align:center;
  vertical-align:top;
}

#isajax-message{
  width:200px;
  height:35px;
  font-size:16px;
  font-weight:bold;
  color:white;
  vertical-align:middle;
}

#isajax{
  width:125px;
  height:125px;
  margin:auto;
  transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
  position:absolute;
  background-color:rgb(255,255,255);
  height:22px;
  width:22px;
  border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
  animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
  animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
  left:0;
  top:51px;
  animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
  left:15px;
  top:15px;
  animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
  left:51px;
  top:0;
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
  right:15px;
  top:15px;
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
  right:0;
  top:51px;
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
  right:15px;
  bottom:15px;
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
  left:51px;
  bottom:0;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
  left:15px;
  bottom:15px;
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-o-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-ms-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-moz-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

/* ------------- end of spinner ------------- */

#isajax-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  padding: 4em;
  background-color: #ffffff;
}

#dropDown {
    border: 1px solid #C8C8C8;
   	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px #C8C8C8 inset;
	font: 0.9em Arial,Arial,Helvetica,sans-serif;
}
      
#inputLETemplate, #dropDownOptions {
    display: none;
}

#dropDownOptions{
    display: none; 
	z-index: 5000; 
	position: absolute; 
	padding-top: 2px;
	padding-bottom: 0 !important;
	border: 1px solid #C8C8C8;
	background-color:#fff;
	box-shadow: 0 4px 3px #8C8C8C;
}
		
.scrollDiv{
    max-height: 200px;
	overflow-y: auto;
	margin-right: 15px;
	min-width: 97%;
}

.optionDiv {
    background-color: #FFFFFF;
	border-bottom: 1px solid #C8C8C8;
	font: 0.9em Arial,Arial,Helvetica,sans-serif;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	cursor: default;
}
		
#dropDownOptions div:hover{
    background-color: #CCCCCC;
}

.modal-dialog-95-width {
    width: 95%;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.pc-toggle-text {
    width: 111px;
}

.course-orange {
    color: #ce793c;
}

.course-red {
    color: #bd3e39;
}


.navbar {
    height: 70px;
    margin-bottom:0px;
    padding: 0;
    color:rgb(32, 33, 36);
    font-size: 20px;
}

.nav-link {
    padding: 0;
}

.core-navbar a {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    outline:0;
}

.core-navbar a i {
    line-height: 48px;
    height: 48px;
    font-size:36px;
}

.list-group-item, .-list-group-item{
    color: black;
}
