﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans';

body {
    font-family: 'Open Sans', arial, tahoma, calibri !important;
    color: #444;
    font-size: 12px !important;
    background: #dddddd;
    padding: 0px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', arial, tahoma, calibri !important;
}

.silver-gradiant {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.title {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-color: #C1C1C1;
    margin: auto -15px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #5a5a5a;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.login-panel {
    width: 500px;
    box-shadow: 0 0 10px #bbb;
    border-radius: 1px;
    padding: 1px;
    margin-top: 6%;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 45%,#e7eaef 100%);
}

    .login-panel .form-group {
        margin: 0 auto 15px;
        width: 50%;
    }

        .login-panel .form-group label {
            text-align: left;
        }

.form-control {
    width: 100%;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 25px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
    font-family: 'Open Sans', arial, tahoma, calibri;
}

.btn-primary, .btn-danger {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    color: #000;
    padding: 3px 25px;
}

.btn:hover, .btn:active, .btn:focus {
    color: #000 !important;
    border: 1px solid #b1b1b1 !important;
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-primary, .btn-default, .btn-danger {
    border: 1px solid #b1b1b1;
}

.btn-sm.btn-danger {
    padding: 5px 10px;
}

.table-head label {
    display: block;
}

.dateText .btn {
    border-color: #ccc !important;
    padding: 3px 10px;
}

.form-group {
    margin-bottom: 5px;
}

.login-button {
    background: #dd7324 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 7px;
    width: 100px;
    border-radius: 4px;
    cursor: pointer;
}

    .login-button:hover {
        background: #d05c06 none repeat scroll 0 0;
    }

.copyright {
    text-align: center;
}

.card {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    /*width: 70%;*/
    margin: auto;
    border: 1px solid rgb(193, 193, 193);
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 29px rgba(194, 194, 194, 0.37);
    padding: 0 15px;
}

.bgless-card {
    background: #fff !important;
}

.card::after {
    clear: both;
    content: '';
}

.card-body {
    padding: 10px 5px 5px;
}

.category input[type="checkbox"] {
    margin-top: 9px !important;
}

.main-view {
    width: 95%;
    margin: auto;
    min-height: 500px;
}

.list {
    border: 1px solid #969696;
    height: 226px;
    overflow-y: scroll;
    overflow: auto;
    background-color: #fff;
}

    .list .list-item {
        border-bottom: 1px solid #969696;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        cursor: pointer;
        padding: 1px 3px;
    }

        .list.list-item:first-child {
            border-top: solid 1px inherit;
        }

        .list .list-item:hover {
            background-color: #efefef;
        }

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.dropdown-menu a {
    font-size: 12px;
}

.footer {
    /*background: #fff url(../Content/Images/title-bg.png) repeat;*/
    background-color: #3F5983;
    width: 100%;
    margin: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
}

    .footer a {
        color: white;
    }

nav {
    height: 40px !important;
    min-height: 40px !important;
    border: solid 1px;
    margin: 5px;
    border-bottom: 1px solid #fff !important;
}

.nav {
    height: 40px;
}

nav > div {
    height: 40px;
    /*background-color:#3B5998 !important*/
}

.container-fluid {
    height: 40px;
}

.dropdown-toggle {
    height: 40px !important;
    padding-top: 10px !important;
}

.navbar-nav > li > a {
    height: 40px !important;
    padding-top: 10px;
}
/*.navbar-default .navbar-nav>li>a
{
    color:white;
}*/
.navbar {
    margin-bottom: 0px !important;
    margin: 0;
    border-radius: 0;
}

.nav-title {
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 3px 5px;
    border-bottom: 1px solid #dddddd;
}

#loader {
    background: rgba(238, 238, 238, 0.8) url("../Content/Images/loading.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;
}

    #loader .text {
        margin-top: 18px;
        position: relative;
        text-align: center;
        top: 50%;
        color: #3f5983;
        font-size: 13px;
    }

.column-header {
    font-weight: normal;
    font-size: 9pt;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    overflow: auto;
}

.sub-column-header {
    font-weight: normal;
    font-size: 9pt;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    padding: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    overflow: auto;
}

.button-container {
    float: right;
    padding: 5px;
}

.item-list {
    height: 385px;
}
.success {
    position: fixed;
    width: 60%;
    border: solid 1px #228b22;
    z-index: 1;
    margin: 5px 20% 0px 20%;
    text-align: center;
    min-height: 30px;
    background-color: #90ee90;
    color: #228b22;
    font-weight: bold;
}
.success .close {
    width: 24px;
    height: 24px;
    opacity: 0.9;
}

.success .close span {
    font-size: 12px;
    color: #de0505;
}

.success .message {
    padding: 5px;
}
.error {
    position: fixed;
    width: 60%;
    border: solid 1px #f74141;
    z-index: 1;
    margin: 5px 20% 0px 20%;
    text-align: center;
    min-height: 30px;
    background-color: rgb(245, 222, 222);
    color: #d60000;
    font-weight: bold;
    display: none;
}

    .error .close {
        width: 24px;
        height: 24px;
        opacity: 0.9;
    }

        .error .close span {
            font-size: 12px;
            color: #de0505;
        }

    .error .message {
        padding: 5px;
    }

h3 {
    font-weight: bold;
    font-size: 20px;
}

.table-head, .item-footer {
    background-color: #ddd;
    padding: 5px 0;
    overflow: auto;
}

    .table-head .form-group,
    .item-footer .form-group {
        margin-bottom: 0 !important;
    }

.item-footer {
    padding-right: 15px;
}

label {
    margin-bottom: 3px;
    font-weight: normal;
    line-height: 1;
}

.itemList {
    background-color: #fff;
    overflow: hidden;
}

.item-row {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    line-height: 2;
    transition: border 1s;
}

    .item-row:hover {
        border-bottom: 1px solid #737171;
        cursor: pointer;
    }

    .item-row .btn {
        padding: 0px 10px;
        margin: 2px 0;
    }

/*sorting column CSS**/

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

fieldset {
    padding: .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    font-weight: normal;
    font-size: 9pt;
    width: auto;
    border: 0;
    margin-bottom: 0;
}

.pt {
    padding-top: 9px !important;
}

.card-lg {
    width: 85%;
}

.card-sm {
    width: 340px;
    margin-top: 10%;
}

.bordered {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 0;
}

.small-pad-btn {
    padding: 2px 10px !important;
}

.nav-tabs > li > a {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-color: #C1C1C1;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-weight: bold;
    color: #5a5a5a !important;
}


.tab-pane {
    padding: 10px 15px;
    padding-bottom: 0;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
}

.sec-thead {
    background-color: #fff !important;
    border: 1px solid #ddd;
}


.sec-tfoot {
    border: 1px solid #ddd;
    border-top: 0;
}

.added-padding {
    padding: 15px 0 !important;
}

.nav-tabs li.active {
}

    .nav-tabs li.active a {
        border-color: #dddddd;
        box-shadow: inset 1px 1px 12px rgba(221, 221, 221, 0.66);
        border-bottom-color: #dddddd !important;
    }

.nav-tabs > li > a:hover {
    border-color: #dddddd;
    box-shadow: inset 1px 1px 12px rgba(221, 221, 221, 0.66);
}

.table tbody td,
.table tbody th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.table .table-head td {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.table {
    margin-bottom: 0;
}

.white {
    background-color: #fff;
}


.op-container {
    height: 250px;
    overflow-y: auto;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.receipt .table-head .col-md-2 {
    width: auto;
}

.login-form {
    width: 300px;
    margin: auto;
    overflow: hidden;
    padding: 15px;
}

.height-List {
    border: 1px solid #ddd;
    height: 250px;
    overflow-y: scroll;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
}

.tab-footer {
    overflow: auto;
    margin: 0 15px;
    padding-top: 5px;
    background-color: #ddd;
}

.grid-table > tbody > tr {
    background-color: #fff;
}

.form-error {
    color: red;
    border: 1px solid;
    padding: 1px 4px;
    margin: 5px 0;
    background-color: antiquewhite;
    display: block;
    float: right;
    width: 100%;
}

.tb-wrap {
    border: 1px solid #ddd;
    height: 240px;
    background-color: #fff;
    clear: both;
}

.side-list {
    border: 1px solid #ddd;
    height: 335px;
    background-color: #fff;
}

    .side-list > .title-text {
        background-color: #dddddd;
        padding: 8px;
        margin-top: 0;
        text-align: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        background-color: #C1C1C1;
        border-bottom: 1px solid #c1c1c1;
    }

.ngdialog-content {
    padding: 6px !important;
}

    .ngdialog-content h6 {
        background-color: navy;
        color: white;
        line-height: 20px;
        vertical-align: middle;
        margin: 0px;
    }

.border {
    border: solid 1px black;
}

.border-right {
    border-right: solid 1px black;
}

.invoice-pending-list {
    height: 272px;
    overflow-x: hidden;
}

.invoice-navigation {
    float: right;
}

    .invoice-navigation input[type="text"] {
        width: 100px;
        text-align: center;
    }

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.text-bold {
    font-weight: bold;
}

.tree-certificate {
    height: 550px;
}

    .tree-certificate .form {
        height: 435px;
    }

.tree-list {
    height: 430px;
}

.company {
    width: 50%;
}

.quantity {
    width: 100px;
    text-align: right;
}

#divAddedAttributes {
    height: 303px;
    border: solid 1px gray;
    margin: 10px;
    overflow: scroll;
    overflow-x: hidden;
}

.button-add {
    border: 0 none;
    border-radius: 28%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    background: #639900;
    padding: 0 8px 1px;
}

.line {
    border: solid 1px gray;
    padding: 3px;
}

.column-attribute {
    float: left;
    width: 600px;
}

.column-tree-name {
    width: 100px;
    float: left;
}

.column-value {
    float: left;
    width: 50px;
    text-align: right;
}

.column-unit {
    float: left;
    width: 100px;
}

.line input[type=button] {
    width: 50px;
}

.button-edit {
    border: 0 none;
    border-radius: 28%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    background: #008ae6;
    padding: 0 8px 1px;
}

.button-delete {
    border: 0 none;
    border-radius: 28%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    background: #d05141;
    padding: 0 8px 1px;
}

.user-permission {
    width: 75%;
    height: 335px;
}

.list-right {
    height: 180px;
}

.width90pt {
    width: 90%;
}

.label-ams {
    width: 50px;
    padding: 4px;
}
.param-input {
    display: none;
}
.change-password {
    width: 500px;
    height: 200px;
}

.transaction-cancellation {
    width: 80%;
    height: 575px;
}

    .transaction-cancellation #divAttributes {
        border: solid 1px lightgray;
        height: 425px;
        width: 100%;
        overflow: scroll;
        overflow-x: hidden;
    }

.grid {
}

    .grid .data-row {
        border-bottom: solid 1px lightgray;
        overflow: hidden;
        line-height: 25px;
    }

    .grid .header-row {
        border: solid 1px lightgray;
        overflow: auto;
    }

    .grid .header-column {
        float: left;
        width: 150px;
        text-align: center;
        line-height: 30px;
        vertical-align: middle;
    }

    .grid .date {
        width: 150px;
        border-right: inherit
    }

    .grid .attribute-name {
        width: 500px;
        border-right: inherit
    }

    .grid .quantity {
        width: 100px;
        border-right: inherit
    }

    .grid .user {
        width: 215px;
        border-right: inherit
    }

    .grid .data-column {
        text-align: left;
        float: left;
    }

.background-initial {
    background-color: #efefef;
}
