/* CSS.WP Control Copy 3.0 @ 30/11/13 # Nimrod Tsabari */
#wpcc {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border: 1px solid #fff;
    outline: 0;
    width: 250px;
    text-align: center;
    opacity: 0;
    color: white;
    z-index: -100;
    -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
    box-shadow: 0px 0px 5px #444;;
}
#wpcc #wpcc-social {
    color: inherit;
    text-shadow: 0px 0px 0px;
}
#wpcc #wpcc-alert {
    font-size: 18px;
    background: white;
    margin: -5px;
    padding: 5px 10px;
    margin-bottom: 5px;
}
#wpcc #wpcc-close {
    float: right;
    display: inline-block;
    background: white;
    color: #444;
    line-height: 1em;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0px -5px -5px 0;
    cursor: pointer;
    text-shadow: 0px 0px 0px;
}
#wpcc #wpcc-close:hover {
    background: #444;
    color: #fff;
}

#wpcc a { text-decoration: none; color: inherit; }
#wpcc a i { color: #fff; -webkit-transition: all 300ms; time;-moz-transition: all 300ms; time;-ms-transition: all 300ms; time;-o-transition: all 300ms; time;transition: all 300ms; time; }
#wpcc a:hover i { 
    color: #444;
    background: #fff;}
#wpcc .wpcc-subtitle {
    display: block;
    margin-bottom: 5px;
    padding: 0px 10px;
}
/* Themes : Carpet */
#wpcc.wpcc-carpet {
    outline: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.498039) !important;
    width: auto;
}
#wpcc.wpcc-carpet > #wpcc-container {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    outline: 3px solid #fff;
    border: 1px solid darkblue;
    padding: 10px;
    box-sizing: border-box;
}
#wpcc.wpcc-carpet #wpcc-alert {
    font-size: 24px;
    background: none;
    color: #fff !important;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
#wpcc.wpcc-carpet #wpcc-close {
    position: absolute;
    bottom: 4px;
    right: 4px;
}
/* Theme : No Social */
#wpcc.wpcc-no-social {
    border: 3px solid white;
}
#wpcc.wpcc-no-social.wpcc-blue #wpcc-alert,
#wpcc.wpcc-no-social.wpcc-success #wpcc-alert {
    margin: 0;
    background: none;
    color: white;
    border-bottom: 0px;
}
/* Schemes : Blue */
#wpcc.wpcc-blue #wpcc-alert { color: #0089c7; }
#wpcc.wpcc-carpet.wpcc-blue > #wpcc-container,
#wpcc.wpcc-blue {
    background: rgba(0,136,199,1);
    background: -moz-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,199,1)), color-stop(41%, rgba(4,151,214,1)), color-stop(100%, rgba(4,153,217,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: linear-gradient(to bottom, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088c7', endColorstr='#0499d9', GradientType=0 );
}

/* Schemes : Fail */
#wpcc.wpcc-fail #wpcc-alert { color: #990303; }
#wpcc.wpcc-carpet.wpcc-fail > #wpcc-container,
#wpcc.wpcc-fail {
    background: rgba(189,4,4,1);
    background: -moz-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,4,4,1)), color-stop(44%, rgba(168,3,3,1)), color-stop(100%, rgba(153,3,3,1)));
    background: -webkit-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -o-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: linear-gradient(to bottom, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0404', endColorstr='#990303', GradientType=0 );
}
/* Schemes : Green */

#wpcc.wpcc-success #wpcc-alert { color: #7f960f; }
#wpcc.wpcc-carpet.wpcc-success > #wpcc-container,
#wpcc.wpcc-success {
    color: #7f960f;
    background: rgba(127,150,15,1);
    background: -moz-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,150,15,1)), color-stop(100%, rgba(116,137,12,1)));
    background: -webkit-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -o-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: linear-gradient(to bottom, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f960f', endColorstr='#74890c', GradientType=0 );
}
#wpcc .wpcc-subtitle { color: white; }
#wpcc i {
    padding: 3px;
    font-size: 18px;
}