/**
 * //*******************************************************************************
 * // * Copyright (c) 2011-2014 CSC.
 * // * Copyright (C) 2010-2016 CSC - All rights reserved.
 * // *
 * // * The information contained in this document is the exclusive property of
 * // * CSC.  This work is protected under USA copyright law
 * // * and the copyright laws of given countries of origin and international
 * // * laws, treaties and/or conventions. No part of this document may be
 * // * reproduced or transmitted in any form or by any means, electronic or
 * // * mechanical including photocopying or by any informational storage or
 * // * retrieval system, unless as expressly permitted by CSC.
 * //
 * // * Design, Develop and Manage by Team Integral Point-of-Sales & Services
 * // ******************************************************************************
 */
/*************Medium Mobile******************/

/* CSS for Angular Multi Step */

.v4-sliding-steps main .well {
    min-height: 500px;
    margin: 0;
}
.v4-sliding-steps main {
    position: relative;
    margin-bottom: 1rem;
}

.v4-sliding-steps main .well {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* for children steps */
step-container .step-card-item{
	background-color: #fcf6d1 !important; 
}
step-container .step-card-item:after {
    border-left-color: #fcf6d1;
}

step-container .v4-visited-step:after {
    border-left-color: #fde5a9 !important;
}
step-container .v4-visited-step {
    background: #fde5a9 !important;
}
/*end for children steps */

.v4-sliding-steps .form-step.ng-enter, .sliding-steps .form-step.ng-leave {
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.v4-sliding-steps .step-forward .form-step.ng-enter {
    transform: translateX(100%);
}
.v4-sliding-steps .step-forward .form-step.ng-enter.ng-enter-active {
    transform: translateX(0);
}
.v4-sliding-steps .step-forward .form-step.ng-leave {
    /*transform: translateX(100%);*/
}
.v4-sliding-steps .step-forward .form-step.ng-leave.ng-leave-active {
    transform: translateX(-100%);
}

.v4-sliding-steps .step-backward .form-step.ng-enter {
    transform: translateX(-100%);
}
.v4-sliding-steps .step-backward .form-step.ng-enter.ng-enter-active {
    transform: translateX(0);
}
.v4-sliding-steps .step-backward .form-step.ng-leave {
    /*transform: translateX(100%);*/
}
.v4-sliding-steps .step-backward .form-step.ng-leave.ng-leave-active {
    transform: translateX(100%);
}
.v4-box-content{
	background-color: #fcf6d1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}

/* End of CSS for Angular Multi Step */


/*CSS for Step and substep */
#newWorkspace .step-card-item{
	border-top: 0px;
	display: -webkit-flex; 
	color: #797979;
    -webkit-justify-content: center;
	align-items: center;
    /* height: 45px !important; */
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px;
    font-size: 30px;
    justify-content: center;
    position: relative;
    float: none !important;  
}

#newWorkspace .v4-root-height-box{
	height: 45px;
}

#newWorkspace .v4-sub-height-box{
	height: 33px;
}

#newWorkspace .step-card-button {
	height: 43px;
	min-width: 120px;
    border: 2px solid #e0af38;
    font-size: 20px;
    text-align: center;
    color: #8c6403;
    background: white;
}

.v4-steps-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 11px;
    padding-right: 25px;
}

.v4-steps-li {
    display: inline-table;
}

/* for visited steps */
.v4-visited-step{
	background: #fde5a9 !important;
}
.v4-visited-step:after {
    border-left-color: #fde5a9 !important;
}
.v4-step-card-icon-step{
	margin-left: 35px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    background: radial-gradient(circle, #efeaea, rgba(222, 165, 41, 0.58), #ec8548);
}

.v4-list-steps-container{
	display: -webkit-inline-box;
}

#newWorkspace .step-card-item.active{
	background-color: #b1deff !important;
    border-left: 0px solid #3f3f3f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
}

.step-card-item:after, .step-card-item:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.step-card-detail {
	text-transform: initial;
    font-size: 17px;
    word-break: break-word;
    display: inline-block;
    line-height: 1.2
}

.section-card-detail {
	text-transform: initial;
    /* font-size: 12px; */
    color: #2ea3f7;
}

.step-card-item:after {
	border-left-color: #dedede;
	border-width: 28px;
	margin-top: -28px;
	z-index: 2;
}

.step-card-item:after:last-child {
    border-left-color: #dedede !important;
    border-width: 0 !important;
}

.step-card-item.active:after {
	border-left-color: #b1deff !important;
}
.step-card-item:before {
	border-width: 30px;
    margin-top: -30px;
    background-color: transparent;
    border-left-color: #ffffff;
    z-index: 1;
    margin-left: 1px;
}

#newWorkspace .step-card-arrow {
  width: 0; 
  height: 0; 
  border-top: 60px green;
  border-bottom: 60px  green;
}

.v3-step-card-title {
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	transition: all .6s ease;
}

.v3-step-card-icon-step {
	height: 37px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .6s ease;
    font-weight: bold;
    border: 1px solid;
}

#newWorkspace .section-card-item {
    height: 40px;
    line-height:40px;
	margin-left:auto;
	margin-right: auto;
    font-size: 20px;
    text-align: center;
    cursor:pointer;
    position: relative;
    float: none !important;
    background-color: #ffffff;
    overflow: hidden;
}

.section-tab{
    background: whitesmoke;
    border: 1px solid rgba(193, 193, 193, 0.33);
}

#newWorkspace .section-card-item.active {
    background-color: rgb(232, 244, 255);
    border-bottom: 2px solid #0095ff;
}

#newWorkspace .section-padding {
	margin-top: 15px;
	margin-bottom: 15px;
}

.section-card-icon-right{
	color: #000099;
    position: absolute;
    right: 5px;
    top: 2px;
}

.section-card-icon-left{
	color: rgb(74, 195, 0);
    /* font-size: 35px; */
    /* position: absolute; */
    /* left: 5px; */
    /* top: -8px; */
}

.section-icon {
	width: 36px;
}

.v3-step-box{
	background-color: #dedede;
    color: black;
    border-left: 0px solid #ffffff !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.information-section {
	text-align: center;
	display: table;
	padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0px;
    width: 24%;
    margin-top: 60px;
}

#sec-side .sec-side-item {
	background-color: #dedede;
	border: 1px solid #D6B656 !important;
	margin-bottom: 10px;
}

#sec-side .sec-side-item-title {
    height: 40px;
	margin-left:auto;
	margin-right: auto;
    font-size: 20px;
    text-align: center;
    position: relative;
    float: none !important;
    background-color: #FEFEC6;
}

#sec-side .sec-side-title-icon {
	display: inline;
	float: left;
	padding-left: 3px;
	min-width: 40px;
	color: #d6b656;
}

#sec-side .sec-side-title-content {
	font-weight: bold;
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	text-transform: capitalize;
	font-size: 18px;
	transition: all .6s ease;
}

#sec-side .sec-side-content {
    padding-bottom: 10px;
    font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
    padding-right: 10px;
	font-weight: bold;
}
#sec-side  .sec-side-align-left {
	text-align: left;
}
#sec-side  .sec-side-align-right {
	text-align: right;
}
#sec-side .sec-side-label{
	font-weight: bold;
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 16px;
}

/* .section-column .box-detail {
	background-color: whitesmoke !important;
} */

.direct-bottom-pannel {
	margin-top: 30px;
}

.direct-btn {
	margin: 0px;
    width: auto;
    border-radius: 5px;
    background: #fde5a9;
    border: solid 2px #754040;
    font-size: 18px;
    color: #754040;
    min-width: 120px;
}

.section-card-item .fa-check-circle {
	color: green;
}

.section-card-item .fa-exclamation-circle {
	color: red;	
}

/*End CSS for Step and substep */


/* Home screen select product */
.v4-product-icon{
	padding-top: 8px;
	/* padding-left: 4px; */
}
.v4-product-container{
	color: #3f3f3f;
    border: solid #e0af38 2px;
    border-radius: 80px;
    padding: 20px;
    width: 125px;
    height: 125px;
    margin: auto;
    text-align: center;
}
.v4-product-container:hover {
    color: #e0af38;
    background: #3f3f3f;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.v4-section-tab-container{
	/* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    border: 1px solid rgba(193, 193, 193, 0.33);
    min-height: 200px;
    padding-bottom: 30px;
}

.v4-container-wrapper{
	margin-right: 0px;
	padding-bottom: 40px;
	background-color: #FFFFE0;
	border: 1px solid red;
    border-radius: 5px;
}
/* End of CSS for Angular Multi Step */

.v4-left-container, .v4-right-container {
	background-color: #fcf6d1;
    min-height: 110px;
    margin-bottom: 15px !important;
}

.v4-box-container-header {
	padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgb(224, 175, 56);
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 16px;
}

.v4-box-container-content {
    padding-left: 3px;
    padding-right: 3px;
}

#content{
	margin-bottom: 100px;
}

#newWorkspace .step-card-button:HOVER {
	background: #e0af38;
	color: white;
}

#newWorkspace .step-card-button[disabled] {
	background: rgb(238, 238, 238);
	border: 2px solid #9c7108;
	color: #9c7108;
	cursor:initial;
}

/* CSS for button */
.v4-btn-primary {
	color: #fff;
    background-color: #26a69a;
    border-color: #26a69a;
    border: 0px;
}
/* End CSS for button */

/* CSS check condition to toggle */
.v4-toggle-display-none {
	display: none;
}
/* End CSS check condition to toggle */

/***********Document Center ***********/

 .v4-dc-ds-popup-overlay-fileUpload{
	position:fixed; top:0; left:0;
	background-color: rgba(0, 0, 0, .8);
	z-index:1000000; 
	width:100%; 
	height:100%;
	-webkit-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
}
#v4-dc-ds-viewer-header-fileUpload{
	background-color: white;
	width: 100%;
}	
.v4-dc-ds-file-content-color{
	color: #4CAF50 !important;
	cursor: pointer;
}
#v4-dc-ds-attachmentSection md-progress-linear .md-container.md-ready{
	background-color: #e8f5e9 !important;
	border-radius: 10px !important;
}
#v4-dc-ds-attachmentSection md-progress-linear .md-container{
	height: 8px !important;
}
#v4-dc-ds-attachmentSection md-progress-linear.md-default-theme .md-bar {
	background-color: #4caf50 !important;
	height: 8px !important;
}
#v4-dc-ds-attachmentSection .dot-border-blue{
	border-style: dotted;
	margin-right: 20px;
	margin-right: 0px !important;
}
#v4-dc-ds-attachmentSection .zizap{
	margin-top: 15px; 
	border: 3px dashed rgb(236, 158, 46); 
	border-radius: 3px;
}
#v4-dc-ds-attachmentSection .my-drop-zone{
	border: dotted 3px;
	height: 150px;
	overflow: auto;
	border-color: #4caf50 !important;
}
#v4-dc-ds-attachmentSection .drop-box{
	background: #F8F8F8;
	border: 5px dashed #DDD;
	width: 400px;
	line-height:40px;
	text-align: center; 
	margin: 10px;
}
#v4-dc-ds-attachmentSection .dragover{
	border: 5px dashed blue;
}
#v4-dc-ds-attachmentSection .noFileDrop{
	color: red;
	font-size: 15px;
	margin-top: 10px;
}
.v4-dc-ds-upload-mobile-border{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px dashed #4caf50;
}
#v4-dc-ds-table-upload-file td{
	text-align: center;
	vertical-align: middle;
}
.v4-dc-ds-table-xs > div{
	display: -webkit-box;
}
.v4-dc-ds-col-centered{
	float: none !important;
	margin: 0 auto !important;
}
#v4-dc-ds-document-center-title{
	font-size: large; 
	margin-top: 1%; 
	margin-left: 4%; 
	color: white; 
	font-weight: bold;
}
#v4-dc-ds-document-center-margin{
	margin-right: 4%;
	margin-top: 1%;
	float: right;
	margin-bottom: 1%;
}

#v4-dc-ds-document-center-main-margin{
	background-color: white; 
	margin: 5%; 
	margin-top: 0; 
	overflow-y: scroll;
}
#v4-dc-ds-document-center-tab-title-style{
	font-size: 20px; 
	font-weight: bold;
}
#v4-dc-ds-document-center-table-title-style{
	background-color: #26a69a; 
	border-color: white; 
	text-align: center; 
	font-weight: bold; 
	color: white;
}
.v4-funky-show-hide.ng-hide-add {
  transform: rotateZ(0);
  transform-origin: left;
  transition: all 1s ease-in-out;
}
.v4-funky-show-hide.ng-hide-add.ng-hide-add-active {
  transform: rotateY(90deg);
}
.v4-funky-show-hide.ng-hide-remove {
  transform: rotateY(90deg);
  transform-origin: right;
  transition: all 1s ease;
}
.v4-funky-show-hide.ng-hide-remove.ng-hide-remove-active {
  transform: rotateY(0);
}
.v4-dc-ds-document-center-tab-title-style {
	font-size: 20px;
	font-weight: bold;
}
.v4-dc-ds-document-center-width100 {
	width: 100%;
}
.v4-dc-ds-document-center-fileSize {
	font-size: large; 
	float: right; 
	margin-right: 10%; 
	color: red; 
	font-style: italic;
}
.v4-dc-ds-document-center-scrollbar {
    overflow:auto; 
    max-height:415px;
    margin-bottom: 10px;
}
.v4-dc-ds-document-center {
	margin-top: 10px;
    margin-bottom: 10px;
}
/*********************************************************/
.v4-content-ngDropdown{
	width: 100%;
	padding-top: 5px;
}

.v4-margin-top{
	margin-top: 10px;
}

.v4-footer-buffer{
    height: 270px;
}

#newWorkspace {
    height: auto !important;
    margin: 0 auto -290px;
    padding-top: 85px
}

html, body {
    height:100%;
}

/*Support device with small creen*/
@media screen and (min-width: 769px) {

}

/*Support device with small creen*/
@media (max-width: 992px){
    .step-card-detail{
        font-size: 15px;
    }
    .step-card-icon-step{
        font-size: 35px;
        margin-left: 10px
    }
    .section-card-icon-left{
        color: #000099;
        font-size: 25px;
        position: absolute;
        left: 5px;
        top: 0px;
    }
    #newWorkspace .section-card-item{
        height: 35px;
        line-height: 35px;
    }
    .v3-card-title{
        font-size: 10px;
    }
    
    .step-card-item:after {
        border-left-color: #dedede;
        border-width: 18px;
        margin-top: -18px;
        z-index: 2;
    }
    
    .step-card-item:before {
        border-width: 20px;
        margin-top: -20px;
        background-color: transparent;
        border-left-color: #ffffff;
        z-index: 1;
        margin-left: 1px;
    }
    
    #newWorkspace .step-card-item {
        /* height: 28px; */
        font-size: 10px;
        white-space: nowrap;
    }
    
    #newWorkspace .v4-root-height-box{
        height: 36px;
    }

    #newWorkspace .v4-sub-height-box{
        height: 20px;
    }

    #sec-side .sec-side-content{
        font-size: 12px;
        font-weight: normal;
    }
    
    #sec-side .sec-side-title-content{
        font-weight: normal;
        font-size: 14px;
    }
    
    #sec-side .sec-side-item-title{
        font-size: 15px;
    }
    
    .v3-card-title {
        margin-left: 15px;
    }
    
}

button {
  outline: none; 
}

*:focus {
	outline: 0;
	outline: none;
}

.btn-lg[disabled] {
    color: #9F9F9F !important;
    background-color: #DFDFDF !important;
 }