@charset "utf-8";
/* CSS Document */

/* primary color hex #055c81   */
/*               RGB 5, 92,129 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
    background-color:  #ffffff;
	color:#055c81;
}

a {
  	font-weight: 600px;
  	color:#dfa003;
  	padding:5px;
  	border-radius:5px 5px 5px 5px;  
  	text-decoration: none;
}
a:hover {
	color:#dfa003;	
  	text-decoration: underline;	
}
a:focus {
 	color:#dfa003;	 
}

hr {
	border-top: 1px solid #055c81;
}

p {
	color: #000000;
}

.img-preview {
    transform: rotate(90deg); 
    transition-delay: .3s;
}

.form-control {
	color: #055c81;
}

.form-control:focus {
	border-color: #055c81;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(5,92,129, .075), 0 0 8px rgba(5,92,129, .6);
	box-shadow: inset 0 1px 1px rgba(5,92,129,.075), 0 0 8px rgba(5,92,129, .6);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #000;
}

input[type="checkbox"] {
	height: 34px;
	width:  34px;
}

.custom-col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;    
}



@media only screen and (min-width: 375px) {
	
	.table {
		font-size: 50%;
	}
    
    .container, .footer {
        width: 370px;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .desktop-link {
        display: none;
    }
    
    .mobile-nav {
        display: block;
/*        margin-top: 5px;*/
        text-align: left; 
        padding-left: 15px;
    }
    
    .mobile-link {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index:5;
		
        display: none;
        
        background: #ffffff;
        color:#055c81;;
    }
    
    .mobileShow {
		display: block;
		font-weight: bold;
	}
    
    .desktopShow {
        display: none;
    }
    
    .content {
/*        font-size: 26px;*/
        width: 100%;
    }
    
    .footer {
        font-size: 10px;
    }
    
    .col-lg-4 {
        margin-top: 5px;
    }
    
    .alignText {
        text-align: left;
    }
	
	input[type="number"] {
	width: 22%;
	text-align: right;
}

}

@media only screen and  (min-width: 768px) {
	
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 768px;
    }
    
    .custom-col-lg-1 {
        width: 7%;
        float: left;
    }
    
    .alignText {
        text-align: right;
    }
	
	input[type="number"] {
	width: 14%;
	text-align: right;
}

}

@media only screen and (min-width: 980px) {
    
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 980px;
    }  
    
    .mobile-link {
        font-size: 1.5em;
    }
    
    .content {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
	
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 992px;
    }
    
    .mobile-nav, .mobile-link {
        display: none;
    }
    
    .desktop-nav {
        text-align: right;
        margin-right: 15px;
        display: block;
        padding: 5px;
    }
    
    .content {
        width: 100%;
    }
    
    .desktop-link {
        display: block;
        width:15%; 
        float: left;
    }
    
    .desktop-link a {
        color: white;
    }
    
    .desktop-link a:focus {
        color: white;
    }
     .mobileShow {
		display: none;
	}
    
    .desktopShow {
        display: block;
    }
    
    .footer {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
	
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 1200px;
    }
}

@media only screen and (min-width: 1600px) {
	
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 1570px;
    }
}

@media only screen and  (min-width: 1920px) {
	
	.table {
		font-size: 100%;
	}
	
    .container, .footer {
        width: 1890px;    
    } 
}

h1 {
  	font-size: 2em;
	text-align: left;
}

/*
.form-control {
    border: none;
}
*/

.navBar {
    width: 100%;
    background: #ffffff;;
    color: #000000;
}

.banner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;  
}

.carousel {
  position: relative;
/*
    max-width: 720px;
    max-height: 720px;
*/
/*    overflow: hidden;*/
    margin: 0px auto;
}


.btn {
  display: block;
  background-color: rgba(5,92,129, 1.0);
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
}

.btn:hover {
    opacity: .6;
}

.footer {
    clear: both;
    width: 100%;
/*    background: rgba(5,92,129, 1.0);*/
	background: #055c81;
    color: white;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

td {
    vertical-align: top;
}

.custom-form-control {
  border: #000 thin solid;
  margin-top: 5px;
  min-height: 34px;
  height: auto;
  padding: 6px 6px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}