*{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: Roboto, sans-serif;
	box-sizing: border-box;
}
body{
	background-color: #f8f7f3;
	font-family: Roboto, sans-serif;
	color: #252525;
	font-size: 16px;
	overflow-x: hidden;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.divLogo {
    width: 237px;
    height: 40px;
    margin: 20px 0px;
    box-sizing: border-box;
    display: block;
    float: left;
    background-repeat: no-repeat;
}

    .LogoBATD {
        background-image: url('../images/bank/logo-yourbank.png');
    }
    .LogoCHAILEASE {
        background-image: url('../images/bank/logo-chailease.png');
    }
    .LogoKENHBAN {
        background-image: url('../images/bank/logo-yourbank.png');
    }
    .LogoVPBANK {
        background-image: url('../images/bank/vpbank-logo.png');
    }
    .LogoLPB {
        background-image: url('../images/bank/logo-lvpbank.PNG');
    }
    .LogoOCB {
        background-image: url('../images/bank/logo-ocb.png');
    }

    .LogoTPB {
        background-image: url('../images/bank/logo-tpb.png');
    }
    .LogoMSB {
        background-image: url('../images/bank/logo-msb.png');
    }

    .LogoACB {
        background-image: url('../images/bank/logo-acb.png');
    }

    .LogoVNPOST {
        background-image: url('../images/bank/logo-vnpost.png');
    }
    .LogoSHINHAN {
        background-image: url('../images/bank/logo-SHINHAN.png');
    }
    .LogoLOTTEFINANCE {
        background-image: url('../images/bank/logo-LotteFinance.png');
    }
    .LogoINSO {
        background-image: url('../images/bank/logo-inso.png');
    }
    .LogoSACOMBANK {
        background-image: url('../images/bank/logo-yourbank.png');
    }
    
    .LogoVINFAST {
        background-image: url('../images/bank/logo-VINFAST.png');
    }
    .LogoKTTT {
        background-image: url('../images/portal/PTI.Portal.png');
    }


.divHeader2 {
    color: white;
    font-size: 30px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    padding: 25px 0px 25px 55px;
    line-height: 30px;
}

    .HeaderBATD {
        background-color: #009999;
    }
    .HeaderCHAILEASE {
        background-color: #BC9632;
    }
    .HeaderKENHBAN {
        background-color: #009999;
    }
    .HeaderVPBANK {
        background-color: #40af49;
    }
    .HeaderLPB {
        background-color: #D86F2D;
    }
    .HeaderOCB {
        background-color: #068C44;
    }

    .HeaderTPB {
        background-color: #662d91;
    }
    .HeaderMSB {
        background-color: #ED1C24;
    }

    .HeaderACB {
        background-color: #33519B;
    }

    .HeaderVNPOST {
        background-color: #FCB71E;
    }
    .HeaderSHINHAN {
        background-color: #0065b3;
    }
    .HeaderVINFAST {
        background-color: #747682;
    }

    .HeaderLOTTEFINANCE {
        background-color: #FF3333;
    }
    .HeaderINSO {
        background-color: #33519B;
    }
    .HeaderSACOMBANK {
        background-color: #40af49;
    }
    .HeaderKTTT {
        background-color: #007dc5;
    }

.bg-page {
    background-color:#f8f7f3;
}
.bg-topForm {
	background: #f1f1ef;
}
.bg-search {
    background-color: #f1efe8;
    position: relative;
    padding:15px;
    margin:10px 0px;
}
.wraper1{
	background-position: bottom left;
	background-repeat:no-repeat;
	background-size: 425px;
	background-color: #f8f7f3;
}

.table-padding {
    margin: 0 auto;
}

    .table-padding td {
        border-collapse: collapse;
    }

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}
.bg-modal {
    background-color: #f8f7f3;   
}
.modal-body {
    position: relative;
    max-height: calc(100vh - 140px);
    padding:5px;
}
.modal-body-scroll {
    position: relative;
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
}
.page-title{
  font-family: "oswald", sans-serif;
  font-size:28px;
  font-weight: 300;
  float:left;
}
.task-padding {
    padding-right:20px;
    margin-bottom:5px;
}

.wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f8f7f3;
  overflow: hidden;
}
.blue-background{
  background-color: #003471;
}

.ulPhone{
	list-style: none;
	font-family: Roboto, sans-serif;
	font-size: 36px;
	font-weight: 300;
	padding: 0px;
	color: #111;
}
.divBanner{
	margin-bottom: 50px;
}
.BannerBtn{
	position: absolute;
	top: 60%;
	margin-left:55px;
}
.bannerText{
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 56px;
	line-height: 56px;
	color: white;
}

.logoBot{
	display: inline-block;
}
.textBot{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 47px;
	color: #7d7d7d;
	display: inline-block;
	padding-left: 30px;
	width: 303px;
}
.brand{
	width: 500px;
	margin:350px auto 30px;
}
.ptiLogo{
	margin:40px 0px 30px 0px;
}
.divContentLogin {
    margin-top:150px;
}
.divContentLoginTitle{
	/*margin: 40px auto 10px;*/
	max-width: 312px;

}
.divContentLogin2 {
	/*margin: 40px auto 10%;*/
	/*width:680px;*/
    text-align:left;
}
.divLogin{
	width: 400px;
	background: #f1efe8;
	border-radius: 5px;
	height: 300px;
	padding: 0px 15px 0px 15px;
	margin: 50px auto 50px;
}
.divFooterLogin{
	background-color: #d7d7d7;
	height: 80px;
	text-align: center;
	color: #111;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	line-height: 80px;
	bottom: 0;
    left:0;
    right:0;
}

.divContent{
	margin: 80px auto 50px;
	max-width: 312px;

}
.divContent2{
	margin: 80px auto 20%;
	width:800px;
    text-align:left;
}
.dot1{
	margin-bottom: 0px;
	padding-left:50px;
}
.dot1 li{
	font-family: Roboto, sans-serif;
	color: #707070;
	font-size: 16px;
	line-height: 1.66em;
	list-style-image: url('../images/portal/ulStyle.png');
    display:list-item;
}

.control-label{
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  margin: 1px;
}
.required::after {
  content: ' * ';
  color:#f00;
}
.form-control{
  font-weight: 400;
  width: 100%;
  color: #003471;
  border: 1px solid #ccc;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 13px;
}
.input-required {
    background-color:#f2dede;
}
.soHD{
	color: #111111;
	width: 100%;
	background-color:rgba(0,0,0,0);
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
    border:1px solid rgba(0,0,0,0);
}
.protected{
  color: #252525;
  background-color: #e4ebf3 !important;

}

.labelText1{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	padding: 0px 0;
	border:1px solid rgba(0,0,0,0);
	color:#707070;
}
.labelText3{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	width: 100%;
	height: 25px;
	border: solid 1px rgba(0,0,0,0);
}

.labelText4{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.labelText2{
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	display: inline-block;
	border:1px solid rgba(0,0,0,0);
	color: #707070;
    margin:0;
}
.normalText{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #363636;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	line-height: 1.66em;
}

.topForm{
	/*padding: 15px;*/
	/*margin: 10px 15px 20px 55px;*/
	border-radius: 5px;
	/*height: 160px;*/
}
.topForm .form-control, .topForm .labelText2, .topForm .soHD{
    margin:5px 0 5px;
}

.botForm{
	margin: 0px 0px 30px 40px;
}
.botForm .form-control{
    margin-bottom:5px;
}

.title1{
	font-weight: 300;
	font-size: 29px;
	line-height: 50px;
	letter-spacing: -1px;
	font-family: Roboto, sans-serif;
	padding: 10px 0px 20px 55px;
	color: #707070;
    padding-left:55px!important;
}
.title2{
	font-weight: 300;
	font-size: 42px;
	font-family: Roboto, sans-serif;
	height: 80px;
	text-align: center;
}
.xinChao{
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 84px!important;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	color: #707070;
}
.userName{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	color: #111;
	background-color: rgba(0,0,0,0);
}
.edit{
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	color: #555;
	text-transform: uppercase;
	text-align: left;
}
.edit:hover{
	text-decoration: none;
}
.exit{
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
	color: red;
	text-transform: uppercase;
	text-align: left;
}
.exit:hover{
	text-decoration: none;
}
.rightMenu{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	color: #555;
	text-align: left;
}
#activelink2{
	text-decoration: none;
	color: #111
}
.rightMenu a{
	text-decoration: none;
	color: #555;
}
.rightMenu a:hover{
	text-decoration: none;
	color: #111;
}
.rightAlign{
	padding-left: 30px;
}
.borderRight{
	border-right: solid 1px #e1e1e1;
    background-color:#fff;
    min-height:600px;
    z-index:1;
}

.shortSplit{
	padding:7px 70px 20px 0px;
}
.shortSplit .split{
	border: solid 1px #e1e1e1;
}
.longSplit2 {
    margin-top:10px;
}
.btn-orange{
  color: white;
  background: #f58220; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f58220, #f7931d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f58220, #f7931d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f58220, #f7931d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f58220, #f7931d); /* Standard syntax */
    border-radius: 5px;
}
.btn-orange:hover{
  text-decoration: none;
  color: white;
  background: #de6600; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#de6600, #ea7700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#de6600, #ea7700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#de6600, #ea7700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#de6600, #ea7700); /* Standard syntax */
}

.btn-orange-o{
  background-color: transparent;
  color: #f58220; /* For browsers that do not support gradients */
    color: -webkit-linear-gradient(#f58220, #f7931d); /* For Safari 5.1 to 6.0 */
    color: -o-linear-gradient(#f58220, #f7931d); /* For Opera 11.1 to 12.0 */
    color: -moz-linear-gradient(#f58220, #f7931d); /* For Firefox 3.6 to 15 */
    color: linear-gradient(#f58220, #f7931d); /* Standard syntax */
    border-radius: 5px;
    border:2px solid #f58220; /* For browsers that do not support gradients */
    border:2px solid -webkit-linear-gradient(#f58220, #f7931d); /* For Safari 5.1 to 6.0 */
    border:2px solid -o-linear-gradient(#f58220, #f7931d); /* For Opera 11.1 to 12.0 */
    border:2px solid -moz-linear-gradient(#f58220, #f7931d); /* For Firefox 3.6 to 15 */
    border:2px solid linear-gradient(#f58220, #f7931d); /* Standard syntax */
}
.btn-orange-o:hover{
  text-decoration: none;
  color: white;
  background: #de6600; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#de6600, #ea7700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#de6600, #ea7700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#de6600, #ea7700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#de6600, #ea7700); /* Standard syntax */
}
.btn-white{
  color: #7d7d7d;
  background: #e1e1e1;
}
.btn-white:hover{
  background: #ebebeb; 
  color: #555;
  text-decoration: none;
}
.btn-blue{
  color: #fff;
  background-color: #0082c6;
}
.btn-blue:hover{
  text-decoration: none;
  color: #fff;
  background-color: #005cac;
}
.btn-green {
  color: #fff;
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.btn-green:hover{
  text-decoration: none;
  color: #fff;
  background-color: #78be19;
}
.btn-red{
  color: #fff;
  background-color: #dd2827;
}
.btn-red:hover{
  color: #fff;
  text-decoration: none;
  background-color: #c01e2e;
}
.btn-gray{
  color: #fff;
  background-color: #acacac;
}
.btn-gray:hover{
  color: #fff;
  text-decoration: none;
  background-color: #9e9f98;
}

.btn-blue-o{
  color: #0082c6;
  background-color:transparent;
  border:1px solid #0082c6;
}
.btn-blue-o:hover{
  text-decoration: none;
  color: #fff;
  background-color: #005cac;
}
.btn-green-o{
  color: #8dc63f;
  border:1px solid #8dc63f;
  background-color:transparent;
}
.btn-green-o:hover{
  text-decoration: none;
  color: #fff;
  background-color: #78be19;
}
.btn-red-o{
  color: #dd2827;
  border:1px solid #dd2827;
  background-color: transparent;
}
.btn-red-o:hover{
  color: #fff;
  text-decoration: none;
  background-color: #c01e2e;
}
.btn-lite{
  font-weight: 400;
}
.extend{
  margin: 10px 5px;
}
.btn-extend{
  margin:10px 5px;
}
.btn-condensed{
  margin: 0 5px 0 5px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 15px;
}

.loadingContent{
  margin-top: 25%;
}

.wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f8f7f3;
  overflow: hidden;
}
.header-Text{
  color: #666;
  font-weight: 100;
  font-size: 15px;
  line-height: 40px;
  margin: 0 5px;
}
.header-Number{
  color: #666;
  font-weight: 600;
}
.header-Name{
  color: black;
  font-weight: 400;
}
.footmenu{
  width: 100%;
  margin-bottom: 30px;
}
.footMenu > li > a {
  font-size: 28px;
  color:#606060;
}
.footMenu > li > a:hover {
  color: #252525;
  text-decoration: none;
}
.footMenu > li{
  float: left;
  width: 33.33333%;
}
.footMenu > li > ul > li > a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  color: #606060;
}
.footMenu > li > ul > li > a:hover {
  color: #252525;
  text-decoration: none;
}
.footer{
  font-size: 12px;
  line-height: 20px;
}


.remove{
  position:absolute;
  padding: 10px;
  top:5px; 
  right: 5px;
  color: #f58220;
  font-size: 15px;
}
.remove:hover{
  color: : #de6600;
  cursor: pointer;
}



.infoBlock{
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #007ebd;
}
.infoBlock th{
  margin: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 20px 0;
  line-height: 20px;
  color: #252525;
}
.infoBlock .text{
  margin: 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  padding: 40px 20px 0;
}
.infoBlock .number{
  margin: 5px;
  font-size: 42px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 60px;
}
.infoBlock i{
  float: right;
  color: #ccc;
  line-height: 20px;
}

.infoBlock i:hover{
  color: #252525;
  cursor: pointer;
}
.success{
  color: #598527;
}
.danger{
  color: #de2827;
}
.press{
  color:#252525;
}



.infoBlock2{
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #007ebd;
}
.infoBlock2 th{
  margin: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 20px 0;
  line-height: 20px;
  color: #252525;
}
.infoBlock2 .text{
  margin: 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  line-height: 20px;
}
.infoBlock2 .number{
  margin: 5px;
  font-size: 28px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 40px;
  padding: 0 20px;
}
.infoBlock2 i{
  float: right;
  color: #ccc;
  line-height: 20px;
}

.infoBlock2 i:hover{
  color: #252525;
  cursor: pointer;
}
.infoBlock3{
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #007ebd;
}
.infoBlock3 th{
  margin: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 20px 0;
  line-height: 20px;
  color: #252525;
}
.infoBlock3 .text{
  margin: 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  padding: 20px 20px 0;
}
.infoBlock3 .number{
  margin: 5px;
  font-size: 42px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 60px;
}
.infoBlock3 i{
  float: right;
  color: #ccc;
  line-height: 20px;
}

.infoBlock3 i:hover{
  color: #252525;
  cursor: pointer;
}
/*---------------------------------------modal------------------------------------------*/
.modal{
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-content{
  background-color:#e1e3d8;
}
.modal-header{
  background-color: #0082c6;
}
.modal-title{
  font-family: "oswald", sans-serif;
  font-size:18px;
  font-weight: 300;
  color: #fff;
}
.close{
  color: #fff;
  opacity: 0.8;
}
.close:hover{
  color: #fff;
  opacity: 1
}


.progressbar{
	counter-reset: step;
    margin-left:55px;
}
.progressbar li{
	float: left;
	width: 25%;
	line-height: 24px;
	font-weight: 600;
	position: relative;
	text-align: center;
}
.progressbar li:before{
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	border: 4px solid #ddd;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #ddd;
	top: 13px;
	left: -50%;
	z-index: -1;
}
.progressbar li{
	color: #ddd;
}

.progressbar li:first-child:after{
	content: none;
}

.progressbar li.active{
	color:black;
}

.progressbar li.active:before{
	border-color: #00a9ac;
}

.progressbar li.active + li:after{
	background-color: #00a9ac
}

/* Style the tab */
.Vtab {
  position: absolute;
  left:100% ;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: left top 0;
  border: none;
}
.Vtab > li{
 margin: 0;
}
.Vtab a {
    margin: 0 !important;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    float: left;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0 0 !important;
    border-right: 2px solid #999 !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important; 
    padding: 5px !important;
}
.Vtab > li.active > a{
    background-color: #f8f7f3 !important;
    color: #252525 !important;
    border-right: 2px solid #666;
    border-top: none !important;
    border-left: none!important;
    border-bottom: none!important; 
}
/* Change background color of buttons on hover */
.Vtab a:hover {
    background-color: #f8f7f3 !important;
    color: #252525 !important;
    border-right: 2px solid #666;
    border-top: none !important;
    border-left: none!important;
    border-bottom: none!important; 
}
/* Style the tab content */
.Vtabcontent {
    border-top: none;
    background-color:#f8f7f3;
    border-radius: 5px;
    width: calc(100% - 30px);
    float:left;
}
/* Style the tab */
.Htab {
  min-width:500px; 
  overflow: hidden;
  border: none;
}

/* Style the buttons inside the tab */
.Htab a {
  margin: 0 !important;
  text-align: center;
  font-family: Roboto,sans-serif ;
    min-width: 150px;
    text-transform: uppercase;
    background-color: #ccc;
    color: #898989;
    outline: none;
    cursor: pointer;
    padding: 5px!important;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0 !important;
    border-right: 2px solid #999!important;
    border-top: none !important;
    border-left: none!important;
    border-bottom: none!important; 
}

/* Change background color of buttons on hover */
.Htab a:hover {
    background-color: #fff !important;
    color: #252525 !important;
    border-right: 2px solid #666;
    border-top: none !important;
    border-left: none!important;
    border-bottom: none!important; 
}


/* Style the tab content */
.Htabcontent {
    padding: 1px;
    border-top: none;
    border-radius: 5px;
    max-height: 700px;
    overflow-y: auto;
    overflow-x:hidden; 
}
/*---------------------------------------modal------------------------------------------*/


/*------------------------------------------to do list-------------------------------------*/
/* Include the padding and border in an element's total width and height */
* {
    box-sizing: border-box;
}

/* Remove margins and padding from the list */
.todoList {
    margin: 0;
    padding: 0;
}

/* Style the list items */
.todoList  li {
    cursor: pointer;
    position: relative;
    padding: 5px 8px 5px 40px;
    font-size: 18px;
    transition: 0.2s;
    color: #606060;
    font-family: 'Roboto',sans-serif;

    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
.todoList  li:nth-child(odd) {
}

/* Darker background-color on hover */
.todoList  li:hover {
}

/* When clicked on, add a background color and strike out text */
.todoList  li.checked {
    color: #598527;
    text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
.todoList  li::before {
  font-family: FontAwesome;
    content: "\f096";
    font-size: 25px;
    color: #606060;
    position: absolute;
    top: 0px;
    left: 0px;
}
.todoList  li.checked::before {
    font-family: FontAwesome;
    content: "\f14a";
    font-size: 23px;
    position: absolute;
    color: #598527;
    top: 0px;
    left: 0px;

}

/* Style the close button */
.closeItem {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.closeItem:hover {
    background-color: #f44336;
    color: white;
}

/* Style the header1 */
.header1 {
    color: #252525;
    text-align: center;
    margin-top: 10px;
}

/* Clear floats after the header1 */
.header1:after {
    content: "";
    display: table;
    clear: both;
}
.infoBlock4{
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #005cac;
}
.infoBlock4 i{
  float: right;
  color: #a5e5ff;
  line-height: 20px;
}
.infoBlock4 i:hover{
  color: #fff;
  cursor: pointer;
}

/* Style the "Add" button */
.addBtn {
  display: none;
    padding: 10px;
    background: #d9d9d9;
    color: #555;
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.addBtn:hover {
    background-color: #bbb;
}

/*bootstrap-vertical-tabs - v1.2.2*/
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 120px;
  width: 60px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
  .modal-md-10 {
    width: 1000px;
  }
  .modal-md-9 {
    width: 900px;
  }
  .modal-md-8 {
    width: 800px;
  }
  .modal-md-7 {
    width: 700px;
  }
  .modal-md-6 {
    width: 600px;
  }
  .modal-md-5 {
    width: 500px;
  }
  .modal-sm {
    width: 300px;
  }
}

@media screen and (max-width: 1199px){
	.divLogin{
		height: 530px;
	}
	.topForm{
		height: 380px;
	}
	.borderRight{
		border: none;
	}
}
@media screen and (max-width: 850px){
	.title2{
		font-size: 30px; 
	}
.BannerBtn{
	top: 50%;
}
.bannerText{
	font-size: 46px;
	line-height: 46px;
}
}
@media screen and (max-width: 750px){
.BannerBtn{
	top: 50%;
}
.bannerText{
	font-size: 36px;
	line-height: 36px;
}
}
@media screen and (max-width: 600px){
.BannerBtn{
	top: 50%;
}
.bannerText{
	font-size: 26px;
	line-height: 26px;
}
}
@media screen and (max-width: 550px){
	.title1{
		font-size: 30px; 
	}
}
@media screen and (max-width: 450px){
	.title2{
		font-size: 30px; 
	}
    .BannerBtn{
	    top: 30%;
    }
    .bannerText{
	    font-size: 26px;
	    line-height: 26px;
    }
    .divContent{
	    margin: 80px auto 50px;
	    max-width: 312px;

    }
    .divContent2{
	    margin: 80px auto 20%;
	    width:300px;
        text-align:left;
    }
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }