


body { margin:0px;font-family: 'Open Sans', sans-serif;}

/* dereks stuff */

.licences { 
	table-layout:fixed;
	width:100%;
}

.licences  th{ 
	text-align:left;
	white-space: nowrap;
}

.licences  td { 
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;		
}

.licences  th:nth-child(1){ 
	width:35%;
}

.licences  th:nth-child(2){ 
	width:65%;
}

.licences  td a{ 
	text-decoration:none;
}
.licences  td a:hover{ 
	text-decoration:underline;
}

.tabs [id^="tab"]:checked + label  span  {
	color: #0071ba;
}

.container { 
	color: #666666; 
	width: 770px; 
	font: 11px/19px Arial, Verdana, sans-serif; 
	background-color: white; 
	margin: 0; 
	padding-left: 60px; 
	border-top: 1px solid #fff; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: none; 
}

h1 { color: #0071ba; font-size: 36pt; font-family: "Arial Black", "Arial Bold", Arial, sans-serif; font-weight: normal; letter-spacing: -2pt; margin: 50px 0 0; }
h2 { color: black; font-size: 9pt; font-weight: bold; background-color: #ccc; text-transform: uppercase; letter-spacing: 1px; width: 450px; float: left; margin-top: 0; padding: 8px; }
h3 { color: #0071ba; font-size: 14pt; font-weight: bold; margin-top: 0; }
h4 { font-size: 11pt; font-weight: normal; line-height: 10pt; margin-top: 10px; margin-bottom: 50px; margin-left: 2px; }
h5 { color: #f00; font-size: 9px; font-weight: normal; line-height: 9px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }

/* clone portal styling of H3 and use it in tabs */
.tabs label span  {
	color: #78a3bf;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
	padding-right: 10px	
}

.tab-content h3 { 
display:none;
}

/* end of dereks stuff */

h3 {
    margin: 0;
    padding: 0;
    color: #3498db;
}



/*is this used/needed anymore?? */
#container {
    max-width: 90%;
    margin: 20px auto;
    font-size: 22px;
    line-height: 30px;
}


  
.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    /*border-bottom: 4px solid #ccc;*/
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display:none;
}

.tabs label {
    display: block;
    float: left;
    /* width: 33.3333%; */

    color: #ccc;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;

    cursor: pointer;
    /* box-shadow: inset 0 4px #ccc; */
    border-bottom: 4px solid #ccc;

    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
 
.tabs label span {
    display: none;
}

.tabs label i {
    padding: 5px;
    margin-right: 0;
}

.tabs label:hover {
	color: #0071ba;
	border-bottom: 4px solid #78a3bf;
	/*color: #3498db;*/
   /* box-shadow: inset 0 4px #3498db; derek*/
    /*border-bottom: 4px solid #3498db;*/
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
 
    background-color:#ffffff;
}

/*
.tab-content * {

    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
*/
@keyframes scale {

  0% { 
    transform: scale(0.9);
    opacity: 0;
    }

  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }

  100% { 
    transform: scale(1);
    opacity: 1;
  }

}
  
    
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    /*box-shadow: inset 0 4px #3498db;*/
    border-bottom: 4px solid #0071ba;
    color: #0071ba;
}

#tabNexAdmin:checked ~ #tab-content1,
#tabLaunchPanel:checked ~ #tab-content2,
#tabNexCenter:checked ~ #tab-content3 ,
#tabDownload:checked ~ #tab-content4 , 
#tabNexExchange:checked ~ #tab-content5,
#tabNexPrinter:checked ~ #tab-content6{
    display: block;
}

@media (min-width: 768px) {
    
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label span {
        display: inline-block;
    }

    .tabs {
        max-width: 750px;
        margin: 50px auto;
	margin-left:0;    		/*derek*/
    }

}