﻿/* This is used in the itsmhover.js plugin */
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 500px;
    padding: 20px 0!important;    
 	/*background: #00aad4;
    border: 1px solid #4D4F53;*/
    background: #fff;
    border: 1px solid #ddd;
    color: #000000;    
    margin: 0px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(164, 164, 164, .6);
    box-shadow: 0px 3px 5px 0px rgba(164, 164, 164,.6);
}
.popbox textarea {
 border: 1px solid #fff;
 text-align: center;
 width:100%!important;
 
 }
.popbox strong{
    font-weight: 700;
    padding: 0px 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.8em; 
    color: #749614;
    display: block;
}

.popbox-small {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 300px;
    padding: 10px;
/*    background: #EEEFEB;*/
 	background: white;
   color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(164, 164, 164, .6);
    box-shadow: 0px 3px 5px 0px rgba(164, 164, 164,.6);
}

