﻿html {
    height: 100%;   
}

html, body {    
    min-height: 100%;    
}

a:hover, a:hover [class^=fa] {
    color: white;
    text-decoration: none;
}

select {
    background-color: #202224;
    color: #BFC7C9;
    border: none; 
    font-size: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAEAgMAAAAoil0nAAAADFBMVEUAAAC9xce9xce9xcelDlDuAAAAA3RSTlMAGAaRDvmyAAAAGklEQVQI12P4/5eBgaH+G5CYfwNIqCcwMAAARk4FcEISc4oAAAAASUVORK5CYII=);
}

select:focus {
    border: none;
}

.Sidebar .Button {
    font-size: 11px;
}


.Sidebar {    
    background: #e6eaeb;
    position: fixed;
    
    right: 0;
    display: inline-block;
    width: 20%;
    min-width: 300px;
    top: 0px;
    bottom: -2px;
    padding: 20px;
    transition: all .5s ease;
    opacity:1;
    box-shadow: 0px 0px 6px 0px #222;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #384142;
    z-index: 6;
}

.SidebarToggle {
    height: 128px;
    position: absolute;
    width: 50px;
    border-radius: 25px 0 0 25px;
    top: 50%;
    left: -50px;
    box-shadow: -9px 0px 15px 0px rgba(0,0,0,0.2);
    background: #e6eaeb;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.Sidebar .Text_Note {
    font-family: Helvetica, Arial, sans-serif;
    text-size: 12 px;
    line-height: 15px;
    color: #79868a;
    margin-bottom: 3px;   
}

.SidebarToggle > a .fa {
    color: #888;
}

.SidebarToggle .fa-angle-double-left {
    display: none;
}

.Sidebar.collapsed .SidebarToggle .fa-angle-double-right {
    display: none;
}

.Sidebar.collapsed .SidebarToggle .fa-angle-double-left {
    display: inline-block;
}

.Sidebar.collapsed {
    transform: translatex(100%);
}

.Sidebar.collapsed:after {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.Sidebar:after {
    content: "Try it on your device";
    color: white;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: -220px;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
    top: 50%;
    -webkit-transform:  translateY(-50%);
    transform:  translateY(-50%);
    opacity: 0;
}

@media screen and (max-width: 1700px) {
    .Sidebar:after,
    .Sidebar.collapsed:after {
       opacity: 0;
    }
}

.Sidebar a:hover, .Sidebar a:hover [class^=fa] {
    color: #333;
    text-decoration: none;
}

.Sidebar a, .Sidebar a:link, .Sidebar a:visited {
    color: #0088CC;
}
.Sidebar img {
    opacity:0.9;
}

.Sidebar img:hover {
    opacity:1;
}

.Sidebar div.Card { 
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
}

.Sidebar div.Card img {
    vertical-align: middle;   
    border-radius: 5px;
}

.Sidebar .ActionButton {
    margin: 20px 0px;
}

.Sidebar .GrayIcons {
    color: #888;   
}

.screenshot {
  border-bottom: 1px solid #ccc;
  width:160px;
}

.screenshot.small {
  width:100px;
}
.small {
    font-size: 12px;
}


input[type=radio],
input[type=checkbox] {
    vertical-align: middle;
    padding: 0px;
    margin-right: 5px;
}

input[type=checkbox].Toggle {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 50px;
    background: transparent;
    border: none;
}

input[type=checkbox].Toggle:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 50px;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #88B23A;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #999;
}

input[type=checkbox].Toggle:after {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0px;
    border-radius: 5px;
    background: white;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input[type=checkbox].Toggle:checked:before {
    width: 50px;
    background: #88B23A;
}

input[type=checkbox].Toggle:checked:after {
    left: 20px;
    box-shadow: inset 0 0 0 1px #88B23A, 0 2px 4px rgba(0,0,0,.2);
}

.DevicesComboBox {
    box-shadow: none;
}

.DevicesDropdown, .RotateButton, .PopOutButton {
    background-color: #202224;
}

.RotateButton {
    border-radius: 0 8px 8px 0;
}

.PopOutButton {
    border-radius: 8px;
    width: 40px;
}