/* unvisited link */
a {
    color: #4444AA;
    text-decoration:none;
}
a:hover {
    color: #8888FF;
}

p {
    font-size:10px;
}
table {
    font-size:12px;
    background-color: transparent;
}

.container {
    padding:20px;
    min-height:400px;
    /*overflow:hidden;*/
}
.containertab {
    padding:0px;
    overflow:hidden;
    margin:10px 0px 0px 0px;
}
/* table rows are highlighted upon rollover */
tr {
    background-color: transparent;
}
.initial {
    background-color: #FFFFFF;
    color:#000000;
    cursor:pointer;
}
.normal {
    background-color: #FFFFFF;
}
/*.highlight {
    background-color: #5D6A90;
    cursor:pointer;
}*/
a.tblhead:link {
    color: #2222aa;
}
a.tblhead:hover {
    color:#aa4444;
}

tr.tableheading {
    background-color:#3D4A70;
    color:#ffffff;
}

/* .footer {
    margin-top:100px;
    background: #3D4A70;
    width: 100%;
    height: 140px;
    font-family:verdana;
    clear:both;
} */
/* a.footerlinks:link,a.footerlinks:visited {
    font-size:14px;
    color: #dddddd;
    text-decoration:none;
} */

/* mouse over link */
/* a.footerlinks:hover {
    color: #dddddd;
    text-decoration:underline;
} */

/* selected link */
/* a.footerlinks:active {
    color: #dddddd;
    text-decoration:none;
} */

/*front page styles */
fpbodyleft {
    font-size:12px;
    line-height:16px;
}

a.imagebutton:link {
    line-height:16px;
    border:1px solid #007FFF;
    border-radius:5px;
    color:#fff;
    padding:5px 10px 5px 10px;
    font-size: 14px !important;
    background: #007FFF;
    cursor:pointer;
    text-decoration: none;
}

a.imagebutton:hover {
    background:#dd6F00;
    border:1px solid #dd6F00;
    border-radius:5px;
}

.numformat {
    text-align:right;
}
.colheading {
    text-align:center;
}
.textinput {
    font-size:14px;
    padding:6px 12px;
    height:24px;
    color:#555;
    border:1px solid #ccc;
    border-radius:4px;
    background-color: transparent;
}
.textarea {
    font-family:Arial;
    font-size:12px;
    padding:6px 12px;
    color:#555;
    border:1px solid #ccc;
    border-radius:4px;
    background-color: transparent;
}
.selectbox {
    height:35px;
    border:1px solid #ccc;
    border-radius:5px;
    color:#555;
    text-align:left;
    font-family: 'Font Awesome', 'sans-serif', 'Arial';
    font-weight: 100;
    background-color: transparent;
}
.toolselectbox {
    height:25px;
    border:1px solid #ccc;
    border-radius:4px;
    color:#555;
    text-align:left;
}
.submitbutton {
    height:35px;
    width:90px;
    border:1px solid #007FFF;
    border-radius:5px;
    margin: 10px 0px 10px 0px;
    color:#fff;
    padding:0px 10px 0px 10px;
    font-size: 18px !important;
    background: #007FFF;
    cursor:pointer;
}
.submitbutton:hover {
    background:#dd6F00;
    border:1px solid #dd6F00;
    border-radius:5px;
}
.filebutton {
    height:35px;
    width:120px;
    border:1px solid #007FFF;
    border-radius:5px;
    margin: 9px 0px 10px 0px;
    color:#fff;
    padding:6px 10px 6px 10px;
    font-size: 18px !important;
    background: #007FFF;
    cursor:pointer;
}
.filebutton:hover {
    background:#dd6F00;
    border:1px solid #dd6F00;
    border-radius:5px;
}
input[type="file"] {
    display: none;
}
.submitbuttonsmall {
    height:25px;
    width:40px;
    border:1px solid #007FFF;
    border-radius:5px;
    margin: 5px 0px 5px 0px;
    color:#fff;
    padding:0px 5px 0px 5px;
    font-size: 12px !important;
    background: #007FFF;
    cursor:pointer;
}
.submitbuttonsmall:hover {
    background:#dd6F00;
    border:1px solid #dd6F00;
    border-radius:5px;
}
input[type='checkbox'] {
    background:white;
    border-radius:5px;
    border:2px solid #555;
    cursor:pointer;
    margin:5px 5px 5px 0px;
}
input[type='checkbox']:checked {
    background: #abd;
}
.textareabox {
    font-size:14px;
    padding:6px 12px;
    color:#555;
    border:1px solid #ccc;
    border-radius:4px;
    width:500px;
}
table.addedit {
    line-height:50px;
    vertical-align:middle;
}
h3 {
    color:#4444aa;
    font-size:24px;
    border-bottom: 1px solid #4444aa;
}
h4 {
    color:#4444aa;
    font-size:16px;
    border-bottom: 1px solid #4444aa;
}

.tooltip {
    position: relative;
    display: inline-block;
    line-height: normal;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 165%;
    left: 50%;
    margin-left: -105px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:12px;
    line-height:16px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    white-space: normal;
}
.tablefield {
    text-align:right;
    font-weight:normal;
    padding:0px 10px 0px 0px;
}
a.tooltiplink:link,a.tooltiplink:visited {
    text-decoration:underline;
    cursor:pointer;
    color:#ccccff;
}
a.tooltiplink:hover {
    color:#ccffcc;
}
.toolbarnew {
    position:relative;
    top:25px;
    width:80%;
    z-index:500;
}
.toolbar {
}
.tools {
}
.noitems {
    float:right;
    font-size:12px;
    margin:0px 0px 10px 0px
}

.inputfile {
    width: 100px;
    height: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    padding:10px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #cccccc;
}

.inputfile:focus + label,
.inputfile + label:hover {
    border-radius: 5px;
    border: 1px solid #34495e;
    background-color: #34495e;
    cursor: pointer;
}
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.errormessage {
    width:100%;
    color:#FF4444;
    padding:20px 0px 20px 0px;
}
.iconstoolbar {
    display:inline-flex;
    /* margin-bottom:10px; */
    margin-top: 6px;
    /*margin-bottom:5px;*/
}
.icondiv {
    display:flex;
    align-items: center;
    justify-content: center;
    width:25px;
    height:25px;
    border:1px solid #CCC;
    border-radius:4px;
    background:#EEE;
    margin:0px 2px 0px 2px;
    font-size:18px;
}
.icon1 {
    color:#3D4A70;
}
.icon1:hover {
    color:#DC6338;
    cursor: pointer;
    border:1px solid #DC6338;
    background:#FFF;
}
.icon2 {
    color:#3D7A3D;
}
.icon2:hover {
    color:#DC6338;
    cursor: pointer;
    border:1px solid #DC6338;
    background:#FFF;
}
.icon3 {
    color:#7A3D3D;
}
.icon3:hover {
    color:#DC6338;
    cursor: pointer;
    border:1px solid #DC6338;
    background:#FFF;
}
.icon4 {
    color:#803B80;
}
.icon4:hover {
    color:#DC6338;
    cursor: pointer;
    border:1px solid #DC6338;
    background:#FFF;
}
.icon5 {
    color:#888;
    font-size:36px;
}
.icon5:hover {
    color:#DC6338;
    cursor: pointer;
}
.smallsub {
    color:#FFF;
    border:1px solid #007FFF;
    border-radius:4px;
    height:24px;
    width:50px;
    background:#007FFF;
}
.smallsub:hover {
    color:#FFF;
    cursor: pointer;
    border:1px solid #DC6338;
    background:#DC6338;
}
.searchdropdown {
    height:24px;
    outline: none !important;
    border:1px solid #CCC;
    border-radius:4px;
    background: transparent;
}
.searchdropdown:hover {
    cursor:pointer;
    border:1px solid #DC6338;
    background:#FFF;
}
.messageerror {
    margin:10px 10px 10px 0px;
    color:#C44;
}

/* Form Send data to api: Begin */
/*.api-forms-container {
    text-align: center;
}

.api-forms-container form {
    display: inline-block;
    margin: 20px;
    text-align: left;
}

.api-form-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.api-form-label {
    font-weight: normal;
    text-align: left;
}

#api-response{
    color: red;
}*/
/* Form Send data to api: End */

/*Dashoard color picker: Begin*/
.dashboardColorPicker {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
    margin: 5px 2px 0px 2px;
    float: left;
    right: 0;
    left: 1 !important;
}
.dashboardColorPicker::before {
        content: "\f53f"; /*"\f1fc";*/ /* Unicode character for the paint-brush icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        margin: 5px;
        color: #3D4A70;
    }
.dashboardColorPicker:hover {
     /* transform: scale(1.1);  */
}
.dashboardColorPicker #colorPick{
    left: auto !important;
    right: 0px;
}
/*Dashoard color picker: End*/

/* Datatable manage/edit/delete modal: Begin */ 
/* Styles for the modal overlay */
.dt-modal-overlay {
    display: none; /* Hide the modal by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 2000000; /* Ensure the modal is on top of other content */
}

/* Styles for the modal */
.dt-modal {
    position: relative;
    margin: 10% auto;
    width: 85%;
    height: 70%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Close button style */
.dt-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #888;
}

/* Style for the modal content */
.dt-modal-content {
    padding: 0;
    width: 100%;
    height: 100%;
}
/* Datatable manage/edit/delete modal: End */ 