﻿* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: sans-serif;
}
h4, .h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, h4, .h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
p, ul li, a {
    font-size: 14px;
    line-height: 23px;
}
#page-wrapper 
{
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}
@media (min-width: 768px) 
{
    #page-wrapper {
        position: inherit;
        padding: 20px;
        border-left: 1px solid #e7e7e7;
        margin-left:10px;
    }
}
.form-heading {
    color: #010c3e;
    text-align: left;
    border-left: 15px solid #009fd0;
    border-right: 2px solid #009fd0;
    border-top: 1px solid #009fd0;
    border-bottom: 1px solid #009fd0;
    /*background: rgba(0, 0, 0, .075);*/
    padding: 10px 20px 10px 15px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-large;
    margin: 20px 0;
}
.box-container {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-container > .box-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fcfcfc;
    border-color: #ccc;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    padding:15px;
}
.box-container > .box-heading 
{
    background:#009fd0!important;
    border: 1px solid #f9fbfc;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 2px 15px;
}
.notices > .box-title {
    background-color: #009fd0;
    color: #fff;
    border: 1px solid #f9fbfc;
    border-radius: 5px 5px 0 0;
    /*color: #010c3e;*/
    margin: 0;
    padding: 10px 15px;
}
.box-container > .box-body-open 
{
    border: 1px solid #dddddd;
    box-shadow: 0 0 4px #fff; /*rgba(0, 0, 0, .65)*/;
    border-radius: 3px;
}
.box-body .form-control {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #cdcdcd !important;
        border-radius: 0;
        box-shadow: 0 0 0;
        color: #333;
        padding: 9px 5px !important;
    }
.form-group {
    margin-bottom: 15px;
    font-size: 13px!important;
    
}
.camera {
    display: block;
    margin: -60px auto 0;
    width: 1px;
    border-radius: 50px;
    position: relative;
    border: 4px solid #f2f2f2;
    background: #ccc;
    padding: 10px;
    width: 75px;
    height: 75px;
    background-image: url(/WebApp/Kiosk/Images/camera.png);
    cursor: pointer;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default 
{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#btnCancel{
    float:right;
}
.Year,.Month{
    width: 100px!important;
}
/*---------Top Menu-----------*/
.topmenu {
    margin-top:50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.topmenu.navbar-nav 
{
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
}
.topmenu ul 
{
       padding-left: 15% !important;
}
.topmenu ul .nav-item 
{
  padding: 15px;
 }
 .topmenu ul .nav-item a {
        font-size: 15px;
        font-weight: 600;
        color: #010c3e;
 }
    .topmenu ul .nav-item a i {
        color: #00a2d1;
    }
/*-------Home Page------------*/
table thead th {
    color: #000;
}
.navbar-brand-box .header-item h2 b {
    color: #010c3e;
    font-size: 24px !important;
}
h4, .card-header {
    font-size: 16px;
    font-weight:500;
    /* color: #010c3e;*/
}
.main .container .card .card-header, .reg_process > h4 {
    color: #00a1dd;
}
.reg_process ul li {
    list-style-type: circle;
    color: #000;
}
.btn_sign {
    display: inline-block;
    background:#009fd0!important;
    border-radius: 7px;
    color: #fff;
}
.btn_Verify{
    display: inline-block;
    background: red !important;
    border-radius: 7px;
    color: #fff;
}
btn_sign:hover {
    color: #fff;
    border: 1px solid #172b8cc9;
    box-shadow: 0 5px 10px #0002!important;
    /* box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.25);*/
}

.card .btn i{
    font-size:18px;
}

.main .container .card .card-header {
        background-image: linear-gradient(140deg, #fff, #172b8c03, #fff);
    }
table tr td, marquee ul li {
    color: #000;
}
marquee ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

marquee li:before {
    content: "\f0a4" !important;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: #009fd0;
}
/*--------User Details-----------*/
.UserDetails
{
    margin-top:60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.Examlogo img {
    width:65px;
}
.header-section {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #010c3e;
    border: 0;
    border-radius: 0;
}
.card .card-body ul .instructions {
    list-style: circle !important;
}

thead {
    background-color: #009fd0;
    font-weight: normal;
}
thead tr th {
   color: #fff;
}
/*----------Login---------*/
.icon {
    color: #0072d4;
}

.manadatory::after {
    color: Red;
    content: "*";
    font-size: 13px;
    font-weight: normal;
    margin: 1px 0 0 5px;
    position: absolute;
}

/*.form-group {
    padding: 10px;
    border: 2px solid;
    margin: 10px;
}
.form-group > label {
        position: absolute;
        top: -1px;
        left: 20px;
        background-color: white;
}
.form-group > input {
        border: none;
 }
	*/