/*
Plugin Name:GS_CyberSecurityCalculator
Author:Kyaw Lwin
Author URI:www.groupsupport.com.au
Description:Plugin GS_CyberSecurityCalculator CSS
Version:1.1
*/
label {
  display : block;
  cursor  : pointer;
}
.errarum {
  color  : red;
}
 /* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 12px;
  font-size: 16px;
  width: 25%;
}
.tablink:hover {
  background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  padding: 100px 20px;
  height: 100%;
}
#chart_wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow:hidden;
	min-height:360px;
}
#chartcontainer{
	position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:340px;
}
.myinput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 400px;
  padding: 1px 7px;
  border-radius: 4px;
  border: 1px solid #cbd1d8;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}
.myselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 600px;
  padding: 1px 7px;
  border-radius: 4px;
  border: 1px solid #cbd1d8;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}
.mytextarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 400px;
  padding: 1px 7px;
  border-radius: 4px;
  border: 1px solid #cbd1d8;
  height:150px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}
.gspmidivbody
{
  width:97%;background-color:#ffffff; padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
	table.responsive {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
		font-size:13px;
	}
}
@media only screen and (max-width: 768px) {
	.responsive-table {
		overflow: hidden;
		overflow-x: scroll;
		display:block;
		font-size:13px;
	}
}
.divtable{
	width: 100%;
	display: block;
	text-align: center;
}
.divtr{
	display: table-row;width:100%;
}
.divtd{
	display: table-cell;text-align:center; 
	border-width: 1px;cell-padding-right:5px;
	padding-right: 10px;
	padding-left: 10px;
}
.divtdcenter{
	display: table-cell;text-align:center; 
	border-width: 1px;
}
.divchkitem{
	width: 5%; float: left;
}
.divcheckdesc{
	margin-left: 5%;
}
.textright{
	text-align:right;right-padding:1px;
}
.responsiveshortcodeinput {
  padding: 10px 5px;
  border: 1px solid #a4c3ca;
  background: #f1f1f1;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

   #hideValuesOnSelect {
      display: none;
   }