﻿

body {
    color: black;
    width: 100vw
}

html, body {
    height: 100%;
    overflow: hidden;
    font-family: 'Maven Pro', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #3F51B5;
}

::-webkit-scrollbar-thumb:hover {
        background: #448AFF;
}

.material-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*==============================================
    SCREEN
================================================*/
.screen {
    background: #ffffff;
    min-width: 320px;
    min-height: 100%;
    position: absolute;
    top: 0px; /* Header Height */
    bottom: 20px; /* Footer Height */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-padding-start: 0;
    
    width: 100%;
}

    .screen .toolbar {
        width: 100%;
        box-sizing: border-box;
        background: #3F51B5;
        padding: 1.5em 2em;
        overflow: hidden;
        line-height: 0;
        list-style: none;
        font-family: 'Oxygen', sans-serif;
    }

        .screen .toolbar .toggle:hover {
            cursor: pointer;
        }

        .screen .toolbar .toggle:after {
            content: "";
            position: absolute;
            width: 0px;
            height: 0px;
            left: 35px;
            top: 35px;
            opacity: 1;
            border-radius: 100%;
            background-color: #fff;
            display: block;
        }

        .screen .toolbar .toggle.anim:after {
            transition: all 400ms cubic-bezier(0, 0.7, 0.5, 1);
            width: 70px;
            height: 70px;
            left: 16px;
            top: 2px;
            opacity: 0;
        }

        .screen .toolbar .toggle .arrow,
        .screen .toolbar .toggle .menu {
            line-height: 0;
            float: left;
        }

            .screen .toolbar .toggle .arrow img,
            .screen .toolbar .toggle .menu img {
                height: 25px;
                transition: opacity .3s ease, transform .5s ease;
                opacity: 1;
            }

            .screen .toolbar .toggle .arrow .out,
            .screen .toolbar .toggle .menu .out {
                opacity: 0;
                transition: opacity .3s ease, transform .5s ease;
                transform: rotate(360deg);
                transform-origin: center center;
            }

        .screen .toolbar .heart,
        .screen .toolbar .add,
        .screen .toolbar .search,
        .screen .toolbar .download,
        .screen .toolbar .trash {
            float: right;
            top: 14vh;
            line-height: 0;
            padding-left: 1em;
            position: relative;
            cursor: pointer;
        }

            .screen .toolbar .heart img,
            .screen .toolbar .add img,
            .screen .toolbar .search img,
            .screen .toolbar .download img,
            .screen .toolbar .trash img {
                height: 25px;
                transition: all .5s ease;
                opacity: 1;
                transform: scale(1);
            }

            .screen .toolbar .heart .hide,
            .screen .toolbar .add .hide,
            .screen .toolbar .search .hide,
            .screen .toolbar .download .hide,
            .screen .toolbar .trash .hide {
                transition: all .5s ease;
                opacity: 0;
                transform: scale(0);
                transform-origin: center center;
            }

        .screen .toolbar .icons-pull-right {
            position: absolute;
            right: 0;
            padding-right: 2em;
        }

        .screen .toolbar .icons-pull-left {
            position: absolute;
            left: 0;
            padding-left: 2em;
        }

        .screen .toolbar.no-trans .menu,
        .screen .toolbar.no-trans .arrow {
            transition: none;
        }
/*==============================================
    MENU
================================================*/
.menu {            
        float:right;
        cursor: pointer;
        z-index:1000;
}

.menu-list {
        list-style-type: none;           
        text-align:right;
        display:none;
}

.menu-list li {
        padding-top:0.4vh;
        padding-bottom:0.4vh;            
}

.menu-button-container {       
        padding-left: 1.5vh;
        padding-right: 1.5vh;
}

.blur {
    position: relative;
    z-index: -2;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
}

h1, h2, h3, h4 {
    color: #ffffff;
}

h2, h4 {
}

.button-container {
    text-align: center;
}

fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 2px;
    margin-left: 2px;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 4px;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 60%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 2px 2px 1px;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
    /*padding-left:25%;*/
}

.form-group .control-label {
    position: absolute;
    top: 5px;
    pointer-events: none;
    /*padding-left: 2px;*/
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.28s ease;
    /*padding-left:27%;*/
}

.form-group .bar {
    position: relative;
    border-bottom: 1px solid #999;
    display: block;
    width: 60%;
}

.form-group-container {
    position: absolute;
    top: 35vh;
    left: 33.5vw;
    width: 50vw;
    height: -webkit-device-height;
}

.form-group .bar:before, .form-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: -1px;
    position: absolute;
    background: #337ab7;
    transition: all 0.28s ease;
    z-index: 2;
}

.form-group .bar:before {
    left: 50%;
}

.form-group .bar:after {
    right: 50%;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 2px 2px 1px;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    transition: all 0.28s ease;
    box-shadow: none;
}

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select,
    .form-group input:focus,
    .form-group input:valid,
    .form-group input.form-file,
    .form-group input.hasValue,
    .form-group textarea:focus,
    .form-group textarea:valid,
    .form-group textarea.form-file,
    .form-group textarea.hasValue {
        color: #fff;
    }

        .form-group select ~ .control-label,
        .form-group input:focus ~ .control-label,
        .form-group input:valid ~ .control-label,
        .form-group input.form-file ~ .control-label,
        .form-group input.hasValue ~ .control-label,
        .form-group textarea:focus ~ .control-label,
        .form-group textarea:valid ~ .control-label,
        .form-group textarea.form-file ~ .control-label,
        .form-group textarea.hasValue ~ .control-label {
            font-size: 0.8rem;
            color: #fff;
            top: -2rem;
            left: 0.3rem;
        }

        .form-group select:focus,
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
        }

            .form-group select:focus ~ .control-label,
            .form-group input:focus ~ .control-label,
            .form-group textarea:focus ~ .control-label {
                color: #337ab7;
            }

            .form-group select:focus ~ .bar:before, .form-group select:focus ~ .bar:after,
            .form-group input:focus ~ .bar:before,
            .form-group input:focus ~ .bar:after,
            .form-group textarea:focus ~ .bar:before,
            .form-group textarea:focus ~ .bar:after {
                width: 50%;
            }

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

    .checkbox .helper {
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
        width: 1rem;
        height: 1rem;
        z-index: 0;
        border: 2px solid currentColor;
        border-radius: 1px;
        transition: all 0.28s ease;
    }

    .checkbox label:hover .helper {
        color: #337ab7;
    }

    .checkbox input:checked ~ .helper,
    .checkbox input.checked ~ .helper {
        color: #337ab7;
        top: -0.33333rem;
        left: -0.33333rem;
        width: 0.8rem;
        height: 1.3rem;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(40deg);
        backface-visibility: hidden;
        transform-origin: 100% 100%;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 1rem;
    }

    .form-group.has-error .control-label,
    .form-group.has-error .form-help,
    .checkbox.has-error .form-help,
    .radio.has-error .form-help,
    .form-radio.has-error .form-help {
        color: #d9534f !important;
    }

.has-error .bar:before, .has-error .bar:after {
    background: #d9534f;
    width: 50%;
}

.has-error .legend {
    color: #d9534f !important;
}

.button {
    position: relative;
    background: #3F51B5;
    border: 1px solid #3F51B5;
    width: 64%;
    left: -21%;
    padding: 0.75rem 3rem;
}

    .button span {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .button:hover {
        color: #3F51B5;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }

    .button:active:before, .button:focus:before {
        transition-duration: 1.12s;
        transform: translate(-50%, -50%) scale(1);
    }

    .button:focus {
        outline: none;
    }


/* Radio Button Styles */

.radio {
    margin-bottom: 15px;
    position: relative;
    width: auto;
}

    .radio label {
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 100%;
        cursor: pointer;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

        .radio label:after {
            background: #333;
            border-radius: 100%;
            content: "";
            height: 14px;
            left: 2px;
            opacity: .25;
            position: absolute;
            top: 2px;
            transition: opacity 100ms ease-in;
            width: 14px;
        }

        .radio label:hover::after {
            opacity: .5;
        }

    .radio input[type="radio"]:checked + label:after {
        opacity: 1;
    }

#subjectForm {
}

.favorites {
    font-size: 1rem;
}

.messages-wrapper {
    padding-top: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0 none;
}

.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: absolute;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.message.to {
    background-color: #2095FE;
    color: #fff;
    margin-top: 0px;
    left: -23%;
    margin-left: 25%;
}

.message.from {
    background-color: #2095FE;
    color: #fff;
    margin-top: 0px;
    left: -19%;
    margin-left: 25%;
}

    .message.to + .message.to,
    .message.from + .message.from {
        margin-top: -7px;
    }

.message:before {
    border-color: #2095FE;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -50px;
    width: 30px;
    z-index: -1;
}

.message.from:before {
    border-color: #E5E4E9;
    left: -50px;
    transform: rotateY(180deg);
}



@-moz-keyframes add {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes add {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes add {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.div-link {
    cursor: pointer;
    text-decoration: solid;
    color: #2196f3;
}

    .div-link:hover {
        color: #512DA8;
    }

.account {
    position: absolute;
    top: 10px;
    right: 1%;
}

.account-link {
    margin: 10px;
    color: #fff;
    text-decoration: none;
}

    .account-link:hover {
        text-decoration: none;
        color: #2196f3;
    }

.black-text {
    color: #000;
}

.theme-text {
    color: #2196f3;
}

.editor {
    height: 100vh;
    width: 100vw;
    bottom: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}

.btn-is-disabled {
    pointer-events: none;
    /* Disables the button completely. Better than just cursor: default; */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.accent{
    position:absolute;
    background-image:url('../Images/accent.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    z-index:0;
    height:100vh;
    width:100vw;
}

#frame {
    width: 100vw;
    height: 97vh;
    position: fixed;
    top: 6.5vh;
    border:none;
}

#call {
    position: absolute;
    top: 0;
    z-index: 600;
}

.no-deco-black {
    color: #000;
    text-decoration: none;
    cursor:pointer;
}

    .no-deco-black:hover {
        color: #000;
        text-decoration: none;
    }

    .no-deco-black:visited {
        color: #000;
        text-decoration: none;
    }

    .no-deco-black:focus {
        color: #000;
        text-decoration: none;
    }

    .no-deco-black:active {
        color: #000;
        text-decoration: none;
    }

.no-deco {
    color: #fff;
    text-decoration: none;
    cursor:pointer;
}

    .no-deco:hover {
        color: #fff;
        text-decoration: none;
    }

    .no-deco:visited {
        color: #fff;
        text-decoration: none;
    }

    .no-deco:focus {
        text-decoration: none;
    }

    .no-deco:active {
        color: #fff;
        text-decoration: none;
    }

.no-deco-blue {
    color: #01B7D4;
    text-decoration: none;
}

    .no-deco-blue:hover {
        color: #01B7D4;
        text-decoration: none;
    }

    .no-deco-blue:visited {
        color: #01B7D4;
        text-decoration: none;
    }

    .no-deco-blue:focus {
        color: #01B7D4;
        text-decoration: none;
    }

    .no-deco-blue:active {
        color: #01B7D4;
        text-decoration: none;
    }


.bar-seperator{
    height:2px;
    display:flex;
}
#sep-1{   
    width:43%;
    height:100%;
    float:left;
    background-color:#01B7D4;
}
#sep-2{
    width:43%;
    height:100%;
    background-color:#F37029;
}
#sep-3{
    width:16%;
    height:100%;
    background-color:#8C1670;
    float:right;
}
.top-bar{
    position:relative;
    left:10vw;
    width:80vw;
    top:14vh;
}



/*Desktop*/
@media (min-device-width: 1200px) {
    .message-heading {
        color: #000;
        position: absolute;
        top: 8vh;
        left: 0;
        z-index: 900;
        font-size: 78em;
        font-weight:bolder;
        width: 100%;
        text-align: center;
    }

    .menu-list-show {
            background-color:rgba(140, 22, 112, 0.70);
            color:#000;
            list-style-type: none;
            margin-top: 1%;
            padding-left: 0.6vw;
            padding-right: 0.6vw;
            border-radius: 5%;
            font-size: smaller;
            font-family: Helvetica, Verdana, sans-serif;
            position:absolute;
            right:10vw;
            top: 8vh;
            text-align:right;
            display:block;
            z-index:2000;
        }

    .menu-container{
        position: relative; 
        top:3.5vh; 
    }
}

#loader-container{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.80);
    z-index:1100;
	transition: all .2s ease;
    display:none;
}


.loader1{
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid  rgba(255,255,255, .7);

	top: 28%;
	top: -webkit-calc(50% - 43px);
	top: calc(50% - 43px);
	left: 35%;
	left: -webkit-calc(50% - 43px);
	left: calc(50% - 43px);

	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	-webkit-animation: loader1 3s linear infinite;
			animation: loader1 3s linear infinite;
}

.loader1:after{
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #fff;
}

@-webkit-keyframes loader1{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader1{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}


@media (min-device-width: 768px)  {
    .message-heading {
        position: absolute;
        top: 8vh;
        left: 0;
        color: #000;
        z-index: 900;
        font-size: large;
        width: 100%;
        text-align: center;
    }

    .menu-container{
        position: relative; 
        top:2.4vh; 
        z-index:901;
    }
    
    .menu-list-show {
            background-color:rgba(140, 22, 112, 0.70);
            color:#000;
            list-style-type: none;
            margin-top: 1%;
            padding-left: 0.6vw;
            padding-right: 0.6vw;
            border-radius: 5%;
            font-size: smaller;
            position:absolute;
            right:10vw;
            top: 9.3vh;
            text-align:right;
            display:block;
            z-index:2000;
        }

    #frame {
        width: 100vw;
        height: 97vh;
        position: fixed;
        top: 14vh;
        border:none;
    }
}

@media screen and (max-device-width: 767px) {
    .message-heading {
        position: absolute;
        top: 8vh;
        left: 0;
        color: #000;
        z-index: 900;
        font-size: large;
        width: 100%;
        text-align: center;
    } 
   
     .menu-container{
        position: relative; 
        top:1.2vh; 
        z-index:901;
    }
    
    .menu-list-show {
            background-color:rgba(140, 22, 112, 0.70);
            color:#000;
            list-style-type: none;
            margin-top: 1%;
            padding-left: 0.6vw;
            padding-right: 0.6vw;
            border-radius: 5%;
            font-size: smaller;
            position:absolute;
            right:10vw;
            top: 12vh;
            text-align:right;
            display:block;
            z-index:2000;
        }

    #frame {
        width: 100vw;
        height: 97vh;
        position: fixed;
        top: 5vh;
        border:none;
    }
}

@media (max-device-width: 480px) {
    .message-heading {
        position: absolute;
        top: 8vh;
        left: 0;
        color: #000;
        z-index: 900;
        font-size: small;
        width: 100%;
        text-align: center;
    }

    .menu-container{
        position: relative; 
        top:1.2vh; 
        z-index:901;
    }
    
    .menu-list-show {
            background-color:rgba(140, 22, 112, 0.70);
            color:#000;
            list-style-type: none;
            margin-top: 1%;
            padding-left: 0.6vw;
            padding-right: 0.6vw;
            border-radius: 5%;
            font-size: smaller;
            position:absolute;
            right:10vw;
            top: 12vh;
            text-align:right;
            display:block;
            z-index:2000;
        }

    #frame {
        width: 100vw;
        height: 97vh;
        position: fixed;
        top: 14vh;
        border:none;
    }
}

@media (max-device-width: 320px) {
    .message-heading {
        position: absolute;
        top: 8vh;
        left: 0;
        color: #000;
        z-index: 900;
        font-size: small;
        width: 100%;
        text-align: center;
    }

    .menu-container{
        position: relative; 
        top:0.4vh; 
        z-index:901;
    }
    
    .menu-list-show {
            background-color:rgba(140, 22, 112, 0.70);
            color:#000;
            list-style-type: none;
            margin-top: 1%;
            padding-left: 0.6vw;
            padding-right: 0.6vw;
            border-radius: 5%;
            font-size: smaller;
            position:absolute;
            right:10vw;
            top: 12.8vh;
            text-align:right;
            display:block;
            z-index:2000;
        }

    
    .button {
        position: relative;
        background: #3F51B5;
        border: 1px solid #3F51B5;
        width: 74%;
        left: -21%;
        padding: 0.75rem 3rem;
    }
}
