/* your styles go here */
.appTitle{
    color: rgb(62, 146, 121);
    font-size: 1.5em;
    font-weight: bolder;
}

.guideline{
    color: red;
    font-size: 1.2em;
    font-weight: bolder;
}

body {
	font-size: 12px !important;
	color: #455a64;
    /* font-family: Georgia, 'Times New Roman', Times, serif !important; */
    font-family:Verdana, Geneva, Tahoma, sans-serif !important;
}

.p-10{
    padding: 10px !important;
}

.p-20{
    padding: 20px !important;
}

.el-right{
    border-left: 2px solid #f1f1f1;
    padding-left: 20px;
}

.btn-p-5{
    padding: 5px !important;
}

.footer-mark{
    color:#ccc;
    font-size: 9px;
}

.inlineform{
    display: inline-block !important;
}

.navtab{ 
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    border-color: #00bcd4;
    color: #00bcd4 !important;
    padding: 5px 10px;
    font-size: 9px !important;

}



.___dataTable____{
    border: 1px solid #000;
    font-size: 12px;
}

.___dataTable____ tr, td{
    border: 1px solid #000;
}

.text-black{
    color: #000;
}
.text-success{
    font-weight: bolder !important;
}

table{
    border: 2px solid #000 !important;
}

td{
    padding: 3px !important;
}

b{
    font-weight: bolder;
}

.white-bg{
    background: #fff !important;
    padding: 10px;
}

.queue-card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding:15px 20px;
    margin:5px;
    font-weight: 500;
    font-size: 14px;
    cursor:pointer;
}



