@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

#body, #footer {
    display: block;
    font-family: Roboto, sans-serif;
}

div {
    display: block;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.required:after { content:" *";color: red;}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.enabler_req {
    background-color: white;
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 10px;
}

.drop_detail {
    float: right;
    margin: 10px;
}

.details {
    padding: 2px 18px;
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
}

input.orgs {
    width: 50%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

a {
    text-decoration:none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

.collapsible:hover {
    color: #4CAF50;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltipleft {
    visibility: hidden;
    width: 144px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 105%;
}

.tooltip .tooltipleft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip .tooltipright {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 105%;
}

.tooltip .tooltipright::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltipleft {
    visibility: visible;
}

.tooltip:hover .tooltipright {
    visibility: visible;
}

table {
    display: block;
    width: 100%;
}

.profile_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
 }
.profile_table th {
    text-align: left;
    padding: 0px;
    width: 25%;
    overflow-wrap: break-word;
}

.profile_table td {
    text-align: left;
    padding: 0px;
    width: 60%;
    overflow-wrap: break-word;
}

.member_table th {
    display: inline-block;
}

.member_table td {
    display: inline-block;
}

.member_table td:last-child {
    width: auto;
}

.domains td {
    background: #D9D9D9;
    border-radius: 3px;
    margin: 2px;
    padding: 1px 6px;
}

.domains td:hover {
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

#approve span {
    height: 36px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    padding: 0 16px;
    text-align: center;
}

#approve:hover span {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.fa {
    padding: 10px;
    font-size: 36px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 50%;
}

.fa:hover {
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.logo > * {
    float: left;
    margin-right: 6px;
}

.logo {
    margin-left: 27px;
    margin-right: 9px;
    text-decoration: none;
}

.logostyle {
    height:70px;
    width: 70px;
    margin-top: 2px;
    margin-bottom: 1px;
    background:white;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.mdl-layout {
    display: block;
}

.mdl-layout:before {
    content: "";
    align-content: flex-end;
    display: block;
}

.mdl-layout__content {
    padding: 24px;
    flex: none;
}

.mdl-textfield__error {
    width: 100%;
    left: 0;
    text-align: left;
}

#personal {
    margin: 0 36px;
}

#organization {
    margin: 0 36px;
}

.tick {
    display:none;
    width: 22px;
    height:22px;
    margin-left: 12px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.tick_circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: green;
    border-radius:11px;
    left:0;
    top:0;
}

.tick_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.tick_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}

.custom-select {
    position: sticky;
    border-radius: 3px;
    padding-bottom: 1px;
    width: 300px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #4CAF50;
    border-radius: 3%
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    float: right;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: sticky;
    background-color: #e7e7e7;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

input[type="radio"]:checked {
  border: 6px solid #4CAF50;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;

  border: 1.4px solid #999;
  transition: 0.2s all linear;
  outline: none;
  margin: 5px;

  position: relative;
  top: 7px;
}

input[type="submit"] {
    height: 36px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    width: auto;
    padding: 0 16px;
    text-align: center;
}

input[type="submit"]:hover {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.approve:hover {
    color: #4CAF50;
}

input[type="button"] {
    height: 36px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    width: auto;
    padding: 0 16px;
    text-align: center;
}

input[type="button"]:hover {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.start {
    height: 42px;
    line-height: 20px;
    min-width: 80px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #757575;
    cursor: default;
    font-family: inherit;
    font-size: 18px;
    margin: 2px 2px;
    width: auto;
    padding: 0 16px;
    text-align: center;
}

.start:hover {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

input[type="file"] {
    height: 36px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    width: auto;
    padding: 0 16px;
    text-align: center;
}

input[type="file"]:hover {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
}

.navbar i.active {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
}

.navbar i.active:hover {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow_detail {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow_detail_background {
    background-color:#777; 
    border: solid white; 
    border-width: 1px; 
    padding: 7px 10px 7px 10px;
}
.arrow-detail.active, .arrow_detail:hover {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.rotate-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
  
.rotate-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
  
.rotate-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.rotate-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar {
    width: 100%;
    position: fixed;
    z-index: 99;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-color: #e7e7e7;
    background-color: #f2f2f2;
    white-space: nowrap;
}

.navbar a {
    float: left;
    display: block;
    font-size: 14px;
    color: darkslategray;
    text-align: center;
    padding: 0px 12px;
    text-decoration: none;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.navbar button.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown {
    float: left;
    overflow: hidden;
    margin-left: 18px;
}

.dropdown .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: darkslategray;
    padding: 0px 12px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f9f9f9;
    color: darkslategrey;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Hide the link that should open and close the topnav on small screens */
.navbar .icon {
    display: none;
    border: 1px solid #e4e4e4;
    border-radius: 10%;
    font-size:36px;
    height:45px;
    padding-top:12px;
    margin-right:18px;
    margin-top:12px;
}

/* Create three equal columns that floats next to each other */
.c_left {
    float: left;
    width: 25%;
    padding: 10px;
}

.ne_left {
    float: left;
    width: 14%;
    padding: 10px;
}

.c_center {
    float: left;
    width: 55%;
    padding: 10px;
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    height: auto;
}

.cp_center {
    float: left;
    width: 50%;
    padding: 10px 0 60px 0;
    margin-top: 30px;
    border: 2px solid #e4e4e4;
}

.ne_center {
    float: left;
    width: 72%;
    padding: 30px 18px 30px 18px;
    margin-top: 30px;
    border: 2px solid #e4e4e4;
}

.normal_center {
    float: left;
    width: 80%;
    padding: 10px;
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    min-height: 320px;
}

.c_right {
    float: left;
    width: 20%;
    padding: 10px;
}

.h_left {
    float: left;
    width: 32.6%;
    padding: 0.3%;
    margin-left: 3px;
    background-color:#2196F3;
    min-height: 550px;
}
.h_center {
    float: left;
    width: 32.6%;
    padding: 0.3%;
    margin:0 3px;
    min-height: 550px;
    background-color:#ff9800;
}
.h_right {
    float: left;
    width: 32.6%;
    padding: 0.3%;
    margin-right: 3px;
    background-color:#f44336;
    min-height: 550px;
}

.ne_right {
    float: left;
    width: 14%;
    padding: 10px;
}

.normal_right {
    float: left;
    width: 20%;
    padding: 10px;
}

.row {
    padding: 6px 0;
    padding-top: 81px;
    padding-bottom: 54px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.p_sumri {
    width: 100%;
    padding: 0 10px 20px;
    border: 1px solid #e4e4e4;
}

.p_sumry {
    float: left;
    width: 30%;
    padding: 0 10px 20px;
}

.bull_board {
    width: 100%;
    padding: 0 10px 0;
    border: 1px solid #e4e4e4;
    height: 360px;
}

.industry_board {
    width: 100%;
    padding: 0 10px 0;
    border: 1px solid #e4e4e4;
    height: 300px;
}

.big_blob {
    width: 640px;
    height: 210px;
}

.p_sumri_dp {
    border-radius: 50%;
    height: 90px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* The container */
.container {
    text-align: left;
    vertical-align: middle;
    display: block;
    position: absolute;
    padding-left: 35px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 8px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.add {
    display: block;
    position: relative;
    padding-left: 27px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.add input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.add_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.add:hover input ~ .add_checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.add input:checked ~ .add_checkmark {
    background-color: #2196F3;
}

/* Create the add_checkmark/indicator (hidden when not checked) */
.add_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the add_checkmark when checked */
.add input:checked ~ .add_checkmark:after {
    display: block;
}

/* Style the add_checkmark/indicator */
.add .add_checkmark:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more {
    font-size: 16px;
}

.network_table {
    display:table;
    width: 100%;
    height: 100%;
}

.network_row {
    display:table-row;
    height:100%;
}

.cell {
    display:table-cell;
    width:20%;
    height:100%;
    padding: 12px;
}

.cell > img {
    width:100%;
    height:auto;
}

/* Style the profile-tab */
.profile {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 27%;
    margin-left: 2px;
    margin-right: 2px;
}

/* Style the buttons inside the profile-tab */
.profile button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 20px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.profile button:hover {
    background-color: #ddd;
}

/* Create an active/current "profile-tab button" class */
.profile button.active {
    background-color: #2196F3;
    color: white;
}

/* Style the profile-tab content */
.p_main {
    float: left;
    padding: 0px 12px;
    border: 2px solid #ccc;
    width: 72%;
}

.edit_el {
    cursor: pointer;
}

#footer {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    font-size: 10pt;
    margin: 0 auto;
    overflow: hidden;
}

.foot {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.fbar {
    margin-left: -27px;
}

#footl {
    margin-left: 30px;
}

#footl {
    white-space: nowrap;
}

#footr {
    margin-right: 60px;
}

#footr {
    float: right;
    white-space: nowrap;
}

.flabt, .frpri, .frter {
    padding-left: 27px;
    margin: 0 !important;
    color:rgba(0,0,0,.54);
}

.flabt:active, .frpri:active, .frter:active {
    cursor: pointer;
    color: red;
    text-decoration: underline;
}

@media screen and (max-width: 1080px) {
    .main { display: none;}
    .main a {
        display: block;
        margin-top: 3px;
        margin-left: 2px;
        width: 100%;
        text-align: left;
    }
    
    .dropdown {
        display: block;
        margin-left: 2px;
        width: 100%;
        text-align: center;
    }
    
    .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    .navbar a.icon {
        float: none;
        width: 60px;
        display: block;
    }
    
    .navbar .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    /*.main .dropdown {float: none;}*/
    .main .dropdown-content {position: relative;}
}

@media screen and (max-width: 810px) {
    .row {
        background-color: #4CAF50;
        padding-top: 90px;
    }
    
    .c_left {
        width: 100%;
        margin: 30px auto;
        background-color: #fff;
    }
    
    .c_center {
        width: 100%;
        margin: 30px auto;
        background-color: #fff;
    }
    
    .c_right {
        width: 100%;
        margin: 30px auto;
        background-color: #fff;
    }
    
    .ne_center {
        width: 100%;
        margin: 30px auto;
        background-color: #fff;
    }
    
    .cp_center {
        width: 100%;
        margin: -36px auto;
        background-color: #fff;
    }
    
    .big_blob {
        width: 450px;
    }
    .h_left {
        width: 100%;
        min-height: auto;
        margin: 2px auto 0 auto;
        padding: 0;
        background-color: #2196F3;
    }
    
    .h_center {
        width: 100%;
        min-height: auto;
        margin: 2px auto 0 auto;
        background-color: #ff9800;
    }
    
    .h_right {
        width: 100%;
        min-height: auto;
        margin: 2px auto 0 auto;
        background-color: #f44336;
    }
    .active {
        min-width: 23%;
        width: 23%;
    }
}

@media screen and (max-width: 600px) {
    .h_left {
        width: 100%;
        height: auto;
        min-height: 0px;
        margin: 42px auto 0 auto;
        padding: 0;
        background-color: #2196F3;
    }
    
    .h_center {
        width: 100%;
        height: auto;
        min-height: 0px;
        margin: 2px auto 0 auto;
        background-color: #ff9800;
    }
    
    .h_right {
        width: 100%;
        height: auto;
        min-height: 0px;
        margin: 2px auto 0 auto;
        background-color: #f44336;
    }
    .active {
        min-width: 46%;
        width: 46%;
    }
}

@media screen and (max-width: 518px) {
    .h_left {
        width: 100%;
        height: auto;
        min-height: 0px;
        margin: 72px auto 0 auto;
        padding: 0;
        background-color: #2196F3;
    }
}