html,body {
    height:100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html>body #sidebar {height:auto}

th {
    text-align:center;
}

td {
    text-align:left;
    margin-left:5px;
    border-top: none !important;
}

h3 {
    margin-left:5px;
    text-align:center;
}

.desc_table {
    margin-top:-10px;
}

.frame_class {
    width:850px;
    height:250px;
    float:left;
    margin-bottom:5px;
    border:1px solid #0B193E;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.inner_div {
    border:1px solid #0B193E;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height:auto
}

.styled_tab {
    background-color:#0B193E;
    border-radius:5px;
    color:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#cc_msg {

    font-size: 14px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    vertical-align:center;
}

.product .product_img {
    height: 200px;
    padding-right: 15px;
    text-align: center;
    width: 200px;
}


.product_img {
    height:75px;
    width:75px;
    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    float: left;
}
.product_img:hover, .product_img:focus, .product_img:active {
    opacity: 0.5;
    filter:alpha(opacity=50);
    cursor:pointer;
}

.product_details {
    margin-left: 20px;
    float: left;
    max-width: 500px;
}

.product_details  a {
    color: #003F71;
}

.product_details  a:hover {
    text-decoration: underline;
}

.img_btn_delete {
    width:20px;
    height:20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.img_btn_delete:hover, .img_btn_delete:focus, .img_btn_delete:active {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.center {
    text-align:center !important;
}

.table_margin {
    margin-left:10px;
}

.img_btn_edit {
    width:20px;
    height:20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.img_btn_edit:hover, .img_btn_edit:focus, .img_btn_edit:active {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.dorm_div {
    width:700px;
}

.dorm_table_form {
    width:300px;
    margin:0px 10px;
    float:left;
    text-align:left
}

.rounded_dorm_div {
    width:750px;
    height:210px;
    padding:0 0 0 10px;
}

.form_row{
    text-align:left;
}

.img_btn_delete_dorm {
    width:20px;
    height:20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.img_btn_delete_dorm:hover, .img_btn_delete_dorm:focus, .img_btn_delete_dorm:active {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.img_btn_edit_dorm {
    width:20px;
    height:20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.img_btn_edit_dorm:hover, .img_btn_edit_dorm:focus, .img_btn_edit_dorm:active {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.img_btn_edit_pr_ass{
    width:20px;
    height:20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.textbox {
    background: white;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #CFCFCF;
    -moz-box-shadow: 0 0 5px 3px #CFCFCF;
    -webkit-box-shadow: 0 0 5px 3px #CFCFCF;
    color: #000;
    padding: 2px !important;
    width: 100%;
    margin:0px;
    outline:0;
}

.no_resize {
    resize:none;
}

.required {
    -webkit-appearance: none;
    box-shadow: 0 0 5px 3px #FF0000 !important;
    -moz-box-shadow: 0 0 5px 3px #FF0000 !important;
    -webkit-box-shadow: 0 0 5px 3px #FF0000 !important;
    color:#FF0000 !important;
    text-align:center;
}

.format_issue {
    -webkit-appearance: none;
    box-shadow: 0 0 5px 3px #FF8400;
    -moz-box-shadow: 0 0 5px 3px #FF8400;
    -webkit-box-shadow: 0 0 5px 3px #FF8400;
    color:#FF0000;
    /*text-align:center;*/
}

.order_textbox {
    background: white;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #CFCFCF;
    color: #000;
    padding: 2px;
    margin:2px;
    outline: none;
    width: 100%;
}

.body_style {

    background-color:#428bca;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    width:100%;
    height:100%;
}

.header {
    background-image:url('../assets/MicroFridge Images/side_gradient.png');
    background-repeat: repeat;
    height: 52px;
    min-width:955px;
    max-width: 100%;
    padding-top:10px;
}

.content_wrapper {
    position:absolute;
    top: 65px;
    right: 0px;
    bottom:0px;
    left:100px;
    width:900px;
    max-width:1100px;
    overflow:auto;
    margin:10px;
    padding:5px;
    text-align:left;
    border-radius:5px;

}

#content {
    background-color:#E1EAF2;
    min-width:500px;
    color:#000;

    /* Transition for background-color of element */
    -o-transition:background-color 1s ease-out, background 1s ease-in;
    -ms-transition:background-color 1s ease-out, background 1s ease-in;
    -moz-transition:background-color 1s ease-out, background 1s ease-in;
    -webkit-transition:background-color 1s ease-out, background 1s ease-in;
    transition:background-color 1s ease-out, background 1s ease-in;

    /* Transition for color of text
      -o-transition:color 1s ease-out, background 1s ease-in;
      -ms-transition:color 1s ease-out, background 1s ease-in;
      -moz-transition:color 1s ease-out, background 1s ease-in;
      -webkit-transition:color 1s ease-out, background 1s ease-in;
      transition:color 1s ease-out, background 1s ease-in;*/
}

#content:hover {
    background-color:#F2F5F7;
    color:#000;
}

.sidebar {
    background-image:url('../assets/MicroFridge Images/side_gradient.png');
    width:100px;
    height:100%;
    min-height:100%;
    float:left;
    display:inline-block;
    padding-top:51px;
    text-align:left;
}

.user_class {
    float:right;
    color:#fff;
    font-weight:bold;
    margin-right:10px;
}

.table_div {
    margin:10px 0px 0px 10px;
    width:850px;
}

.product_table_div {
    margin:10px 0px 0px 10px;
    width:750px;
    float:left;
}

.button_class {
    font-weight:bold;
    background-color:#0B193E;
    color:#fff;
    padding:3px 5px;
    border:1px solid #fff;

    margin:5px 0px;

    -o-transition:background-color 1s ease-out, background 1s ease-in;
    -ms-transition:background-color 1s ease-out, background 1s ease-in;
    -moz-transition:background-color 1s ease-out, background 1s ease-in;
    -webkit-transition:background-color 1s ease-out, background 1s ease-in;
    transition:background-color 1s ease-out, background 1s ease-in;

    -o-transition:color 1s ease-out, background 1s ease-in;
    -ms-transition:color 1s ease-out, background 1s ease-in;
    -moz-transition:color 1s ease-out, background 1s ease-in;
    -webkit-transition:color 1s ease-out, background 1s ease-in;
    transition:color 1s ease-out, background 1s ease-in;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    -webkit-box-shadow: 0px 3px 5px #000;
}

.button_class:focus,.button_class:hover {
    background-color:#428bca;
    color:#fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.button_class:active{
    background-color:#428bca;
    color:#fff;
    border:1px solid #0B193E;
    position:relative;
    top:3px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.cart_button_class {
    /*  width:150px; */
    /*  height: 68px; */
    font-size:23px !important;
    font-weight:bold;
    background-color: #cb1041;
    color:#fff;
    padding:3px 5px;
    border:1px solid #fff;

    margin:5px 0px;

    -o-transition:background-color 1s ease-out, background 1s ease-in;
    -ms-transition:background-color 1s ease-out, background 1s ease-in;
    -moz-transition:background-color 1s ease-out, background 1s ease-in;
    -webkit-transition:background-color 1s ease-out, background 1s ease-in;
    transition:background-color 1s ease-out, background 1s ease-in;

    -o-transition:color 1s ease-out, background 1s ease-in;
    -ms-transition:color 1s ease-out, background 1s ease-in;
    -moz-transition:color 1s ease-out, background 1s ease-in;
    -webkit-transition:color 1s ease-out, background 1s ease-in;
    transition:color 1s ease-out, background 1s ease-in;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    -webkit-box-shadow: 0px 3px 5px #000;
}

.cart_button_class:focus,.cart_button_class:hover {
    background-color:#428bca;
    color:#fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.cart_button_class:active{
    background-color:#428bca;
    color:#fff;
    border:1px solid #0B193E;
    position:relative;
    top:3px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.horizontal_ul {
    list-style-type:none;
    padding-left:0px;
}
.horizontal_ul li {
    display:inline;
}

.orders_div {
    width:100%;
    float:left;
}

.table_float {
    margin-top:10px;
    float:left;
    width:400px;
}

.loading_div {
    opacity: 0.6;
    filter:alpha(opacity=60);
    background:#000;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1000;
    overflow:none;
}

.success_msg {
    width:100%;
    height:20px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    color:#17B322;
    font-weight:bold;
}

.failure_msg {
    width:100%;
    height:20px;
    color:#FF0000;
    font-weight:bold;
}

.hidden {
    display:none;
}

.add_order_delete {
    width: 20px;
    height: 20px;
}

.glow {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.overlay {
    height:100%;
    width:100%;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index:5000; position:absolute;

}

.wizard_content {
    width:950px;
    height:700px;
    margin:100px auto 0 auto;
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color:#fff;
    z-index:1; position:relative;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.wizard_header {
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-top-left-radius:10px;
    background-color:#428bca;
    height:40px;
    width:100%;
}

.button_div {
    width:200px;
}

#temp_items_table {
    max-height:450px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top:10px;
}



#order_warning {
    height:60px;
    vertical-align:center;
    text-align:center;
    color:#FF0000;
}

.large_button_class {
    font-weight:bold;
    background-color:#0B193E;
    color:#fff;
    border:1px solid #fff;

    -o-transition:background-color 1s ease-out, background 1s ease-in;
    -ms-transition:background-color 1s ease-out, background 1s ease-in;
    -moz-transition:background-color 1s ease-out, background 1s ease-in;
    -webkit-transition:background-color 1s ease-out, background 1s ease-in;
    transition:background-color 1s ease-out, background 1s ease-in;

    -o-transition:color 1s ease-out, background 1s ease-in;
    -ms-transition:color 1s ease-out, background 1s ease-in;
    -moz-transition:color 1s ease-out, background 1s ease-in;
    -webkit-transition:color 1s ease-out, background 1s ease-in;
    transition:color 1s ease-out, background 1s ease-in;
    height:40px;
    width:100%;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    -webkit-box-shadow: 0px 3px 5px #000;
}

.large_button_class:focus,.large_button_class:hover {
    background-color:#428bca;
    color:#fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
}

.large_button_class:active{
    background-color:#428bca;
    color:#fff;
    border:1px solid #0B193E;
    position:relative;
    top:3px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}


.field_label {
    max-width:100px;
}

.center {
    text-align:center;
}

.centered_div {
    width:100%;
    height: 30px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#add_order_notes {
    resize:none;
    height:97px;
    width:100%;
    margin-top:10px;
}

#student_contact_message {
    resize:none;
    height:130px;
    width:100%;
    margin-top:5px;
}

.tableHeader {
    padding:11px 12px !important;
    border-top:1px solid #fafafa !important;
    border-bottom:1px solid #e0e0e0 !important;

    background: #ededed !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb))!important;
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb) !important;

    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-align:center;
    font-weight:bold;
}

.table_class a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.table_class a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.table_class a:active,
.table_class a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
.table_class {
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;
    /*width:400px;*/
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    float:left;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.table_class th {
    padding:11px 12px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table_class th:first-child {

}
.table_class tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.table_class tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.table_class tr {
    text-align: center;
    padding-left:10px;

}
.table_class td:first-child {
    text-align: left;
    padding-left:10px;
    border-left: 0;
}
.table_class td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table_class tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table_class tr:last-child td {
    border-bottom:0;
}
.table_class tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.table_class tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

#nav {
    float: left;
    width: 100%;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}
#nav li a {
    display: block;
    padding: 10px 15px;
    background: #0B193E;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #fff;
}
#nav li a:hover, #nav li a.active {
    background: #428bca;
    cursor:pointer;
    color: #fff;
}
#nav li ul {
    display: none; /* used to hide sub-menus */
    list-style-type:none;
    margin:0px 0px -2px -40px;
    width:138px;
}
#nav li ul li a {
    padding: 10px 10px;
    list-style-type:none;
    background: #428bca;
    color:#fff;
}

#nav li ul li a:hover, #nav li ul li a.active {
    background: #0B193E;
    cursor:pointer;
    color: #fff;
}


.rental_info {
    float: left;
    margin-right: 50px;
}

.purchase_info {
    float: left;
}

.product {
    margin-bottom: 60px;
    height: 225px;
}
/************* FRONTEND Styles **********************/

.heading_frontend {
    color: #B61030;
    font-family: HelveticaNeueLT Std Med Cn,Arial,sans serif;
    font-size: 14pt;
    font-weight: bold;
}

.p_frontend {
    color: #575757;
    font-family: HelveticaNeueLT Std Med Cn,Arial,sans serif;
    font-size: 9pt;
}

.product_img_frontend{
    height: 200px;
    padding-right: 15px;
    text-align: center;
    width: 200px;
    float:left;
}

.product_img_frontend img {
    width:200px;
}

.product_name {
    font-size: 18px !important;
}

.tab_button{
    padding:15px;
    margin-top:-9px;
}

/********* tooltip **********/
.ui-tooltip, .arrow:after {
    background: #DEDEDD;
    border: 2px solid #146591;
    width:550px;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 25%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

input[disabled] {
    background: #CCC;
    color: #333;
    border: 1px solid #666
}
select[disabled] {
    background: #CCC;
    color: #333;
    border: 1px solid #666
}

textarea {
    resize:none !important;
}

textarea[disabled] {
    background: #CCC;
    color: #333;
    border: 1px solid #666
}

.cartClass {
    width:150px;
    height: 68px;
    float:right;
    margin-right:10px;
}

.openHelp {
    background-color: #0B3E6F;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 4px 6px 4px 4px;
}

.img_class {
    width:25px;
    height:25px;
}

.small_text {
    font-size:9px;
    font-weight:bold;
}

.bold_class {
    font-weight:bold;
}

.medium_text {
    font-size:12px;
    font-weight:bold;
}

.large_text {
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}

.very_large_text {
    font-size:28px;
    color:#FF0000;
    font-weight:bold;
    text-decoration:underline;
    opacity: 1 !important;
    filter:alpha(opacity=100)!important;
}

.dashboard_div {
    width:100%;
    float:left;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.prod_text {
    font-size:11px;
    font-weight:bold;
}

.h3_noformatting{
    text-align:left !important;
    margin-left:0px !important;
}

#popup_container{
    height: 405px;
    width:100%;
    float:left;
}

#popup_menu{
    height:56px;
    width:100%;
    float:left;
}

#popup_content{
    padding:4px;
    border-radius: 6px;
    border:1px solid white;
    height: 340px;
    overflow:auto;
    float:left;
    margin-top:5px;
    width:100%;
    background-color:#DEDEDE;
}

/*.cc_msg { z-index: 1000 !important ;} */

.popup_menu {
    background-color: #146591;
    float: left;
    padding: 9px;
    border:1px solid white;
    border-radius:6px;
}

.popup_menu:hover{
    background-color:#3E7E21;
}

.popup_menu a {
    color: #FFFFFF !important;
    padding: 10px;
    text-decoration: none;
    font-weight:bold;
    font-size:16px;
}

.ui-widget-overlay {
    background: /*url("dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png")*/ repeat-x scroll 50% 50% #000000 !important;
    opacity: 0.9 !important;
}

.noclose .ui-dialog-titlebar-close{
    display:none;
}

.padded{
    padding:15px;
    margin-bottom:10px;
}

.move_right{
    margin-left:40px;
}

.browser_dl_button{
    color:white;
    background:#146591;
    border-collapse:true;
}

.dl_third{
    float:left;
    padding:20px;
}

.upgrade_image {
    width:100px;
    height:100px;
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.upgrade_image:hover, .upgrade_image:focus, .upgrade_image:active {
    opacity: 0.5;
    cursor:pointer;
    filter:alpha(opacity=50);
}

.mark-delivered {
    background-color: #FF0000;
}

.add_order_required_msg {
    padding: 6px 0px 0px 0px;
    color: red;
}

#add_wo_problem {
    height:350px;
}

.contact_textarea {
    width:100%;
    height:150px;
}

.header_text {
    color: #0b1a40;
    font-size: 20px;
    font-weight: bold;
}

.full_width{
    width: 100% !important;
}

.bold_heading{
    font-size:22px;
    font-weight:bold;
    font-family:Verdana,Arial, Helvetica, sans-serif;
}

.wp-button{
    color: white;
    background-color: #cb1041;
    font-size: 16px !important;
    padding: 15px 60px !important;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.wp-button:hover{
    background-color:#15619a;
}


select {
    padding: 10px 20px;
    border: 1px solid grey !important;
    border-radius: 0;
    /*-webkit-appearance: none;*/
    background-color: whitesmoke;
    font-size: 14px;
    line-height: 1.8em;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 23px 36px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-radius: 0;
}


.red_school{
    color:#cb1041;
    font-size:16px;
    font-weight:bold;
}

.red_school a {
    color:#cb1041;
    font-size:16px;
}

.red_school a:hover{
    color:#15619a;
}

.product_name{
    color:#000000;
    font-size:32px !important;
    font-weight:bold;
}

.product_model{
    color: grey;
    font-size:20px !important;
}

/* TABS */

.nav-tabs>li>a {
    margin-right:2px !important;
    line-height: 1.428571429 !important;
    border: none !important;
    /*border-radius: 4px 4px 0 0 !important;*/
    color:grey !important;
    font-weight:bold !important;
}

.nav-tabs>li>a.active {
    color: #cb1041 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: none !important;
    font-weight:bold !important;
    text-decoration:underline !important;
}

.nav-tabs>li>a:hover{
    -webkit-transition: background-color 400ms linear, color 1s linear;
    -moz-transition: background-color 400ms linear, color 1s linear;
    -o-transition: background-color 400ms linear, color 1s linear;
    -ms-transition: background-color 400ms linear, color 1s linear;
    transition: background-color 400ms linear, color 1s linear;
    background-color: #fff !important;
    text-decoration:none !important;
    color:#cb1041 !important;
}

.nav-tabs>li {
    margin-bottom:2px !important;
}



#summary_items_table{
    width:100%;
}


.select_box {
    width:100% !important;
    padding: 2px !important;
    background-position: calc(100% - 11px) 10px !important;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #CFCFCF;
    -moz-box-shadow: 0 0 5px 3px #CFCFCF;
    -webkit-box-shadow: 0 0 5px 3px #CFCFCF;
}

.focus_select{
    border: 1px solid #15619a !important;
    box-shadow: 0 0 5px 3px #15619a !important;
    -moz-box-shadow: 0 0 5px 3px #15619a !important;
    -webkit-box-shadow: 0 0 5px 3px #15619a !important;
}

.grayback {
    background-color:lightgrey !important;
}

.small-wp-button{
    color: white;
    background-color: #cb1041;
    font-size: 16px !important;
    padding: 8px 5px !important;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.small-wp-button:hover{
    background-color:#15619a;
}

#pagerBottom {
    margin-top: 606px !important;
    margin-bottom: 20px !important;
}

.delivery_table{
    width:605px !important;
}

#run_table {
    float: right;
    margin-right: 4px;
}

.radio-cool {
    background-color: #15619A;
    color: white;
    border: 1px solid white;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    #AcceptUIContainer {
        margin-top: -600px !important;
        margin-left: -275px !important;
    }
}

#AcceptUIContainer {

}
