/* Content 
 * -------------
 * 1. *
 * 2. Animations
 */



* {
    -webkit-animation: fadein 0.3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.3s;
    /* Internet Explorer */
    -o-animation: fadein 0.3s;
    /* Opera < 12.1 */
    animation: fadein 0.3s;
    font-family: arial, sans-serif ;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body {
    margin: 0px;
    background-color: #f1f1f1;
    
}
.notification {
	    text-align: center;
}














input{
    padding: 10px;
    float: left;
    border: solid 1px #D2D2D2;
}

.link {
    width: calc(100% - 70px);
    float: left;
    min-width: 280px;
    height: 100%;
}

.url {
    width: calc(100% - 28px);
    min-width: 280px;
    font-size: 16px;
    color: #4A4A4A;
    padding: 0 14px;
    height: 96%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
input.url[disabled="disabled"] {
    background: #f1f1f1;
    color: #393939;
    cursor: progress;
   }
.header, .footer, .output {
    width: calc(100% - 40px);
    float: left;
   // border-bottom: solid 1px #e5e5e5;
    margin: 0px;
    padding: 20px;
    background: #f1f1f1;
} 
.notification + .header { 
    background: #e5e5e5;
        background: url('img/pattern.jpg');
    background-size: 55%;
    padding: 40px 0px 40px 40px;
    box-shadow: inset 200px 0px 45px 50px rgb(241, 241, 241);
    -webkit-box-shadow: inset 300px 0px 75px 50px rgb(241, 241, 241);
    width: 100%;

}
.animatedBG {
        animation: animatedBackground 6s linear infinite;

}
.header {
 /*   background: url('img/pattern.jpg');
    background-size: 55%;
    animation: animatedBackground 60s linear infinite;
    padding: 55px 20px;
    box-shadow: inset 0px 0px 90px 65px rgb(241, 241, 241);  */

}
.header + .result {
    padding-left: 40px;
}
.testName .container {
    max-height: 300px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 220% 0; }
}
.footer {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 0px #e5e5e5;
	
}
.responseCodes {
	float: left;
    width: 200px;
    margin-top: 5px;
    font-size: 12px;
    color: #656565;
    clear: left;
    line-height: 15px;
}
.allRedirects {
    width: calc (100% - 200px);
    float: left;
    padding-top: 2px;
    font-size: 13px;
    color: #656565;
    line-height: 17px;
}
.allRedirects hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #e5e5e5;
    margin: 2px 0;
    padding: 0;
}
.allRedirects b {
    color: #000;
}
.headerResponse {
	margin-bottom: 15px;
    width: 100%;
    float: left;
/*     display: block;
    float: left;
    padding: 0px 10px;
    background: rgba(241, 241, 241, 1);
    border-radius: 3px;
    width: calc(100% - 22px);
   // background-color: white;
   
   // background-image: url(img/gradient-background.png);
    background-position-y: bottom;
    background-repeat-y: no-repeat;
    background-size: 1px;
     box-shadow: rgba(0, 0, 0, 0.158) 0px 2px 5px 0px; */
}
.headerResponse .head {
        margin-bottom: 5px;
}
.headerResponse h3 {
	text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    margin-top: 0px;
    color: #71727a;
}
.headerResponse h4.title {
    color: #636363;
    margin: 0px;
}
.notFound {
    background: pink;
    padding: 8px 10px;
    color: red;
    margin-top: 10px;
    max-width: 500px;
    float: left;
    display: block;
    clear: both;   
}
.headerResponse p {
   	padding: 0px;
    font-size: 14px !important;
    word-wrap: break-word;
    font-weight: normal;
    height: auto;
    line-height: initial;
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 0px;
    color: rgba(51,51,51,0.85);
    margin: 0px;
}
.headerResponse ul {
	padding-left:0px !important;
	list-style-position: outside !important;
	float: left !important;
    margin: 0px 0 10px 0 !important;
    width: 100%;
}
.headerResponse li {
	font-size: 14px;
	color: silver;
	font-weight: 400;
	margin: 4px 0;
	margin-left: 45px;
    word-wrap: break-word;
    width: 91% !important;
    
   /* v.5 */ 
    font-size: 14px;
    color: silver;
    font-weight: 400;
    margin: 0px 0;
    margin-left: 20px;
    word-wrap: break-word;
    width: 96% !important;
    padding: 0px;
    font-size: 12px !important;
    word-wrap: break-word;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    text-align: left;
    float: left;
    width: 100%;
    /* padding-top: 10px; */
}
.headerResponse li:first-child {
	margin-top: 10px;
}

h4.sectionTitle {
    color: #f1f1f1;
    float: left;
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(45deg, #121212 , #f1f1f1 80%);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 5px;
    border-radius: 3px;
}
/*.testName.h3.Heading.status {
    margin-bottom: 70px;
}
.testName.h4.Heading.status,
.testName.h5.Heading.status,
.testName.h6.Heading.status {
    margin-top: -70px;
    box-shadow: rgba(0, 0, 0, 0.158) 0px -5px 10px 0px, inset rgba(0, 0, 0, 0.158) 0px -10px 25px -10px;
    transform: matrix(1, 0, 0.2, 0.9, 2, 1.5);
    transition: all 0.5s ease;
    height: 80px;
    overflow: hidden;
}
.testName.h4.Heading.status:hover,
.testName.h5.Heading.status:hover,
.testName.h6.Heading.status:hover  {
    margin-bottom: 70px;
    transition: all 0.5s ease;
    transform: initial;
    z-index: 200;
    position: relative;
}
*/



.logo {
	width: 150px;
    padding: 8px 0 0 0;
}
#content {
    width: 100%;
    margin: auto;
    max-width: 1366px;
    min-width: 320px;
   	padding: 0px;

}
.control {
   // clear: both;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    height: 40px;
    max-width: 600px;
}


h1 {
    float: left;
    color: #505050;
    padding: 0px 10px 0 0;
    font-size: 30px;
    margin: auto;
    text-align: center;
}

.testName h3 {
   //color: #1a0dab;
   color: #333;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
}
.content-background {
    background-color: #4285f4;
    background-color: white;
    height: 398px;
    position: absolute;
    top: 60px;
    width: 100%;
        z-index: -1;

}

.testName {
    margin-bottom: 15px;
    display: block;
    float: left;
    padding: 5px 10px;
    background: rgba(241, 241, 241, 1);
    border-radius: 3px;
    width: calc(100% - 22px);
        background-color: white;
    box-shadow: rgba(0, 0, 0, 0.158) 0px 2px 5px 0px, inset rgba(0, 0, 0, 0.158) 0px -10px 25px -10px;
  /*  background-image: url('img/gradient-background.png');
    background-position-y: bottom;
    background-repeat-y: no-repeat;
    background-size: 1px; */
    word-wrap: break-word;
}
.testName.keywordDensity {
    border: solid 1px #ffda46;
}
.keywordDensity .fa {
    color: #ffda46;
}
.testName ul, .testName ol {
    padding-left: 19px;
    list-style-image: url(img/rightArrow.png);
    font-weight: bold;
    margin: 5px 0px 0;
    width: calc(100% - 19px);
    list-style-position: inside;
}
.testName li, .testName li a {
	width: 100%;
	float: initial;
}

.screenshot h3 {
    margin-top: 0px;
}

.right li, .right li span, .right a, .right h1, .right h2, .right h3, .right h4, .right h5, .right h6 {
    color: #6a6a6a;
    //text-transform: lowercase;
}

.wrong {
    //color: #F44336;
    //color: #333;
    color: rgba(51,51,51,0.85);
}
.right {
	//color: #333;
	color: rgba(51,51,51,0.85);
}
.right,
.wrong,
.neutral {
    padding: 0px;
    font-size: 14px !important;
    word-wrap: break-word;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	text-align:left;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.neutral  {
    color: rgba(51,51,51,0.85);
 }
.neutral > span {
    clear: both;
    float: left;
    display: block;
    width: 100%;
}
.generatingReport, .doneReview {
	display: none;
}
#respon {
    font-family: calibri;
    font-size<: 12px;
    float: left;
    padding-bottom: 100px;
   // max-width: 760px;
    padding: 0px 0;
   // width: 100%;
    width: 60%;
}

.infoBlock {
    color: #585858;
}
.infoBlock h3 {
    margin-bottom: 5px;
    color: #636363;
    margin-top: 10px;
}
.infoBlock p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 0px;
    color: #8c8c8c;
    margin-bottom: 20px !important;
}

/* if testName div contains both wrongParent and rightParent then hide tick sign in header */
.wrongParent .head .tick{
	display: none;
	
}
.screenshot {
    float: right;
    width: 20%;
  
}

.sFrame {
    width: 100%;
    float: left;
    border: none;
    height: 480px;
    max-width: 480px;
    //border: solid 1px silver;
}
.mobileView {
	display:none;
    float: right;
    padding: 0 25px 25px 25px;
    width: calc(30% - 50px);
    width: 320px;
 }
.mobileView p {
	    font-size: 12px;
    font-style: italic;
    color: #8c8c8c;
}

.percentage {
    font-weight: bold;
}

.submit {
    font-size: 16px;
    font-weight: 100;
    padding: 5px 12px;
    margin-left: 0px;
    height: 100%;
    background: #4285f4 none repeat scroll 0% 0%;
    color: white;
    border: solid 1px #4285F4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 70px;
    background: #4caf50 none repeat scroll 0% 0%;
     background: #ff5124 none repeat scroll 0% 0%;    
    color: white;
    border: solid 1px #ff5124;
}
.submit:hover, .submit:focus  {
    cursor: pointer;
    box-shadow: 0px 0px 0px;
    outline: 0px;
    border: solid 1px #4285F4
    background: #499e4d;
    cursor: pointer;
    box-shadow: 0px 0px 0px;
    outline: 0px;
    border:solid 1px #ff5124;
    background: #ec5027;
}

.submit:active {
    background-color: black;
}
.submit[disabled="disabled"] {
    cursor: not-allowed;
    background: #8c8c8c;
    border-color: #8c8c8c;
}
.version {
    margin: 5px 10px;
    float: right;
    font-size: 11px;
    color: #8b8b8b;
}



li,
li a {
    color: #333 !important;
    text-decoration: none;
    float: left;  
}
ol li > span {
    color: #333 !important;
    text-decoration: none;
    font-size: 14px !important;
}
h4 {
    margin: 5px 0px;
}

li:hover a {
    color: red;
}

.time {
    font-size: 10px;
    color: #D4D4D4;
    float: right;
    padding: 5px 0 0;
    width: 100%;
    text-align: right;
}

.protocol {
	width: 90px;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 7px 7px 30px;
    height: 100%;
    float: left;
    background-color: #eaeaea;
    border: solid 1px #d6d6d6;
    border-right: solid 1px transparent;
    color: grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background: url(img/web.png) 10% / 15% no-repeat #eee;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.output {
   /* float: left;
    width: 100%;
    text-align: left;
    
    font-size: 16px;
    font-size: 14px;
    color: #333; */
   
   /*padding: 0px;
   background: #E5E5E5;
   font-size: 14px; */
  

   // padding: 0px;
    //background: #E5E5E5;
    // background: #ffda46;
    font-size: 13px;
   // width: 100%;
    color: #717171;
    padding: 10px 20px;
//    display: none;

    font-size: 13px;
    color: #717171;
    padding: 10px 0px;
    float: left;
    margin-bottom: 20px;

}
.validatingURL, .validURL, .invalidURL, .loader {
	display: none;
	float: left;
	margin-right: 3px;
}
.output .arrow {
	width:6px; 
	padding: 2px 10px;
}
.noConnection {
    color: white;
    background: #FF4666;
    padding: 5px;
    display: none;
}
input.url:focus,
select.protocol:focus {
    background-color: white;
    box-shadow: 0px 0px 0px;
    outline: 0px;
   // border: solid 1px #4285F4;
        border: solid 1px #ff5124;
}
select.protocol:focus {
    background-color: #EEEEEE;
   }

.url:hover,
.protocol:hover {
    border-color: #b9b9b9;
    border-right: solid 1px #EEEEEE;
}
.output img {
    margin-bottom: -2px;
    width: 15px;
}
.testName h4 {
    margin: 5px 0 0;
    color: rgb(103, 103, 103);
    padding: 3px 0;
    font-size: 13px;
    border-bottom: solid 1px;
    border-bottom: dashed 1px #c0c0c0;
}
.wrongParent {
   /* border: solid 1px #EAEAEA;
    border-left: solid 3px red;
    padding: 10px;
    border-right: solid 3px silver;
    border-radius: 4px; */
   border: solid 1px rgba(244, 67, 54, 0.41);
   }
.rightParent {
   	    border: solid 1px rgba(76, 175, 80, 0.65);
   }
.wrongParent:hover, .rightParent:hover {
 /*  background-image: url('img/gradient-background.png');
    background-position-y: bottom;
    background-repeat-y: no-repeat;
    background-size: 1px; */
}
   .rightParent .head {
	   	border-bottom: solid 2px #8ACB8D;
	    float: left;
	    width: 100%;
	    padding-bottom: 6px;
	    padding-top: 4px;
   }
   .wrongParent .head {
   	border-bottom: solid 2px #FBB2AD;
	    float: left;
	    width: 100%;
	    padding-bottom: 6px;
	    padding-top: 4px;
   }
.cipher {
    width: 35%;
    //height: 0px;
    float: right;
        word-wrap: break-word;
}
.redCross, .tick {
	float: left;
    width: 18px;
    margin-top: 2px;
}
.head {
	border-bottom: solid 2px #E5E5E5;
    float: left;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 4px;
}

li.fetchedImg > img {
    max-width: 200px;
    margin: 0 10px 0 0;
}

/* code */
.code {
	background-color: #f8f8f8;
    border: 1px solid #EAEAEA;
    font: 12px "Courier New",monospace;
    line-height: 1.7em;
    padding: 0;
    float: left;
    width: 99%;
    display: block;
    height: initial;
    position: relative;
    border-radius: 3px;
    margin-top: 5px;
}
code.highlight {
    background: #f1f1f1;
    color: grey;
    padding: 2px 5px;
    border-radius: 5px;
    font-style: italic;
}
.code .codeHead{
	background: #E5E5E5;
    color: #858585;
    padding: 0px 7px;
    float: left;
    margin-right: 5px;
    color: white !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: capitalize;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    padding-top: 2px;
}
.code .actualCode {
	float: left;
    width: calc(100% - 43px);
    margin-left: 40px;
    white-space: pre-wrap;
}
 pre {
	margin: 0px;
	white-space: pre-wrap;
}
.wrong .code {
    background: rgba(255, 192, 203, 0.3);
    border: solid 0px #FFE3E7;
 }
.wrong .codeHead {
    background: #F44336;  
}
.wrong .actualCode {
    color: #F44336;
}



.right .code {
    background: rgba(76, 175, 80, 0.2);
    border: solid 0px #4EB051;
 }
.right .codeHead {
    background:#4CAF50;
}
.right .actualCode {
    color: #48A24C;
}




/* Tabular detail */
.tabular {
    display: block;
    float: left;
    margin: 10px 0px 5px 0;
}
.tabular ul {
    list-style: none;
    font-size: 13px;
    color: silver;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    //font-weight: normal;
}
.tabular li {
    border-bottom: dashed 1px silver;
    width: 100%;
    float: left;
    padding: 3px 0;
    color: silver;
}
.tabular li span:first-child {
    width: 130px;
    color: #858585;
}
.tabular li span {
    float: left;
    width: 75%;
    font-weight: normal !important;
}
.tabular ul ul li {
	border-bottom: solid 0px;
	padding: 0px;
	padding-top: 2px;
}
.tabular ul ul li:first-child {
	padding: 0px;
}
.tabular img {
    width: 14px;
    margin-top: 1px;
}
.tabular small, .keywordDensity h4 small {
	font-weight: 100;
    text-transform: capitalize;
    color: #b5b5b5;
    font-size: 11px;
}
.redundancy {
    margin: 10px 0 0;
    float: left;
    display: block;
    font-weight: bold;
    color: #F44336;
    font-size: 14px;
}


/* More detail */
.more{
    float: right;
    opacity: 0.6;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    cusor: pointer;
}
.more:hover {
	opacity: 1;
    cursor: pointer;

}



/* Footer */
.footer .colophon {
    float: right;
}
.footer .colophon ul {
    float: left;
    margin: 0;
    padding-left: 0px;
}
.footer .colophon li, .footer .colophon li a {
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
    font-size: 12px;
    color: #b0b0b0 !important;
    font-style: italic;
}
.footer .colophon li a:hover {
	color: black !important;
}

.sidebar {
    float: left;
    width: 15%;
    min-width: 200px;
    position: relative;
}

.sidebar li a {
    color: #8c8c8c !Important;
    color: #a7a7a7 !important;
}
.sidebar li {
    width: 100%;
    float: left;
    padding: 4px 0;
    font-size: 14px;
    color: #8c8c8c !important;
}
.sidebar ul {
    width: 100%;
    list-style: none;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
}
.sidebar li a:hover {
    color: #0a0a0a !important;
    color: white !important;
    text-decoration: underline;
    text-decoration: none;
}
.sidebar h3 {
    margin: 10px 0;
    color: #585858;
    color: white;
    font-size: 16px;
}
.sidebar h4 {
	margin: 0px;
    color: #636363;
    color: white;
    padding: 5px 0;
    font-size: 13px;
}
.sidebar .group ul {
    padding-left: 10px;
    border-left: solid 2px;
}
.sidebar li.group {
    padding: 5px 0;
}







/* v0.5 */
.leftSide {
   padding: 50px 50px;
    float: left;
    position: fixed;
   background-color: white;
    background-color: #121212;
    width: 150px;
    overflow: scroll;
    top:0px;
    bottom: 0px;	
}
.leftSide .branding {
	margin-bottom: 40px;
}
.leftSide .tagline {
    font-style: italic;
    font-size: 12px;
    color: rgb(175, 175, 175);
}
.rightSide {
	float:right;
    width: calc(100% - 250px);
}	
.rightSide #respon, .responseCode {
	width: 70%;
	//width: calc(100% - 370px);
	float:left;
}
.rightSide .branding {
	display: none;
}

.floatingMenu, .mobileMenu {
		display: none;
	}
.mobileMenuLogo {
	display: none;
}
.notice {
    background: #ffda46;
    padding: 3px 0;
    font-size: 14px;
    color: #333;
}



/*
*
*
* v0.5
*
*
*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: initial;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    top: -29px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.density {
    display: block;
    margin-top: 10px;
        width: 400px;
        float: left;
}
.keyword {
    clear: both;
    padding: 2px 0px;
    width: 100%;
    float: left;
}

.keyword div {
    width: 20%;
    float: left;
}
.keyword div:first-child {
    width: 58%;
    padding-left: 2%;
    text-transform: capitalize;
}
.keyword:nth-child(even) {
    background: #f1f1f1;
    float: left;
}
.keyword:first-child {
    background: #ffda46;
    float: left;
    font-weight: bold;
    color: #676867;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.keyword:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tagCloud {
    float: right;
    width: calc(100% - 415px);
    max-height: 260px;
    overflow: scroll;
}
.tagCloud span {
    float: left;
    background: #f1f1f1;
    margin-right: 2px;
    padding: 2px 4px;
    margin-top: 2px;
    border: solid 1px #dedede;
}
.tagCloud h4 {
    position: sticky;
    background: white;
    width: 100%;
    top: 0px;
}
/*
*
*
*
*/
a.footer-link {
    text-decoration: none;
    font-size: 12px;
    color: #595959;
}



@media(max-width:1280px) {
	.rightSide #respon, .responseCode {
    	width: 90%;
	}
	.mobileView {
		display:none !important;
 	}
}


@media (max-width: 980px) {
    .density {
        width: 100%;
}
.tagCloud {
    width: 100%;
    margin-top: 10px;
}
.tagCloud h4 {
    margin-top: 0px; 
}
	.mobileMenuLogo {
	display: block;
	width: 100px;
}
	.mobileMenu {
		display: inline-block;
	}
	.leftSide {
		display: none;
	}
	.rightSide {
		width: 100%;
	}
	.rightSide .branding {
		display: block;
	}
	.notification + .header
	 {
		padding: 30px;
		width: calc(100% - 60px);
		animation: none;
	}
	.output.header,
	.responseCode,
	.rightSide #respon {
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	.logo {
		padding: 10px 0;
	}
	.control {
		clear:both;
	}
	.version {
		float: left;
		text-align: left;
	}
	.branding,
	.mobileMenu {
		float: left;
	}
	.sidebar {
    float: left;
    width: 15%;
    min-width: 150px;
    position: absolute;
    background: white;
    padding: 10px 20px;
    border: solid 1px silver;
   }
  .mobileMenu {
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    right: -1px;
    z-index: 99999;
    float: right;
    display: block;
    height: 30px;
    padding-top: 10px;
	}
   .menuToggle {
    padding: 10px 15px 10px 10px;
    /* padding-right: 15px; */
    background: rgb(241, 241, 241);
    padding-bottom: 5px;
    margin-top: -11px;
    border: solid 1px #f1f1f1;
    margin-right: -1px;
	}
   .menuToggle.active {
   	background: white;
    padding: 10px;
    position: relative;
    z-index: 99999;
    border: solid 1px silver;
    border-bottom: none;
    margin-top: -11px;
    margin-right: -1px;
    padding-right: 15px;
   }
   .menuToggle img {
   	width: 20px;
   }
   .floatingMenu {
    margin-top: -1px !important;
    margin-left: -1px !important;
    box-shadow: 0px 15px 30px 1px rgba(13, 13, 13, 0.3);
    right: 0px;
	}
   
/*
.sidebar.floatingMenu li a {
    text-align: center;
    float: left;
    margin: initial;
    padding: 5px 0 !important;
    width: 100%;
   }
   .sidebar.floatingMenu h3, .sidebar.floatingMenu h4 {
    border-bottom: solid 0px silver;
    padding: 5px 0;
    margin-bottom: 5px;
    margin-top: 5px;
   // background: #8d8d8d;
    //color: #ffffff;
    border-radius: 1px;
}
   */
  .submit {
  	font-weight: bold;
  }
  .submit:hover, .submit:focus  {
    border:solid 1px #ff5124;
    background: #ec5027;
}
    .header + .result {
        padding-left: 0px;
    }
}



@media (max-width: 480px) {
	.logo {
    	width: 150px;
    	padding: 10px 0 10px 0;
   }
	.control {
		height: initial;
	}
	.link {
		width: 100%;
	}
	.link {
    width: 80%;
    min-width: initial;
}
	.url {
    border-radius: 4px;
    padding: 14px 8px;
    width: calc(100% - 16px);
    min-width: initial;
}

	.submit {
    border-radius: 4px;
    margin-top: 0px;
    width: 20%;
    color: white;
    padding: 14px 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
  .submit:hover, .submit:focus  {
    border:solid 1px #ff5124;
    background: #ec5027;
}
	.output.header .sidebar {
    	display: none;
	}
	#respon {
		width: 100%;
	}
	.footer .colophon {
    	width: 100%;
	}
	.footer .colophon ul {
    	width: 100%;
	}
	.footer .colophon li, .footer .colophon li a {
    	width: 100%;
    	text-align: center;
	}
	
	.footer .version {
    	width: initial;
    	margin: 10px auto;
    	text-align: left;
    	padding: 0 15px;
	}
	.footer .colophon li a {
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}
	.notification + .header {
    padding: 15px;
    width: calc(100% - 30px);
    //position: fixed;
    z-index: 9999999;
    animation: none;
}
.output.header, .responseCode, .rightSide #respon {
    padding: 0 15px;
    width: calc(100% - 30px);
    zoom: 0.9;
}
.header, .footer, .output {
    width: calc(100% - 30px);
    float: left;
    margin: 0px;
    padding: 15px;
    background: #f1f1f1;
}
.footer li a, .footer li, .footer .version {
    padding: 0px !important;
}
div#respon, .responseCode {
    margin-top: 10px;
}
.notification + .header {
	BACKGROUND: INITIAL;
	padding-top: 5px;
}
#content {
    min-width: initial;
}
.output.header #content {
    min-width: initial;
    margin-bottom: 10px;
}
}


@media (max-width: 380px) {
	.output img {
    margin-bottom: -2px;
    width: 13px;
}
.output .arrow {
    width: 6px;
    padding: 2px 4px;
}
}































