 /* Metro SidePanel */
.mnSidePanel{
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    position: fixed;
    top: 0px;
    height: 100%;
    color: white;
    /*background-color: #662d91;*/
    z-index: 999;
    padding: 5px;

    display: none;
}

.mnSideShadow{
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 1);    
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 1);
}

.mnSidePanelLeft{
    left: 0px;
}

.mnSidePanelRight{
    right: 0px;
}


.mnSideTitle{
    /*width: 100%;*/
    margin-left: 10px;
    margin-right: 16px;
    font-size: 25px;
}

.mnSideClose{
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.mnSideContent{
    width: 98%;
    /*height: 100%;*/
    font-size: 14px;
    padding: 10px;
}

.mnSidePanel iframe{
    margin-top: 10px;
    margin-bottom: 15px;
    height: 92%;
    width: 100%;
}


 /*Messagebox */

.divMessageBox{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;

    /*background: rgba(0,0,0,0.6);*/
    z-index:100000;
}

.MessageIE{
    background-image: url(../img/bg.png);
    
}

.MessageBoxContainer{
    position: fixed;
    /*position: relative;*/
    top: 35%;
    color: white;
    width: 100%;
    background-color:#232323;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
}

.MessageBoxMiddle{
    position: relative;
    left: 20%;
    width: 50%;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    padding: 10px;
}

.MessageBoxMiddle .MsgTitle{
    font-size: 26px;
}

.MessageBoxMiddle .pText{
    font-style: 30px;
}

.MessageBoxContainer input{
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select{
    width: 50%;
    padding: 5px;   
}


.MessageBoxButtonSection{
    width: 100%;
    height: 30px;
}

.MessageBoxButtonSection button{
    float: right;

    /*background-color: black;*/
    border-color: white;
    border-width: 2px;
    border-style: solid;
    color: white;
    margin-right: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: arial;
}

.MessageBoxButtonSection button:hover{
    background-color: red;
}

/* End of MessageBox */



.LoadingBoxContainer{
    z-index: 100000;
    position: fixed;
    color: white;
    width: 100%;
    background-color:#232323;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
}

.LoadingBoxMiddle{
    position: relative;
    left: 20%;
    width: 50%;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle{
    font-size: 26px;
}

.LoadingBoxContainer .pText{
    font-style: 30px;
}

#LoadingPoints{
    position: absolute;

}

/* bigBoxes */
.bigBox{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 140px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    z-index: 99999;
}

.bigBox span{
    font-size: 22px;
}
.bigBox p{
    font-size: 14px;
    margin-top: 2px;
}

.bigBox.minimized{overflow:hidden;height: 25px;}
#divMiniIcons{
    float: right;
    position: fixed;
    width: 430px;
    right: 10px;
    bottom: 170px;
    z-index: 9999;

}
#divMiniIcons.minimized{bottom:54px;}
.botClose{
    position: absolute;
    right: 10px;
    height: 15px;
    width: 15px;
    cursor: pointer;

}
a.botMinimize{
	position: absolute;
	right: 30px;
	top: 5px;
	font-size: 45px;
	cursor: pointer;
	color: #ffffff !important ;
	text-decoration: none;
}
a.botMinimize.plus{top: 3px;font-size: 25px;}

#divMiniIcons .cajita{

    margin-left: 4px;
    margin-top: 5px;

    background-color: red;
   /* width: 30.5px;
    height: 30.5px;*/	
	width: 37.5px;
	height: 38.5px;
	
    margin: 2px 2px 0em;
    float: right;
    cursor: pointer;
    display: block;

}

#divMiniIcons .cajita.inactive{background-color:transparent !important;}
.cajita img{
    /*width: 23px;
    height: 23px;*/
	width: 32px;
    height: 32px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100px;
    margin: 0 0px 0em;
    float: left;
}

.bigBox .bigboxnumber{
    
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 220px;
    margin: 5 0px 0em;
    float: left;    
    text-align: right;
    font-size: 25px;
    margin-top: 2px;
}

/* End of  bigBoxes */

/* SmallBox */
#divSmallBoxes{

    position: fixed;
    right: 0;
    top: 0;

}

.SmallBox{
    position: absolute;
    right: 0px;
    top: 20px;
    padding-right: 30px;
    width: 420px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;

    z-index: 9999;
}

.SmallBox:hover{
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
}


.SmallBox .foto{
    width: 100px;
    height: 100px;
    margin: -10 -10px 2em;
    float: left;
}

.SmallBox .textoFull{
    width: 93%;
    float: left;
    padding-left: 20px;
}

.SmallBox .textoFoto{
    width: 65%;
    margin: 0 20px 0em;
    float: left;    
}

.miniPic{
    position: absolute;
    bottom: 5px;
}

.miniIcono{
    height: 100%;
}


.SmallBox span{
    font-size: 22px;
    /*font-weight:bold;*/
}
.SmallBox p{
    font-size: 12px;
    margin-top: 2px;
}


/* End of SmallBox */

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 305px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #004d60;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 0px 0px #222;
    box-shadow: inset 0 0 0px 0px #222;
}

.purehtml{
    color: white;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    font-size: 16px;
}


@font-face {
    font-family: Quattro;
    src: url('Quattrocento-Regular.otf');
}

/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {

/* SmallBox Responsive */
#divSmallBoxes{

    position: fixed;
    width: 90%;
    right: 0;
    top: 0;

}

.SmallBox{
    position: absolute;
    right: 0px;
    top: 20px;
    padding-right: 30px;
    width: 100%;
    color: white;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;

    z-index: 9999;
}

.SmallBox:hover{
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
}

.SmallBox span{
    font-size: 16px;
    /*font-weight:bold;*/
}
.SmallBox p{
    font-size: 12px;
    margin-top: 2px;
}


.SmallBox .foto{
    width: 100px;
    height: 100px;
    margin: -10 -10px 2em;
    float: left;
}

.SmallBox .textoFull{
    width: 93%;
    float: left;
    padding-left: 20px;
}

.SmallBox .textoFoto{
    width: 55%;
    margin: 0 15px 0em;
    float: left;    
}


/* End of SmallBox Responsive*/


/* bigBoxes Responsive */
.bigBox{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 88%;
    height: 150px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    z-index: 99999;
}

.bigBox span{
    font-size: 19px;
}
.bigBox p{
    font-size: 12px;
    margin-top: 2px;
}

#divMiniIcons{
    float: right;
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 9999;

}

.botClose{
    position: absolute;
    right: 10px;
    height: 20px;
    width: 20px;
}

.bigBox .bigboxicon{
    width: 100px;
    margin: 0 0px 0em;
    float: left;
}

.bigBox .bigboxnumber{
    
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 220px;
    margin: 5 0px 0em;
    float: left;    
    text-align: right;
    font-size: 25px;
    margin-top: 2px;
}

/* End of  bigBoxes  Responsive */


 /*Messagebox Responsive */

.divMessageBox{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;

    background: rgba(0,0,0,0.6);
    z-index:100000;
}

.MessageBoxContainer{
    /*position: relative;*/
    position: fixed;
    top: 25%;
    color: white;
    width: 100%;
    background-color:#232323;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
}

.MessageBoxMiddle{
    position: relative;
    left: 10%;
    width: 80%;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    padding: 3px;
}

.MessageBoxMiddle .MsgTitle{
    font-size: 22px;
}

.MessageBoxMiddle .pText{
    font-style: 10px;
}

.MessageBoxContainer input{
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select{
    width: 50%;
    padding: 5px;   
}


.MessageBoxButtonSection{
    width: 100%;
    height: 30px;
}

.MessageBoxButtonSection button{
    float: right;

    /*background-color: black;*/
    border-color: white;
    border-width: 2px;
    border-style: solid;
    color: white;
    margin-right: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: arial;
}

.MessageBoxButtonSection button:hover{
    background-color: red;
}

/* End of MessageBox Responsive */


}


/* Animations */

.animated {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        animation-duration: 0.4s;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-o-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.bigBox a {color: #ffffff;}
.bigBox .bigboxicon img {width:100%;}
a.botMinimize.plus ~ .bigboxicon {display: none;}