﻿body
{
    background: #f0f0f0 !important;
}

.smallipop-content
{
    background: #586d82 !important;
    color: White;
}


html *
{
    font-family: "BellSlimMediumRegular" ,Helvetica,Arial,sans-serif;
}


.panel-title:hover
{
    cursor: pointer;
}
.mte-article-section__body
{
    padding: 0 15px 15px 15px !important;
}

#sidenav > li.active a, #sidenav > li a:hover
{
}

#sidebar .well
{
    padding: 4px 4px 0 4px;
}
#sidenav > li a
{
    /* Transition for hovers */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover
{
    color: #fff;
    background-color: #0088cc;
}

.tabbable li
{
    font-size: 20px !important;
}


.form-section
{
    padding-top: 20px;
}
.well
{
    margin-top: 65px;
}

.tab-content h3
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.well ul > li:last-child.active
{
    padding-bottom: 4px;
}

.page-header
{
    margin: 0 !important;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -webkit-linear-gradient(top,#fff,#ededed);
    background: -moz-linear-gradient(top,#fff,#ededed);
    background: -ms-linear-gradient(top,#fff,#ededed);
    background: -o-linear-gradient(top,#fff,#ededed);
    min-height: 80px;
    border-bottom: 1px solid #ccc;
}

.page-main
{
    background: #f0f0f0;
}

.mid-content_wrap
{
    padding-top: 10px;
}
.sub-content_wrap
{
    min-height: 500px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 25px;
}
.sub-content_title
{
    padding: 0 0 25px 15px;
}

/*radio styling*/
.radio-group
{
    clear: both;
    margin: 0 50px;
}

input.radio:empty
{
    margin-left: -999px;
    margin-bottom: 25px;
}

/* style label */
input.radio:empty ~ label
{
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.radio:empty ~ label:before
{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

/*Unicode question mark. label not checked before*/
input.radio:not(:checked) ~ label:before
{
    content: "\003F";
    color: #fff;
    text-indent: .9em;
}


/* toggle hover */
input.radio:hover:not(:checked) ~ label:before
{
    content: '\2714';
    text-indent: .9em;
    color: #0088cc;
}

input.radio:hover:not(:checked) ~ label
{
    color: #888;
}

/* toggle on */
input.radio:checked ~ label:before
{
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #0088cc;
}

input.radio:checked ~ label
{
    color: #777;
}

/* radio focus */
input.radio:focus ~ label:before
{
    box-shadow: 0 0 0 3px #999;
}

/*submit button styling*/

.prev_btn, .next_btn
{
    background-color: #0088cc;
    float: right;
    color: White;
    margin-top: 25px;
}
.submit_btn
{
    background-color: #0088cc;
    color: White;
}

.submit_btn:hover, .prev_btn:hover, .next_btn:hover
{
    background-color: #337ab7;
    color: White;
    border: 1px solid #eee;
}
.srchHilite
{
    color: purple;
}


.ui-corner-all
{
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #F5F5F5;
}
.ui-widget-content
{
    border: 1px solid gray;
    border-radius: 0 0 10px 10px;
}
.ui-widget
{
    font-size: 15px;
}
.ui-menu
{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.ui-autocomplete
{
    cursor: default;
    position: absolute;
}
.ui-menu .ui-menu-item
{
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
    font-weight: 700;
}
.ui-menu .ui-menu-item a:hover
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background-color: #0088cc;
}
.ui-widget-content a
{
    color: #222222;
}
.ui-helper-hidden-accessible
{
    display: none;
}
a.disabled
{
    text-decoration: none;
    color: #bbb;
}


/*table content*/

.mte-article-section__body table
{
    text-align: left;
}
@media (min-width: 768px)
{
    .mte-article-section__body table
    {
        border: 1px solid #ddd;
    }
}
.mte-article-section__body th
{
    color: #212121;
    vertical-align: middle;
    padding: 14px 21px 10px;
    border-color: #d6d6d6;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.mte-article-section__body tr > .mte-center-cell
{
    text-align: center;
    vertical-align: top;
    padding: 8px 21px 7px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.mte-article-section__body tr > .mte-header-cell
{
    background: #525252;
    color: #ffffff;
    padding: 20px 0;
}


.mte-article-section__body td
{
    text-align: left;
    vertical-align: middle;
    padding: 8px 21px 7px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}



/*image responsive for update panel*/
.content_image-responsive
{
    width: 100%;
    min-height: auto;
    min-width: 100px;
}

.promotion-item_nav a
{
    color: black;
    background-color: #EEEEEE;
}


.promotion-item_nav a:hover, .promotion-item_nav a:focus
{
    color: Red !important;
    background-color: #fcf8e3 !important;
}


/*CSS styling list for sortable item container elements and buttons*/
#list1
{
    width: 1110px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    display: table;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
#list1 li
{
    border: 1px solid #cecece;
    cursor: pointer;
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    width: 350px;
    height: 125px;
    float: left;
    margin-right: 5px;
    margin-left: 13px;
}
#list1 li:hover, #list1 li:focus
{
    outline: 0;
    border: 1px solid #0066a4;
    text-shadow: 0 1px 2px #000;
}
.promotion-detail_sort
{
    position: relative;
    display: table;
    border-collapse: separate;
    float: right;
    padding: 15px;
}
.promotion-detail_sort .sort-order input[type='submit']
{
    background-color: #337ab7;
    color: White;
    font-size: 20px;
    border-radius: 5px;
}

.promotion-detail_sort .sort-order input[type='submit']:hover, .promotion-detail_sort .sort-order input[type='submit']:focus
{
    background-color: #0088cc;
}
.in-table_btn > button
{
    background-color: #337ab7;
    border-radius: 5px;
    color: White;
}
.in-table_btn > button:hover
{
    background-color: #0088cc;
}

.form-alert_not-empty
{
    color: Red !important;
}

.form-alert_text-warning
{
    color: Red !important;
    font-size: 12px;
}

#login h2
{
    text-align: center;
}

.mte-article-section__body td
{
    vertical-align: middle !important;
    padding: 8px 9px 7px !important;
}
.mte-article-section__body td:nth-child(4), .mte-article-section__body td:nth-child(6), .mte-article-section__body td:nth-child(9)
{
    text-align: center !important;
}
.mte-article-section__body td > table td
{
    padding: 8px 21px 7px !important;
}
