﻿/*@media screen, print{*/


input[type="text"], select
{
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 6px 6px;
}

#outer h3
{
    background-color: #f7f7f7;
    padding: 5px 5px;
    font-family: verdana;
    font-size: 15px;
    font-weight: normal;
    border-bottom: solid 3px #eee;
    border: solid 1px #eee;
}

#outer h4
{
    background-color: #f7f7f7;
    padding: 5px 5px;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    border-bottom: solid 3px #eee;
    border: solid 1px #eee;
}
/*.Input
{
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: 0px 1px 2px #e6e6e6 inset;
	padding: 5px 5px;
}*/

.InputDrp
{
    background-color: #ffffff;
    border: solid 1px #4A8DFB;
    line-height: 25px;
    padding: 0px 5px;
    font-family: "Trebuchet MS";
}
.MainHeader
{
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #244062;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.SubjectHeader
{
    font-weight: bold;
    color: white;
    background-color: #5ea4e1 !important;
}

.SubjectHeaderGrd
{
    font-weight: bold;
    color: white;
    background-color: #5ea4e1 !important;
}

.trheader
{
    background-color: #c1d5f6;
    font-weight: normal;
    font-size: 14px;
}
.button1
{
    background-color: #a1b7d3;
    border: solid 1px #a1b7d3;
    padding: 7px 5px 6px;
    cursor: pointer;
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.button
{
    background-color: #a1b7d3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #a1b7d3;
    padding: 10px 10px;
    border-radius: 6px;
    cursor: pointer;
    color: #ffffff;
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    height: 40px;
}
.button:hover
{
    background-color: #a1b7d3;
    color: #ffffff;
}
.button:active
{
    background-color: #a1b7d3;
    color: #ffffff;
    position: relative;
    top: 1px;
}
#MainDivCouns
{
    margin: 0px auto;
    padding: 5px;
    width: 801px; /*border:solid 1px Red;*/
}

#MainDivCounsLeft
{
    margin: 0px auto;
    padding: 5px;
    font-family: Verdana;
    font-size: 12px; /*width:35%;*/
    width: 48%;
    border: solid 1px #eee;
    display: block;
    float: left;
    border-top: solid 10px #eee;
}
#MainDivCounsRight
{
    margin: 0px auto;
    padding: 5px;
    font-family: Verdana;
    font-size: 12px; /*width:35%;*/
    width: 48%;
    border: solid 1px #eee;
    display: block;
    float: right;
    border-top: solid 10px #eee;
}
#MainDivCounsMid
{
    margin: 0px 10px;
    padding: 5px 10px 5px 10px;
    width: 20%;
    border: solid 1px #ccc;
    display: block;
    float: left;
    background-color: #eee;
    border-top: solid 20px #ccc;
}
#MainDivCounsTop
{
    margin: 2px 0px;
    padding: 5px 10px 5px 10px;
    width: 779PX;
    border: solid 1px #ccc;
    display: block;
    float: left;
    background-color: #D5D5D5;
    text-align: CENTER;
    height: 12px;
    line-height: 12px;
}
#headCouns
{
    position: absolute;
    font-size: 18px;
    color: #000;
    border: solid 1px Red;
    left: 110PX;
    z-index: 10px;
}
.Linka
{
    color: #000;
    text-decoration: none;
    background-image: url('/Quick Links/mponline/arrow.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
    height: 25px;
    border-bottom: solid 1px #eee;
    line-height: 25px;
    font-size: 11px;
    font-weight: normal;
}
.Linka:hover
{
    color: #000;
    text-decoration: none;
    background-color: #aac4d5;
    display: block;
}
/*********************************************************************/
#outer
{
    margin: 0 auto;
    background-color: #fafafa;
    border: 1px solid #fff;
    width: 980px;
    display: table;
    padding: 5px 5px;
}
#Lgnbar
{
    background-color: #a1b7d3;
    padding: 10px 10px;
}
/*#outer table
{
    margin-bottom: 10px;
}
#outer table, #outer table td
{
	border-collapse: collapse;
	padding: 5px 5px;
	border: solid 1px #eee;
	font-size: 11px;
	font-family:Verdana;
}*/

#outer #header
{
    font-size: 17px;
    text-align: left;
    color: #000;
    font-family: Verdana;
    font-weight: normal;
    margin-top: 0px; /*background-image: url('/Quick Links/OnlineCounselling/Images/pattern5.png');*/
}
h3
{
    color: #fff !important;
    margin: 0px 0px 0px;
    padding: 5px 5px;
    background-color: #5ea4e1 !important;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    font-weight: normal;
    font-size: 15px;
    text-align: left;

}
h4
{
   color: #fff !important;
    margin: 0px 0px 0px;
    padding: 5px 5px;
    background-color: #5ea4e1 !important;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
h5
{
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    vertical-align: middle;
    margin: 5px 0px;
    padding: 0px 0px;
    z-index: 20;
    color: #244062;
}
h6
{
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    vertical-align: middle;
    margin: 5px 0px;
    padding: 0px 0px;
    z-index: 20;
    color: #244062;
}
#Inst ul li
{
    line-height: 24px;
    font-size: 11px;
    font-family: Verdana;
}
#DivBut
{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
#instructionouter
{
    width: 100%;
    float: left;
    position: absolute;
    top: 116px;
    text-align: center;
    left: 0px;
}
#instructionDiv
{
    width: 1000px;
    margin: 0px auto;
    border: solid 2px #666;
    position: relative;
    background-color: #fff;
}
.DivBut
{
    background-color: #f6f6f6;
    text-align: right;
}
.DivBut1
{
    width: 1000px;
    text-align: right;
    display: table;
    margin: 0px auto;
}
#MainDivCounsRight table, #MainDivCounsRight table td, #MainDivCounsLeft table, #MainDivCounsLeft table td
{
    border: solid 1px transparent !important;
    width: auto;
}
.none, .none table, .none table td
{
    border: solid 1px transparent !important;
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}
/* for nonppt*/
.none table, .none table td
{
    border: transparent !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    width: auto !important;
}
/*}

@media Print
{
	*
	{
		font-size:22px;
		color:Red;
		font-family:Verdana;
	}
}*/
.tr
{
    background-color: #A0D2F0;
    padding: 5px 5px;
    color: #000;
    font-weight: bold;
}
.tr table, .tr table td
{
    border: solid 0px red !important;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.tableExpire
{
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #a1b7d3;
    padding: 10px 10px;
    border-radius: 6px;
    color: #3e3e3e;
    font-family: verdana;
    width: 1000px;
}

.labelExpire
{
    background-color: #B5D1DC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 10px;
    border-radius: 6px;
    color: red;
    font-family: verdana;
    font-size: 25px;
}

#divArr2
{
    z-index: 0;
    visibility: visible;
    float: left;
    display: inline;
    margin: 10px 10px 0px 10px;
    width: 400px !important;
}

#divArr
{
    overflow: auto;
    height: 600px;
    vertical-align: top;
    visibility: hidden;
    text-align: center;
    width: 600px !important;
    float: left;
    display: inline;
    margin: 10px 10px 0px 10px;
}
.Couns_DTE ul li
{
    font-size: 13px;
    color: #666;
    margin: 0 0 0 0;
    line-height: 20px;
}
.Couns_DTE h2
{
    font-size: 18px;
    color: #3e3e3e;
    font-weight: normal;
    border-bottom: solid 3px #1a808f;
}

/*************************Common Classes for Counselling*******************************/
.DTEtable
{
    width: 100%!important;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.DTEtable th
{
    /*padding: 5px;
    border: #fff 1px solid;
    background: #B5D1DC;
    color: #000;
    font-size: 13px;
    margin: 0 0 0 0;
    font-weight: normal;
    */
    
    color: #fff !important;
    margin: 0px 0px 0px;
    padding: 5px 5px;
    background-color: #5ea4e1 !important;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    
}
.DTEtable td
{
    padding: 5px;
    border: #fff 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */
.DTEtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.DTEtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.DTEtable tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select, .DTE_Input
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CDE7EC;
}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .DTE_Input:focus
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #54a2d4;
    box-shadow: 0 0 6px #54a2d4;
}

.txt_center
{
    text-align: center !important;
}
.DTE_span
{
    font-size: 12px;
}
.space
{
    margin: 5px 0 10px;
}
.DTE_btn
{
    background-color: #3b7fd4;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_btn:hover
{
    background-color: #265a9b;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

.Link_btn
{
    background-color: #f7f7f7;
    border: none;
    padding: 8px 8px;
    text-decoration: underline;
}
.Link_btn:hover
{
    background-color: #f7f7f7;
    text-decoration: underline;
    border: none;
    padding: 8px 8px;
    cursor: pointer;
}
.DTE_del
{
    background-color: #c5381d;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_del:hover
{
    background-color: #962913;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_srch
{
    background-color: #9646ce;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_srch:hover
{
    background-color: #7228a6;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_bck
{
    background-color: #666;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_bck:hover
{
    background-color: #333;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.DTE_MaxH
{
    max-height: 400px;
    overflow-y: scroll;
}
.DTE_MaxRgst
{
    max-height: 360px;
    overflow-y: scroll;
    line-height:21px;
    text-align:justify;
    padding-right:20px;
    font-size:13px;
}

.DTE_btn_choice
{
    background-color: #3b7fd4;
    border: none;
    color: #fff;
    font-size: 11px;
    width: 22px;
    border-radius: 5px 5px;
}
.DTE_btn_choice:hover
{
    background-color: #265a9b;
    border: none;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    width: 22px;
    border-radius: 5px 5px;
}


.DTE_back_btn
{
    background-color: #f4f8fb;
    border: none;
    padding: 8px 100px;
}
.DTE_back_btn:hover
{
    cursor: pointer;
}
.DTERow
{
    width:100%;
    display:block;
}
.DTE-col-04
{
    width:32%;
    float:left;
    margin:10px 10px;
    background-color:#fff;
    border:solid 1px #99CCFF;
    box-shadow:0 0 5px #99CCFF;
    height:400px;
    text-align:left;
}

.DTE-col-04-login
{
    width:28%;
    float:left;
    margin:10px 10px;
    background-color:#fff;
    border:solid 1px #99CCFF;
    box-shadow:0 0 5px #99CCFF;
    height:400px;
    text-align:left;
}
.DTE-col-04 h2, .DTE-col-04-login h2
{
    background-color:#5EA4E1;
    padding:4px 4px;
    font-size:16px;
    color:#fff;
    margin:0 0 0 0;
}
.DTE-inst
{
    font-size:13px;
    color:#CC6633;
    padding:10px 10px;
    border-bottom:solid 1px #ddd;
    line-height:22px;
}
.DTE-inst1
{
    font-size:12px;
    color:#000;
    padding:10px 10px;
    line-height:25px;
}
.DTE-inst1 ul li
{
    line-height:25px;
}
.DTE-inst1 ul
{
     margin:0 0 0 0;
     padding:0 0 0 10px;
}
.text-center
{
    text-align:center!important;
}
.DTE-btn, .DTE-btn:active
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:#5EA4E1;
    padding:6px 6px;
    border-radius:5px 5px;
    color:#fff;
    cursor:pointer;
    height: 34px;
}
.DTE-btn:hover,.DTE-btn:focus
{
    background-color:#330099;
    padding:6px 6px;
    border:none;
    border-radius:5px 5px;
    color:#fff;
}
.image
{
    background-image:url('/Portal/Services/OnlineCounselling/Images/user.png');
    background-position:3px 3px;
    background-repeat:no-repeat;
    padding-left:30px!important;
}
.date
{
    background-image:url('/Portal/Services/OnlineCounselling/Images/date.png');
    background-position:3px 3px;
    background-repeat:no-repeat;
    padding-left:30px!important;
}

/*CSS for Receipt Reprint Page*/

.div-col-12
        {
            width: 1000px;
            margin: 0 auto;
        }
        .div-col-04{
		width:29.9%;
		margin:.5% .5%;
		padding:1%;
		border:solid 1px #ddd;
		float:left;
		border-radius:4px 4px;
	}
	.div-col-04 h2{
		background-color:#9CC9F3;
		padding:5px 5px;
		margin:0 0 0 0;
		border-radius:4px 4px;
		color:#000;
		font-weight:100;
	}

/*********************************Print ******************************************/
@media screen, print{

.DTEtableP
{
    width: 100%!important;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.DTEtableP th
{
    padding: 7px;
    color: #000;
    font-size: 14px;
    margin: 0 0 0 0;
    font-weight: bold;
    text-align:left;
    border-bottom: #cdcdcd 2px solid!important;
    border-bottom: #cdcdcd 1px solid!important;
}
.DTEtableP td
{
   padding: 7px;
   border-bottom: #cdcdcd 1px solid!important;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */
.DTEtableP tr
{
    background: #fafafa;
   
}
/*  Define the background color for all the ODD background rows  */
.DTEtableP tr:nth-child(odd)
{
    background: #FBFBFB;
   
}
/*  Define the background color for all the EVEN background rows  */
.DTEtableP tr:nth-child(even)
{
    background: #f7f7f7;
   
}
.h2
{
    border-bottom:solid 3px #cdcdcd;
    padding:3px 3px;
    display:block;
    text-align:left;
    font-size:18px;
    font-weight:normal;
    margin-top:10px;
}
.SubjectHeaderP
{font-weight:bold; font-size:13px;
}
.bdr-top
{
    border-top:solid 1px #cdcdcd;
}
.main-head{  display: block; border: double 3px #cdcdcd; margin: 0px 0px; padding: 10px 0px; color: #000; font-size: 16px; line-height: 30px;
}
.smalltxt
{
    font-size:12px; line-height:16px;
    
}
ul li
{
    line-height:15px;
    
}
}
