﻿@import url("../fonts/OpenSansFontStyle.css");

body {
    color: #404142;
    /*background: #f5f5f5 url(../Images/bg.png) left top repeat;*/
    background: #edeffd url(../Images/bg.png) left top repeat;
    /*    background-color: #f8f9fb;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.setRightPadding {
    padding-right: 20px;
}

.setLeftPadding {
    padding-left: 20px;
}

.removeLeftPadding{
    padding-left: 1px;
}
.formatSales {
    text-align: right;
    font-size: 24px;
    font-weight: 900;
}

.formatItemManager {
    font-size: 16px;
    font-weight: 600;
}

.formatAmountIssued {
    font-size: 24px;
    font-weight: 900;
}

.formatPurchasesTextBox {
    font-size: 20px;
}
.formatSalesLabel{
    font-size: 11px;
}

.control-label{
    text-align: right;
    padding-top: 7px;
    font-weight: 400;
}
td.attended-present {
    background: url('../images/present.png') no-repeat center center;
}

td.attended-absent {
    background: url('../images/absent.png') no-repeat center center;
}

td.customer-active {
    background: url('../images/customer_checked.jpg') no-repeat center center;
}

td.customer-owing {
    background: url('../images/customer_owing.jpg') no-repeat center center;
}

td.supplier-payable {
    background: url('../images/SupplierOwing.jpg') no-repeat center center;
}

td.supplier-cleared {
    background: url('../images/customer_checked.jpg') no-repeat center center;
}

.selectpicker[disabled] > .btn .dropdown-toggle .btn-default {
    background-color: #eee;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    width: 200px;
    cursor: pointer;
}

#profileImage-circle {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}


/*.open .dropdown-toggle.btn-default[disabled] {
    background-color: #eee;
}*/
/*.modal {
    position: absolute;
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}*/
/*//////////////////////////////////    Master-Detail Table           /////////////////////////////////////////////*/
td.details-control {
    background: url('../images/plusIcon.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/removeIcon.png') no-repeat center center;
}

div.childWrap {
    display: none;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}



table.child-table thead th {
    padding: .6rem !important;
    font-size: 12px !important;
    font-weight:900;
    background: #36304a !important;
    color: #fff !important;
}

table.child-table tbody td {
    padding: .6rem !important;
    font-size: 12px !important;
}

.alignLabelRight{
    text-align: right;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
#Authetication_Layout, #Background_Identity {
    background: #f5f5f5 url(../Images/bg.png) left top repeat;
}

#navigation {
    font-size: 12px;
}

.panel-body{
    padding: 0px;
}

#summarypanel h1{
    margin-bottom: 1px;
}

#summarypanel .h-200{
    min-height: 150px;
}
/*#navigation li .nav-second-level li a:focus {
    background-color: #e8e7e7;
}
*/
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #e8e7e7;
}
#Main_Layout .normalheader {
    min-width: 320px;
    padding: 10px 40px 0 40px;
    transition: padding .5s;
    margin-bottom: 40px;
}

#Main_Layout .content {
    padding-top: 5px;
}

#side-menu .myalignment {
    vertical-align: middle;
    margin-right: 5px;
}

#Navigation_HeaderID .navbar-nav > li > a {
    font-size: 13px;
    color: #2d2e2e;
}

#Navigation_HeaderID .btn-circle.btn-lg {
    margin-right: 20px;
}

#AttendancePanel .dataTables_wrapper {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
}

.fa-3x {
    font-size: 2em;
}

.dropdown-menu > li > a{
    font-weight:300;
    font-size: 18px;
}

.dataTables_wrapper {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
}

#wrapper .btn-sm {
    font-size: 10px;
}

#wrapper .select2-container .select2-selection--single {
    height: 35px;
}

.dataTable tbody tr {
    min-height: 35px;
}

#StudentEntryFormID label {
    font-weight: 700;
}

#StudentEntryFormID .input-group {
    margin-bottom: 5px;
}

#TutorEntryFormID label {
    font-weight: 700;
}

#TutorEntryFormID .input-group {
    margin-bottom: 5px;
}

#BatchEntryFormID label {
    font-weight: 700;
}

#BatchEntryFormID .input-group {
    margin-bottom: 5px;
}

#CourseEntryFormID label {
    font-weight: 700;
}

#CourseEntryFormID .input-group {
    margin-bottom: 5px;
}


#studentPanel nav ul {
    list-style-type: none;
}

    #studentPanel nav ul li > ul {
        display: none;
    }

    #studentPanel nav ul li:hover > ul {
        display: block;
    }



#CreateAttendanceFormID label {
    font-weight: 700;
}

#CreateAttendanceFormID .input-group {
    margin-bottom: 5px;
}

#EditAttendanceFormID label {
    font-weight: 700;
}

#EditAttendanceFormID .input-group {
    margin-bottom: 5px;
}

#NewPatientVitalFormID label {
    font-weight: 700;
}

#NewPatientVitalFormID .input-group {
    margin-bottom: 5px;
}

#EditPatientVitalFormID label {
    font-weight: 700;
}

#EditPatientVitalFormID .input-group {
    margin-bottom: 5px;
}

.modal-header {
    height: 50px;
    padding: 5px 30px 60px;
}

.form-control:focus {
    border-color: blue;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#ConsultingSearchPanel .form-group {
    margin-bottom: 3px;
}


#ConsultingSearchPanel label {
    font-weight: 500;
}


#consultingPage .content {
    padding: 10px 10px 10px 10px;
}

#menu {
    min-width: 18%;
}

#wrapper {
    margin-left: 18%;
}

#Nav_Basic_Info {
    line-height: 21px
}

    #Nav_Basic_Info .font-bold {
        font-weight: 500;
    }

#Nav_Session_Info, #Nav_VitalSigns_Info {
    line-height: 1.8;
}

#navigation .hpanel .panel-body {
    padding-top: 5px;
}

#navigation .hpanel {
    margin-bottom: 0px;
}

#consultingPage .hpanel .panel-body {
    padding-top: 10px;
}

#consultingPage .form-control {
    border-color: #d2caca !important;
}

#consultingPage input {
    margin-bottom: 3px;
}

#consultingPage .squeezeMargin {
    margin-left: -25px;
}

#consultingPage textarea {
    margin: 0px 37.7031px 0px 15px;
    width: 90%;
}

#consultingPage p {
    margin: 0 0 5px 15px;
}

.table > tbody > tr > td {
    padding: 4px;
}

#fnButtons a {
    margin-right: 2px;
}

.icheckbox_square-green {
    margin-right: 4px;
}


#reviewOfSystemsPanel .subHeader {
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.dropdown-header {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

#consultingPage .btn-default {
    border-color: #d2caca !important;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


/*border-color: #d2caca!important;*/

.nav-tabs > li > a {
    font-size: 14px;
    border: 1px solid gray;
}

.nav-tabs > li.active > a {
    font-weight: 600;
    background-color: lightgray;
    border: 1px solid gray;
}

.nav-tabs > li > a:hover {
    background-color: lightgray;
    border: 1px solid gray;
}


.hpanel .consultingPanel .panel-body {
    background: white;
}

#PatientProfileID .tab-content .hpanel {
    margin: 10px;
}

#PatientProfileID br {
    display: block;
    margin: 10px 0;
}

/*this change the background color of mark.js*/
mark {
    background-color: yellow;
    color: black;
}

.lightLabel .panel-body label {
    font-weight: 600;
    margin-bottom: 2px;
}

.navbar-fixed-top {
    top: 3px;
}



.navbar-nav > li > a {
    font-size: 13px;
    font-weight: bolder;
}

#logoutForm .btn-link {
    font-weight: bolder;
}


#NavID .nav-link {
    color: #2d2e2e;
    background: #d7d7d3;
}

#NavID .active {
    color: #2d2e2e;
    background: #f1d74c;
}

#NavID .nav > li > a {
    line-height: 15px;
}

.landing-page .navbar-nav > li > a {
    font-size: 13px;
    font-weight: bolder;
}

.landing-page section {
    padding: 5px 10px 0 10px;
}

.landing-page .hpanel {
    margin-top: 0;
    margin-bottom: 10px;
}

    .landing-page .hpanel .panel-body {
        border: 1px solid #e7e4e4;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: inherit;
    background-color: #6f6c6c;
    border: 1px solid #6f6c6c;
    color: white;
}

.select2 select2-container select2-container--default select2-container--below:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.navbar-nav > li > a {
    font-size: 14px;
}
