* {
    font-family: sans-serif;
}

body {
    margin: .5rem;
    background-color: #EDF2F7;
}

html {
    height: 100%;
    background-color: #EDF2F7;
}

@media print {
    .some {font-size:14pt}
}

.small .btn,
.small {
    font-size: .75rem;
}

.smallx1 {
    font-size: .85rem;
}

#sales-nav {
    background-color: #0000a4;
}

.pannel {
	color: #0000a4;
	border-top: 4px solid #0000a4;
}

/*Product_report_styles*/
.list-manage-container{
    background-color:#17212f !important;
}

#listModal .modal-header {
    background-color: #8c752b; 
    color: white; 
}

#listModal .modal-body {
    background-color:#1f2d40 !important;
    color: #333333; 
}
#editReport{
    background-color:#1f2d40 !important;
    color: #333333; 
}
.pagination {
    border: none !important;
}

.list-input{
    background-color:#fff0 !important
}

.card-container{
    background-color:#1f2d40 !important;
    border:none
}
.list-header{
    background-color:#152333!important;
}

.list-btn{
    background-color:#FFD54F !important;
}

.list-btn:hover{
    background-color:#f3bb05 !important;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* .list-border{
    color:#052c65
} */

.custom-div {
    height: 30px; 
}
.plus-size{
    font-size: 13px !important;
}

.close-size{
    font-size: 13px !important;
}


/* Summernote Additional CSS */
.note-editable{
    background: #fff;
 }
 .note-btn.dropdown-toggle:after {
    content: none;
 }
 .note-btn[aria-label="Help"]{
    display: none;
 }
 
 .note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu{
    min-width: 185px;
 }


 .select {
    cursor: pointer;
 }
 .site-bg {
    background: #1f2d40 !important;
 }

 .newproduct {
    background: #b2d788 !important;
    color: #121212 !important;
    /* border-color: #b2d788 !important; */
 }

 .default-border-bottom {
    border-bottom: 1px solid #304562 !important;
 }


 .default-border:hover {
    border-color: #ffd54f !important;
 }

 .default-border {
    border: 1px solid #304562 !important;
 }
 .default-table-border{
    border: 1px solid #304562 !important;
 }
 .default-border-top{
    border-top: 1px solid #304562 !important;
 }

.modal-action{
    background:#233a58 !important ;
}

.pagination {
    display: inline-block;
}
  
.pagination a {
    color: rgb(245, 241, 241);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.modal-header{
    background:#aa890e !important ;
}
.modal-body{
    color: #333333;
    background: #192d40 !important;
}

.outline{
    border:1px solid rgb(158, 87, 99);
    border-color:#f9f9fa;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 5px;
    margin-right: 10px;
    padding:10px;
}
.defaultdata-outline{
    border:1px solid #a38a0f;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 5px;
    margin-right: 10px;
    padding:10px;
    color:#66849f;
}
.plus-btn{
    width:50px;
    height:40px;
    font-size:12px;
    background-color:#a38a0f;
    color:white;
    text-align:center;
    padding:2px;
    margin-left:450px;
  }
  .x-btn{
    width:50px;
    height:40px;
    background-color:#a38a0f;
    color:white;
    text-align:center;
    padding:2px;
  }

  .text-color-default{
    color:#304562;
  }




  