﻿body {
    margin:0;
    background-color: #0C1E2E;
    
	font-family: 'Open Sans', sans-serif;
    font-size: .85em;
    color: white;
}

header, footer, nav, section {
    display: block;
}

a {
    padding-left: 3px;
    padding-right: 3px;

    color: white;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: white;
    }

input[placeholder] { text-overflow: ellipsis; color:#aaa !important; }
::-webkit-input-placeholder { text-overflow: ellipsis; color:#aaa !important; }
::-moz-placeholder { text-overflow: ellipsis; color:#aaa !important; } /* firefox 19+ */
:-ms-input-placeholder { text-overflow: ellipsis; color:#aaa !important; } /* ie */
input:-moz-placeholder { text-overflow: ellipsis; color:#aaa !important; }

input[disabled] {
    background-color:#e1e8ed;
    border: 1px solid rgb(153, 153, 153);
}


.mgl-content {
    padding-bottom: 50px;
    background-color: #FFF;

    font-size: 18px;
    color: #677280;
}

.mgl-content h1 {
    padding-top: 10px;

    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.noDisplay {
    display: none;
}

.superscript {
    vertical-align: super;
    font-size: 60%;
}

.textCenter {
    text-align:center;
}

.responsiveMobile {
    display:none;
}

@media (max-width: 768px) {
    .responsiveDesktop {
        display: none!important;
    }

    .responsiveMobile {
        display: block;
    }
}

img {
    border-style: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
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;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.message {
    color: #fafafa;
    background: darkorange;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Utils
-----------------------------------------------------------*/
.alignRight {
    text-align:right;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

/* Colors
-----------------------------------------------------------*/

.whiteBackground {background-color:white;}
.greyBackground {background-color:#E2E2E2;}
.whiteBackgroundHover:hover {background-color:white;}
.whiteColorHover:hover {color:white!important;}
.specialWhiteColorHover:hover .specialWhiteColorHover {color:white!important;}

.blueBackground, .specialBlueBackground {background-color:  rgb(35, 51, 66);} /*#02B8FA;*/
.blueBackgroundHover:hover {background-color:  #02B8FA;}
.blueBackgroundHover:hover .specialBlueBackground {background-color:rgb(35, 51, 66)!important;} /*#0C1E2E!important*/
.blueBackgroundHover:hover .specialBlueColor {color: #02B8FA;}  
.blueColor {color: #02B8FA!important;}

.dackBlueBackground  {background-color: #0C1E2E;} 

.lightGrayBackground {background-color: #D5D5D5;}

.mediumGrayColor {color:#677280!important;}   

.dackGrayBackground {background-color: #797979;}
.darkGrayColor {color : darkgray!important;} 
.darkGrayColor2 {color : #333;}

.orangeBackgroundHover:hover, .specialOrangeBackground {background-color: #FA9702;}
.orangeBackgroundHover:hover .specialOrangeBackground {background-color:#550707!important} 
.orangeBackgroundHover:hover .specialOrangeColor {color: #FA9702;}

.blackAndWhite {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.blackAndWhite:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: initial;
    -webkit-filter: grayscale(0);
}

/* Box
-----------------------------------------------------------*/

.yellowBox {
    width: 90%;
    margin: 20px auto 60px auto;
    padding: 20px 10px;
    border-bottom: 1px solid #DDD;
    background-color: #F89F2E;
    color: #FFF;
    text-align: center;
}

/* Error
-----------------------------------------------------------*/
.error-container {
    text-align: center;
    color: black;
}


#error {
    text-align: center;
}

#error img {
    width: 100%;
}

#desktopError {
}

#mobileError {
    display:none;
}

#errorHeader {
    width:100%;
    position: absolute;
    top: 120px;
    z-index: 2;
}

#errorHeader h1, #errorHeader h2 {
    color: #fff;
    text-shadow: black 1px 1px 10px;
    margin: 0;
}

@media (max-width: 800px) {    
    #errorHeader {
        top: 100px;
    }

    #desktopError {
        display:none;
    }

    #mobileError {
        display:block;
    }
}

/* Social Contact
-----------------------------------------------------------*/

#socialContact {
    margin-top: 15px;
    text-align: center;
}

#socialContact img {
    width: 120px;
}

/* Newsletter
-----------------------------------------------------------*/

#newsletter {
    display:inline-block;
    max-width: 300px;
    height: 120px;
    margin-bottom: 60px;
    padding-right: 10px;

    background-color: #2A99C5;
    color: #fff;
    font-size: 17px;
    font-weight: bold;

    vertical-align: top;
}

#newsletter table {
    height: 120px;
}

#newsletter td {
    vertical-align:middle;
    text-align:center;
}

#newsletter img {
    width: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

#loaderImg {
    width: 20px!important;
    margin-left: 40px!important;
    margin-right: 40px!important;
}

#newsletter input {
    width: 150px;
    height: 20px;
    font-size: 16px;
}

#newsletter input[type="submit"] {
    width: 100px;
    height: 30px;

    background: #383D47;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#newsletter input[type="submit"]:hover {
    background-color: #3E4552;
}

#newsletterSubscribe {
    padding: 0 0 40px 0;
}

#newsletterSubscribeHeader {
    width: 100%;
    min-height: 200px;
    padding-bottom: 20px;

    background: url(/Images/mgl-13.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    text-align: center;
}

#newsletterSubscribeHeader h1 {
    color: #fff;
    text-shadow: black 1px 1px 10px;
    margin: 0;
}

.newsletterSubscribeVignette {
    width: 300px;
    margin: 20px auto;
    padding: 7px;
    vertical-align: top;

    text-align: justify;

    background-color: rgba(221, 221, 221, 0.81);    
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5);
    color: #4B4B4B;
}

.newsletterSubscribeVignette h2{
    margin-top: 0;
    text-align: center;
}

#newsletterSubscribeForm h3 {
    margin-top: 0;
}

#newsletterSubscribeForm p {
    margin: 0;
}

#newsletterSubscribeForm input {
    width: 150px;
    height: 20px;
    font-size: 16px;
    margin-bottom : 5px;
    margin-left : 5px;
}

#newsletterSubscribeForm input[type="submit"] {
    width: 100px;
    height: 30px;
    background: #383D47;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#newsletterSocialContact {
    color: #677280;
    text-align : center;
}

#newsletterSocialContact a img {
    width: 70px;
    margin: 5px;

    -moz-box-shadow: 5px 5px 5px 0px #656565;
    -webkit-box-shadow: 5px 5px 5px 0px #656565;
    -o-box-shadow: 5px 5px 5px 0px #656565;
    box-shadow: 5px 5px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* Header
-----------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 3px 5px 5px 5px;
}

#header #logo img {
    margin-top: 3px;
    height: 35px;
}

#header #logoMobile {
    display:none;
}

#header table {
    width: 100%;
}

#header .sideTD {
    width: 180px;
}

#header .middleTD {
    text-align: center;
}

#header .middleTD form {
    width: 257px;
    margin: 0 auto;
    background-color: #383D47;
    padding: 4px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#header .middleTD form:hover {
    background-color: #3E4552;
}

#header .middleTD input[type=search] {
    width: 220px;
    height: 30px;
    font-weight: bold;
    font-size: larger;
    color:black !important;
}

#header .middleTD input[type=image] {
    height: 28px;
    margin-left:3px;
    vertical-align: middle;
}

#header #profilPicture {
    max-height:33px;
    max-width:33px;
    vertical-align: middle;
}

#header .headerIcon {
    max-height:25px;
    max-width:25px;
    margin-right: 5px;
    vertical-align: middle;
}

#header .menuIcon {
    max-height: 18px;
    max-width: 18px;
    margin-left: 5px;
    vertical-align: bottom;
}


/* Footer
-----------------------------------------------------------*/
#footer {
    clear: both;
    padding: 10px 0px 10px 0px;

    text-align: center;
    font-size: 9pt;
}


/* Content
-----------------------------------------------------------*/

.banner {
    overflow: hidden;
    max-height: 200px;
}

.banner img {
    width:100%;
}

#content {
    min-height: 400px;
    margin-top: 97px;
    overflow: hidden;
}

.contentDiv {
    min-height: 400px;
    padding-left: 20px;
}

.contentDiv  h2 {
    padding-top: 25px;
    font-size: 30px;
    margin-top: 0;
}

.contentDiv  td {
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.lightBox {
    background-color: white;
    color: #677280;
}

.lightBox2 {
    background-color: #EBEBEB;
    color: #677280;
}

.lightBox, .lightBox2 {
    padding:20px 0 30px 0;
}

.lightBox h1, .lightBox h2, 
.lightBox2 h1, .lightBox2 h2 {
    margin-top: 0;
    text-align:center;
}

.lightBox h1, .lightBox2 h1 {
    margin-bottom:0px;
    font-size: 29px;
}

.lightBox h2, .lightBox2 h2 {
    margin-bottom:30px;

    font-weight:normal;
    font-size: 20px;
}

.lightBox h3, .lightBox2 h3 {
    font-weight:bold;
    font-size: 18px;
}

.lightBox p, .lightBox2 p {
    margin-top:0;
    margin-bottom:0;
}

.lightBox h3, .lightBox2 h3,
.lightBox p, .lightBox2 p {
    padding-left:18px;
}

.lightBox h4, .lightBox2 h4 {
    margin-top:30px;
    margin-bottom:0;

    font-size: 21px;
    text-align:center;
}


.boxImage {
    text-align:center;
}

.boxImage img {
    max-width: 90%;
    max-height: 300px;

    -moz-box-shadow: 5px 5px 5px 0px #656565;
    -webkit-box-shadow: 5px 5px 5px 0px #656565;
    -o-box-shadow: 5px 5px 5px 0px #656565;
    box-shadow: 5px 5px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

.boxMockup {
    text-align:center;
}

.boxMockup img {
    max-width: 95%;
    max-height: 300px;
}

#homeMGL {
    text-align:center;
}

#homeMGL img {
    width: 80%;
}

#homeMGL > div {
    margin-top: 30px;
    margin-bottom: 40px;
}

#homeWhyMGL .boxImage, #homeWhyMGL .boxMockup, #homeWhyMGL .boxContent {
    display:inline-block;
    width: 49%;
    vertical-align:middle;

    font-size:17px;
}

#homeWhyMGL h1 {
    margin-bottom: 30px;
}

#homeWhyMGL  h3 {
    margin-top:10px;
    margin-bottom:0;
}

#homeWhyMGL  p {
    margin-bottom:25px;
}

#trusts {
    width: 90%;
    height: 80px;
    margin: 10px auto;
    padding: 2px 10px 15px 2px;
    overflow: hidden;

    background-color: #FFF;

    border: 1px solid #CCC;
    border-left: none;
    border-right: none; 
}

#homeWhyMGL .bx-wrapper, #homeWhyMGL .bx-viewport {
    height:80px!important;
}

#homeSearch {
    padding: 25px 0;
    background-color:#F1B24F;    
    text-align:center;
}

#homeSearch input[type="search"] {   
    height: 40px;
    width:60%;    
    padding: 0;
    margin: 0;

    font-weight: bold;
    font-size: larger;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#homeSearch input[type="image"] {   
    height: 40px;
    margin-top:-4px;
    padding: 0;
    vertical-align: middle;

    background-color:#E46A5D;
}

#homeFooter {
    overflow:hidden;
    margin:0;
    padding:25px 0 25px 0;
}


#homeApps, #homeLoggin, #homeEvents {
    display:inline-block;
    width:33.333%;
    height: 100%;
    margin:0 -3px -4px 0;
    padding:0;
    vertical-align:top;
}

#homeApps h3, #homeLoggin h3, #homeEvents h3 {
    width:80%;
    margin: 10px auto;
    padding: 10px;

    font-weight:bold;
    font-size:20px;
}


#homeApps {
    text-align: center;
}

    #homeApps a .hoveredAppImg {
        width: 70px;
        margin: 5px;
        -moz-box-shadow: 5px 5px 5px 0px #656565;
        -webkit-box-shadow: 5px 5px 5px 0px #656565;
        -o-box-shadow: 5px 5px 5px 0px #656565;
        box-shadow: 5px 5px 5px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #homeApps .hoveredAppImg:hover {
        -moz-box-shadow: 3px 3px 3px 0px #656565;
        -webkit-box-shadow: 3px 3px 3px 0px #656565;
        -o-box-shadow: 3px 3px 3px 0px #656565;
        box-shadow: 3px 3px 3px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=3);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

#homeLoggin {
    border-left: 6px solid #D8D9DA;
    border-right: 6px solid #D8D9DA;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    text-align: center;
}

    #homeLoggin a {        

        -moz-box-shadow: 5px 5px 5px 0px #656565;
        -webkit-box-shadow: 5px 5px 5px 0px #656565;
        -o-box-shadow: 5px 5px 5px 0px #656565;
        box-shadow: 5px 5px 5px 0px #656565;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    }

    #homeLoggin a:hover {        

        -moz-box-shadow: 2px 2px 2px 0px #656565;
        -webkit-box-shadow: 2px 2px 2px 0px #656565;
        -o-box-shadow: 2px 2px 2px 0px #656565;
        box-shadow: 2px 2px 2px 0px #656565;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=2);
    }

#homeEvents {
    text-align:center;
}

#homeEvents a {
    margin: 0;
    padding: 0;

    color: #677280;
}

#homeEvents table {
    width: 90%;
    margin: 0 auto;
    border-top: 4px solid #D8D9DA;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#homeEvents table:hover {
    background-color: #F1B24F;
    color: #FFF;
    cursor: pointer;
}

#homeEvents .cell60 {
    width: 60px;
}

#homeEvents .contentCell {
    overflow: hidden;
    padding-left: 4px;

    text-align: left;
    font-size: 12px;
}

#homeEvents .contentCell h1 {
    text-align:left;
    font-size: 15px;
    font-weight: bold;
}

#homeEvents .contentCell h2 {
    margin: 0;
    padding: 0;

    text-align:center;
    font-size: 17px;
    font-weight: bold;
}

#homeEvents img {
    max-width: 50px;
    max-height: 50px;
}

#seeAll {
    height: 70px;
    border-bottom: 4px solid #D8D9DA;
}

#seeAll:hover {
    background-color: #6EBEC5!important;
}

.mobile {
    display:none;
}

@media (max-width: 950px) {       
    #homeMGL img {
        width: 100%;
    }

    #trusts {
        width: 100%;
        padding-left:0;
        padding-right:0;
    }

    #homeApps, #homeLoggin, #homeEvents {
        width:99.999%;
        margin:0;
    }

    #homeApps {
        margin-bottom: 20px;
    }

    #homeLoggin {   
        background-color: #EBEBEB;
        border:none;
    }    

    #homeApps h3, #homeLoggin h3, #homeEvents h3 {
        font-size: 29px;
    }

}

@media (max-width: 799px) {       
    
    #homeWhyMGL .boxImage, #homeWhyMGL .boxMockup, #homeWhyMGL .boxContent {
        width: 100%;
    }

    #homeWhyMGL .boxContent p {
        padding-bottom:20px;
    }

    #homeWhyMGL {
        text-align:center;
    }
    .mobile {
        display:table-row;
    }

    .desktop {
        display:none;
    }    

    .lightBox h3, .lightBox2 h3,
    .lightBox p, .lightBox2 p {
        padding-left:0;
    }
}

/* EventList
-----------------------------------------------------------*/
#eventsList {
    display:block; 
    overflow: auto;
    z-index:1;
    margin-right: 8px;
    padding-bottom: 10px;
}

.eventTile {
    float:left;
    display: inline-block; 
    position:relative;
    overflow: hidden;
    width:33.3333%; 
    height:200px; 
    z-index:1;
    margin: 4px 0;
}

@media (min-width: 1500px) {
    .eventTile {
        width:20%; 
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .eventTile {
        width:25%; 
    }
}
@media (min-width: 900px) and (max-width: 1199px) {
    .eventTile {
        width:33.3333%; 
    }
}
@media (min-width: 600px) and (max-width: 899px) {
    .eventTile {
        width:50%; 
    }
}
@media (max-width: 599px) {
    .eventTile {
        width:100%; 
        min-width:300px;
    }
}

#loadMoreElement {
    cursor: pointer;
}

/* SortAndFilter
-----------------------------------------------------------*/
#sortAndFilter {
    font-size: 14px;
}

#sortAndFilter td{
    padding-left: 10px;
    padding-bottom: 10px;
}

.filterResponsive {
    display:none;
}

.filter table {
    margin: 0 auto 18px auto;

    text-align: center;
}


/* Profil
-----------------------------------------------------------*/
.LogOutButton {
    margin: 0 auto;
    padding: 10px;
    background-color: #02B8FA;

    text-align: center;
    font-weight:bold;
}

/* MGLList
-----------------------------------------------------------*/
.MGLListElement {
    vertical-align: middle;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0 8px;
    
    /*font-size: xx-large;*/
    text-align: center;

    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;

    /*padding-right: 7px;*/
}

.MGLListElement img {
    padding: 5px;
}

.MGLList .link {
    clear: both;
    display: block;
    height: 100%;
    padding: 0;
}

.MGLListElement .eventTitle {
    overflow: hidden;
    padding-right: 15px;

    font-size: 18px;
    font-weight:bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MGLListElement .eventContent {
    overflow: hidden;
    height: 25px;
    padding-right: 10px;

    font-size: 12.5px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

.MGLListElement .eventContent img {
    vertical-align:middle;
    height: 15px;
}

.MGLListElement .eventImg img {
    max-width: 100px;
    max-height: 100px;
    padding : 0;
}

.MGLListElement .eventImg a {
    clear: none;
    display : inline;
    padding : 0;
}

.MGLListElement .emptyCell {
    height: 25px;
}

.MGLListElement .eventLegend {
    height: 20px;
    vertical-align:top;
    padding-bottom: 15px;

    font-size: 11px;
}

.MGLListElement .stageLegend {
    vertical-align:top;
    font-size: 11px;
}

.MGLListElement .actionRow {
    width: 100%;
    margin-left: -3px;
    table-layout: fixed;
}

/*.MGLListElement .actionRow td:not(:last-child) {
    border-right: 1px solid white;
}

.blueBackgroundHover:hover .actionRow td:not(:last-child) {
    border-right: 2px solid #02B8FA;
}*/

.MGLListElement .actionCell {
    height: 25px;
    font-size: 14px;
}

.MGLListElementWithRighPadding {
    padding-right: 45px;
}

.MGLListErrorElement {
    background-color: #FF9D9D!important;
    color: #FFF!important;
    font-size: 22px!important;
}

.MGLListErrorElement:hover {
    background-color: #F58181!important;
}


/* Slider
-----------------------------------------------------------*/

.mgl-slider {
    overflow:hidden;
    position:relative;
    width: 100%;
    height: 280px;

    background-color:white;
}

.mgl-slider-control {
    background-color: #FFF;
    text-align: center;
}

.mgl-slider-control img {
    margin: 5px 3px 0 3px;
    cursor: pointer;
}

/* Text Content Layout
-----------------------------------------------------------*/

.TextContent {
    padding: 25px;
    background-color: white;
    color: #677280;
}

.TextContent h1, .TextContent h2{
    text-align: center;
}

.TextContent p{
    margin-bottom: 50px;

    text-align: justify;
    font-size: 13px;
}


/* Responsive Layout
-----------------------------------------------------------*/
@media (max-width: 768px) {
    #header #logo {
        display:none;
    }
    
    #header #logoMobile {
        display:block;
    }

    #header #logoMobile img {
        height: 35px;
    }
    
    #header .middleTD form {
        width: 207px;

    }

    #header .middleTD input[type=search] {
        width: 170px;
    }

    #header #userName {
        display:none;
    }

    #header #userPanel {
        /*min-width:80px;*/
    }

    .jetmenu2 #profilMenu {
	    min-width: initial!important;
    }
    
    .filterResponsive {
        display:block;
    }
    
    .filterResponsive table {
        width: 100%;
        margin-bottom: 10px;

        text-align: center;
        color: #808080;
    }

    #sortAndFilter {
        display:none;
    }
}

.MGLAddListElement
{
    width:100%;
    height:100%;
}

.MGLAddListElementPanel
{
    position:relative;
    width:100%;
    height:100%;
    left:10px;
}

.MGLAddListElementTitle
{
    font-size:20px;
    font-weight: bold;
    color:#677280;
    padding-bottom:6px;
    text-align:center;
}

.MGLAddListElementLabel
{
    color:#677280;
    font-size:12.5px;
    font-weight:normal;
    text-align:center;
}

.MGLAddListElementButton
{
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    border: none;
    width: 100%;
}

.jetmenu .showhide .title {
    font-size: 14px;
}

.spin {
    position:absolute;
    margin: 150px 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 10px;
}

.spin > div {
    background-color: #999999;
    height: 100%;
    width: 6px;
    display: inline-block;
  
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spin .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spin .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spin .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spin .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { transform: scaleY(0.4) }  
    20% { transform: scaleY(1.0) }
}
