body {
    padding-top: 80px;
    /*background-image: url('../img/body-bg.png');*/
    background-image: url('../img/back.jpg');
}


select optgroup{

    color:#0088CC;
    font-style:normal;
    font-weight:bold; 
    font-size:14px;


}

select option{
    color:#000;
    background-color: #fff;
    font-size:12px;


}


.bodyWidget {
    margin: 0px;
    background-image:none;
    padding:0px;
}

.hero-unit {
    padding: 50px;
    height: 100px;
    background-color: #000000;
    color: #dddddd;
}

.hero-unit-white {
    padding: 50px;
    height: 40px;
    background-color: #ffffff;
    color: #ccccccc;

}

.hero-unit h1 {
    font-weight: normal;
    letter-spacing: 1px;
    color: #89b5ed;	
}

.container-page {
    background-color: #ffffff;
}

.widget .form-actions {
    background-color: #ffffff;
    text-align: right;
}

/* Extra */
.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
}

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;
    list-style: none;
}

/* Footer */
.footer {
    margin-top: 0;
    border-top: 1px solid #292929;
}

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #FFF;
    text-decoration: none;
}

/* Widget */
.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA),
        color-stop(100%, #E9E9E9) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',
        endColorstr='#E9E9E9' );
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header [class^="icon-"],.widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header+.widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */
.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */
.widget-plain {
    background: transparent;
    border: none;
}

.widget-plain .widget-content {
    padding: 0;
    background: transparent;
    border: none;
}

/* Widget Box */
.widget-box {

}

.widget-box .widget-content {
    background: #E3E3E3;
    background: #FFF;
}
.error{
    color: #B94A48;
}
.c-error{
    color: #B94A48;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
    font-size: 19.5px;
    line-height: 25px;
    color: #333;
    border: 0px;
    border-bottom: 1px solid #E5E5E5;
}
.adminmargin-top{
    margin-top: -10px;
}

.adminback{
    background-color: #E5E5E5;
    height: 50px;
    border: 1px #BBB solid;
    padding-top: 25px;
    padding-left: 5px;
}

.adminSpaceTop{
    margin-top: 20px;
}
.admindiv50{
    float: left;
    width: 50%;
}
.admindiv30{
    float: left;
    width: 30%;
}
.admindiv70{
    float: left;
    width: 70%;
}

.maxheight{
    max-height: 350px;
}
.form-actions-admin{
    margin-bottom: -18px;
    margin-top: 10px;
    padding-top: 10px;
}

.margin_bottom1{
    margin-bottom: 0em;
}

.table-coupon td {
    vertical-align: middle;
}

.coupon-status {
    text-align: center;
    width: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
}

.user-status {
    text-align: center;
    width: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
}

/* Carousel Coupons */
.carousel-coupon .item {
    width: 870px;
    height: 500px;
}

.coupon-actions {
    text-align: center;
    margin-bottom: 10px;
}

.coupon-actions .btn {
    width: 60px;
    vertical-align: baseline;
    padding: 9px 14px;
    margin-right: 10px;
}

.carousel-coupon h3 {
    color: #ffffff;
}

.carousel-coupon p {
    line-height: 19px;
}

.btn-inverse-purple {
    background-color: #9a61a9;
}

.carousel-coupon-image {
    width: 100%;
    height: 100%;
}

/* General */
.info-message {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#image-list {
    background: #fff;
    border: 1px solid #ccc;
    text-align:center;
    padding:20px;
    margin-bottom:19px;
}



#image-list img {
    width: 258px;
    vertical-align: middle;
    border:1px solid #474747;
}


#image-list-qr {
    background: #fff;
    border: 1px solid #ccc;
    text-align:center;
    padding:20px;
    margin-bottom:19px;
}



#image-list-qr img {
    width: 258px;
    vertical-align: middle;
    border:1px solid #474747;
}

#image-list li {
    background: #fff;
    border: 1px solid #ccc;
    text-align:center;
    padding:20px;
    margin-bottom:19px;
}
#image-list li img {
    width: 258px;
    vertical-align: middle;
    border:1px solid #474747;
}
#main {
    width: 300px;
    margin:auto;
    background: #ececec;
    padding: 20px;
    border: 1px solid #ccc;
}

.input-append .btn {
    margin-left: -4px;
}

.backColor{
    background-color:#eee;
    color:#000;

}
.imgShedow { box-shadow: 2px 2px 2px #333; }

.table tbody tr.warning > td {
    background-color: #FCF8E3;
}
.table tbody tr.error > td {
    background-color: #F2DEDE;
}
.table tbody tr.info > td {
    background-color: #D9EDF7;
}
.table tbody tr.success > td {
    background-color: #DFF0D8;
}

.folder {
    background-image: url('/img/folder.png');
    background-repeat: no-repeat;
}
.file {
    background-image: url('/img/file.png');
    background-repeat: no-repeat;	
}
.folderTree {
    list-style: none;
    padding-left: 20px;
    cursor: pointer;
}
.fileTree{
    padding-left: 20px;
    margin: 2px;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

.search.well > form > h3 {
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    left: 3px;
    line-height: 18px;
    margin-right: 3em;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    top: 0px;
    margin-bottom: 10px;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 9px 14px;
    margin-left: 30px;
    height: 130px;
}