@charset "utf-8";
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'JYMalayalam';
font-style: normal;
font-weight: 400;
src: url(../fonts/Malayalam-Regular.eot);
src: url(../fonts/Malayalam-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Malayalam-Regular.woff2) format('woff2'), url(../fonts/Malayalam-Regular.woff) format('woff'), url(../fonts/Malayalam-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'JYMalayalam';
font-style: normal;
font-weight: 700;
src: url(../fonts/Malayalam-Bold.eot);
src: url(../fonts/Malayalam-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Malayalam-Bold.woff2) format('woff2'), url(../fonts/Malayalam-Bold.woff) format('woff'), url(../fonts/Malayalam-Bold.ttf) format('truetype');
}
body{
	background:#f2f2f2;
}

.lang-ml{
    font-family: "JYMalayalam" !important;
}




/* Login Start */
.loginbg{
	background:url(../images/loginbg.jpg) !important;
	background-size:cover !important;
	background: rgba(176,108,101,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(176,108,101,1) 0%, rgba(176,108,101,1) 1%, rgba(133,52,51,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(176,108,101,1)), color-stop(1%, rgba(176,108,101,1)), color-stop(100%, rgba(133,52,51,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(176,108,101,1) 0%, rgba(176,108,101,1) 1%, rgba(133,52,51,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(176,108,101,1) 0%, rgba(176,108,101,1) 1%, rgba(133,52,51,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(176,108,101,1) 0%, rgba(176,108,101,1) 1%, rgba(133,52,51,1) 100%);
background: radial-gradient(ellipse at center, rgba(176,108,101,1) 0%, rgba(176,108,101,1) 1%, rgba(133,52,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b06c65', endColorstr='#853433', GradientType=1 );
}
.mandatoryfield{
color:red;
}
.loginwrp{
	max-width:490px;
	width:100%;
	margin:60px auto;
	display:block;
}
.login-form-wrr{
	background:#FFF;
	border-bottom:5px solid #0270a7;
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
}
.loghed {
    background: #0270a7 none repeat scroll 0 0;
    padding: 20px;
	position:relative;
}
.loghed h3{
	color:#fff;
	margin:0;
	font-size:25px;
}
.logindwnarow {
    bottom: -13px;
    left: 0;
    position: absolute;
    width: 100%;
}
.logindwnarow i{
	background:url(../images/reddwnarow.png);
	width:24px;
	height:14px;
	display:block;
	margin:0 auto;
}
.form-wrpr label{
	color:#575757;
	font-size:15px;
}

table.ajtable td{
	border:none !important;
}
.Profileimg > img {
    height: 42px;
    object-fit: cover;
}
.form-wrpr .form-control{
	border:1x solid #cfafaf;
	height:45px;
	background:#fff;
	border-radius:0px;	
}
.form-wrpr textarea.form-control{
	height:130px;
}
.form-wrpr textarea.form-control.error {
    height: 157px;
}
.btn-primary.submit{
	background: #00659d none repeat scroll 0 0;
    border-bottom: 3px solid #0f4e71;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 34px;
    width: 100%;
	
}
.forgot{
	color:#666666;
	font-size:14px;
}
.logncoprt {
    color: #fff;
    font-size: 14px;
}

/* Login End */




/* Accounts Department */

.fnt14{
    font-size:14px;
}

.fnt16{
    font-size:16px;
}

.inverted a{
    font-weight:bold;
    color:black;
}

.accountstable,.accountstable a{
    font-size:14px;
}

.accountstable a.pl30{
    font-style: italic;
}

.accountstable .col-md-6,.accountstable .text-right b{
    font-size: 14px;
}

#mytable input[type="text"], #mytable select{
    font-size:12px;

}
/* header Start */
header {
    /*background: #ff0304 none repeat scroll 0 0;*/
    background: #00659d none repeat scroll 0 0;
    
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo-head {
    display: block;
    float: left;
    margin-top: 15px;
	margin-right: 15px;
}
.menulist {
    background: #005b9d none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    height: 70px;
    line-height: 50px;
    margin-right: 1px;
    padding: 10px 15px;
	transition:all ease-in-out .2s;
    text-transform: uppercase;
}

.menulist:hover{
	background:#1f7abc;
	transition:all ease-in-out .2s;
}
.menulist.active{
	background:#1f7abc;
	transition:all ease-in-out .2s;
}

.profilewrp {
    border: 2px solid #fff;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
	border-radius:50%;
	overflow:hidden;
}
.profilewrp img {
    width:100%;
}
.profilewrp-name{
	color:#fff;
	font-size:15px;
	
}
.caret.pofile{
	color:#fff;
}
.Heding {
    background: #00659d none repeat scroll 0 0;
    display: block;
    height: 50px;
    padding: 0 10px;
	position:relative;
}
.Heding h3 {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin: 0;
}
.Heding span{
	position:absolute;
	right:-26px;
	top:0;
	background:url(../images/hedingside.png);
	width:26px;
	height:50px;
	display:block;
}
.bredcm {
    background: #1c1c1c none repeat scroll 0 0;
    height: 50px;
    padding: 0 10px;
	position:relative;
}
.bredcm p {
    color: #c5bfbf;
    line-height: 50px;
    margin: 0;
    text-align: right;
}
.bredcm span{
	position:absolute;
	left:-26px;
	top:0;
	background:url(../images/brdcomside.png);
	width:26px;
	height:50px;
	display:block;
}
/* header End */



/* Dashbord Start*/
.dahbodportn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    display: block;
    min-height: 290px;
}
.dahbodportn-heding {
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px;
}
.dahbodportn-heding h4 {
    color: #636e74;
    font-size: 16px;
    margin: 0;
	font-weight:bold;
}
.dahbodportn-contnt {
    padding: 15px;
}
.borB{
	border-bottom:1px solid #cdcdcd;
}
.cont-day {
    color: #696d6f;
    margin: 0;
}

.cont-amunt {
    color: #81878a;
    font-size: 25px;
    line-height: 22px;
    margin: 0;
}

.cont-numbr {
    color: #81878a;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.dahbodportn-contnt img{
	width:100%;
}
.Profileimg {
    border-radius: 50%;
    height: 42px;
    overflow: hidden;
    width: 42px;
}
.user-name {
    color: #81878a;
    font-size: 16px;
}
.user-name span {
    color: #696d6f;
    font-size: 11px;
}
.user-name {
    color: #81878a;
    float: left;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 5px;
}
/* Dashbord End */
.btn-default.custom{
	background:#7b7b7b;
	color:#fff;
	border-bottom:2px solid #3c3c3c;
	font-size:13px;
	
}
.btn-default.custom span{
	font-size:12px;
}
.btn-success.custom{
	border-bottom:2px solid #2f8b2f;
} 
.btn-default.custom.active {
    background: #484848;
}
.btn-primary.custom{
	background:#00659d;
	color:#fff;
	border-bottom:2px solid #074568;
	width:120px;
	height:40px;
	line-height:26px;
	
}
.btn-info.custom{
	background:#2d2d2d;
	color:#fff;
	border-bottom:2px solid #171717;
	width:120px;
	height:40px;
	line-height:26px;
}
.bg-info.custom01 {
    background-color: #a4a4a4;
    color: #fff;
}
.bg-info.custom01 span{
	background: #fff none repeat scroll 0 0;
    color: #363636;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 7px 11px;
}
.myprlggot{
	color:#666 !important;
}





/**Print Recipt8**/
.billwrapper {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 5px;
}
.billheader {
    background: #dedede none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px 15px 0;
}
.billlogowrp {
    width: 200px;
}
.billcontant {
    padding: 20px 0;
}
.billcontant table{
	background:#fff;
}

.printwrapper{
	width:100%;
	background:#ffcdcd;
	border-radius:5px;
	border:2px solid #ff0304;
	min-height:450px;
}
.printhaed {
    background: #ef4445;
}
.billdate{
	color:#393939;
}
.adreswrp {
    border-top: 3px solid #ededed;
}
.adreswrp.tc > p {
    color: #686868;
    font-size: 12px;
    margin: 0;
}
.whcblwrp > p {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.biilfrstcont {
    border: 1px solid #ddd;
    padding: 10px;
	 background: #fff;
}
.billname {
    color: #666;
    font-size: 25px;
    line-height: 20px;
    margin: 0;
}
.billname > span {
    color: #828282;
    font-size: 13px;
    line-height: 6px;
}
.billAdress {
    color: #656565;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;

}
.billdate {
    color: #5e5e5e;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
	margin-bottom:0px;
}
.billNUmbr {
    color: #5d5d5d;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 32px;
}
.bildetltext {
    color: #7e7e7e;
    font-size: 11pt;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
.bildethed {
    border-bottom: 1px solid #dedede;
    color: #3d3d3d;
    font-size: 11pt;
    line-height: 18px;
    margin: 0;
}
.bildethed > p {
    font-size: 8pt;
    margin: 0;
}
.bildeter{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    text-align: center;
}
.drongpont .whcblwrp > p{
	font-size:30px;
}
.drongpont .billname{
	font-size:16px;
}
.drongpont .adreswrp > p{
	font-size:12px;
}
.jandrg{
	color: #666;
    cursor: move;
    font-size: 20px;
    line-height: 42px;
    margin-left: 6px;
}
.drgwrp {
    background: #e1e1e1 none repeat scroll 0 0;
    padding: 5px;
}
.detewrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    color: #666;
    float: left;
    font-size: 9pt;
    margin: 2px;
    padding: 1px 0 2px 7px;
}
.detewrp > span {
     background: #ededed none repeat scroll 0 0;
    border-left: 1px solid #dedede;
    color: #555;
    font-size: 8pt;
    font-weight: bold;
    margin-left: 8px;
    padding: 3px;
}
.select2.select2-container {
	width:100% !important;
}
.select2-container--default .select2-selection--single{
	background-color: #fff;
    border: medium none;
    border-radius: 0;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 10px !important;

}
.form-wrpr .form-control, .select2-selection__rendered {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    height: 45px !important;
}
.select2-selection__rendered {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: medium none !important;
    border-radius: 4px;
}
#agentdiv > .col-xs-6{
	width:100% !important;
}
/**Print Recipt8**/
/**Agent Profile**/

.rofilewrp > img {
    width: 100%;
}
.agntprofilewrp {
    border: 3px solid #ececec;
    border-radius: 50%;
    height: 190px;
    margin: 12px 0;
    max-width: 190px;
    overflow: hidden;
    width: 190px;
}
.viesuscrib  .agntprofilewrp {
    border: 3px solid #ececec;
    border-radius: 50%;
    height: 120px;
    margin: 12px 0;
    max-width: 190px;
    overflow: hidden;
    width: 120px;
}
.prfilhedwrpp {
    border: 1px solid #ededed;
    padding: 10px;
}
.detalscont {
    color: #66707e;
    font-size: 16px;
    margin: 0;
}
.nameconte {
    color: #f8986d;
    font-size: 24px;
    margin: 0;
}
.nameconte strong {
    color: #66707e;
    font-size: 24px;
    margin: 0;
}
.detalswrp {
    border-bottom: 1px solid #cbcbcb;
    line-height: 45px;
}
.detalswrp:last-child{
	 border-bottom: 0px solid #cbcbcb;
}
.detailsecnd {
   color: #898989;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 0;
}
.prfilhedwrpp .borR{
	border-right:1px solid #cbcbcb;
}
.detalsrigtwrp {
    border-bottom: 1px solid #cbcbcb;
    line-height:79px;
}
.detinNumber{
	font-size:20px;
	color:#00659d;
	margin:0;
}
.detalsrigtwrp:last-of-type {
    border-bottom: medium none;
}
.btn.btn-default.agentcustom{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #00659d;
    color: #00659d;
    font-size: 15px;
    height: 40px;
}
.btn-default.agentcustom.active{
	 background: #00659d;
	 color:#fff;
}
.bg-primary.custom {
		background:#f3f3f3;
		color:#00659d;
		font-size:18px;
}
.Prfiledetsubwrp{
	  border: 1px solid #ededed;
}
/**Agent Profile**/
label.error {
	color: #ff0000;
    font-size: 12px;
}
.form-control.error{
	border: 1px dotted #ff0000;
}
.form-group {
    margin-bottom: 5px !important;
}
.newrouteadd{
	 margin-top: 10px;
    padding: 0 10px;
	background: #e1e1e1;
}
.borTed{
	border-top: 5px solid #fff;
}
.agntimge{
	border: 2px solid #d2d2d2;
    border-radius: 5px;
    width: 70px !important;
	height:70px !important;
}
.agntimgeclose{
	background: #f7f7f7 none repeat scroll 0 0;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    color: #666;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 14px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 20px;
	cursor: pointer;left: 70px;top: -7px;
}
.submenuhover:hover .subdropdown-menu{
	display:block !important;
}
.agntprofilewrp > img {
    width: 100%;
}



/* marketing stylesheet */

.panel-subheading{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 15px;
}
.panel-subheading h2 {
    color: #191919;
    font-size: 19px;
    margin: 0;
}

input.chkcls {
    margin-left: 20px;
    margin-right: 5px;
}

input.chkcls.allchk {
    margin-left: 0px;
    margin-right: 5px;
}
.unitsnm p {
    margin-top: 7px;
    padding: 7px 0;
}
.row.advunitrow {
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    margin-bottom: 6px;
    padding-bottom: 7px;
    padding-top: 7px;
}
#advtamount,#commission {
    font-weight: bold;
}
.myprlggot {
    color: #666 !important;
    font-size: 14px;
    padding: 8px 15px !important;
}

.pagination{
	margin:0px !important;
}

.a4width{
	width:21cm !important;
}

.subdropdown-menu01{
	display:none;
}
.submenuhover01:hover .subdropdown-menu01 {
    display: block;
}


@media screen and (max-width: 991px){
	.logo-head > img {
		margin-top: 10px;
		width: 150px;
	}
	.menulist{
	padding: 10px 5px;
	}
}

@media print {
    .pagebreak {page-break-after: always;}
}



.close > span {
    font-size: 26px;
    width: 30px;
    height: 30px;
    background: #00659d ;
    opacity: 1;
	color:#fff;
}
.modal-content {
    overflow: hidden;
}
.modal-header {
    background: #00659d ;
}
.modal-title {
    font-size: 20px;
    color: #ffffff;
}
.close{
	color:#ffffff;
	opacity:1;
}
#advtbill .billlogowrp, #advbill .billlogowrp{
    width: 120px;
}
#advtbill .whcblwrp > p, #advbill .whcblwrp > p{
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#advtbill .adreswrp,  #advbill .adreswrp{
    border-top: 1px solid #ededed;
}
.brnchs {
    border-top: 1px solid #ededed;
    padding-top: 5px;
}
.brnchs p {
    font-size: 11px;
    margin-bottom: 5px;
}
.billlogowrp > img {
    width: 100%;
}


/* New Additions  - AJ 27/05/2018 */
.formbox{
    background: white;
}

.select2-selection__rendered{
    height: 34px !important;
    line-height: 20px !important;
}

.select2-selection__arrow{
    height: 16px !important;
}


.form-control[readonly]{
    background: white !important;   
}


/* New Design Updates */
.logo-head img{
    width:140px;
}

.logo-head{
    margin-top:20px !important;
}

.footnote {
    color: #a3a3a3;
    font-style: italic;
    padding-bottom: 50px;

}

footer {

    background: #656565;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

}

.dropdown-menu > li > a{
    font-weight: bold;
    padding:7px 20px;
}

.dropdown-menu .divider{
    margin: 0;
}
