﻿.groupUsers {
    background-image: url("users.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.sendSMS {
    background-image: url("sms.png");
    background-repeat: no-repeat;
    background-position: 4px 5px;
    color: #222222 !important;
    display: inline-block;
    font-weight: bold;
    padding: 7px 7px 7px 40px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #ABABAB;
    background-color: #ffec64;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.addItem {
    background-image: url("AddItem.png");
    background-repeat: no-repeat;
    background-position: 4px 5px;
    color: #222222 !important;
    display: inline-block;
    font-weight: bold;
    padding: 7px 7px 7px 27px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #ABABAB;
    background-color: #ffec64;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
    .addItem:hover, .saveItem:hover, .closePopup:hover {
        background-color: #FFFF66;
    }

.saveItem {
    background-image: url("saveitem.gif");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    color: #222222 !important;
    display: inline-block;
    font-weight: bold;
    padding: 7px 7px 7px 27px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #ABABAB;
    background-color: #ffec64;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.closePopup {
    background-image: url("closePopup.gif");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #222222 !important;
    display: inline-block;
    font-weight: bold;
    padding: 7px 7px 7px 27px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #ABABAB;
    background-color: #ffec64;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btnExitPopup {
display:none !important;
}
.btnOrange {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .btnOrange:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .btnOrange:active {
        position: relative;
        top: 1px;
    }

.btnBlue {
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color: #79bbff;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #469df5;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #287ace;
}

    .btnBlue:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
        background-color: #4197ee;
    }

    .btnBlue:active {
        position: relative;
        top: 1px;
    }
