

.panel {
    position: relative;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
}

.panel.panel-default > .panel-heading {
    color: #ffffff !important;
}


.panel-default > .panel-heading {
    color: #07889B !important;
    background-color: #07889B !important;
    border-color: #07889B !important;
}

.panel-heading {
    padding: 0 15px;
    min-height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-default > .panel-body {
    border: 1px solid #07889B !important;
    border-top: none !important;
}


.modal .modal-content .modal-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #07889B !important;
    color: #ffffff !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.theadcustom
{
    background-color: #07889b;
    font-size: 12px;
    color: white;
}
.tbodycustom
{
   
    font-size: 12px;
}

.form-control{
     color: #3b3838 !important;
    /*border: 1px solid #000000 !important;*/
}

.btn-default{
     color: #3b3838 !important;
}

.dashtiles{
    margin-top: -30px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

@media all and (max-width: 9999px) and (min-width: 1367px) {
    
}

@media all and (max-width: 1366px) and (min-width: 992px) {
  /* ------------------ Tiles --------------------*/
  
}

@media all and (max-width: 980px) and (min-width: 768px) {
 
}

@media all and (max-width: 767px) {
  /* ------------------ Center modal --------------------*/
  
}

@media all and (max-width: 640px) {
  /* ------------------ Header --------------------*/
 
}

@media all and (max-width: 460px) {
  /* ------------------ Header --------------------*/

}

@media all and (max-width: 420px) {
  /* ------------------ Filestyle --------------------*/
 
}

@media all and (max-width: 320px) {
  /* ------------------ Login page --------------------*/
 
}



