﻿body {
    font-family: 'Lato', sans-serif;
    color: #151E26;
    font-size: 14px;
    background-color: #ececec;
}

/*HEADER*/
.welcome-text {
    font-size: 18px;
    font-weight: 300;
}

    .welcome-text label {
        font-size: 18px;
        font-weight: normal;
    }


/*RADIUS RESET*/
/*.modal-content, .modal-content .btn, .btn, input, .form-control {

  border-radius: 0px;

}*/
.modal-content, .modal-content .btn, input, .form-control {
    border-radius: 0px;
}

/*PLACEHOLDERS*/
*::-webkit-input-placeholder {
    color: #999999;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #999999;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #999999;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

/*DROPDOWNS*/
select {
    padding: 10px;
    border: none;
    background: transparent;
    border: 1px solid #e3e3e3;
    width: 100%;
}

/*BUTTONS*/
.btn-dual-rounded-left {
    border-radius: 5px 0 0 5px !important;
    margin: 0;
    float: left;
    border-right: none;
}

.btn-dual-rounded-right {
    border-radius: 0 5px 5px 0 !important;
    margin: 0;
    float: left;
}
/*COLOR RESET*/
.navbar-inverse {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

/*TABLES CUSTOM*/
table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 14px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: none;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: none;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: none;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: none;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: none;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-striped > tbody > form > tr:nth-child(odd) > td,
.table-striped > tbody > form > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.table.filter > thead > tr > th {
    border-bottom: 2px solid transparent;
    font-weight: normal !important;
}

.table-header-button {
    padding-right: 0 !important;
}

/*BOX STYLING*/
.box {
    /*margin: 20px;*/
    background-color: #fff;
    margin-bottom: 40px;
    color: #374F63;
}

.box-header {
    padding: 5px 20px 5px 20px;
    /*background-color: #FFBA2C;*/
    background-color: #F7F7F7;
    /*color: #ffffff;*/
}

    .box-header h2 {
        margin-top: 10px;
        font-weight: 300;
    }

.box-body {
    padding: 20px;
    padding-top: 0px;
    background-color: #fff;
}

    .box-body h2 {
        margin-top: 10px;
        font-weight: 300;
    }

.box-footer {
    padding: 20px;
    padding-top: 0px;
    background-color: #F7F7F7;
}

.inner-box:nth-child(odd) {
    border-right: 1px solid #333;
}

.box-filter {
    padding: 20px;
    padding-top: 20px;
    background-color: #F2F2F2;
}
.box-header.chart-filter {
    padding: 10px 20px 10px 20px;
    /*background-color: #FFBA2C;*/
    background-color: #F7F7F7;
    /*color: #ffffff;*/
}


/*INPUT STYLING*/
.wrapper label {
    font-weight: normal;
}

.input-wrapper {
    padding: 2px;
    width: auto;
    border: 1px solid #e3e3e3;
}

    .input-wrapper input {
        border: none;
        width: 100%;
        padding: 10px;
        line-height: 14px;
        font-size: 14px;
    }
    .input-wrapper.date-filter {
    width: auto;
    border: 1px solid #e3e3e3;
}
    .input-wrapper.date-filter input {
        border: none;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 14px;
        font-size: 14px;
    }
/*ANIMATIONS*/

.opacity-box {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

/*ICONS*/
.onOff {
    float: left;
    padding-left: 10px;
    /*margin-top: -3px;*/
    padding-right: 25px;
    padding-top: 12px;
}

    .onOff a {
        color: #fff;
        font-size: 24px;
        text-decoration: none;
    }

.Dashboard-left-nav {
    color: #ffffff;
    padding: 14px;

}  
.Dashboard-left-nav a {
    text-decoration: none;


}  
  .Dashboard-left-nav span {
        color: #ececec;
        font-size: 16px;
    }

    .Dashboard-left-nav .menu-label {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        padding-left: 20px;

    }  

    /*ERROR*/
    .chart-error {
        padding: 5px;
        padding-top: 7px;
    }
.modal-input-error .error,
.modal-input-error-Date .error,
.modal-input-error-Amount .error,
.modal-input-error-Balance .error,
.modal-input-error-Label .error,
.modal-input-error-AccountNo .error {
    background-color:#F2503A;
    color:#fff;
    white-space:nowrap;


    height:20px;
    border-radius: 0 0 3px 3px;
    padding-left:5px;

}
.server-error-msg {
    color:#F2503A;
    padding:5px;

}

.sortLink {
    cursor: pointer;
}