﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    height: 100%;
    background-color: #9997b8;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #555;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    text-align:center;
    height:183px;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 0px 30px 15px 30px;
}

footer, 
#footer {
    background-color: #272727;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    margin-top:50px;
    height:40px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

button{
    outline:none;
    border:0 solid white;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding: 0px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.adminTable{
    margin-left:auto;
    margin-right:auto;
    border:1px solid #bbb;
    margin-top:-1px;
    width:100%;
}

.adminTable td{
    border:1px solid #bbb;
    padding:5px;
}

.adminTable th{
    background-color:#272727;
    color:white;
}

.adminTable input[type=text]{
    display:none;
    font-size:1.0em;
    width:100px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    padding-top:20px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    text-align: center;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-label{
    font-family:'BebasNeue', sans-serif;
    font-variant:small-caps; 
    font-weight:bold;
    margin-bottom:2px;
    margin-left:-5px;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


.centered{
    margin-left:auto;
    margin-right:auto;
}

.pointer{
    cursor:pointer;
}

.absolute{
    position:absolute;
}

#parent{
    min-height:340px;
    width:600px;
    overflow-y:visible;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
    position:relative;
}

#parent2{
    height:500px;
    width:700px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

#mainDiv {
    background-color: #fcfcfb;
    z-index: 2;
    height: 320px;
    position: relative;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}

#resultsDiv {
    background-color: #30C4C6;
    box-shadow: #555 0px 0px 1px;
    display: none;
    height: 100px;
    position: relative;
    width: 600px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}

#finalURL{
    margin-top:37px;
    width:400px;
}

#titleURL
{
    padding-top:10px;
    color:white;
    font-family:'MV Boli';
    font-size:72pt;
    line-height:72px;
    font-weight:bold;
    margin:-2px 0px 0px -8px;
}

#titleShort{
    color:white;
    font-family: 'Six Caps', sans-serif;
    font-size:50pt;
    font-weight:500;
    margin-right:-3px;
    margin-top:-7px;
}

#shortURLDiv{
    margin-top:35px;
    position:relative;
}

#originalURL{
    color:#666;
    height:18px;
    width:478px;
}

#shortURL{
    width:310px;
}

#shortenItButton{
    margin-top:35px;
    height:50px;
    width:150px;
    background-color:#30C4C6;
    padding:0;
    position:relative;
    cursor:pointer;
    -moz-transition: background, 0.3s;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
    border-radius:2px;
}

#shortenItButton:hover, #editButton:hover{
    background-color:#22A4A6;
}

#helpLink {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    margin-right: 70px;
    cursor: pointer;
}

#homeLink {
    height: 29px;
    width: 29px;
    position: absolute;
    right: 0;
    margin-right: 25px;
    cursor: pointer;
}

#adminLink {
    height: 29px;
    width: 29px;
    position: absolute;
    right: 0;
    margin-right: 25px;
    cursor: pointer;
}

#deleteButton:hover{
    background-color:#9e2826;
}

#leftArrow{
    height:24px;
    margin-right:50px;
    float:left;
}

#rightArrow
{
    height: 24px;
    margin-left: 50px;
}

.arrow {
    width: 0;
    height: 0;
    margin-left: -1px;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #9997b8;
}

.rightback
{
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 21px solid #aaa;
}

.icon{
    position:absolute;
    margin-left:5px;
    visibility:collapse;
    margin-top:3px;
}

.icon.invalid{
    height:20px;
    width:20px;
    margin-top:5px;
}

.warningText{
    visibility:hidden;
    margin-top:4px;
    font-size:0.9em;
    font-style:italic;
}

.clippyButton {
    background: #ffffcb;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    margin-top:10px;
    text-decoration:none!important;
}

.clippyDialog{
    width:380px;
    height:175px; 
    margin-left:50px;
    margin-top:25px;
    position:absolute;
    padding:10px;
    color:#222;
}

#yes:active{
    margin-top:1px;
    margin-left:2px;
}

.adminButton{
    background-color:#272727;
    border:1px solid #999; 
    border-left:0px solid white;
    text-align:center;
    padding:5px 0;
    color:white;
    font-weight:bold;
    cursor:pointer;
}

.adminButton:hover{
    background-color:#30C4C6;
}

.bar{
    height:301px;
    width:80px;
    margin-top:-1px;
    background-color:#272727;
    margin-left:500px;
    position:absolute;
    border-top:1px solid #555;
}

#editButton{
    background-color:#30C4C6;
}

#deleteButton{
    background-color:#c63230;

}

.editButton{
    width:100px;
    padding:7px;
    display:inline-block;
    cursor:pointer;
    border-radius:2px;
}

.buttonText{
    font-size:20px;
    font-weight:bold;
    color:white;
}

/*#region placeholders */
#originalURL:-ms-input-placeholder
{
    color: #aaa;
    font-size: 0.9em;
    font-style: italic;
}
#originalURL::-webkit-input-placeholder {
   color: #aaa;
    font-size: 0.9em;
    font-style: italic;
}


#originalURL:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
    font-size: 0.9em;
    font-style: italic;
}


#originalURL::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;
    font-size: 0.9em;
    font-style: italic;
}
/*#endregion */


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}

form {
    height: 100%;
}

#menyicon{   
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}

#menyiconClose{
    position:absolute;
    top:145px;
    left:7px;
    cursor:pointer;
}

#menyicon2{   
    position:absolute;
    right:10px;
    bottom:10px;
    cursor:pointer;
}

#rightarrow{
    border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 	
	border-right:10px solid white;
    position:absolute;
    right:7px;
    top:15px;
    transition: right 0.3s;
}

#leftarrow{
    border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 	
	border-left:10px solid white;
    position:absolute;
    left:7px;
    top:15px;
    transition: left 0.3s;
}

#shortenItButton .buttonText{
    letter-spacing: 0.5px;
    transition: letter-spacing 0.3s;
}

#didyouknow{
    width:400px;
    background:#f39c12;
    z-index:0;
    box-shadow:2px 3px 8px #333;
    padding:15px;
    display:none;
}

#list-table tr{
    border-bottom: 1px solid #bbb;
}

#list-table th {
    background-color: #272727;
    color: white;
}

#list-table tr td{
    padding:5px;
}

#list-table tr td:first-child{
    width:100px;
}

#list-table tr td:last-child{
    width:100%;
}

.label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

#mainDiv input:focus-visible {
    outline-color: #30C4C6;
}