/* Navigation Bar */ .topnav { background-color: #333; overflow: hidden; top: -20px; } .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 30px 30px; text-decoration: none; font-size: 25px; font-weight: bold; font-family: Andale Mono, monospace; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #20bcd1; color: white; } /* Drop Down Bar*/ .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 25px; border: none; outline: none; color: white; padding: 30px 30px; background-color: inherit; font-weight: bold; font-family: Andale Mono, monospace; margin: 0; } .dropdown-content { display: none; position: absolute; background-color: #333; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: white; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color:#ddd; color: black; } .dropbtn a.active { background-color: #20bcd1; color: white; } /* Background*/ body { background-image: url("Resources/Common/1.jpg"); background-color: rgba(255,255,255,0.5); background-blend-mode: lighten; } /* Booking Style */ .booking { width: 500px; margin: 0 auto; padding: 0px; float: left; padding-left: 200px; } /* Multi checkbox drop down container display*/ .part2 { width: 500px; margin: 0 auto; padding: 50px; float: right; padding-right: 200px; padding-top: 30px; } /* Part 1 booking form elements display*/ div.elem-group { margin: 20px 0; } div.elem-group.inlined { width: 49%; float: left; margin-left: 1%; } div.elem-group.inlined1 { width: 49%; float: left; margin-left: 1%; } label { display: block; font-family: 'Nanum Gothic'; padding-bottom: 10px; font-size: 1.1em; } input, select, textarea { border-radius: 2px; border: 2px solid #777; box-sizing: border-box; font-size: 1.0em; font-family: 'Nanum Gothic'; width: 100%; padding: 5px; background-color: grey; } input::placeholder{ color: rgb(235, 230, 230); opacity: 0.3; } div.elem-group.inlined input { width: 95%; display: inline-block; } div.elem-group.inlined1 input { width: 10%; display:inline-table; } /* Modal Content*/ textarea { height: 250px; } /* Seperator Style*/ hr { border: 1px dotted #ccc; } /* Submit button Display*/ .subbut{ display: block; width: 200px; height: 60px; font-size: 18px; border-radius: 12px; background: black; color: white; font-weight: bold; font-family: Andale Mono, monospace; margin-left: 45px; } .subbut:hover { background-color: #20bcd1 } .subbut:active { background-color: #20bcd1; box-shadow: 0 5px #666; transform: translateY(4px); } /* Are you Pop Up */ .cancelbtn, .deletebtn { align-items: center; width: 380px; height: 50px; } /* Add a color to the cancel button */ .cancelbtn { background-color: red; color: black; } .cancelbtn:hover{ background-color: rgb(190, 31, 31); } /* Add a color to the delete button */ .deletebtn { background-color: lime; } .deletebtn:hover { background-color: rgb(28, 202, 28); } /* Add padding and center-align text to the container */ .container { padding: 16px; text-align: center; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(180, 180, 180, 0.6); padding-top: 50px; } /* Modal Content/Box */ .modal-content { background-color: #333; margin: 5% auto 15% auto; border: 1px solid #888; width: 80%; } /* Style the horizontal ruler */ hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } /* The Modal Close Button (x) */ .close { position: absolute; right: 35px; top: 15px; font-size: 40px; font-weight: bold; color: #f1f1f1; } .close:hover, .close:focus { color: #f44336; cursor: pointer; } /* Clear floats */ .clearfix::after { content: ""; clear: both; display: table; } /* Change styles for cancel button and delete button on extra small screens */ @media screen and (max-width: 300px) { .cancelbtn, .deletebtn { width: 100%; } } /* Drop Down Box */ .multiselect { padding-bottom: 10px; padding-right: 30px; } .selectBox { position: relative; } .selectBox select { width: 100%; } .overSelect { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } #checkboxes { display: none; background-color: grey; } #checkboxes label { display: block; font-size: 14px; } #checkboxes input { float: right; } #checkboxes label:hover { background-color: #ddd; } #checkboxes1 { display: none; background-color: grey; } #checkboxes1 label { display: block; font-size: 14px; } #checkboxes1 input { float: right; } #checkboxes1 label:hover { background-color: #ddd; } #checkboxes2 { display: none; background-color: grey; } #checkboxes2 label { display: block; font-size: 14px; } #checkboxes2 input { float: right; } #checkboxes2 label:hover { background-color: #ddd; } #checkboxes3 { display: none; background-color: grey; } #checkboxes3 label { display: block; font-size: 14px; } #checkboxes3 input { float: right; } #checkboxes3 label:hover { background-color: #ddd; } #checkboxes4 { display: none; background-color: grey; } #checkboxes4 label { display: block; font-size: 14px; } #checkboxes4 input { float: right; } #checkboxes4 label:hover { background-color: #ddd; } #checkboxes5 { display: none; background-color: grey; } #checkboxes5 label { display: block; font-size: 14px; } #checkboxes5 input { float: right; } #checkboxes5 label:hover { background-color: #ddd; } #checkboxes6 { display: none; background-color: grey; } #checkboxes6 label { display: block; font-size: 14px; } #checkboxes6 input { float: right; } #checkboxes6 label:hover { background-color: #ddd; } #checkboxes7 { display: none; background-color: grey; } #checkboxes7 label { display: block; font-size: 14px; } #checkboxes7 input { float: right; } #checkboxes7 label:hover { background-color: #ddd; } /* Heading stlye*/ .part2 h2{ font-size: 20px; font-family: Andale Mono, monospace; } .part2 h3{ margin-left: 50px ; font-size: 14px; font-weight: normal; font-family: Andale Mono, monospace; } .part2 h4{ margin-left: 50px ; font-size: 18px; font-weight: bold; font-family: Andale Mono, monospace; } /* Modal font style*/ .modal-content h1{ font-size: 30px; color: white; } .modal-content p{ color: white; } .cancelbtn{ font-weight: bold; } .deletebtn{ font-weight: bold; }