/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

::-webkit-scrollbar {
    width: 6px!important
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(46, 63, 159, 0.4)
}

*::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, 0.8)
}

html,
body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

.head {
    margin: auto;
    background: url("../images/header.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.mdl-head .mdl-layout__header-row {
    height: 400px;
    padding-left: 40px;
}

.logo {
    margin: auto;
    margin-top: 10px;
    background: url("../images/Legacy.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    height: 100%;
}

.mdl-head .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl-head .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-head .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-head .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-head .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-head .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-head .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.mdl-head .mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl-head .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    background-color: white;
    height: 4px;
}

.mdl-head main > .mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 48px;
}

.mdl-head .mdl-card {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mdl-head .mdl-card > * {
    height: auto;
}

.mdl-head .mdl-card .mdl-card__supporting-text {
    margin: 10px 40px 10px 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}

.mdl-head.mdl-head .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-head .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

.mdl-head .mdl-card__actions a {
    color: #00BCD4;
    margin: 0;
}

.mdl-head .mdl-card__actions a:hover,
.mdl-head .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl-head .mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-head #share-toggle {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 999;
}

.mdl-head .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-head section.section--center {
    max-width: 860px;
}

.mdl-head #features section.section--center {
    max-width: 620px;
}

.mdl-head section > header {
    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;
}

.mdl-head section > .section__play-btn {
    min-height: 200px;
}

.mdl-head section > header > .material-icons {
    font-size: 3rem;
}

.mdl-head section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl-head section .section__circle {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.mdl-head section .section__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
}

.mdl-head section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}

.mdl-head section .section__text a {
    text-decoration: none;
}

.mdl-head section .section__circle-container > .section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

.mdl-head section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl-head .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl-head section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl-head section.section--center .section__text:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl-head .mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl-head .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl-head #features section {
    margin-bottom: 72px;
}

.mdl-head #features h4,
#features h5 {
    margin-bottom: 16px;
}

.mdl-head .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mdl-head .toc h4 {
    font-size: 0.9rem;
    margin-top: 0;
}

.mdl-head .toc a {
    color: #4DD0E1;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mdl-head .mdl-menu__container {
    z-index: 99;
}

.background-menu-lower-right {
    background: white;
    height: 148px;
    width: 100%;
}

.bar-menu-lower-right {
    box-sizing: border-box;
    position: relative;
    color: black;
    height: 64px;
    width: 100%;
    padding: 16px;
}

.wrapper-menu-lower-right {
    box-sizing: border-box;
    position: absolute;
    right: 8px;
    top: 8px;
}

.mdl-menu > a {
    text-decoration: none;
}

.mdl-card-square.mdl-card {
    width: 799px;
    height: 600px auto;
}

.mdl-card > .mdl-card__title {
    height: 220px;
}

.mdl-card-square > .mdl-card__title {
    color: #fff;
    background: url('../images/free-vector-server-clip-art_116407_Server_clip_art_hight.png') bottom right 15% no-repeat #3F51B5;
}

.ashish {
    background: url('../images/users/ashish.jpg') bottom right 45% no-repeat #3F51B5;
}

.deepak {
    background: url('../images/users/deepak.jpg') bottom right 45% no-repeat #3F51B5;
}

.karanraj {
    background: url('../images/users/karanraj.jpg') bottom right 50% no-repeat #3F51B5;
    background-size: cover;
}

.hafeez {
    background: url('../images/users/hafeez.png') bottom right 45% no-repeat #3F51B5;
}

.rohan {
    background: url('../images/users/rohan.jpg') bottom right 45% no-repeat #3F51B5;
}

.lukasz {
    background: url('../images/users/lukasz.jpg') bottom right 45% no-repeat #3F51B5;
}

.saatvik {
    background: url('../images/users/saatvik.jpg') top right 45% no-repeat #3F51B5;
}

.sanyam {
    background: url('../images/users/sanyam.jpg') top right 45% no-repeat #3F51B5;
}

.sarthak {
    background: url('../images/users/sarthak.jpg') bottom right 45% no-repeat #3F51B5;
}

.shivam {
    background: url('../images/users/shivam.jpg') bottom right 45% no-repeat #3F51B5;
}

.soham {
    background: url('../images/users/soham.jpg') top right 45% no-repeat #3F51B5;
}

.sudhanshu {
    background: url('../images/users/sud.jpg') bottom right 45% no-repeat #3F51B5;
}

.swapnil {
    background: url('../images/users/swapnil.jpg') top right 45% no-repeat #3F51B5;
}

.sourav {
    background: url('../images/users/sourav.jpg') top right 45% no-repeat #3F51B5;
}

.vatsal {
    background: url('../images/users/vatsal.jpg') bottom right 45% no-repeat #3F51B5;
}

.vikram {
    background: url('../images/users/vikram.jpg') bottom right 45% no-repeat #3F51B5;
}

.jack {
    background: url('../images/users/jack.jpg') bottom left 1% no-repeat #3F51B5;
}

.rc {
    color: #008042
}

.rd {
    color: #FF8C00
}

.rt {
    color: #0000FF
}

.mod {
    color: #4B0082
}

.serverprogress {
    width: 100%;
}

.serverprogress-supporting {
    font-weight: 600;
    margin: 10px;
    float: right;
}

.aicp {
    height: 150px;
    width: 150px;
    padding: 1px;
    padding-left: 5px;
    padding-top: 5px;
    position: absolute;
    left: 0px;
}

.mdl-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serverCard {
    width: 350px;
    max-width: 100%;
    height: 700px;
    max-height: 100%;
}

.serverTitle {
    color: #fff;
    background:url('../images/free-vector-server-clip-art_116407_Server_clip_art_hight.png') bottom right 15% no-repeat #3F51B5;
    background-color: #3F51B5;
    background-repeat: no-repeat;
    background-size: contain;
}

.servertext {}

.servertext::after {
    content: "";
    background-color: lightgray;
    width: 85%;
    height: 1px;
    margin: 25px auto 0 auto;
    display: block;
    text-align: center;
}

@media (max-width: 1200px) {
    .mdl-cell--3-col {
        width: calc(33.33333% - 16px);
    }
}

@media (max-width: 1000px) and (min-width: 520px) {
    .mdl-cell--3-col {
        width: calc(50% - 16px);
    }
}

@media (max-width: 630px) {
    .mdl-cell--3-col {
        width: calc(100% - 16px);
    }
}

.mdl-card__supporting-text {
    text-align: center;
}