body { 
    font-family:'Poppins', sans-serif !important; 
    color:#333 !important; 
}

a { 
    color:coral;
    text-decoration:none;
}

a:hover { 
    text-decoration:underline; 
}

table { 
    margin:0;
    width:100% !important;
}

tr,td {
    border:0 !important;
}

tr:first-child {
    display:none;
}

tr:nth-child(2) td {
   background:#36b57c !important;
   padding:5px 0;
}

tr:nth-child(3) td:first-child {
   background:none !important;
}

h1 { 
    color:#606060;
    margin-bottom:20px;
}

input, select {
    border:1px solid #CCC;
    margin:5px 0;
    padding:5px
}

input[type="submit"]{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    cursor:pointer;
}

input[type="submit"]:hover {
    color:#fff;
    background-color:#449d44;
    border-color:#398439;
}

#menu_portal li {
    border-radius:4px;
    padding:8px 5px !important;
    margin:10px !important;
}

#menu_portal li a {
    text-decoration:none !Important;
}

.DateTimePicker {
    border:0 !important;
}