﻿/*--------------------
    LOGIN WINDOW
----------------------*/
#popupLoginForm .login-message {
    margin-bottom: 10px;
}

#popupLoginForm form {
    margin-bottom: 5px !important;
}

#popupLoginForm input {
    margin-bottom: 5px !important;
    width: 240px;
}

#popupLoginForm button {
    margin: 5px 0 0 0;
}

#popupLoginForm ul {
    margin-top: 10px;
}

#popupLoginForm ul[data-ex-bind=messages] {
    margin: 5px 0 0 0;
}

#changePasswordPopup input{
    width:200px;
}


/*--------------------
    DATA PUBLICATIONS
----------------------*/
.dp-separator {
    /*background-color: silver;*/
}

.dp-separator span {
    font-weight: bold;
    line-height: 20px;
}

.dp-bold {
    font-weight: bold;
}

.dp-dataRowHighlight {
    font-style: italic;
}

.dp-dataCellVerticalAlignTop {
    vertical-align: top !important;
}

.dp-dataCellVerticalAlignBottom {
    vertical-align: bottom !important;
}

.dp-dataCellTextAlignCenter {
    text-align: center !important;
}

.dp-dataCellTextAlignRight {
    text-align: right !important;
}

.dp-row-alternate {
    background-color: #F5F5F5;
}

.dp-row-alternate:hover,.dp-row:hover {
    background-color: #E7F5EE;
}

.dp-separator:hover {
    background-color: transparent;
}

.dp-dataRowTotals {
    font-weight:bold;
    background-color: Moccasin;
}

.dp-input-number {
    text-align: center;
}

ul.breadcrumb>a:hover, tr.dp-row>td>a:hover, tr.dp-row-alternate>td>a:hover {
    color: #005580;
}

.dp-paging-bar {
    text-align: center;
    margin: auto;
    clear: both;
}

.dp-is-grouped {
    margin: 3px 10px;
    float: right;
}

.dp-is-grouped input {
    vertical-align: middle;
    margin-right: 5px;
}

.dp-is-grouped span {
    vertical-align: middle;
}

.dp-filter {
    margin: 4px 5px;
}

.dp-filter > span:after {
    content: ":";
}

.dp-filter select {
    width: 130px;
    margin-left: 5px;
}

.dp-red {
    color: red;
}

.dp-blue {
    color: blue;
}

.dp-green {
    color: green;
}

.dp-boldred {
    color: red !important;
    font-weight: bold;
}

.dp-boldblue {
    color: blue !important;
    font-weight: bold;
}

.dp-boldgreen {
    color: green !important;
    font-weight: bold;
}

/*--------------------
    MESSAGES
----------------------*/
.alert {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 14px 40px 14px 18px;
    -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    background-color: #fffee1 !important;
    color: #daac50 !important;
    border: 1px solid #f5c056 !important;
    border-radius: 4px;
}

.alert.alert-success {
    background-color: #edf6e5 !important;
    color: #7a9659 !important;
    border: 1px solid #9fc76f !important;
}

.alert.alert-error {
    background-color: #fdeaea !important;
    color: #ca6f74 !important;
    border: 1px solid #f27b81 !important;
}

.alert.alert-info {
    background-color: #e9f8ff !important;
    color: #5d9fa9 !important;
    border: 1px solid #75c7d3 !important;
}

.alert .close {
    position: relative;
    right: -21px;
    top: -1px;
}


/*--------------------
    FIELD ERRORS
----------------------*/
.error-message {
    color: red;
    font-size: larger;
    padding-top: 5px;
    padding-bottom: 5px;
}

.error-field input {
    border: 1px solid red;
}

.error-field label {
    color: red;
}


/*------------------------
    ENUM COLLECTION
--------------------------*/
.enum-collection-item {
    margin: 5px 25px 0px 0;
}

.enum-collection-item label {
    width: auto !important;
    padding: 0 !important;
    clear: left;
}


/*------------------------
    APPORTIOINABLE FIELD
--------------------------*/
.apportionable-field th {
    text-align: center;
}

.apportionable-field input {
    width: 60px;
}


/*--------------------
    METHODS
----------------------*/
.method-wait {
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    /* For IE8 and earlier */
}

.method-wait button,.action-wait {
    /*background: url("../img/ActionWait.gif") no-repeat scroll center !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 0;*/
}

.context-menu {
    width: 150px;
    text-align: left;
    margin: auto;
    position: absolute;
    background-color:#e9e9e9;
}

.context-menu .default-action {
    font-weight: bold;
}


/*--------------------
    UI MESSAGE
----------------------*/
.ui-message button {
    margin-right: 5px;
}

/*--------------------
    POPUP WINDOW
----------------------*/
.popup table {
    width: auto;
}


/*--------------------
    PICKLIST WINDOW
----------------------*/
.picklist table {
    border: none;
    padding: 0px;
}

.picklist table td {
    cursor: pointer;
}


/*--------------------------------------
    SHAPING DATA PUBLICATION ADAPTER
----------------------------------------*/
.shaping-header {
    height: 30px;
    background: #3a3633;
    color: white;
    margin-bottom: 10px;
    padding-left: 5px;
}

.group-box-background
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #232323;
    background: rgba(0,0,0,.8);
    z-index: 100000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.group-box {
    top: 50%;
    margin-top: -150px;
    position: relative;
    width: 100%;
    background-color: white;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}

.group-box .title {
    display: block;
    font-weight: bold;
    padding: 20px 10px;
}

.group-box .items {
    clear: both;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    padding: 0 10px 10px 10px;
}

.group-box .buttons {
    float: right;
    padding: 10px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: .4s;
    -ms-animation-duration: .4s;
    animation-duration: .4s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.genieOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}