.pull-right {
    float: right !important;
}

.dropdown-menu {
    display: none;
}

.show-calendar {
    border: 1px solid #2a2b30;
}

.cal-submit {
    height: 29px;
    margin: 0 5px;
}

.daterangedates {
    font-size: 12px;
    margin-top: 5px;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #375D81;
}

.hide {
    display: none;
}


.table-subhead {
    padding-left: 32px !important;
    color: #2a2b30;
    font-weight: bold;
}

.cell-fix {
    width: 45% !important;
}

.sorted, .sorted-type, .maintable {
    width: 100%;
}

* {
    box-sizing: content-box;
}
.cssHeader {
    background-image: url(../images/black-unsorted.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 20px;
}

.cssHeaderType {
    background-image: url(../images/black-unsorted.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 25px 22px;
    padding-left: 20px;
}

.cssAsc {
    background-image: url(../images/black-asc.gif);
}

.cssDesc {
    background-image: url(../images/black-desc.gif);
}

.sorter-false {
    background-image: none !important;
}
.margin-right-20 {
    margin-right: 20px;
}

.datesubmit {
    line-height: 27px;
    height: 27px;
    margin-right: 10px;
}

.analytics-header__menu-item a {
    color: #fff !important;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    color: #777777;
    margin: 40px 0px 70px;
    text-align: center;
}

.sendButton {
    display: block;
    font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
    width: 400px;
}

.dialogVPanel {
    margin: 5px;
}

.serverResponseLabelError {
    color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
    margin: 15px 6px 6px;
}

.date-picker-range {
    margin: 5px;
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-size: 12px;
}

.date-picker-range a {
    color: #788295;
}

.date-picker-range-selected {
    background-color: #C4D7ED;
}

.date-picker-range-hovered {
  background-color: #ABC8E2;
}

.date-picker-range-hovered a {
    color: #788295;
}

.date-picker-range-selected a {
    color: #788295;
}

.button-font-awesome {
    line-height: 5px;
    height: 20px;
    width: 20px;
    padding: 0;
    background: #fff;
    color: #375D81;
}

.btn-active {
    background: #375D81;
    color: #fff;
}

.button-font-awesome-text {
    line-height: 5px;
    height: 20px;
    padding: 0;
    background: #fff;
    color: #375D81;
    padding-left: 5px;
    padding-right: 5px;
}

.pagedisplay {
    font-size: 12px;
    color: #788295;
}

.pagesize {
    font-size: 14px;
}