/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.Msg {
     margin-top:8%
}
.Msg1 {
    margin-top:6%
}

.menuheading {
    color: #ced5de;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    display: block;
}

.lbwithsel {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    opacity: 1;
}

.required {
    color: red !important;
}

@media (min-width:1350px) {
    .container {
        width: 1300px !important;
    }
}

form {
    background-color: #f5f5f5;
    min-height: 20px;
  
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.fa-warning:before, .fa-exclamation-triangle:before {
    color: #a94442 !important;
}

.right {
    float: right;
}

.padl1 {
    padding: 1px;
}

/*RESPONSIVE TABLE WITH CSS*/
@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
}

    .rwd-table tr {
       
        border-bottom: 1px solid #ddd;
           
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) " ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
           
            padding:5px !important;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}

body {
    padding: 0 2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*   font-family: Montserrat, sans-serif;*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #444;
    /* background: #364150;*/
}

h1 {
    font-weight: normal;
    letter-spacing: -1px;
    color: #34495E;
}

.rwd-table {
    background: #FFF;
    color: #34495E;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #dddddd;
    }

/*.rwd-table th, .rwd-table td {
        margin: .5em 1em;
    }*/

@media (min-width: 480px) {
    .rwd-table th {
        padding: 0.7em !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #666600;
    background-color: #f9f9f9;
      
}
/*END RESPONSIVE TABLE WITH CSS*/

/*login button color*/
.btn-loginb {
    background-color: #21BFEF !important;
}

    .btn-loginb:hover {
        background-image: none !important;
        color: #000 !important;
    }

/* Message List */
.margmsg {
    margin-right: 7px;
}

.margparag {
    margin-left: 10px;
    margin-right: 10px;
}



/* Menu */
.navbar {
    min-height: 39px !important;
}

.navbar-default {
    background-color: rgba(172, 183, 1, 0.72) !important;
    border-color: #5A5A0F;
}

.nav > li > a {
    padding: 5px 10px !important;
    border: 2px solid transparent !important;
    margin: 0 1px !important;
}

#tblRecEntryrpt > tbody > tr {
    height: 10px !important;
    font-size: 12px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tab-menu-a {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    outline: 0 !important;
    background-color: #ACB701 !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #ACB701 !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #178acc !important;
    border-color: #ACB701 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #ACB701 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #ACB701 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff !important;
    background-color: #ACB701 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #ACB701 !important;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #ACB701 !important;
    background-color: #ffffff;
}

.nav-tab-roll-a {
    outline: 0 !important;
    text-decoration: none;
}

    .nav-tab-roll-a:hover {
        text-decoration: none;
    }

.nav > li > a:hover {
    color: #fff !important;
    text-decoration: none;
    border-width: 2px !important;
}

#pill :hover {
    background-color: #ACB701 !important;
    border-radius: 5px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0;
}

@media screen {
    #printSection {
        display: none;
    }
}

.activelink {
    background-color: #ACB701 !important;
    color: #fff !important;
    text-decoration: none;
}

    .activelink > a {
        color: #fff !important;
        text-decoration: none;
    }

    .activelink:hover {
        background-color: #ACB701 !important;
        color: #fff !important;
        text-decoration: none;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

hr {
    margin-bottom: 20px;
    margin-top: 10px;
}

.left-box-boreder-bottom {
    border-bottom: 2px solid #178acc;
}

.left-box-boreder-top {
    border-top: 1px solid #178acc;
}


.left-box-boreder {
    border-bottom: 1px solid #178acc;
    border-top: 1px solid #178acc;
}

.active > a {
    color: #fff !important;
    text-decoration: none;
}

.nav > li > a:hover {
    color: #fff !important;
    text-decoration: none !important;
    border-width: 2px !important;
}

.row-offset {
    margin-top: 15px !important;
}

.list-total {
    color: #ACB701 !important;
    margin-top: 30px !important;
}

.list {
    max-height: 500px;
    overflow-y: auto;
}


/*BMS*/
body {
    padding-top: 50px;
    font-size: 12px !important;
}

.starter-template {
    padding-top: 20px;
}

.field-validation-error {
    color: red;
    float: left;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 2000;
}

.disablescreen {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2000;
}

#tblRecEntryrpt > tbody > tr {
    height: 10px !important;
    font-size: 12px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tab-menu-a {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tab-roll-a {
    outline: 0 !important;
    text-decoration: none;
}

    .nav-tab-roll-a:hover {
        text-decoration: none;
    }

#pill :hover {
    background-color: #ACB701 !important;
    border-radius: 5px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0;
}

@media screen {
    #printSection {
        display: none;
    }
}

.activelink {
    background-color: #ACB701 !important;
    color: #fff !important;
    text-decoration: none;
}

    .activelink > a {
        color: #fff !important;
        text-decoration: none;
    }

    .activelink:hover {
        background-color: #ACB701 !important;
        color: #fff !important;
        text-decoration: none;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.error {
    color: red;
}

.has-error {
    border: 1px solid red;
    border-radius: 4px;
}

.selected {
    /* background-color: #ACB701 !important; */
}

    .selected > td > a {
        color: #fff !important;
    }

a {
    cursor: pointer;
}

tr.selected:hover {
    background-color: #ACB701 !important;
}

.addEditReceiptModal > div {
    width: 1200px;
}

.PrintReceiptModal > div {
    width: 689px;
}

input.ng-invalid.ng-dirty {
    border: 1px solid Red;
}

input.ng-valid.ng-dirty {
    border: 1px solid green;
}

a {
    cursor: pointer;
}

hr {
    margin-bottom: 20px;
    margin-top: 10px;
}

.left-box-boreder-bottom {
    border-bottom: 2px solid #178acc;
}

.left-box-boreder-top {
    border-top: 1px solid #178acc;
}

.left-box-boreder {
    border-bottom: 1px solid #178acc;
    border-top: 1px solid #178acc;
}

.active > a {
    color: #fff !important;
    text-decoration: none;
}

.nav > li > a:hover {
    color: #fff !important;
    text-decoration: none;
    border-width: 2px !important;
}

.row-offset {
    margin-top: 15px !important;
}

.list-total {
    color: #ACB701 !important;
    margin-top: 30px !important;
}

.list {
    max-height: 500px;
    overflow-y: auto;
}

.form-control {
    height: 28px !important;
    font-size: 12px !important;
    border-radius:4px !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.frm-login {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,.14);
}

label {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #000;
}

.form-group .label {
    top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn {
    font-size: 12px !important;
    padding: 4px 12px !important;
}

.nav > li > a {
    padding: 5px 10px !important;
    border: 2px solid transparent !important;
    margin: 0 1px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 2px !important;
}

.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: 5px !important;
}

.table {
    border-radius: 4px !important;
}

.padding {
    padding-top: .4% !important;
}

.navbar {
    min-height: 39px !important;
}

@media (max-width:991px) {
    .add-7-margin-top-sm {
        margin-top: 7% !important;
    }
}

@media (max-width:767px) {
    #tab-pane.active {
        max-height: 100px;
        -webkit-overflow-scrolling: touch;
    }

    ul#pill {
        width: 100% !important;
    }

    .nav-tabs {
        width: 100% !important;
    }

        .nav-tabs > li {
            float: none;
        }

            .nav-tabs > li > a {
                text-align: left;
                margin-bottom: 5px;
            }

        .nav-tabs > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

    .remove-padding {
        padding: 0 !important;
    }

    .remove-min-height {
        min-height: 0 !important;
    }

    .remove-margin {
        margin: 0 !important;
    }

    .add-3-margin-top {
        margin-top: 3% !important;
    }
}

.pagination {
    margin: 0 !important;
}

.row-error {
    color: red;
}

/* Asset Number Min Width*/

.assetnumberminwidth{
    min-width:150px;
}

/* Asset Action Min Width*/

.assetActionminwidth{
    min-width:110px;
}


/* Filter Model PopUp Width*/
#myModal .modal-dialog
{
  width: 70%;
}


/* Import Model PopUp Width*/
#myModal1 .modal-dialog
{
  width: 70%;
}
#myModal2 .modal-dialog
{
  width: 70%;
}
#myModal3 .modal-dialog
{
  width: 70%;
}
#myModalsingle .modal-dialog
{
  width: 70%;
}
#myModalsplit .modal-dialog
{
  width: 70%;
}

.color1{
    background-color: #EFEFEF;
}

.largeWidth {
    height:350px !important;
    width:500px !important;
    overflow-y: auto;
}

.smallWidth {
   height:50px !important;
   width:500px !important;
}


/*use for circle in asset registry*/

/*
body {
    padding-top: 50px;
    font-size: 12px !important;
}

.starter-template {
    padding-top: 20px;
}

.field-validation-error {
    color: red;
    float: left;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 2000;
}

.disablescreen {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2000;
}

#tblRecEntryrpt > tbody > tr {
    height: 10px !important;
    font-size: 12px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tab-menu-a {
    color: #fff !important;
    outline: 0 !important;
}

.nav-tab-roll-a {
    outline: 0 !important;
    text-decoration: none;
}

    .nav-tab-roll-a:hover {
        text-decoration: none;
    }

#pill :hover {
    background-color: #5A5A0F !important;
    border-radius: 5px !important;
}

.nav-tab-menu {
    color: #fff !important;
    outline: 0;
}

@media screen {
    #printSection {
        display: none;
    }
}

.activelink {
    background-color: #5A5A0F !important;
    color: #fff !important;
    text-decoration: none;
}

    .activelink > a {
        color: #fff !important;
        text-decoration: none;
    }

    .activelink:hover {
        background-color: #5A5A0F !important;
        color: #fff !important;
        text-decoration: none;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.error {
    color: red;
}

.has-error {
    border: 1px solid red;
}

.selected {
    background-color: #5A5A0F !important;
}

    .selected > td > a {
        color: #fff !important;
    }

a {
    cursor: pointer;
}

tr.selected:hover {
    background-color: #5A5A0F !important;
}

.addEditReceiptModal > div {
    width: 1200px;
}

.PrintReceiptModal > div {
    width: 689px;
}

input.ng-invalid.ng-dirty {
    border: 1px solid Red;
}

input.ng-valid.ng-dirty {
    border: 1px solid green;
}

a {
    cursor: pointer;
}

hr {
    margin-bottom: 20px;
    margin-top: 10px;
}

.left-box-boreder-bottom {
    border-bottom: 2px solid #178acc;
}

.left-box-boreder-top {
    border-top: 1px solid #178acc;
}

.left-box-boreder {
    border-bottom: 1px solid #178acc;
    border-top: 1px solid #178acc;
}

.active > a {
    color: #fff !important;
    text-decoration: none;
}

.nav > li > a:hover {
    color: #fff !important;
    text-decoration: none;
    border-width: 2px !important;
}

.row-offset {
    margin-top: 15px !important;
}

.list-total {
    color: #5A5A0F !important;
    margin-top: 30px !important;
}

.list {
    max-height: 500px;
    overflow-y: auto;
}

.form-control {
    height: 28px !important;
    font-size: 12px !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.frm-login {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,.14);
}

label {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.btn {
    font-size: 12px !important;
    padding: 4px 12px !important;
}

.nav > li > a {
    padding: 5px 10px !important;
    border: 2px solid transparent !important;
    margin: 0 1px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 2px !important;
}

.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: 5px !important;
}

.table {
    border-radius: 4px !important;
}

.padding {
    padding-top: .4% !important;
}

.navbar {
    min-height: 39px !important;
}

@media (max-width:991px) {
    .add-7-margin-top-sm {
        margin-top: 7% !important;
    }
}

@media (max-width:767px) {
    #tab-pane.active {
        max-height: 100px;
        -webkit-overflow-scrolling: touch;
    }

    ul#pill {
        width: 100% !important;
    }

    .nav-tabs {
        width: 100% !important;
    }

        .nav-tabs > li {
            float: none;
        }

            .nav-tabs > li > a {
                text-align: left;
                margin-bottom: 5px;
            }

        .nav-tabs > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

    .remove-padding {
        padding: 0 !important;
    }

    .remove-min-height {
        min-height: 0 !important;
    }

    .remove-margin {
        margin: 0 !important;
    }

    .add-3-margin-top {
        margin-top: 3% !important;
    .rwd-table t
}

.pagination {
    margin: 0 !important;
}

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
}

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) " ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}
    */

/*=====================================================================================================================*/
/*Show * for requried field with CSS - just add class="req" for lable */
.req:after {
    color: #e32;
    content: ' *';
    display: inline;
}
/*=====================================================================================================================*/
/*Truncate text with CSS */
.alert{
  width:300px; /* or max-width */
  display: block; /* or inline-block */
  text-overflow: ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
/*ThClass*/
.thClass {
        border-bottom: 2px solid black !important;
        border-top: 2px solid black !important;
    }
/*badge of FilterLabel*/
  .badgelbl {
        background-color:aliceblue;
        border: 1px solid #e3e3e3;
        border-radius:3px;  
    }

  /* To solve problem of Action column having extra border while using pull-right*/

  .pull-right {
      border:none !important;
  }

   tr:nth-child(even) {
    background-color: #f9f9f9;
}

   /*Loading effect button*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/*loading effect button end*/
.chart-legend-row {
    padding: 15px;
}
    .chart-legend-main {
    padding: 5px;
    border-left: 2px solid greenyellow;
    border-top: 2px solid greenyellow;
    border-bottom: 2px solid greenyellow;
}
.chart-legend-value {
    padding: 5px;
    border-right: 2px solid greenyellow;
    border-top: 2px solid greenyellow;
    border-bottom: 2px solid greenyellow;
}

