﻿@charset "utf-8";
/* CSS Document */


/* Remove yellow input border added by Chrome browser */
*:focus {
    outline: 0;
}

/* Force vertical scrollbar in all browsers (makes width resizing consistent) */
html {    
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100%;
}

/* jQuery Ajax Spinner*/
.modal {
    background: rgba(255, 255, 255, .8) url('/images/default/loader.gif') 50% 50% no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading { overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .modal { display: block; }




* {
    margin: 0;
    padding: 0;
    text-decoration: none;    
}

body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url(../Images/default/mainbg.png);
    background-size: cover;
}

img {
    border: none;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatleftnomar {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.invalid {
    border: 1px solid rgb(156,0,23) !important;
}

.relative {
    position: relative;
}

input[type="text"], input[type="password"], select, textarea, select[multiple] {
    padding: 3px 0 2px 2px; /* previously padding: 1px 0 0 2px; */
    border: 1px solid #c7c7c7;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    background-color: #fff;
}

input[type="checkbox"] {
}

.noborder_select input[type="text"] {
    border: none !important;
}
/*to override text box style above for Intersoft control */

a {
    cursor: pointer;
}

select[multiple] {
    width: 175px;
    height: 130px;
    color: #555;
}

.third {
    width: 30%;
}
/* sets any width to a third */
.twothird {
    width: 65%;
}
/* sets any width to 2 third */

a.redcross {
    width: 10px;
    height: 10px;
    margin: 15px 10px 0 0;
    float: right;
    background: transparent url(../images/default/close.gif);
}

    a.redcross:hover {
        background: transparent url(../images/default/closered.gif);
    }

.ui-autocomplete {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-widget-content > .ui-menu-item.ui-state-focus {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    background-color: #c22026; /*#BA210C;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    margin: 0;
}


/* scrolling in EbitsComboBox */
ul.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #c2050a;
    border-color: rgba(194,5,10,0.8);
}
/* IE 6 doesn't support max-height; we could use height instead, but this forces the menu to always be this tall */
/*	html .ui-autocomplete {height: 200px;}*/

/* styling for EbitsComboBox */
.ui-menu {
    border: 1px solid #c2050a;
    border-color: rgba(194,5,10,0.8);
    padding: 0 !important;
}

    .ui-menu.ui-autocomplete {
        padding-top: 22px !important;
    }

.ebitscombo .ui-autocomplete-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-bottom: 2px !important;
    padding-top: 3px;
    padding-left: 2px;
    border: 1px solid #c7c7c7;    
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    margin-bottom: 0;
}

.ebitscombo .ui-autocomplete-input:read-write {
    border-right-width: 0;
}

.ebitscombo .ui-button {
    vertical-align: top;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 21px;
    margin-bottom: -4px;
}

    .ebitscombo .ui-button.invalid {
        border-left: none !important;
    }

.datalink {
    text-decoration: underline;
    cursor: pointer;
    padding-right: 5px;
}
/* underline numerical data which will reveal more data */

.ebitscombo .ui-autocomplete-input.invalid {
    border-right-width: 0 !important;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0;
}

button.ui-button-icon-only {
    width: 1.4em;
}

.ui-widget-header {
    border: 0;
}

.ui-widget-content {
    border: 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}

.ui-autocomplete-header {
    background-color: rgb(174,174,174);
    margin-top: -22px;
    position: fixed;
    z-index: 2;
}

    .ui-autocomplete-header.bottom {
        margin-top: 0;
        margin-bottom: -22px;
    }

.ui-autocomplete-header,
.ui-menu-item {
    white-space: nowrap;
}

    .ui-menu-item p {
        font-style: normal;
        width: 100px;
        display: inline-block;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        z-index: 1;
        vertical-align: middle;
    }

        .ui-menu-item p:not(:first-child) {
            padding-left: 4.8px;
        }

/* Styling the Intersoft combo box*/

.filter .contents .filteritems .noborder_select .dd_select {
    margin: 0;
}

.filter .contents .filteritems input[type=text] {
    padding: 3px 0 2px 2px;
}

.filter .contents .filteritems .WC4-F-O {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    height: 22px;
    margin: 0;
}

.filter .contents .filteritems .WC4-F-N {
    border: 1px solid #c7c7c7;
    height: 22px;
    margin: 0;
}

.filter .contents .filteritems .WC4-F-A {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 22px;
    margin: 0;
}

.filter .contents .filteritems .WC4-TB-N {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
}

.filter .contents .filteritems .WC4-TB-A {
    border: 1px solid #f00;
    height: 20px;
}

div.WC4-RF {
    border: 1px solid #c2050a;
    border-color: rgba(194, 5, 10, 0.8);
}

tr.WC4-SR,
tr.WC4-Row-O {
    background-color: #c2050a;
    color: #fff;
}

.ui-autocomplete-header p.WC4-H,
tr td.WC4-H {
    background-image: none;
    background-color: rgb(174,174,174);
    border-top: none;
    border-right: 1px solid rgb(225,224,224);
    border-bottom: 1px solid rgb(225,224,224);
    color: #000;
}

.ui-autocomplete-header p.WC4-H {
    display: inline-block;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-autocomplete-header.bottom p.WC4-H {
    width: 100%;
    border-top: 1px solid rgb(225,224,224);
    border-bottom: none;
}

table.WC4-SB {
    background-image: none;
    background-color: rgb(174,174,174);
    color: #000;
}

.telerikToolbarcontainer {
    width: 100%;
    border-bottom: solid 1px rgb(190,190,190);
}

.filters {
    padding-top: 10px;
}

/*.dd_select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
.dd_select:focus {
  box-shadow: 0 0 5px #c2050a;
  border: 1px solid #c2050a;
}*/
