
@font-face {
    font-family: myBanglaFont;
    src: url(../fonts/SolaimanLipi_22-02-2012.ttf);
    font-weight: bold;
}

body {
	background-color: #ececec;
}

.mycontainer {
	background-color: #fff;
	webkit-box-shadow: 0px 6px 8px 9px #ccc; 
	box-shadow: 0px 6px 8px 9px #ccc;
}

.header {	
    background: -webkit-linear-gradient(left top, green , #FFFFB2 80%, white 100% ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left top, green , #FFFFB2 80%, white 100% ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left top, green , #FFFFB2 80%, white 100% ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top, green , #FFFFB2 80%, white 100% );/* Standard syntax (must be last) */
}

.vertical-align {
	display: flex;
	flex-direction: row;
}

.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center; /* Optional, to align inner items horizontally inside the column */
}

/* Start of Top Menu */
.topmenu {
	background-color: #5c8e85;
	color: #fff;
	margin-bottom: 5px; 
}
.navbar-default .navbar-brand {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #204a87;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #204a87;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.mydropdownmenu {
	background-color: #646FAE;
}
.mydropdownmenu>li>a {
	color: #fff;
}
.mydropdownmenu>li>a:hover {
	color: #fff;
	background-color: #204a87;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	/* background-color: red; */
}
.navbar-default .navbar-nav .open .mydropdownmenu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .mydropdownmenu>li>a:focus, .navbar-default .navbar-nav .open .mydropdownmenu>li>a:hover {
	color: #fff;
	background-color: #1e5225;
}
/* End of Top Menu */

/* Start of Latest News */
.latestnewslabel {
	margin: 1px 0px;
	background-color: #5c8e85;
	color: #FFFFFF;
	line-height: 40px;
}
.latestnews {
	height: 40px; 
	line-height: 40px;
	font-family : myBanglaFont;
}
/* End of Latest News */

/* Start of Footer */
.footer {
	margin: 0;
	/* border-top: #646FAE 4px solid; */
	width: 100%;
	/* background-color: #222; */
	color: #ccc;
}
.copyright {
	background: ##5c8e85;
	padding: 7px 0;
	/* border-top: 1px solid #181818; */
	color: #fff;
}
.social {
	display: inline-block;
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
.facebook {
	background: rgba(0, 0, 0, 0) url("../images/socialpack/facebook.png") repeat scroll 0 0
}
.facebook:hover {
	background: rgba(0, 0, 0, 0) url("../images/socialpack/facebooka.png") repeat scroll 0 0
}
.twitter {
	background: rgba(0, 0, 0, 0) url(../images/socialpack/twitter.png);
}
.twitter:hover {
	background: rgba(0, 0, 0, 0) url(../images/socialpack/twittera.png);
}
.back-top {
	bottom: 55px;
	right: 20px;
	margin-bottom: 0;
	display: block;
	position: fixed;
	display: block;
}
.back-top a {
	width: 50px;
	nowhitespace: afterproperty;
	height: 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #333 url(../images/up-arrow.png) no-repeat center center;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.back-top span {
	width: 50px;
	nowhitespace: afterproperty;
	height: 50px;
	display: block;
	border-radius: 10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* End of Footer */

/* Start of Panel */
div.module_gry {
	border: #B0BAA6 1px solid;
	height: auto;
	text-align: left;
	background-color: #fefff5;
}

div.module_gry h3 {
	/* background: url(../images/box_top.gif) repeat-x left bottom; */
	background-color:#5c8e85;
	padding-left: 10px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #B0BAA6 1px solid;
	padding-top: 13px;
	vertical-align: middle;
	margin-top: 0px;
	color: white;
}

.links-div-body {
	padding-left: 10px;
}

.links-div-items {
	padding-left: 10px;
	list-style: none; 
	background: url(../images/bullet_green.gif) top left no-repeat;
	line-height: 20px;
}
.links-div-items a {
	color: #000000;
	font-size: 12px;
}
/* End of Panel */

/* Custom dialog/modal headers */
.modal-header-error { background-color: #d2322d; }
.modal-header-wait { background-color: #428bca; }
.modal-header-notify { background-color: #eeeeee; }
.modal-header-confirm { background-color: #00AF33; }
.modal-header-error span, .modal-header-error h4,
.modal-header-wait span, .modal-header-wait h4,
.modal-header-confirm span, .modal-header-confirm h4 { color: #ffffff; }
.modal-dialog {
	position: initial;
}

.mandatory {
	color : red;
	font-weight: bolder;	
}

.module_gry div.modulebody p {
	text-align: justify; line-height: 1.6;
}

.module_gry div.modulebody {
	padding: 2px 10px;
}
.addButton {
	float: right;
	margin-top : -57px;
	
}
.webHeader {
	
    background: -webkit-linear-gradient(left top, #646FAE , #FFFFB2 80%, white 100% ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left top, #646FAE , #FFFFB2 80%, white 100% ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left top, #646FAE , #FFFFB2 80%, white 100% ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top, #646FAE , #FFFFB2 80%, white 100% );/* Standard syntax (must be last) */
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-green {
    background-color: #00a65a !important;
}
.bg-merron{
	background-color: #a6004c !important;
}
.rmmsForm{
	text-indent: 4px;	
 	width: 250px;
 	height: 30px;
	margin-top: 5px;
	border: solid 1px #BBC1E2;
}

.rmmsForm01{
	text-indent: 4px;	
 	width: 122px;
 	height: 30px;
	margin-top: 5px;
	border: solid 1px #BBC1E2;
}


.rmmsFormBig{
	text-indent: 4px;	
	width: 420px;
	height: 30px;
	margin-top: 5px;
	border: solid 1px #BBC1E2;
}

.rmmsFormTextArea{
	text-indent: 4px;	
	width: 420px;
	height: 50px;
	margin-top: 5px;
	border: solid 1px #BBC1E2;
}

.rmmsFormFree{
	text-indent: 4px;
 	width:140px;
 	height: 30px;
 	margin-top: 5px;
 	border: solid 1px #BBC1E2;
}

.select2bottomMargin{
	margin-bottom: 5px;
}

.radioButtonTopMargin{
	margin-top: 5px;
	padding-left: 3px;
}

.rmmstooltip + .tooltip > .tooltip-inner {
	background-color: #EDF6F9;
	color: #333333 !important;
}

 span.question {
    cursor: pointer;
    color: #DD4B39;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    margin: -4px 0 10px 132px;
    text-align: left;
    width: 16px;
    height: 16px;
    background-color: #93BAE8;
    line-height: 16px;
    color: White;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin: 8px 4px;
} 

 span.question:hover {
  background-color: #2F8FC9;
 }
 
 fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

 .inputSmall {
   width: 130px;
}
 .inputSmall2 {
   width: 85px;
}
 .inputSmall3 {
   width: 155px;
}
 .inputSmall4 {
   width: 190px;
}
 .xinputSmall {
   width: 50px;
}

.marginTop5{
	margin-top: 5px;
}
.marginTop4{
	margin-top: 4px;
}
.marginTop11{
	margin-top: 11px;
}
.marginTop9{
	margin-top: 9px;
}
.marginTop18{
	margin-top: 18px;
}

.marginLeft5{
	margin-left: 5px;
}


.wideButton{
	width: 100px;
}

.inlineformLabel {
	float: left !important;
	margin-right: 1em !important;
    margin-top: 11px !important;
    text-align: right !important;
    font-family: Roboto,RobotoDraft,'Helvetica Neue',arial,sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
     font-weight: normal !important;
     color: #333 !important;
	font-size: 12px !important;
	margin-left: 6px;
}

.formLabel {
	float: left !important;
	margin-right: 1em !important;
	width: 11em !important;
	margin-top: 9px !important;
	text-align: right !important;
	font-family: Roboto,RobotoDraft,'Helvetica Neue',arial,sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: normal !important;
	color: #333 !important;
	font-size: 12px !important;
}

.rmms-btn-save{
	background-color: #646FAE;
    border-color: #646FAE;
    background-image: linear-gradient(to bottom, #646FAE, #646FAE);
    color: white;
}

.rmms-btn-save.active, .rmms-btn-save.focus, .rmms-btn-save:active, .rmms-btn-save:focus, .rmms-btn-save:hover, .open>.dropdown-toggle.rmms-btn-save {
    background-color: #5c8e85;
    border-color: #ffffcc;
    background-image: linear-gradient(to bottom, #323B73, #323B73);
    color: white;
}

.marginTop15{
	margin-top: 15px;
}

.resizeOff {
    resize: none;
}

.Padding4 {
	padding: 4px;
}

.rmms-btn-show{
	background-color: #5bc0de;
    border-color: #5bc0de;
    background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
    color: white;
}

.rmms-btn-show.active, .rmms-btn-show.focus, .rmms-btn-show:active, .rmms-btn-show:focus, .rmms-btn-show:hover, .open>.dropdown-toggle.rmms-btn-show {
    background-color: #5bc0de;
    border-color: #5bc0de;
    background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
    color: white;
}

.rmms-col-4{
	width: 27.333333%;
}

.warningLabel {
    float: left !important;
    margin-left: 26% !important; 
    text-align: center !important;
    font-family: Roboto,RobotoDraft,'Helvetica Neue',arial,sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: normal !important;
    color: red !important;
    font-size: 12px !important;

}
.ovalButton {
 -moz-box-shadow:inset -35px -35px 0px 0px #ffffff;
 -webkit-box-shadow:inset -35px -35px 0px 0px #ffffff;
 box-shadow:inset -35px -35px 0px 0px #ffffff;
 background-color:#c0c0c0;
 -moz-border-radius:7px;
 -webkit-border-radius:7px;
 border-radius:50px;
 border:1px solid #dcdcdc;
 display:inline-block;
 cursor:pointer;
 color:#666666;
 font-size:12px;
 padding:5px 15px;
 text-decoration:none;
 text-shadow:0px 0px 0px #ffffff;
}
.ovalButton:hover {
 	background-color:#e9e9e9;
 	text-decoration: none;
}
.ovalButton:active {
 position:relative;
 top:1px;
}

.box .box-header .box-title {
  padding: 10px 0px 0px 10px;
}

.box .box-header {
 
  padding-bottom: 0px;
}

.EditIcon {
	background: #2a8bcc!important;
    background-color: #2d8ece!important;
    padding: 2px 8px;
}
.EditIcon:hover {
	background-color:#4F99C6!important;
}
.EditIcon:active {
	position:relative;
	top:1px;
}

.top-paginationBox{
	margin-top: -20px;
    margin-bottom: -20px;
}
.margin-left-0{
	margin-left: 0px;
} 

.EditIcon {
background: #2a8bcc!important;
background-color: #2d8ece!important;
padding: 2px 8px;
}
.EditIcon:hover {
background-color:#4F99C6!important;
}
.EditIcon:active {
position:relative;
top:1px;
}

.delete-icon {
 	background: #CC2727!important;
    background-color: #CC2727!important;
    padding: 1px 8px;
}
.delete-icon:hover {
 	background-color:#CE5B6B!important;
}
.delete-icon:active {
 	position:relative;
 	top:1px;
}
 
.rmms-modal-header{
	background-color: #323858!important;
}
.rmms-modal-title{ 
	color: #fff!important;
}

.margin-left-5-percent{
	margin-left: 5%;
}

.margin-left-1-percent{
	margin-left: 1%;
}

.padding-1-percent{
	padding: 1%;
}

.cursor-pointer{
	cursor: pointer;
}
.smalest-input{
	width: 78px;
}

.margin-top-5{
	margin-top:5px;
}
.rmms-lrp-text-field{
	width: 240px;
}
.lrp-row{
	margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin--top-left-20{
	margin-top: -20px;
    margin-left: 20px;
}

.margin-top-5{
	margin-top:5px;
}
.margin-bottom-5{
	margin-bottom:5px;
}

.margin-bottom-10{
	margin-bottom: 10px;
}

.rmms-lrp-text-field{
	width: 240px;
}

.stretch-record-progress-bar {
    width: 100%;
    height: 22px;
    border: .5px solid #0E0E0E;
    background-color: #292929;
  }
   
.stretch-record-progress-bar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    float: left;
}

.rmms-table{
vertical-align: middle;
white-space: nowrap;
}

.marginTop18{
margin-top: 18px;
}

.stretch-record-green {
    background-color: #45BF36;
}
.stretch-record-red {
  background-color: #F70909;
}

.margin-right-5{
	margin-right:5px;
}

.rmmsFormFree2{
	text-indent: 4px;
 	width:140px;
 	height: 30px;
 	border: solid 1px #BBC1E2;
}
.padding10{ 
	padding: 10px;
}

/* .st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  } */
  
  .rmms-table{
	vertical-align: middle;
	white-space: nowrap;
}

.marginTop18{
	margin-top: 18px;
}
.rmms-table{
	vertical-align: middle;
	white-space: nowrap;
}


.lrp-box-header {
	padding-bottom: 0px !important;
	border-bottom: 1px solid #f4f4f4 !important;
}

.lrp-box-body {
	padding: 5px 10px !important;
}

.element-pad-both {
	padding-left: 3px;
	padding-right: 3px;
}

.element-pad-left {
	padding-left: 3px;
}

.element-pad-right {
	padding-right: 3px;
}

.element-sbox-lverge-w {
	width: 100%;
	padding: 3px 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.element-sbox-lverge-small {
	width: 118%;
	padding: 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -3px;
}

.element-widthYN {
	width: 85% !important;
	padding: 5px 0px 0px 25px;
	
}

@media (min-width:992px) {
	.lrp {
		padding: 0px 3px;
		margin-left : 16px;
		width : 27%;
	}
	.offset {
		padding: 0px 3px;
		width : 25%;
	}
	.chainage {
		padding: 0px 3px;
		width : 30%;
	}
	.cway{
		width : 36%;
		margin-left : 240px;
	}
	.medianpos{
		margin-left : 185px;
		padding-top: 7px;
	}
	.element-row-both {
		margin-right: -11px;
		margin-left: -11px;
	}
	.sTable {
		padding: 0px !important;
		margin-left: 15px;
		margin-right: 14px;
	}
	.dTable{
		padding: 0px !important;
	}
	.element-lvt{
		width: 90%;
	}
	.width-details{
		width: 95% !important;
		padding-left: 70px !important;
	}
	
	.bluecolor {
	    background-color: #584d73 !important;
	}
	
	.background-image {
	    border-bottom: 1px solid #3E376C;
		background-color: white;
	    width: 4px;
	    height: 15px;
	    border-radius: 5px;  
		margin: auto;
	    background-repeat: repeat-y;
	}
	.total {
		border-bottom: 1px solid #FF0000;
		border-top: 1px solid #FF0000;
	    width: 500px;
		margin: auto;
	    overflow: hidden;
	}
	
	.road {
		border-bottom: 1px solid #DDE4EA;
	    width: 100%; 
		margin: -1px auto;
	}
	
	
	
	
	.a {
		border-bottom: 1px solid #3E376C;
		background-color: #3E376C;
		margin: auto;
	}
	
	.headerLine{
	 display: inline; 
	 font-weight: bold; 
	 font-size: 25px;
	}
	.checkBox{
	margin-right: 5px;
	}

	
	.marginLeft01{
	    margin-left: -0.8em;
     }
     
    .modalPadding{
     height:280px!important;
     }
     
     .isSettledPadding{
     margin-top:9px!important;
     }
s
}

.accordion-togglePW:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-togglePW:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}


.accordion-togglePVT:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-togglePVT:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.accordion-toggleNCON:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleNCON:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.accordion-toggleNCON:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleNCON:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.accordion-toggleAR:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleAR:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}
 
.accordion-toggleTC:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleTC:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}
 

.accordion-toggleDPUBLICFY:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleDPUBLICFY:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.accordion-toggleDetailedPVTFY:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleDetailedPVTFY:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.accordion-toggleDetailedNCONFY:after {
   /*  symbol for "opening" panels */
    font-family:'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}
.panel-heading.collapsed .accordion-toggleDetailedNCONFY:after {
   /*  symbol for "collapsed" panels */
    content: "\f0fe";
}

.PFin{
	position: relative min-height: 1px; 
	padding-right: 50px;
	 padding-left: 70px;
}

.BDMScalender {
    padding: 4px;
    text-indent: 1px;
    background: url(../img/calendarIcon.png);
    background-repeat: no-repeat;
    background-position: right 4px #FFFFFF;
    background-size: 17px;
    pull-right: right;
    background-position: right center;
}

.form-controlSelectControl {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}























.speech-bubble {
    background-color: #f8f8f8;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    padding: 20px;
    position: absolute;
}

.speech-bubble .arrow {
    border-style: solid;
    position: absolute;
}
 
.bottom {
    border-color: #c8c8c8 transparent transparent transparent;
    border-width: 8px 8px 0px 8px;
    bottom: -8px;
}

.bottom:after {
    border-color: #f8f8f8 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0px 7px;
    bottom: 1px;
    content: "";
    position: absolute;
    left: -7px;
}

.ButtonLeft {
    margin-left: -290px !important;
}
.savebutton{
	    margin-left: -300px !important;
}
.ButtonLeftReset {
    margin-left: 3px !important;
}

.MarginRightUpload {
    margin-right: -92px !important;
}

.MarginRightDownload {
    margin-right: -72px !important;
}

.ButtonLeftBottom {
	margin-top: 20px !important;
}

.bottomLegal {
    margin-left: 74px;
    margin-bottom: 10px;
    margin-top: -15px !important;
}

.bottomProgressBar {
    margin-left: -169px;
    margin-top: 48px !important;
}
.col-md-row{
	width: 12.5%;
}
.col-md-md{
	width: 0.33333333333%;
}
.col-md-pp{
	margin-left: -21px;
}

.login-window-height{
	/* height : 200px; */
	height: 220px;
}

.login-window-height-new{
	height : 345px;
}
.margin-left-6{
	margin-left: 6px;
}
.margin-left-532{
	margin-left: 712px;
}
.mdl-cstm-wdth{
	width: 480px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 80px;
   	position: absolute;
}

.margin-left-792{
	margin-left: 792px;
}
.progressBar{
	margin-left: -16.5%;
    margin-top: 48px !important;
    min-width: 25%;
}
.modal-header-delete
{
	background-color: red;
	color: white;
}
.margin-left-68{
	margin-left: 68px !important;
}
.ButtonLeftLitigation {
    margin-left: 10px !important;
}
.ButtonMarkverified {
    margin-right: -42px !important;
}
.right-mgr-verified{
	margin-left: -1.8em;
}
.right-mgr-verified-md{
	margin-left: -0.8em;
}
.right-label{
	margin-left: 11px !important;
	margin-right: -28px !important;
}
.section-bg-eval{
	background-color: #f0f1f3; 
	margin-left:0%; 
	margin-right: 0%;
}
.languageBar {
    background-color: #5c8e85;
    color: #fff;
    margin-bottom: 1px;
}
.ng-button { background:green; color: white; text-decoration:none; padding:6px;
transition:1s; height: 28px; box-shadow: 1px 1px 1px 1px black; border: 1px solid black;
border-radius: 20px; margin-right: 10px;
}
.ng-button:hover { background:black; color:white; text-decoration:none; border:1px solid;
border-radius: 0px;
}
.visitor-counter{
	font-weight: bolder; 
	color: #2e7e3f; 
	text-align: left; 
	font-size: 15px; 
	margin-left:-50px;
	padding: 5px 10px 5px 20px; 
	text-shadow:1px 3px 1px #B6B6B4;
}
.visitor-counter2{
	background-color:#DEDEDE; 
	font-size: 12px;
	padding: 2px 2px; 
	line-height: 90%;
	color: black;
	font-family: verdana;
	font-weight: bold;
}
.visitor-counter3{
	background-color: #646FAE; 
	padding: 4px 0px 4px 8px; 
	margin-top: -5%; 
	color: #FFFFFF; 
	font-weight: bold;
	font-family: calibri;
	font-size: 17px;
}
.iwfcm_mtitle{
	color: #ffffff!important;
}
.textColor{
	color: #2e7e3f;
	background-color: #646FAE; 
	font-weight: bold;
	font-family: calibri;
	font-size: 20px;
}
.helptextColor{
	color: #2e7e3f;	
	font-weight: bold;
	font-family: calibri;
	font-size: 15px;
}
.panelHederText{
	font-weight: bold;
    font-family: calibri;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}
.cardHeader{
    background-color: #EDEDED;
    color: gray;
    font-size: 12pt;
    padding: 5px;
}
.cardBodyRight {
    margin-left: 20px;
    margin-top: 10px;
}
.cardBody {
   /*  padding-left: 5px; */
    font-size: unset;
}
.cardImage {
    height: 50px;
    width: 50px;
    margin-top: 10px;
}
.navbar-right{
	float: right!important;	
}

/* :root {
  larger checkbox
} */
:root label.checkbox-bootstrap input[type=checkbox] {
  /* hide original check box */
  opacity: 0;
  /* position: absolute; */
  /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
  /* draw checkmark before the span placeholder when original hidden input is checked */
  /* disabled checkbox style */
  /* disabled and checked checkbox style */
  /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 3px;
  /*checkbox border color*/
  border-color: #737373;
  display: inline-block;
  cursor: pointer;
  margin: 0 7px 0 -20px;
  vertical-align: middle;
  text-align: center;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
  background: #0ccce4;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 5px;
  height: 9px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 2px 2px 0;
  /*can be done with post css autoprefixer*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {
  background: #ececec;
  border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
  background: #d6d6d6;
  border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
  outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 5px;
  /*checkbox border color*/
  border-color: #737373;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
  width: 9px;
  height: 15px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 3px 3px 0;
}
.sctable{	 
    border: 1px solid grey;
    border-collapse: collapse;
    padding-left:10px;
    padding-right:10px;
 }
.scth{	 
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 3px;
 }
.sctd{	 
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 3px;
 }
 .sctable tr:nth-child(odd) {
            background-color: #f2f2f2;
  }
 .sctable tr:nth-child(even) {
            background-color: #ffffff;
 }
 .icondlt{
 	color: #F44336;
	text-decoration: none;
	border: 1px solid grey;
	padding: 3px;
	border-radius: 3px;
 }