/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Jun, 2018, 10:01:21 PM
    Author     : piyush
*/

/*Messagebox */
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}
.MessageBoxContainer {
    top: 35%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}
.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}
.MessageBoxMiddle .MsgTitle {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 300;
}
.MessageBoxMiddle .pText {
    font-size: 13px;
}
.MessageBoxContainer input {
    width: 50%;
    padding: 5px;
}
.MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}
.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}
.MessageBoxButtonSection button {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

/* 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: 150px;
    color: white;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.bigBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    padding: 5px 0 !important;
    display: block;
}
.bigBox p {
    font-size: 13px;
    margin-top: 10px;
}
#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}
.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}
.botClose:hover {
    opacity: 1;
}
#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: #F00;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}
#divMiniIcons .cajita:active {
    top: 1px;
    left: 1px;
    position: relative;
}
.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}
.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}
.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}
/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: white;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}
.SmallBox:hover {
    border: 1px solid #fff;
    cursor: pointer;
}
.SmallBox .foto {
    font-size: 50px;
    position: absolute;
    left: 17px;
}
.SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
}
.SmallBox .textoFoto {
    width: 78%;
    margin: 3px 20px 3px 80px;
    float: left;
}
.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}
.miniIcono {
    height: 100%;
    font-size: 20px;
}
.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}
.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}