/* 
    Document   : ccmm.style
    Created on : Jun 2, 2013, 1:16:09 PM
    Author     : Haris
    Description:
        Purpose of the stylesheet follows.
*/
body
{
    background-color:#f5f5f5;	
    overflow: hidden;
    margin: 0px;
}

root { 
    display: block;
}

#ccmmLoginDiv{
    width: 100%;
    margin: auto;
}
.loginPanels{
    padding: 0.5%;
    width: 100%;
    margin: auto;
}
.guestLoginPanel{
    /*width: 50%;
    border-right: 1px solid grey;*/
    display: none;
}

#loadingGifDiv{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
#blackoutDiv{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.requiredStar{
    color: red;
}
#skillset{
    width: 90%;
}
.webChatSubmit_td{
    text-align: center;
    padding: 5% 0% 0% 0%;
}
.loginTable{
    margin: auto;
}
.waringField{
    border: 1px solid red !important;
}

.caresLoginPanel{
    /*display: none;*/
    /*width: 50%;*/
}

#ccmmChatDiv{
    display: none;
    width: 100%;
    margin: auto;
}

#parentChatTable{
    width: 100%; 
    margin: auto;
}

#chatPanel{
    /*height: 70%;*/
}

#webChatTable{
    width: 100%;
}

#webchat_no_agents{
    /*opacity: 0;*/
}

#webchat_max_concurrent_per_customer{
    /*opacity: 0;*/
}

#webchat_max_concurrent_per_skillset{
    /*opacity: 0;*/
}

.chatMessage{
    color:#000;
    margin:3px;
    padding:3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

#history{
    width: 100%;
    height: 285px;
    text-align: left;
    background-color: #ffffff;
    overflow: auto;
    margin: 3px 0px 0px 0px;
    font-family: Tahoma, Arial, "Microsoft Sans Serif"; font-size: 12px;

    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

#AgentStatus{
    height: 20px;
    font-family: Tahoma, Arial, "Microsoft Sans Serif";
    font-size: 11px;
    text-decoration: none;
}

#commentsTextAreaPanel{
    width: 100%;
}

#comments{
    resize: none;
    width: 100%;
    height: 100%;
} 

#enterButton{
    height: 100%;
}

#status{
    color: red;
    font-weight: bold;
}

#web_on_hold_url{
    height: 100%; 
    width: 100%;
    border: none;
}

#adTable{
    width: 100%;
}

.label
{
    font-family: Tahoma, Arial, "Microsoft Sans Serif"; font-size: 12px; color: #000000; text-decoration: none; line-height: 16px; padding-top: 2px; padding-bottom: 0px; padding-left:2px;
}


.small2justify { font-family: Tahoma, Arial, "Microsoft Sans Serif"; font-size: 12px; color: #666666; text-decoration: none; line-height: 16px; text-align:justify; }
.small2justify a { color: #E57200; text-decoration: none; }
.small2justify a:hover { color: #333333; text-decoration: none; }


h3 { font-family: Futura, Arial, "Microsoft Sans Serif"; font-size: 13px; color: #FF7F00; text-decoration: none; font-weight: 600; padding-top: 10px; }

.button1 
{
    font-weight: bold;
    font-size: 8pt;
    width: auto;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial, sans;
    height: 21px;
    background-color: #FF7F00;
    text-align: center;
    border: 1px solid #FF4200;
    cursor: pointer;   	

    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.button1:hover
{
    font-weight: bold;
    font-size: 8pt;
    width: auto;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial, sans;
    height: 21px;
    background-color: #FF7F00;
    text-align: center;
    border: 1px solid #FF7F00;
    cursor: pointer;

    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;

}

input[type="text"], [type="password"]
{
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;	
}

select
{
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;	
}

textarea
{
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;	
}


.box1 {


    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;

    display: table;
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    text-align:left; 
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;

}

.error {
    font-family: Tahoma, Arial, "Microsoft Sans Serif";
    font-size: 11px;
    color: #FF0000;
    text-decoration: none; 
    font-weight: plain; 
}

#ccmmFeedbackDiv{
    display: none;
    width: 100%;
    margin: auto;
}

#ccmmAgentFeedbackDiv{
    display: none;
    width: 100%;
    margin: auto;
}

#emailRow{
    display: none;
}

.disclaimerDiv{
    margin: auto;
    width: 98%;
    margin-top: 5%;
    color: grey;
    font-weight: normal;
    font-size: small;
    text-align: justify;
}