﻿
body {
    font-family: Kalpurush;
}

.padding-15px {
    padding: 15px;
}

.padding-top-15px {
    padding-top: 15px;
}

.padding-right-15px {
    padding-right: 15px;
}

.padding-bottom-15px {
    padding-bottom: 15px;
}

.padding-left-15px {
    padding-left: 15px;
}

.margin-15px {
    margin: 15px;
}

.margin-top-15px {
    margin-top: 15px;
}

.margin-right-15px {
    margin-right: 15px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
}

.padding-left-right-0 {
    padding-left: 0;
    padding-right: 0;
}

#onload {
    display: table;
    background-color: rgba(184, 184, 186, 0.90);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

#onload .onload-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#onload #general-knowledge {
    font-weight: 500;
    font-size: 40px;
}

#afteronload {
    display: none;
}

.footer span {
    color: white;
    background-color: #80ba0e;
    border-radius: 100%;
    line-height: 40px;
    padding-top: 1px;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 10px;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
a.ubook:hover{
	background-color:#80A30E
}
a .fa-facebook:hover {
    background-color: #405d9b;
}

a .fa-twitter:hover {
    background-color: #55acee;
}

a .fa-google-plus:hover {
    background-color: #db4437;
}

a .fa-youtube:hover {
    background-color: #CE4239;
}

a .fa-pinterest:hover {
    background-color: #bd081c;
}

a .fa-skype:hover {
    background-color: #00b7e2;
}

.footer_t {
    font-family: 'Open Sans';
    color: #808080;
}

.footer_t a {
    text-decoration: none;
    color: #80ba0e;
}

.Doctor, .Operator, .step-2, .step-3 {
    display: none;
}

.required {
    color: red;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.error {
    color: #ff3d25;
    font-size: 0.90em;
    display: none;
}

.step-1 {
    display: block;
}

.step_container {
    height: 52px;
    border: 1px solid #80ba0e;
    border-radius: 5px 5px 0 0;
}

.step_container .step {
    position: relative;
}

.step_container .step.active {
    position: relative;
    background-color: #80ba0e;
    animation: left_to_right 1s;
}

@keyframes left_to_right {
    0% {
        transform: translateX(-100%) rotate(360deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}

.step_container .step.active:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-bottom: 25px white solid;
    border-left: 25px #80ba0e solid;
    border-top: 25px white solid;
    right: 0;
}

.step_container .step.active:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-bottom: 25px #80ba0e solid;
    border-left: 25px transparent solid;
    border-top: 25px #80ba0e solid;
    left: -25px;
}

.step_container .step:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-bottom: 25px transparent solid;
    border-left: 25px #80ba0e solid;
    border-top: 25px transparent solid;
    right: 0;
}

.step_container .step:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-right: 0 transparent solid;
    border-bottom: 25px transparent solid;
    border-left: 25px white solid;
    border-top: 25px transparent solid;
    right: 1px;
}

.step_container .step.active > span {
    line-height: 50px;
    font-size: 18px;
    color: white;
    z-index: 20;
    font-weight: 500;
}

.step_container .step > span {
    line-height: 50px;
    color: #80ba0e;
    z-index: 20;
}

#table-two {
    width: 100%;
}

#table-two tr td {
    text-align: right;
    padding: 0 3px;
}

#table-two tr td:last-child {
    width: 20px;
    text-align: left;
}

.Medicine, .Tests, .Advices, .Additional_Comment_for_Patient, .Additional_Comment_for_Patient, .Medicine_List {
    width: 100%;
}

.Medicine > tbody > tr > th, .Tests > tbody > tr > th, .Advices > tbody > tr > th, .Additional_Comment_for_Patient > tbody > tr > th, .Additional_Comment_for_Patient > tbody > tr > th {
    font-size: 18px;
    font-weight: bold;
    color: #80BA0E;
}

.Medicine > tbody > tr > td:first-child {
    width: 15px;
    vertical-align: middle;
    text-align: left;
}

.Medicine > tbody > tr > td {
    padding: 10px 0;
}

.Medicine > tbody > tr > td:first-child > a {
    border: none;
    color: red;
}

.Medicine_List > tbody > tr > td {
    padding: 2px 5px;
    position: relative;
}

.Medicine_List > tbody > tr > td:nth-child(1) {
    width: 20%;
}

.Medicine_List > tbody > tr > td:nth-child(2) {
    width: 20%;
    font-family: Kalpurush;
}

.Medicine_List > tbody > tr > td:nth-child(3) {
    font-family: Kalpurush;
}

.Medicine_List > tbody > tr > td:nth-child(4) {
    width: 20%;
    font-family: Kalpurush;
}

.Medicine_List > tbody > tr > td > input {
    width: 100%;
    border: none;
    padding-left: 3px;
    border-bottom: dashed 1px #d0cdcd;
    border-left: solid 2px #80ba0e;
}

.Medicine_List > tbody > tr > td > input:focus {
    box-shadow: none;
    outline: none;
}

#query_Medicine {
    width: 100%;
    z-index: 1000;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    top: 27px;
    background: white;
}

#query_Medicine > table {
    width: 100%;
}

#query_Medicine > table > tbody > tr > td {
    border: 1px solid #80ba0e;
    padding: 3px;
    cursor: pointer;
    color: #71a708;
    text-align: left;
    vertical-align: middle;
}

#query_Medicine > table > tbody > tr > td:first-child {
    border-right: none;
}

#query_Medicine > table > tbody > tr > td:last-child {
    border-left: none;
}

#query_Medicine > table > tbody > tr:hover {
    background-color: black;
    color: white;
}

#query_Medicine > table > tbody > tr > td > span:nth-child(1) {
    font-weight: bold;
}

#query_Medicine > table > tbody > tr > td > span:nth-child(2) {
    font-style: italic;
}

#query_Medicine > table > tbody > tr > td > span:nth-child(3),
#query_Medicine > table > tbody > tr > td > span:nth-child(4),
#query_Medicine > table > tbody > tr > td > span:nth-child(5),
#query_Medicine > table > tbody > tr > td > span:nth-child(6) {
    display: none;
}

#query_Medicine > table > tbody > tr > td > table {
    width: 100%;
    font-size: smaller;
}

#query_Medicine > table > tbody > tr > td > table > tbody > tr > td:first-child {
    width: auto;
    text-align: left;
    color: #80AC2C;
}

#query_Medicine > table > tbody > tr > td > table > tbody > tr > td:last-child {
    width: auto;
    text-align: right;
    color: #7E9551;
}

.General_Examinations tr td:first-child {
    padding-right: 5px;
    width: 20px;
    color: #80BA0E;
    vertical-align: top;
}

.General_Examinations tr td:last-child {
    padding: 2px 0;
    vertical-align: top;
}

.result {
    font-weight: bold;
}

.left-border {
    border-left: 2px solid #a3a3a3;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .left-border {
        border-left: none;
        padding: 0;
    }
}

.Basic_Symptom {
    margin-top: 20px;
}

.Basic_Symptom tr td {
    vertical-align: top;
}

.Basic_Symptom tr td:first-child {
    padding-right: 5px;
    width: 20px;
    color: #80BA0E;
}

.Basic_Symptom tr td:last-child {
    padding: 2px 0;
    font-weight: bold;
    vertical-align: top;
    padding-right: 10px;
}

.Patient_problems {
    margin-top: 20px;
}

.Patient_problems tr td {
    padding: 2px 0;
    font-weight: bold;
    text-align: justify;
    padding-right: 10px;
}

.Doctor_Personal_Comment {
    margin-top: 20px;
    margin-bottom: 30px;
}

.Doctor_Personal_Comment tr td {
    padding-right: 10px;
}

.Additional_Comment_for_Patient {
    margin-top: 50px;
    margin-bottom: 50px;
}

.Advices {
    margin-top: 50px;
}

.Advices tr td {
    position: relative;
}

.Advices tr td:first-child {
    width: 25px;
    vertical-align: middle;
    text-align: center;
}

.Advices tr td:last-child {
    padding: 2px 0;
    vertical-align: top;
    font-family: Kalpurush;
}

.Advices tr td input {
    width: 100%;
    border: none;
    padding-left: 7px;
    border-bottom: dashed 1px #d0cdcd;
}

.Advices tr td input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.Tests {
    margin-top: 50px;
}

.Tests tr td {
    position: relative;
}

.Tests tr td:first-child {
    width: 25px;
    vertical-align: middle;
    text-align: center;
}

.Tests tr td:last-child {
    padding: 2px 0;
    vertical-align: top;
}

.Tests tr td input {
    width: 100%;
    border: none;
    padding-left: 7px;
    border-bottom: dashed 1px #d0cdcd;
}

.Tests tr td input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

#query ul {
    list-style: none;
    padding: 0;
}

#query ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#query ul li:hover {
    background-color: black;
    color: white;
}

#query ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#query_test ul {
    list-style: none;
    padding: 0;
}

#query_test ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#query_test ul li:hover {
    background-color: black;
    color: white;
}

#query_test ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#inpued_test {
    font-weight: bold;
}

#Dosages_list ul {
    list-style: none;
    padding: 0;
}

#Dosages_list ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#Dosages_list ul li:hover {
    background-color: black;
    color: white;
}

#Dosages_list ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#inpued_doses_des {
    font-weight: bold;
}

#DosagesApplication_list ul {
    list-style: none;
    padding: 0;
}

#DosagesApplication_list ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#DosagesApplication_list ul li:hover {
    background-color: black;
    color: white;
}

#DosagesApplication_list ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#inpued_doses_Application {
    font-weight: bold;
}

#DosagesSystem_list ul {
    list-style: none;
    padding: 0;
}

#DosagesSystem_list ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#DosagesSystem_list ul li:hover {
    background-color: black;
    color: white;
}

#DosagesSystem_list ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#inpued_doses_System {
    font-weight: bold;
}

#Dosagesduration_list ul {
    list-style: none;
    padding: 0;
}

#Dosagesduration_list ul li {
    border: 1px solid #80ba0e;
    border-top: none;
    padding: 3px;
    padding-left: 6px;
    cursor: pointer;
    color: #71a708;
}

#Dosagesduration_list ul li:hover {
    background-color: black;
    color: white;
}

#Dosagesduration_list ul li:first-child {
    border-top: 1px solid #80ba0e;
}

#inpued_doses_duration {
    font-weight: bold;
}

.Waiting_patients_Table {
    width: 100%;
}

.Waiting_patients_Table tr th, .Waiting_patients_Table tr td {
    border: 1px solid #d8e1c6;
    padding: 2px 5px;
    vertical-align: middle;
}

.Waiting_patients_Table tr td:nth-child(2), .Waiting_patients_Table tr th:nth-child(2), .Waiting_patients_Table tr td:last-child {
    text-align: center;
    width: 35px;
}

.Waiting_patients_Table tr td:nth-child(1) {
    padding: 0;
    text-align: center;
    width: 25px;
}

div.page-header-all > div {
    vertical-align: middle;
    border-radius: 7px 7px 0 0;
    background-color: #80ba0e;
    line-height: 50px;
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.main-data-panel {
    padding: 15px 15px 0 15px;
    border: 1px solid #80ba0e;
    background-color: white;
    border-radius: 0 0 7px 7px;
}

.english {
    font-family: 'Open sans';
}

.bangla {
    font-family: Kalpurush;
}

.padding-0 {
    padding: 0;
}

.pres_top, .pres_top table {
    width: 100%;
    background-color: #EEEEEE;
}
.breadcum_button{
	color: #fff;
	border-right: 2px solid #fff;
	font-family: Open sans;
	font-size: 14px;
	/*font-weight: 700;*/
	line-height: 50px;
	letter-spacing:  -0.06em;
	padding:1px;
}
.breadcum_button a{
	color: #fff;
	text-decoration:none;
}
.breadcum_button a:hover{
	color: blanchedalmond;
}

.cr_info{
	height:33%;
}
.career1st{
	font-family:'Open Sans', Kalpurush; 
	border:2px solid #ccc; 
	border-radius:8px; 
	height:450px; 
	width:100%; 
	overflow:hidden; 
	display:block;
}
.announce_cunt{
	border: 1px solid #ccc;
    border-radius: 25px;
    height: 52px;
    width: 111px;
    padding: 0px;
    margin-left: 2px;
    float: left;
	overflow:hidden;
	margin-bottom:2px;
	box-shadow: 0 0 10px #bebdbd;
}
.left-menu{
    background-color:#fff; 
    border-radius:8px; 
    border: 1px solid #ccc; 
    width:98%;
    padding:2px; 
    margin-top:2px; 
    margin-left: 15px;
    font-family: 'Open Sans';
    font-size:14px;
    color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 8px #EDEDED;
}

.left-menu:hover{
    color: #fff;
    background-color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 8px #bebdbd;
    font-size:14px;
    border: 1px solid #fff;
}
.left-menu {
    text-decoration: none;
}
.tab-pane {
    display: none;
}

.mynewstab{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
    box-shadow: 0px 0px 8px rgb(237, 237, 237);
    margin-bottom: -15px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

.rightnewstab{
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0px 0px 8px rgb(237, 237, 237);
    margin-top: 6px;
    border-radius: 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.rightnewshead{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	color: #80BA0E;
	font-family: 'Open Sans';
	border-bottom: 1px solid #ccc;
	height: 30px;
	padding: 4px;
}

.rightnewsbody{
    min-height: 300px;
    max-height: 450px;
    padding: 10px;
    overflow: scroll;
    color: #750008;
    font-family: 'Open Sans', Kalpurush;
    margin-left: 2%;
	font-size-adjust: 0.5 !important;
	line-height: 1em !important;
	text-align: left !important;
	word-wrap: break-word;
}


.mukvideo{
    min-height: 10px;
    margin-top: 2px;
    overflow: hidden;
}
.minpage2{
	min-height: 450px; 
	font-family: 'Open Sans' ! important; 
	font-size: 16px; 
	text-align: justify; 
	background-color:#fff;
	}
.helpmenu{
    display: block;
}
@media (max-width: 768px) {
    .helpmenu{
    display: none;
    }
    .left-menu{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 99%;
    padding: 2px;
    margin-top: 2px;
    font-family: 'Open Sans';
    font-size: 10px;
    color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 5px #EDEDED;
    }
    .left-menu:hover{
    color: #fff;
    background-color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 5px #bebdbd;
    font-size:10px;
    border: 1px solid #fff;
    }
	.minpage2{
	margin-top:-255px;
	min-height: 450px; 
	font-family: 'Open Sans' ! important; 
	font-size: 14px; 
	text-align: justify; 
	background-color:#fff;
	}
    iframe, object, embed {
    max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .left-menu{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 99%;
    padding: 2px;
    margin-top: 2px;
    font-family: 'Open Sans';
    font-size: 10px;
    color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 5px #EDEDED;
    }
    .left-menu:hover{
    color: #fff;
    background-color: #80BA0E;
    text-decoration: none;
    box-shadow: 0 0 5px #bebdbd;
    font-size:10px;
    border: 1px solid #fff;
    }
    .helpmenu{
    margin-left: 0px;
    margin-right: 0px;
    background-color: black;
    height: 35px;
    margin-top: -100px;
    float: right;
    }

    .minpage2{
    margin-top:-65px; 
    min-height: 450px; 
    font-family: 'Open Sans' ! important; 
    font-size: 16px; 
    text-align: justify; 
    background-color:#fff;
    }
}
.helpmenu{
    background-color: black;
    height: 35px;
    }
    











