.ffoonnttss
{
    font-family: 'Roboto', sans-serif;
    font-family: 'Yantramanav', sans-serif;
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
}

p
{
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: justify;
}

a,a:hover,a:focus,a:active
{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: 'Yantramanav', sans-serif;
}

h1
{
    font-size: 36px;
}

h2
{
    font-size: 32px;
}

h3
{
    font-size: 28px;
}

h4
{
    font-size: 24px;
}

.rel-body
{
    position: relative;
    height: 100%;
}

.abs-footer
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.footerdiv
{
    background-color: #32323a;
    padding-top: 11px;
    padding-bottom: 0px;
}

.footerdiv p,
.footerdiv a,.footerdiv a:hover
{
    color: white;
    text-decoration: none;
    text-align: center;
}

.login-bg
{
    background: url('../../assets/images/stbg.jpg') no-repeat;
    background-size: cover;
}

.form-bg
{
    background-color: rgba(255,255,255,0.8);
    height: 100vh;
    min-height: 500px;
}

.form-bg .form-space
{
    padding: 60px 50px 40px 50px;
}

.form-bg .lgdiv
{
    text-align: center;
}

.form-bg .lgdiv img
{
    display: inline-block;
}

.form-bg .frmdiv
{
    width: 100%;
}

.form-bg .signin
{
    display: block;
    font-size: 24px;
    color: #777;
    text-align: center;
    font-family: 'Asap', sans-serif;
    margin: 20px auto 15px auto;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255,255,255,0.4);
}

.form-bg label.style
{
    color: #777;
    font-size: 16px;
}

.form-bg .element
{
    font-size: 15px;
    border-radius: 25px;
    padding: 8px 20px;
    height: auto;
}

.form-bg .lgbtn
{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background-color: #ffb833;
    color: white;
    border-radius: 25px;
    margin-top: 24px;
    padding: 8px 20px;
}

.form-bg .fgtpwd
{
    display: inline-block;
    font-size: 18px;
    color: #777;
    text-align: center;
    padding-top: 15px;
}

@media (max-width: 500px)
{
    .form-bg .form-space
    {
        padding: 30px 15px 15px 15px;
    }
}

.signup-bg
{
    background: url('../../assets/images/stbg.jpg') no-repeat;
    background-size: cover;
}

.sign-logo
{
    padding: 15px;
}

.signup-table
{
    display: table;
    margin-bottom: 20px;
}

.signup-table>div:first-child
{
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}

.signup-table>div:last-child
{
    display: table-cell;
    vertical-align: middle;
}

.point-bg
{
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.point-bg>i
{
    color: #ff8621;
    font-size: 24px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.signup-table:hover i
{
    color: white;
}

.point-desc
{
    font-size: 18px; 
    font-weight: 300;
    line-height: 24px;
}

.sign-tspace
{
    padding-top: 60px;
}

.signup-frmbg
{
    background-color: rgba(255,255,255,0);
    padding: 30px;
    margin-top: 140px;
}

.signup-frmbg .signin
{
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-family: 'Asap', sans-serif;
    margin: 0px auto 15px auto;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255,255,255,1);
}

.signup-frmbg label.style
{
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.signup-frmbg .element
{
    font-size: 15px;
    height: 40px;
}

.signup-frmbg .lgbtn
{
    display: inline-block;
    border: none;
    outline: none;
    width: auto;
    font-size: 16px;
    text-align: center;
    background-color: #ffb833;
    color: white;
    border-radius: 25px;
    margin-top: 6px;
    padding: 8px 40px;
}










/*Dashboard*/

.bdbg
{
    background: #f5f5f5;
    position: relative;
}

.mflexbox
{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.topbar
{
    background-color: #ffb833;
    min-height: 52px;
}

.tophlink,.tophlink:hover,.tophlink:focus
{
    color: white;
    line-height: 52px;
    font-size: 20px;
    padding: 0 0px 0 15px;
}

.dropbtn 
{
    background-color: #ffb833;
    color: white;
    line-height: 52px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 0 20px 0 0;
}

.dropbtn i
{
    font-size: 18px;
}

@media (max-width: 767px)
{
    .topbar
    {
        min-height: 46px;
    }
    .dropbtn
    {
        line-height: 46px;
    }
}


.dropdown 
{
    position: relative;
    display: inline-block;
}

.dropdown-content 
{
    display: none;
    position: absolute;
    right: 0;
    min-width: 100%;
    z-index: 1;
    white-space: nowrap;
}

.dropdown-content a 
{
    padding: 8px 16px 8px 10px;
    text-decoration: none;
    display: block;
    background-color: #ffb833;
    border-bottom: 1px dashed #bb892c;
    color: #e1ffff;
    font-size: 13px;
}

.dropdown-content a:hover
{
    background-color: #e9a82e;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.dropdown:hover .dropdown-content 
{
    display: block;
}

.page-title
{
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title h2
{
    font-size: 20px;
    color: #4a4a4a;
    margin: 0px 0 0 15px;
}

    .page-title .addbutton, .page-title .addbutton:hover, .page-title .addbutton :focus, .page-title .addbutton :active{
        margin: 0;
    }

    .pg-detailspace {
        padding: 30px 30px 48px 30px;
    }

@media (max-width: 767px)
{
    .page-title
    {
        padding: 15px;
    }
}

@media (max-width: 315px)
{
    .pg-detailspace
    {
        padding: 15px 15px 76px 15px;
    }
}

.page-detail
{
    background-color: white;
    padding: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.pd0
{
    padding: 0px;
}

.four-grid 
{
    text-align: center;
    padding: 1.2em 0;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 2px 2px 8px 1px #9b9b9f;
}

.redgrid
{
    background: #fb623a;
}

.bluegrid
{
    background: #03c0ca;
}

.greengrid
{
    background: #01a388;
}

.purpolgrid
{
    background: #fdbd10;
}

.four-grid .icon
{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 30px;
}

.four-grid i
{
    color: #fff;
    font-size: 32px;
    line-height: 60px;
}

.four-grid h3 
{
    font-size: 18px;
    color: #5a5a5a;
    margin: 10px 0;
}

.four-grid h4 
{
    font-size: 26px;
    color: #5a5a5a;
    margin: 0;
}

.jobbox
{
    background-color: #808080;
    border-radius: 6px;
    box-shadow: 2px 2px 8px 1px #9b9b9f;
    margin-bottom: 30px;
    padding: 10px;
}

.jobbox>h3
{
    color: white;
    margin: 6px 0 10px 0;
    font-size: 22px;
}

.jobbox .joblist
{
    height: 292px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jobbox .joblist .jobtext
{
    background-color: #9a9a9a;
    padding: 8px;
    margin-bottom: 10px;
}

.jobbox .joblist .jobtext:last-child
{
    margin-bottom: 0px;
}

.jobbox .joblist .jobtext .reldiv
{
    position: relative;
}

.jobbox .joblist .alert-dismissable .close
{
    position: absolute;
    right: 0px;
    top: -6px;
    text-shadow: none;
    opacity: 1;
    font-size: 18px;
    color: #d9d9d9;
}

.jobbox .joblist .jobtext a.title,
.jobbox .joblist .jobtext a.title:hover
{
    display: inline-block;
    margin: 0 12px 6px 0;
    color: white;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Yantramanav', sans-serif;
}

.jobbox .joblist .jobtext span
{
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

.inbox
{
    box-shadow: 2px 2px 8px 1px #9b9b9f;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 0.1px solid #5f5f5f;
}

.inbox>h3
{
    color: white;
    background-color: #5f5f5f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 22px;
    padding: 16px 10px 10px 10px;
    margin: 0px;
}

.inbox .inboxlist
{
    height: 298px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.inbox .inboxlist .message:nth-of-type(odd)
{
    background-color: #ffffff;
    padding: 10px;
}

.inbox .inboxlist .message:nth-of-type(even)
{
    background-color: #e9e9e9;
    padding: 10px;
}

.inbox .inboxlist .message .msgtext
{
    color: #444444;
    font-size: 14px;
    line-height: 20px;
}

.st-elediv
{
    margin-bottom: 20px;
}

.st-elediv label
{
    font-size: 14px;
    display: block;
    padding-bottom: 4px;
    font-weight: normal;
}

.st-elediv .st-element
{
    width: 100%;
    display: block;
    border: 1px solid #dddddd;
    padding: 8px;
    font-size: 15px;
    color: black;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.st-elediv .st-element:hover,
.st-elediv .st-element:focus
{
    border: 1px solid #000000;
}

.st-elediv label.radio-inline
{
    display: inline-block;
}

.st-btn
{
    background-color: #de430d;
    color: white;
    font-size: 15px;
    padding: 6px 26px;
    border: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.st-btn:hover
{
    background-color: #c33b0b;
    color: white;
}

.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
    background-color: #2b2b2b;
}

.panel-default>.panel-heading
{
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    display: block;
    padding: 10px;
    background-color: white;
    border-top: 3px solid #d2d6de;
    font-size: 18px;
    font-weight: 600;
}

.addbutton,.addbutton:hover,.addbutton:focus,.addbutton:active
{
    background-color: #f0ad30;
    margin-bottom: 20px;
    padding: 8px 30px;
    color: white;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
}

.mytable th,.mytable td
{
    text-align: center;
}

.edituser
{
    text-decoration: none; color: #060; font-size: 18px; font-weight: bold;
}

.deleteuser
{
    text-decoration: none; color: #F00; font-size: 18px; font-weight:bold;
}

.mylbl
{
    font-weight: normal;
}

.searchcrt
{
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
}





/*===============================================================================

Balaji

===============================================================================*/

.bl-elediv
{
    margin-bottom: 8px;
}

.bl-elediv label
{
    font-size: 14px;
    display: block;
    padding-bottom: 2px;
    font-weight: normal;
}

.bl-elediv .bl-element
{
    width: 100%;
    display: block;
    border: 1px solid #dddddd;
    padding: 4px;
    font-size: 13px;
    color: black;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.bl-elediv .bl-element:hover,
.bl-elediv .bl-element:focus
{
    border: 1px solid #000000;
}

table.dataTable
{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.bl-table>tbody>tr>td,
.bl-table>tbody>tr>th,
.bl-table>tfoot>tr>td,
.bl-table>tfoot>tr>th,
.bl-table>thead>tr>td,
.bl-table>thead>tr>th
{
    text-align: right;
}

.bl-table>tbody>tr>td:first-child,
.bl-table>tbody>tr>th:first-child,
.bl-table>tfoot>tr>td:first-child,
.bl-table>tfoot>tr>th:first-child,
.bl-table>thead>tr>td:first-child,
.bl-table>thead>tr>th:first-child
{
    text-align: left;
}

.bl-tblelement
{
    width: 160px;
    float: right;
    display: block;
    border: 1px solid #dddddd;
    padding: 4px;
    font-size: 13px;
    color: black;
    text-align: right;
    font-weight: normal;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

bl-tblelement:hover,
bl-tblelement:focus
{
    border: 1px solid #000000;
}

.bl-totalelement
{
    width: 90%;
    float: right;
    display: block;
    border: 1px solid #000000;
    padding: 6px;
    font-size: 14px;
    color: black;
    text-align: right;
    font-weight: normal;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}











.boxdivc
{
    border: 1px solid #dddddd;
    padding: 15px;
}

.boxdelement
{
    border-radius: 0;
}

.boxdimg
{
    margin-top: 10px;
}