html {
	min-height: 400px;
    min-width: 1100px;
    height: 100%;
    width: 100%;
    /*background-color: #000;    */
    background: #c5d3d8;
}
input {
	outline: none;
}
select {
	outline: none;
}

input::-moz-focus-inner {
  border: 0;
}

body{

	display: flex;
	flex-flow: column;
	height: 100%;
	width: 100%;
	font:18px FontR;
	margin:0;
	padding:0;
	background: -moz-linear-gradient(-90deg, #3bbbff 0%, #49d9ff 38%); 
	background: -webkit-linear-gradient(-90deg, #3bbbff 0%,#49d9ff 38%);
	background: linear-gradient(180deg, #3bbbff 0%,#49d9ff 38%);
}

.languageContainer{
	display: flex;
	position: fixed;
	width: 100%;
	justify-content: center;
	top: 0;
	gap: 2px;
	z-index: 5;
}

.selectedLanguage{
	background-color: #353e53;
	color: white;
	border-radius: 4px;
	padding: 4px;
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.citizenLangBox .langBoxItemContainer {
	left: calc(50% - 30px);
}
.langBoxItemContainer {
	position: absolute;
	left: calc(50% - 20px);
	z-index: 1;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 4px;
	padding-top: 0;
	top: -1px;
}
.langBoxItem {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	/*margin-left: 2px;*/
	/*font-weight: bold;*/
}
.langBoxItem.current {
	background-color: #353e53;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.waiting,body.waiting a:hover,body.waiting *{
   cursor:wait !important;
}
div {
	/*border: 1px solid;*/
}
div.baseLevel {	
}

div.mainBlock {
	width: 1000px;
	margin: 0 auto;
}

div.titleArea {
	height: auto;
	vertical-align: middle;
	padding-top: 79px;
	padding-left: 10px;
	/*width: 1000px;*/
}
div.titleAreaBack {
	text-align: right;
	position: relative;
	height: 235px;	
}
@-moz-document url-prefix() {
    div.userInfo{
	margin-right: -3px;
	}
}
div.logoutImage{	
	display: inline-block;	
	vertical-align: middle;	
	/*padding-top: 10px;*/
}
div.userInfo{	
	text-transform: uppercase;
	cursor: default;
	font: 14px FontR;	
	display: inline-block;
	vertical-align: middle;
}
input.userAreaButton {	
	vertical-align: middle;
	width: 120%;
	background: url(../images/img-logoutButton.png) no-repeat center 44%;	
	padding-left: 16px;
	border: none;
    cursor:pointer;
    outline:none;
    font: inherit;        
}
div.userAreaInnerBlock {
	display: inline-block;
	background-color: #ff5e5e;
	padding: 8px 20px 9px 20px;
	color: #fff;
	right: 0;
	/*margin-left:auto; */
	/*margin-right:0;	*/
	position: absolute;
    /*right: 0px;*/
	/*width: auto;*/
	/*min-width: 100px;*/
	text-align: center;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
div.menuTabsBack{
	/*background: linear-gradient(to bottom, white 0%,white 74px,#ffffff 74px,black 74px,black 81px); /* W3C */
/*	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 93%, #eaf0f3 93%, #eaf0f3 100%); /* FF3.6-15 */
	/*background-color: #eaf0f3;*/
	/*background-color: #000;*/
	height: 74px;	
}
div.menuTabs {
	position: relative;
    overflow: hidden;
    display: table;
    /*width: 100%;*/
    table-layout:fixed;
    text-align: center;
    user-select: none;
	-moz-user-select: none;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
div.menuTabsDivs{
	user-select: none;
	-moz-user-select: none;
	display: table-cell;
	text-align: center;
}
div.inlineMenuElement{
	display: inline-block;
	vertical-align: middle;
}

div.littleArrowClass{
	position: absolute;
	top: 310px;
	left: 500px;
	width: 10px;
	height: 6px;
	background: url(../images/img-littleArrow.png) bottom no-repeat;
	display: none;
}

div.menuTabsDivs{	
    background-color: inherit;
    height:74px;
    border: none;
    outline: none;
    outline-style: none;
    cursor: pointer;
    transition: background-color 0.3s;
    vertical-align: middle;    
    color: #fff;
    border-radius: 4px 4px 0 0 ;
    font: 14px FontR;
    text-transform: uppercase;
    position: relative;
}
div.menuTabsDivs:hover{	
	color: #313638;
}
div.menuTabsDivs.active{	
	color: #4d6a77;
}
div.menuTabsDivs:hover > .button_commonInfo_Image{	
	background: url(../images/img-menuIconCommonInfoHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_checkStatus_Image{	
	background: url(../images/img-menuIconCheckStatusHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_checkStatus_Image > div.notificationsCounterSigned{	
	background-color: #55a5e3;
}
div.menuTabsDivs:hover > .button_checkStatus_Image > div.notificationsCounterRefuzed {	
	background-color: #ff7373;
}
div.menuTabsDivs:hover > .button_checkStatus_Image > div.notificationsCounter {	
	background-color: #e14d4d;
}
div.menuTabsDivs:hover > .button_outgoingDocuments_Image > div.notificationsCounterNotProcessed {	
	background-color: #e14d4d;
}
div.menuTabsDivs:hover > .button_internalDocuments_Image > div.notificationsCounterInternalNotCompleted {	
	background-color: #e14d4d;
}
div.menuTabsDivs:hover > .button_viewDocuments_Image{	
	background: url(../images/img-menuIconCheckStatusHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_notifications_Image{	
	background: url(../images/img-menuIconNotificationsHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_addNewDocument_Image{	
	background: url(../images/img-menuIconNewDocumentHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_outgoingDocuments_Image{	
	background: url(../images/img-menuIconOutgoingDocumentsHover.png) no-repeat center center;
}
div.menuTabsDivs:hover > .button_internalDocuments_Image{	
	background: url(../images/img-menuIconOutgoingDocumentsHover.png) no-repeat center center;
}
div.menuTabsDivs.active > .button_commonInfo_Image{	
	background: url(../images/img-menuIconCommonInfoActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_checkStatus_Image{	
	background: url(../images/img-menuIconCheckStatusActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_checkStatus_Image > div.notificationsCounterSigned{	
	background-color: #368fd3;
}
div.menuTabsDivs.active > .button_checkStatus_Image > div.notificationsCounterRefuzed {	
	background-color: #ff5e5e;
}
div.menuTabsDivs.active > .button_checkStatus_Image > div.notificationsCounter {	
	background-color: #ff5e5e;
}
div.menuTabsDivs.active > .button_outgoingDocuments_Image > div.notificationsCounterNotProcessed {	
	background-color: #ff5e5e;
}
div.menuTabsDivs.active > .button_internalDocuments_Image > div.notificationsCounterInternalNotCompleted {	
	background-color: #ff5e5e;
}

div.menuTabsDivs.active > .button_viewDocuments_Image{	
	background: url(../images/img-menuIconCheckStatusActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_notifications_Image{	
	background: url(../images/img-menuIconNotificationsActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_addNewDocument_Image{	
	background: url(../images/img-menuIconNewDocumentActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_outgoingDocuments_Image{	
	background: url(../images/img-menuIconOutgoingDocumentsActive.png) no-repeat center center;	
}
div.menuTabsDivs.active > .button_internalDocuments_Image{	
	background: url(../images/img-menuIconOutgoingDocumentsActive.png) no-repeat center center;	
}
div.menuTabs #button_commonInfo.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;	
}
div.menuTabs #button_checkStatus.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;		
}
div.menuTabs #button_notifications.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;	
}
div.menuTabs #button_addNewDocument.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;	
}
div.menuTabs #button_outgoingDocuments.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;	
}
div.menuTabs #button_internalDocuments.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;	
}
div.menuTabs #button_viewDocuments.active {
	border-bottom: none !important; 	
	background-color:  #f9fafb;	
}
div.menuTabs #button_commonInfo.active {
	border-bottom: none !important;	
	background-color:  #f9fafb;
}
div.activeBorder {		
	border: 1px solid #f3f6f8;	
}

div.tabLinks{
	/*width: 100%;*/
}

div.menuTabs div[type="button"]::-moz-focus-inner{	
	border: none;	
}

.button_commonInfo_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconCommonInfo.png) no-repeat center center;
}
.button_checkStatus_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconCheckStatus.png) no-repeat 0 center;
}
.button_viewDocuments_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconCheckStatus.png) no-repeat 0 center;
}
.button_notifications_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconNotifications.png) no-repeat 0 center;
}
.button_addNewDocument_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconNewDocument.png) no-repeat 0 center;
}
.button_outgoingDocuments_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconOutgoingDocuments.png) no-repeat 0 center;
}
.button_internalDocuments_Image {
	width: 36px;
	height:100%;
	margin-right: 24px;
	background: url(../images/img-menuIconOutgoingDocuments.png) no-repeat 0 center;
}
.button_commonInfo_Image:hover {
	background: url(../images/img-menuIconCommonInfoActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_checkStatus_Image:hover {
	background: url(../images/img-menuIconCheckStatusActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_viewDocuments_Image:hover {
	background: url(../images/img-menuIconCheckStatusActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_notifications_Image:hover {
	background: url(../images/img-menuIconNotificationsActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_addNewDocument_Image:hover {
	background: url(../images/img-menuIconNewDocumentActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_outgoingDocuments_Image:hover {
	background: url(../images/img-menuIconOutgoingDocumentsActive.png) no-repeat 0 center;
	color: #72b5eb;
}
.button_internalDocuments_Image:hover {
	background: url(../images/img-menuIconOutgoingDocumentsActive.png) no-repeat 0 center;
	color: #72b5eb;
}

.inactive {
	display:none;
}

.button_notifications_Image{
	vertical-align: middle;
	position:relative;	
}
div.notificationsCounterNotProcessed{
	user-select: none;
	-moz-user-select: none;
	display: none;
	font-size: 14px;
	color:#fff;
	border-radius: 13px;
	width: 25px;
	height: 25px;
	background-color: #ff5e5e;
	position: relative;
	top: 12px;
	left: 23px;
}
div.notificationsCounterInternalNotCompleted{
	user-select: none;
	-moz-user-select: none;
	display: none;
	font-size: 14px;
	color:#fff;
	border-radius: 13px;
	width: 25px;
	height: 25px;
	background-color: #ff5e5e;
	position: relative;
	top: 12px;
	left: 23px;
}
div.notificationsCounterText{
	padding-top:5px;
	width: 26px;
	height: 26px;
}
div.notificationsCounter{
	user-select: none;
	-moz-user-select: none;
	display: none;
	font-size: 14px;
	color:#fff;
	border-radius: 13px;
	width: 25px;
	height: 25px;
	background-color: #ff5e5e;
	position: relative;
	top: 12px;
	left: 23px;
}
div.notificationsCounterSigned{
	display: none;
	font-size: 14px;
	color:#fff;
	border-radius: 13px;
	width: 25px;
	height: 25px;
	background-color: #368fd3;
	position: absolute;
	top: 24px;
	left: 42px;
}
div.notificationsCounterRefuzed{
	display: none;
	font-size: 14px;
	color:#fff;
	border-radius: 13px;
	width: 25px;
	height: 25px;
	background-color: #ff5e5e;
	position: absolute;
	top: 47px;
	left: 27px;
}
div.documentInfoNotificationsContainer{
	text-align: center;
}
div.documentInfoInsideNotifications{	
	line-height: 200%;
	/*padding-top: 30px;*/
	padding-bottom: 20px;
	text-align: center;
	margin: 0 35px;
	font-size: 15px;
	color: #353e53;
	font-family: FontR;
}
div.documentInfoInsideNotificationsStatuses{
	width: 500px;
	line-height: 150%;
	padding-bottom: 20px;
	text-align: left;
	margin: 0 35px;
	/*margin-left: 300px;*/
	font-size: 15px;
	color: #353e53;
	font-family: FontR;
	position: relative;
	left: 345px;
}
label.documentsNumberLabel{
	position: absolute;
	left: 230px;
}
div.notificationsTabBack {
	border-top: 1px solid #f3f6f8;`
	min-width: 1000px;	
	background-color: #eaf0f3;
	border-bottom: 1px solid #dee6e9;
}
div.notificationsAreaBack{
	padding-bottom: 70px;
	min-width: 1000px;
	min-height: 1000px;
	background-color: #f6f9fa;
	border-bottom: 1px solid #dee6e9;
	border-top: 1px solid #fff;	
}
div.notificationsAreaInnerTab{
	text-align: left;
}
div.notificationsTab {
	padding: 36px 0 62px 0; 
	text-align: left;
}
div.notificationsMessageRowPrefix{
	display: inline-block;
	vertical-align: middle;
}
div.notificationsMessageRowId{
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font: 15px fontR;
	font-weight: 700;
}
div.notificationRowMessage {
	font: 15px fontR;
	color: #353e53;
	text-align: left;
	padding: 3px 32px 2px 32px;
	position: relative;
	/*letter-spacing: -0.00em;*/
}
div.notificationRowDateDiv{
	font: 15px fontR;
	font-weight: 700;
}
@-moz-document url-prefix() {
	div.notificationRowDateDiv {
		font: 15px fontSB;
		font-weight: 100;
	}
	div.notificationRowMessage {
		padding: 2px 32px 2px 32px;
		/*letter-spacing: -0.00em;*/
	}
	div.notificationsMessageRowId{
		font: 15px fontSB;
		font-weight: 100;
	}
}
div.notificationsMessageIdData{
	position: absolute;
	/*top: 0;*/
	left: 102px;
	display: inline-block;
	vertical-align: middle;
}
div.notificationRowDateDiv{
	display: inline-block;
	vertical-align: middle;
}
div.notificationsLogHeaderDiv{
	font: 15px fontR;
	font-weight: 700;
	padding-top: 55px;
	padding-left: 32px;
	/*padding-bottom: 4px;*/
	text-align: left;
	color: #353e53;
}
div.notificationsLogDataDiv{
	font-size: 15px;	
	padding: 30px 0px 25px 0;
	padding-left: 32px;
	/*padding-bottom: 20px;*/
	text-align: left;
	color: #519aca;
}
div.notificationsLogEmptyDiv{
	font-size: 15px;	
	padding: 30px 0px 25px 0;
	padding-left: 32px;
	/*padding-bottom: 20px;*/
	text-align: left;
	color: #353e53;
}

@-moz-document url-prefix() {
    div.notificationsLogHeaderDiv {
		font: 15px fontSB;
		font-weight: 100;
	}
}

/*div.menuTabs #button_notifications.active > .button_notifications_Image > div.notificationsCounter {
	top: 10px;	
}
@-moz-document url-prefix() {
    div.menuTabs #button_notifications.active > .button_notifications_Image > div.notificationsCounter {
		top: 11px;	
	}
}*/

select::-ms-expand {
    display: none;
}
div.selectTemplateBack {
	min-width: 1000px;	
	height: 1000px;
	background-color: #f9fafb;
	border-bottom: 1px solid #dee6e9;
}
div.documentInfoBack {
	border-top: 1px solid #f3f6f8;
	min-width: 1000px;	
	background-color: #f9fafb;
	border-bottom: 1px solid #dee6e9;
}
div.documentInfo {
	padding: 36px 0 62px 0; 
}

div.documentInfoInactive {
	padding: 20px 0 49px 0; 
}
div.documentInfoContainer {
	position: relative;
	/*background-color: #e2ebef; */
	border-radius: 5px;
	text-align: left;
	width: 600px;
	display: inline-block;
}

div.extendNodeContainer {
	position: relative;
	/*background-color: #e2ebef; */
	border-radius: 5px;
	text-align: justify;
	width: 100%;
}
/*uuuuuu*/
/*div {
	border: 1px solid #000;
}*/
div.documentImporantInfoContainer {
	vertical-align: top;
	position: relative;
	display: inline-block;
	/*background-color: #e2ebef; */
	top: -22px;
	left: -100px;
	border-radius: 5px;
	text-align: justify;
	width: 390px;
}

div.headerNoteInfoDoc{
	padding: 0px 0;
	text-align: left;
	margin: 60px 0px 23px 30px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.headerNoteInfoDocInactive{
	padding: 0px 0;
	text-align: left;
	margin: 20px 0px 20px 10px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.headerNoteInfoDocInactiveStatus{
	padding: 0px 0;
	text-align: left;
	margin: 0px 0px 0px 20px;
	font-size: 15px;
	color: #353e53;
	font-family: FontB;
}
div.headerNoteInfoDocInactiveComment{
	padding: 0px 0;
	text-align: left;
	margin: 0px 0px 0px 20px;
	font-size: 15px;	
	color: #353e53;
	font-family: FontR;
}

div.documentInfoInside {
	font-size: 15px;
	margin-left: 26px;
	text-align: left;
	color: #98a9b1;
	position:relative;
	height: 25px;	
}

div.largeViewButton {
	font-size: 15px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	color: #98a9b1;
	position:relative;
	height: 25px;	
}

div.documentTranslationBlock {
	font-size: 15px;
	/*margin-left: 26px;*/
	text-align: left;
	color: #fff;
	position:relative;
	/*height: 25px;	*/
	left: 0px;
	top: 0px;
	background-color: #eaf0f3;
	border-radius: 4px;
	/*max-height: 300px;*/
	width: 100%;
	padding: 15px;	
}


.translationDivHeader{	
		/*padding: 6px 5px 3px 0;	*/
	padding-bottom: 5px;
	line-height: 0.9;
	text-align: left;
	/*font-weight: bold;	*/
	text-transform: uppercase;
	color: #353e53;
}

.translationValue{	
		/*padding: 10px 0px;*/		
	/*line-height: 1.1;*/
	text-align: justify;
	max-height: 100px;		
	overflow: auto;
	color: #353e53;	
	white-space: pre-line;
}

.translationVieldValue{
	white-space: pre-line;	
}

div.documentResponseOptionsBlock {
	font-size: 15px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	position:relative;
	/*height: 25px;	*/
	left: 0px;
	top: 0px;
	/*background-color: #f95c5c;*/
	border-radius: 4px;
	/*max-height: 300px;*/
	width: 100%;
	padding: 15px;	
}
.responseOptionsDivHeader{	
		/*padding: 6px 5px 3px 0;	*/
	padding-bottom: 5px;
	line-height: 0.9;
	text-align: left;
	/*font-weight: bold;	*/
	text-transform: uppercase;
	color: #353e53;
	margin-bottom: 10px;
}
.responseOptionsDivHeader label {
	border-bottom: 2px solid #f95c5c;
	border-radius: 7px;
	padding: 0px 10px;
	position: relative;
	left: -10px;

}

.responseOptionsValue{	
		/*padding: 10px 0px;*/		
	/*line-height: 1.1;*/	
	/*max-height: 100px;		*/	
	color: #353e53;		
}


div.documentInstructionBlock {		
	font-size: 15px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	position:relative;
	/*height: 25px;	*/
	left: 0px;
	top: 0px;
	background-color: #f95c5c;
	border-radius: 4px;
	/*max-height: 300px;*/
	width: 100%;
	padding: 15px;	

}

.stepInformationIcon{
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #95a7b2;
	color: #fff;
}
.stepInformationIcon{
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #95a7b2;
	color: #fff;
	box-shadow: 0px 0px 2px #000;
	text-shadow: 1px 1px 0px #000;
	cursor: default;
	transition: .1s;
}
.stepInformationIcon:hover{		
	transition: .1s;
	background-color: #81939e;
	color: #fff;
	box-shadow: 0px 0px 4px #000;
	text-shadow: 2px 2px 0px #000;
}

.hiddenInstructionDiv{
	display: none;
}

.instructionDivHeader{	
	/*padding: 6px 5px 3px 0;	*/
	padding-bottom: 5px;
	line-height: 0.9;
	text-align: left;
	/*font-weight: bold;	*/
	text-transform: uppercase;
	color: #fff;
}

.instructionValue{	
	/*padding: 10px 0px;*/
	/*line-height: 1.1;*/
	text-align: justify;
	max-height: 100px;	
	overflow: auto;
}

.docInfoFieldHeader{
	padding: 3px 5px 3px 0;	
	position: absolute;
	left: 0; 
	color: #98a9b1;
}
.docInfoFieldValue{	
	position: absolute;
	left: 103px; 
	padding: 3px 5px;
	color: #353e53;
	white-space: nowrap;
	overflow: hidden;
	max-width: 350px;
	text-overflow: ellipsis;
}
div.instructionsDiv {
	font-size: 15px;
	margin-left: 26px;
	margin-top: 3px;
	text-align: left;
	color: #98a9b1;
	position:relative;
}
.instructionsDivHeader{	
	padding: 6px 5px 3px 0;	
	color: #98a9b1;
}
.instructionsDivValue{	
	margin-top: -20px;
	position: relative;
	padding: 3px 108px;
	color: #353e53;
	/*white-space: nowrap;*/
	white-space: pre-wrap;
	overflow: hidden;
	max-width: 870px;
	text-align: left;
	text-overflow: ellipsis;
}

div.documentNodeExtendInside {
	margin-top: 8px;
	font-size: 15px;
	margin-left: 29px;
	text-align: left;
	color: #98a9b1;
	position:relative;
	height: 25px;	
}
div.documentNodeExtendInsideNewSpec {
	font-size: 15px;
	margin-left: 29px;
	text-align: left;
	color: #98a9b1;
	position:relative;
	height: 25px;	
}

div.extendNodeBlockBack {
	border-top: 1px solid #f2f5f7;
	min-width: 1000px;	
	background-color: #f4f7f9;
	border-bottom: 1px solid #d4dbde;
}
div.extendNodeBlock {
	padding: 36px 0 62px 0; 
}
div.headerNoteExtendNode{
	padding: 0px 0;
	text-align: left;
	margin: 15px 0px 23px 30px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}

.dataLimitaValue.timeAttention{
	margin-left: 5px;	
}
.dataLimitaValue.timeCritical{
	margin-left: 5px;	
}
.dataLimitaValue.timeClosed{
	margin-left: 5px;	
}
.dataLimitaValue.timeFailed{
	margin-left: 5px;	
}

.translationInView{
	border-radius: 4px;
	font-weight: bold;	
}

.dataLimitaInView > .timeCritical{
	margin-left: 5px;	
	color: #fff;
}
.dataLimitaInView > .timeFailed{
	margin-left: 5px;	
	color: #fff;
}


div.executorDiv {
	font-size: 15px;
	margin-left: 29px;
	padding: 20px 0;
	text-align: center;
	color: #98a9b1;
	position:relative;
	height: 24px;
	margin-top: 10px;
}
div.executorDiv.internalDocs {
	display: inline-block;
	margin: 0;
}
.selectExecutorButtonBlock{
	width: 300px;
}
.uppercase{	
	text-transform: uppercase;
}

div.verificationStatusDiv {
	font-size: 15px;
	margin-left: 29px;
	margin-top: 3px;
	text-align: left;
	color: #98a9b1;
	position:relative;
}
.verificationStatusDivHeader{	
	padding: 6px 5px 3px 0;	
	color: #98a9b1;
}
.verificationStatusDivValue{	
	margin-top: -20px;
	position: relative;
	padding: 3px 108px;
	color: #353e53;
	/*white-space: nowrap;*/
	white-space: pre-wrap;
	overflow: hidden;
	max-width: 870px;
	text-align: left;
	text-overflow: ellipsis;
}
.verificationStatusEntry{
	text-align: left;
	position: relative;

	width: auto;

	margin: 5px 0px;	
	padding: 5px 10px;	
}

.verificatorLabelStatus{
	padding-right: 5px;
	font-weight: 700;
	white-space: normal;
	position: absolute;
	left: 0px;
	top: -1px;
	padding: 5px 10px;
	width: 70px;
}
@-moz-document url-prefix() {
    .verificatorLabelStatus{
    	font-family: FontSB;
		font-weight: 100;
		padding: 5px 10px;
	}
}
.verificatorLabelName{
	text-transform: uppercase;
	padding-left: 90px;
	/*left: 200px;*/
}
.verificatorLabelSpeciality{
	text-transform: capitalize;
}
.verificatorOk{
	/*color: #7fccf6;*/	
	color: #000;
	background-color: #519aca;
	border-radius: 4px;
}
.verificatorRefuse{
	/*color: #7fccf6;*/	
	color: #000;
	background-color: #e0594f;
	border-radius: 4px;
}
.verificatorPending{
	color: #000;
	background-color: #ffbe33;	
	border-radius: 4px;
}
#buttonSelectExecutor{
	margin-bottom: 10px;
}
#buttonSelectExecutor.internal{
	margin-top: 5px;
}
#buttonSelectFinisher.internal{
	margin-top: 5px;
}
#buttonSelectExecutorPopup{
	margin-top: -2px;
	/*display: none;*/
}
.selectExecutorButtonDiv{
	text-align: center;
}
.executorHeader{
	padding: 3px 5px 3px 0;	
	/*position: absolute;*/
	left: 0; 
	color: #98a9b1;
}
.executorValue{	
	/*position: absolute;*/
	/*left: 153px; */
	padding: 3px 5px;
	color: #353e53;
	white-space: nowrap;
	overflow: hidden;
	max-width: 870px;
	text-overflow: ellipsis;
}
.finisherValue{	
	/*position: absolute;*/
	/*left: 153px; */
	padding: 3px 5px;
	color: #353e53;
	white-space: nowrap;
	overflow: hidden;
	max-width: 870px;
	text-overflow: ellipsis;
}
.executorDiv.internalDocs .executorValue {
	display: block;
	max-width: 290px;
}
.executorDiv.internalDocs .finisherValue {
	display: block;
	max-width: 290px;
}
.criticalColourEditInfo{
	border-radius: 2px;
	color: #fff;
	background-color: #ff5e5e;
}
div.documentActionsBack {
	min-width: 1000px;	
	/*background-color: #eaf0f3;*/
	/*border-bottom: 1px solid #dee6e9;*/

	border-top: 1px solid #daeaf4;
	background-color: #f4f7f9;

}
div.documentActions {

}

select.actionSelect {
	box-shadow: 0px 0px 4px #d3dbde;
	border: 1px solid #dee6e9;
	font: 15px FontR;
	width: 942px;
	height: 44px;
	margin: 5px 9px;
	padding-left: 18px;
    border-radius: 4px;
    color: #353e53;    
    background: url(../images/img-littleArrowList.png) no-repeat 100% #fff;
    -webkit-appearance: none;
    -moz-appearance:none;
}

select.actionSelectOutgoing {
	box-shadow: 0px 0px 4px #d3dbde;
	border: 1px solid #dee6e9;
	font: 15px FontR;
	width: 942px;
	height: 44px;
	margin: 5px 9px;
	padding-left: 18px;
    border-radius: 4px;
    color: #353e53;    
    background: url(../images/img-littleArrowList.png) no-repeat 100% #fff;
    -webkit-appearance: none;
    -moz-appearance:none;
    margin-bottom: 60px;    
}


div.headerNoteDocActions {	
	padding: 29px 0 20px 9px;
	text-align: left;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.documentActionsBlock{
	margin: 0 20px 48px 20px;
	text-align: left;
}
.commentArea {
	box-shadow: 0px 0px 4px #d3dbde;
	border: 1px solid #dee6e9;
	font: 15px FontRi;	
	/*font-style: italic;*/
	width: 904px;	
	height: 78px;
	margin: 5px 9px;
	margin-bottom: 15px;	
	padding-left: 18px;
	padding-right: 18px;
	padding-top:12px;
	padding-bottom:12px;
    border-radius: 5px;
	resize: none;
	color: #353e53;
	white-space: pre;
}
.commentArea::-moz-placeholder { 
              color: #8aa1a8;
              opacity: 1;
}
.commentArea::-webkit-input-placeholder { 
              color: #8aa1a8;
}
div.documentActionsButtonsBlock{
	text-align: left;
	margin: 10px 1px 10px 1px;	
	height: 38px;
}
div.documentActionsButtonsBlockinactive{
	text-align: left;
	margin: 0px 1px 10px 1px;	
	height: 38px;
}
div.documentActionsButtonsExtendBlock{
	text-align: left;
	margin: 60px 1px 10px 20px;	
	height: 38px;
}
.buttonDocumentActions{
	height: 100%;	
	padding: 0px 30px;
	margin: 0px 9px;	
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	/*width: 104px;	*/
}
.buttonDocumentActions:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .1s;
}
.buttonEditDocBackStyle{
	color: #fff;
	background-color: #8c969b;

}
.buttonEditDocBackStyle:hover{
	background-color: #c6d3d8;
	color: #fff;
}
div.narrow {
	height: inherit;
}

div.headerNoteTipDep {
	line-height: 400%;
	padding: 0px 0;
	padding-top: 28px;
	text-align: center;
	margin: 0 25px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}

div.typeRadio {
	color: #fff;
}
.radioClass {
	user-select: none;
	-moz-user-select: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 9px 19px;
	border-radius: 4px;	
	border: none;
	background-color: #9fdafa;
	color: #fff;
	margin: 3px 5px;
	border: 1px solid #9fdafa;

}
.radioClass:hover {
	box-shadow: 0px 0px 8px #d3dbde;
	border: 1px solid #95d4f9;
	color: #519aca;
	transition: .2s;
}
.radioActive {	
	border: none;
	background-color: #519aca;
	color: #a8e1ff;
	border: 1px solid #519aca;
	transition: .2s;

}
.radioActive:hover {	
	color: #a8e1ff;
	border: 1px solid #519aca;
}

div.issuerNameFormBlockHeader {
	text-align:center;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
	margin: 10px 20px;
	padding: 0px 10px;
	padding-bottom: 5px;
	background-color: inherit;
	border-radius: 5px;	
}
div.issuerNameFormBlock {
	width: 600px;
	text-align:center;
	margin: auto;
	padding: 55px 0px 55px 0;
	/*background-color: #eaf0f3;*/
	color: #313638;
	border-radius: 5px;		
}
div.internalFieldsBlock {
	width: 800px;
	text-align:center;
	margin: auto;
	padding: 20px 0px 55px 0;
	/*background-color: #eaf0f3;*/
	color: #313638;
	border-radius: 5px;		
}

#inputSubject {	
	/*font-size: 15px; */
	text-transform: uppercase;
	font-size: 15px; 
	font-family:  FontR;
	width: 560px;
	border: 0;
  	outline: 0;  	
	background-color: #eaf0f3;
	/*border: 1px solid #f0f5f7;*/
	height: 30px;
	border-radius: 4px;	
	padding-left: 20px;	
	padding-right: 25px;	
	position: relative;
	box-shadow: inset 0px 0px 2px #d3dbde;
	background: url(../images/img-searchIcon.png) no-repeat  98.6% 50% #eaf0f3;
}
.addEdit#inputSubject{
	background-color: #f9fafb;
	z-index: 9999999;
}
.addEdit#inputSubject.inputSubjectNotFilled{
	background-color: #ff5e5e;
}
#inputExecutor {
	font-size: 15px; 
	font-family:  FontR;
	width: 470px;
	border: 0;
  	outline: 0;  	
	background-color: #fff;
	height: 27px;
	border-radius: 4px;	
	padding-left: 15px;	
	padding-right: 15px;	
	position: relative;
	box-shadow: inset 0px 0px 4px #d3dbde;
	margin-bottom: 20px;
	/*margin-top: 20px;*/
}
#inputSearchEmployee {
	font-size: 15px; 
	font-family:  FontR;
	margin: 0px 10px;
	width: 81.5%;
    border-radius: 4px;
	border: 0;
  	outline: 0;  	
	background-color: #fff;
	height: 27px;
	border-radius: 4px;	
	padding-left: 15px;	
	padding-right: 15px;	
	position: relative;
	box-shadow: inset 0px 0px 4px #d3dbde;
	margin-bottom: 1px;
	/*margin-top: 20px;*/
}
.selectExecutorHeader{
	font-size: 15px; 
	font-family:  FontR;
	margin-bottom: 10px;
}

div.selectTemplate {
	text-align: center;
	padding: 42px 0 70px 0; 

}
div.nameBoxesDiv{
	margin-top:26px;
	width: 640px;
}
div.internTypesBoxesDiv{
	margin-top:26px;
	/*width: 640px;*/
	display: flex;
	justify-content: center;
}
.internTypeBoxElement{
	margin: 0 10px 0 10px;	
}
.internTypeBoxElement.smallInternField{
	width: 160px;
}
.internTypeBoxElement.largeInternField{
	width: 550px;
}
.inputFieldForSubjects.inputDocumentField {
	padding: 0;	
	width: calc(100% - 3px);
	position: relative;
	text-transform: none;
}
.boxinside{
	text-align: center;
	font-size: 15px;
	color: #98a9b1;
	width: 189px;
	float: left;
	height: 30px;
	/*margin: 1px;*/
}
.executorDivTermen {
	font-size: 15px;	
	padding: 20px 0;
	text-align: center;
	color: #98a9b1;
	position:relative;
	height: 24px;	
	display:block;
	margin: 35px auto 25px auto;
	position: relative;
	left: -8px;
}
.resetTermen{
	position: absolute;
	right: -20px;
	top: 48px;
	background-color: #ff5e5e;
	/*font-size: 80%;*/
	color: white;
	border-radius: 4px;
	padding: 5px 6px 6px 6px;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#buttonSetDefaultTermen {
	width: 181px;
}
.executorDivTermen.smallInternField{
	width: 160px;
}
.executorDivTermen .selectExecutorButtonBlock {
	width: auto;
}
.hiddenTermenField{

}

.bothMarginsSubj{
	margin: 0px 8px;
}
.leftMarginSubj{
	margin: none;
	margin-left: 8px;
	width: 188px;
}
.rightMarginSubj{
	margin: none;
	margin-right: 8px;
	margin-left: 1px;
}
.subj_div{
	z-index: 9999;
	position: absolute;
	padding-left: 20px;
	border-radius: 5px;
	margin-top: -28px;
	width: 560px;
}
.subj_div.addEdit{
	margin-top: -25px;	
}
@-moz-document url-prefix() {
    .subj_div.addEdit{
		margin-top: -13px;
	}
}
#jur_subj{
	text-transform: uppercase;
	display:none;
	width:100%;
	height: 130px;	
}
#fiz_subj{
	text-transform: uppercase;
	display:none;
	width:100%;
	height: 130px;	
}
.subj_div.addEdit #jur_subj{
	font: inherit;
}
.subj_div.addEdit #fiz_subj{
	font: inherit;
}
#employee_search{
	font: 15px FontR;	
	text-transform: uppercase;
	display:none;
	width:100%;
	height: 100px;
}
.empl_div{
	position: absolute;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: -20px;
	width: 480px;
}
.empl_divNodeAdd{
	position: absolute;
	padding-left: 16px;
	border-radius: 5px;
	margin-top: -3px;
	width: 317px;
}
.inputFieldForSubjects {
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 4px;
	height: 29px;
	padding: 0px 10px;
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	width: 90%;
  	transition: .1s;
  	font-size: 15px;
	color: #353e53;	
	background-color: #eaf0f3; 
	border: 1px solid #eaf0f3;
	font-family: fontR;
}

.subjectName{
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

div.documentActions {
	padding: 20px 0 20px 0; 
}
div.selectTemplate select {
	font: 15px FontR;	
	color: #313638;  
	width: 944px;
	height: 44px;
	margin-bottom: 20px;
	margin: 5px 0px;
	margin-top: 28px;
}
select.templateSelect {
	margin-top: 40px;
	font: 15px FontR;
	height: 44px;
	padding: 0px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;    
	border: none;	
    outline: none;
    background: url(../images/img-littleArrowList.png) no-repeat  100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance:none;
    box-shadow: 0px 0px 4px #d3dbde;
}
select.employeeSelectStyle {
	margin-top: 0px;
	font: 15px FontR;
	height: 28px;
	padding: 0px 25px 0 10px;
	width: 100%;
    border-radius: 4px;
    color: #313638;    
	border: none;	
    outline: none;
    background: url(../images/img-littleArrowList.png) no-repeat  102% 50% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance:none;
    box-shadow: 0px 0px 4px #d3dbde;
}
select.templateSelect option  {	
	/*font-size: 20px;	*/
}
div.issuerTypeSelectFilterDiv{
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.issuerTypeSelectFilterDiv:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
div.documentStatusIncomingSelectFilterDiv{
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.documentStatusIncomingSelectFilterDiv:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);	
}
div.documentNumberAssignYearFilterDiv{
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.documentNumberAssignYearFilterDiv:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);	
}
div.documentStatusOutgoingSelectFilterDiv{
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.documentStatusOutgoingSelectFilterDiv:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);	
}

div.documentDateLimitSelectFilterDiv{
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.documentDateLimitSelectFilterDiv:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}

select.documentDateLimitSelectFilter {
	font: 15px FontR;
	height: 44px;
	padding: 0px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;    
	border: none;	
    outline: none;
    background: url(../images/img-littleArrowList.png) no-repeat  100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;    
}

@-moz-document url-prefix() {
    select.documentDateLimitSelectFilter{
	padding-left: 16px;
	}
}

select.issuerTypeSelectFilter {
	font: 15px FontR;
	height: 44px;
	padding: 0px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;    
	border: none;	
    outline: none;
    background: url(../images/img-littleArrowList.png) no-repeat  100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;    
}

@-moz-document url-prefix() {
    select.issuerTypeSelectFilter{
	padding-left: 16px;
	}
}

select.responsibilityTypeSelectFilter {
	font: 15px FontR;
	height: 44px;
	padding: 0px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;    
	border: none;	
    outline: none;
    background: url(../images/img-littleArrowList.png) no-repeat  100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;    
}

@-moz-document url-prefix() {
    select.responsibilityTypeSelectFilter{
	padding-left: 16px;
	}
}
select.documentStatusIncomingSelectFilter, select.documentStatusOutgoingSelectFilter{
	font: 15px FontR;
	height: 44px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;
    border: none;
    background: url(../images/img-littleArrowList.png) no-repeat 100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;
}
@-moz-document url-prefix() {
    select.documentStatusIncomingSelectFilter{
	padding-left: 16px;
	}
}
select.documentNumberAssignYearFilter{
	font: 15px FontR;
	height: 44px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;
    border: none;
    background: url(../images/img-littleArrowList.png) no-repeat 100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;
}
select.documentRelationSelectFilter{
	font: 15px FontR;
	height: 44px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;
    border: none;
    background: url(../images/img-littleArrowList.png) no-repeat 100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;
}
select.documentResolutionSelectFilter{
	font: 15px FontR;
	height: 44px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;
    border: none;
    background: url(../images/img-littleArrowList.png) no-repeat 100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;
}
select.documentOutStatusSelectFilter{
	font: 15px FontR;
	height: 44px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 4px;
    color: #313638;
    border: none;
    background: url(../images/img-littleArrowList.png) no-repeat 100% 30% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
    -webkit-appearance: none;
    -moz-appearance:none;
}
@-moz-document url-prefix() {
    select.documentRelationSelectFilter{
	padding-left: 16px;
	}
}
select.templateSelect option {
	background: #fff;
}
div.headerNote {
	line-height: 400%;
	padding: 10px 0;
	text-align: left;
	margin: 0 25px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.headerNoteOutgoing {
	line-height: 200%;
	padding: 0px 0;
	margin: 0 20px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}

div.resultsDateNote {
	right: -0px;
	color: #353e53;
	position: absolute;	
	padding: 3px 0 2px 0;
	line-height: 100%;	
	cursor: default;
	top:0;	
}
div.formHeaderNote {
	color: #353e53;
	/*position: absolute;	*/
	padding: 20px 0 2px 0;
	line-height: 100%;	
	cursor: default;
	top: 0;
	left: 0;
}

.commonReportsInfoContainer {
	text-align: left;
	margin: 10px 10px 10px 35px;
	/*border-bottom: 1px solid;*/
}

.commonReportsInfoRow {
	text-align: left;
	margin: 5px 0px 5px 25px;
}
.commonReportsInfoRow.currentlySelected {
	font-weight: bold;
}
.commonReportsInfoRowHeader {
	font-weight: bold;
	text-align: left;
}

.reportDocumentsTable .paginationButtonsRow.topPagination {
	padding-bottom: 22px;
}
.paginationButtonsRow.topPagination {
	padding-bottom: 3px;
}

.paginationButtonsRow.topPagination .pageButton {
	cursor: pointer;
}

.paginationButtonsRow.topPagination .paginationButtonDiv > .pageButton.activePagButton {
	background-color: #fff;
	border-color: transparent;
	color: #95a7b2;	
}
.paginationButtonsRow.topPagination .paginationButtonDiv > .pageButton.activePagButton:hover {
	cursor: default;
}
.paginationButtonsRow.topPagination .paginationButtonDiv > .pageButton:hover {
	background-color: #fff;
	border-color: transparent;
	color: #95a7b2;
	cursor: pointer;
}

.paginationButtonsRow.topPagination .paginationButtonDiv > .precButton:not(.precButtonDisabled):hover {
	background-color: #fff;
	border-color: transparent;
	color: #95a7b2;
	cursor: pointer;
}
.paginationButtonsRow.topPagination .paginationButtonDiv > .urmButton:not(.urmButtonDisabled):hover {
	background-color: #fff;
	border-color: transparent;
	color: #95a7b2;
	cursor: pointer;
}

div.formHeaderNoteOutgoing {
	min-height: 1px;
	margin-top: 19px;
	text-align: left;
	color: #353e53;	
}

.createOutgoingDocUnrelated{
	position: absolute;
	right: 0;
	top: 16px;
	user-select: none;
	cursor: default;
	text-shadow: 1px 1px 1px #c13f2c;
	height: 38px;	
	padding: 0px 8px 0 22px;	
	min-width: 20px;
	/*margin-bottom: 20px;*/
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	background: url(../images/img-littlePlusikCustomFile.png) left 7px top 14px no-repeat #ff5e5e;
}
@-moz-document url-prefix() {
    .createOutgoingDocUnrelated{
		background: url(../images/img-littlePlusikCustomFile.png) left 7px top 13px no-repeat #ff5e5e;
	}
}
.createOutgoingDocUnrelated:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
.printReport{
	position: absolute;
	right: 26px;
	top: 15px;
	user-select: none;
	cursor: default;
	text-shadow: 1px 1px 1px #c13f2c;
	height: 38px;	
	padding: 0px 8px 0 38px;	
	min-width: 20px;
	/*margin-bottom: 20px;*/
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	background: url(../images/img-printDoc.png) 10% 7px no-repeat #ff5e5e;	
}
.printReport:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
div.uploadArea {
	padding: 14px 0px 25px 0px;
	text-align: left;
}
div.headerNoteUpload {	
	padding: 34px 0 26px 9px;
	text-align: left;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.headerNoteDocUpload {	
	padding: 1px 0 26px 9px;
	text-align: left;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
.actionAddSpecialistExtendLabel{
	margin-left: 10px;
	width: 600px;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.actionAddSpecialistExtendLabelBold{
	margin-left: 10px;
	font-weight: bold;
	color: #353e53;
}

div.uploadAreaBack {
	min-width: 1000px;
	background-color: #f9fafb;
	/*border-bottom: 1px solid #dee6e9;*/
	border-top: 1px solid #fff;
}
div.uploadAreaBackDoc {
	min-width: 1000px;
	background-color: #f9fafb;
	border-bottom: 1px solid #deeaef;
}

div.uploadZonesBack {
	min-width: 1000px;
	background-color: #eaf0f3;
	/*border-bottom: 1px solid #dee6e9;*/
	/*border-top: 1px solid #fff;*/
}
div {
	/*border: 1px solid;*/
}
div.uploadZones {	
	padding: 40px 0px 45px 0px;
	display: flex;
}

div.uploadIncomingZone{
	margin: 0px auto;
	vertical-align: top;
	width: 430px;	
	min-height: 150px;
	max-height: 564px;
	display: inline-flex;
	flex-flow: column;	
}
div.uploadIncomingZone .uploadElement{
	margin-left: 1px;
}
div.uploadWorkspaceZone{	
	margin: 0px auto;
	vertical-align: top;
	width: 470px;	
	min-height: 150px;
	max-height: 564px;
	display: inline-flex;
	flex-flow: column;	
}
div.uploadOutgoingZone{	
	margin: 0px auto;
	vertical-align: top;
	width: 470px;	
	min-height: 150px;
	max-height: 564px;
	display: inline-flex;
	flex-flow: column;	
}
.uploadZoneHeaderDiv{
	text-align: left;
}
.uploadZoneHeader{
	position: relative;
	left: 0;
	padding: 20px 20px;
	display: inline-block;
	width: auto;	
	background-color: #fff;
	/*border-bottom: 1px solid #eaf0f3;*/
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.uploadFileBlock{
	border-top-right-radius: 3px;
	background-color: #fff;
	/*max-height: 200px;*/
	/*overflow: auto;*/
	/*display: flex;*/
	/*flex-flow: column;*/
	/*overflow: auto;*/
	/*padding: 25px 0 25px 0;*/
}
	

.uploadFileBlock .uploadElement:nth-last-child(2)  {
	margin-bottom: 27px;
}
.uploadFileBlock .uploadElement:nth-child(2) {
	margin-top: 27px;
}
.uploadFileBlockTopFade {
	/*display: none;*/
	opacity: 0;
	position:absolute;
	content: '';
	height: 30px;	
	max-height: 30px;
	width: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 90%, rgba(255,255,255,255) 100%);	
	color: #f00;
	z-index: 99999;
	border-radius: 4px;
	transition: .1s;
}
.uploadFileBlockTopFade:hover {
	transition: .1s;
	opacity: 0;
	/*z-index: 0;*/
}
.uploadFileBlockBottomFade {
	/*display: none;*/
	opacity: 0;
	position:absolute;
	content: '';
	height: 30px;	
	max-height: 30px;
	width: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,255) 0%, rgba(255,255,255,255) 10%, rgba(255,255,255,0) 100%);
	/*background-color: #f00;*/
	bottom: 0;
	color: #f00;
	z-index: 99999;
	border-radius: 4px;
	transition: .1s;
}
.uploadFileBlockBottomFade:hover {
	transition: .1s;
	opacity: 0;
	/*z-index: 0;*/
}


.uploadIncomingZone div:nth-last-child(2).uploadFileBlock, 
.uploadIncomingZone div:nth-last-child(1).uploadSmartFillingBlock, 
.uploadIncomingZone div:nth-last-child(1).saveChangesButton {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.uploadOutgoingZone div:nth-last-child(2).uploadFileBlock, 
.uploadOutgoingZone div:nth-last-child(1).uploadSmartFillingBlock, 
.uploadOutgoingZone div:nth-last-child(1).saveChangesButton {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.uploadWorkspaceZone div:nth-last-child(2).uploadFileBlock, 
.uploadWorkspaceZone div:nth-last-child(1).uploadSmartFillingBlock, 
.uploadWorkspaceZone div:nth-last-child(1).saveChangesButton {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fileListElement{
	padding: 20px 20px;	
}
.uploadSmartFillingBlock{
	background-color: #fff;
	flex: 1 1 auto;
	min-height: 0px;
}

.saveChangesButton{
	background: linear-gradient(0deg, #f0faff 0%,#f0faff 100%);
	border: 1px solid #f0faff;
}
.saveChangesButton:hover{
	background: linear-gradient(0deg, #f0faff 0%,#f0faff 100%);
	cursor: default;	
}
.saveChangesButton:hover > .saveChangesText{
	color: #81cff9;
}
.saveChangesText{
	user-select: none;
    -moz-user-select: none;
	padding: 20px 0;
	font-size: 15px;
	color: #5199c9;
}

.sendToZoneButton{
	cursor: default;
	background: linear-gradient(0deg, #e85656 0%,#fc5d5d 100%);
	border: 1px solid #e85656;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.sendToZoneButton:hover{	
	background: linear-gradient(0deg, #ff8383 0%,#ff8383 100%);
	border: 1px solid #ff8383;
}

.sendToZoneText{
	user-select: none;
    -moz-user-select: none;
	display: inline-block;
	padding: 20px 0;
	font-size: 15px;
	color: #fff;
}
.sendToZoneImage{
	margin-left: 4px;
	margin-right: 4px;
	/*vertical-align: middle;*/
	display: inline-block;
	height:15px;
	width: 15px;
	position:relative;
	top: 2px;	
}
.sendToZoneImage[migration_destination='in']{
	background: url(../images/img-sendToRightZone.png) center 105% no-repeat ;	
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sendToZoneImage[migration_destination='out']{
	background: url(../images/img-sendToRightZone.png) center 105% no-repeat ;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sendToZoneImage[migration_destination='ws']{
	background: url(../images/img-sendToRightZone.png) center 105% no-repeat ;
}




div.diagrammAreaBack {
	min-width: 1000px;
	background-color: #f6f9fa;
	border-bottom: 1px solid #dee6e9;
	border-top: 1px solid #fff;
}div.diagrammAreaBackDoc {
	min-width: 1000px;
	background-color: #eaf0f3;
	border-bottom: 1px solid #dee6e9;
}
div.diagrammArea {
	padding: 40px 0px 20px 0px;
	text-align: center;
	margin: auto;
	height: 300px;
	width: 45%;
	display: inline-block;
}
div.diagrammArea {
	padding: 40px 0px 00px 0px;
	text-align: center;
	margin: auto;
	height: 300px;
	width: 45%;
	display: inline-block;
}
div.notInline{
	display: block;
	padding: 5px 00px;
	height: 300px;
	width: 100%;
}
div.diagramSpace{
	height: 220px;
}
div.diagramTemplates{
	height: 185px;
}
div.headerNoteDiagram{
	line-height: 200%;
	padding: 5px 0;
	text-align: center;
	margin: 0 25px;
	font-size: 15px;
	color: #98a9b1;
	font-family: FontR;
}
div.headerNoteDiagramHeaderTop{
	line-height: 200%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 35px;
	font-size: 15px;
	color: #353e53;
	font-family: FontR;
}
.hidden {
	display: none;
}

div.uploadElementsBlock{
	margin: 0 20px;
	text-align: left;
}
div.uploadElementsDocBlock{
	padding-bottom: 24px;
	margin: 0 20px;
	text-align: left;
}

div.uploadElement {	
	text-align: left;
	margin: 5px 0px 5px 37px;
	padding: 0px 0 0px 0px;
	width: 378px;
	height: 64px;
	border: 1px solid #e5f2f8;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	transition: background-color .2s;
	border-radius: 5px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	/*background: url(../images/img-littlePlusikCustomFile.png) center 25px no-repeat, 				
				linear-gradient(0deg, #e85656 0%,#fc5d5d 100%);*/
}
div.uploadElement.rightArrow {
	margin-left: -36px;
}

div.uploadElement.lastActiveUpload {
	box-shadow: 0px 0px 12px 1px #95a7b2;
}


/*.uploadElement.uploadedFile.document[doc_form_id='0']:not(.newlyUploadedForm){
	margin: 0px;
	height: 0px;
	border: 0px;
}
.uploadElement.uploadedFile.document[doc_form_id='0']:not(.newlyUploadedForm) > .uploadElementInside{
	
	display:none;
}
.uploadElement.uploadedFile.document[doc_form_id='0']:not(.newlyUploadedForm) > .uploadElementButton{
	
	display:none;
}
.uploadElement.uploadedFile.document[doc_form_id='0']:not(.newlyUploadedForm):before {
	margin-top: -16px;
}*/

.uploadElement.document[doc_form_id='0'] {
	height: 0;
	border: none;	
}

.uploadElement.document[doc_form_id='0']:before {
	margin-top: -16px;
}

.uploadElement.document[doc_form_id='0'] > .uploadElementInside {
	display: none
}

.uploadElement.document[doc_form_id='0'] > .uploadElementButton {
	display: none
}

div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document):before {
	margin-top: -24px;
	margin-bottom: 15px;
	/*margin-left: 5%;	*/
	margin-left: -2px;	
	position: absolute;
	content: attr(file_text_label);
	color: #99b4c2;
	font: 15px FontR;	
	display: block;
	height: 0px;
	width: 90%;	
	/*box-shadow: 0px 0px 2px 1px #242a38;*/	
	border-radius: 4px;
	top: -15px;
}
div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document){
	margin-top: 61px;
}
div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document)~ div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document):before {
	display:none;
}
div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document)~ div.uploadElement:not(.customFileDoc):not(.scannedForm1):not(.document){
	margin-top: 5px;
}

div.uploadFileBlockTopFade + div.uploadElement:before {
	margin-top: -24px;
	margin-bottom: 15px;
	margin-left: -2px;	
	position: absolute;
	content: attr(doc_text_label);
	color: #99b4c2;
	font: 15px FontR;	
	display: block;
	height: 0px;
	width: 90%;	
	border-radius: 4px;
	top: -15px;
}
div.uploadFileBlockTopFade + div.uploadElement{
	margin-top: 61px !important;
}
/*div.uploadFileBlockTopFade + div.uploadedFile.document[doc_form_id='0']{
	margin-top: 55px !important;
}*/




div.uploadElement.scannedForm1 > .uploadElementButton > .dloadButton  {
	/*background: url(../images/img-printDoc.png) center center no-repeat #81cff9;*/
	background-color: #81cff9;
}
div.uploadElement.scannedForm1 > .uploadElementButton > .dloadButton:hover  {
	/*background: url(../images/img-printDoc.png) center center no-repeat #94d8ff;*/
	background-color: #94d8ff;
}

div.requiredElementImage[is_obligatory!='1']{
	display:none;
}
div.requiredElementImage[is_obligatory='1']{
	display: block;
	position: absolute;
	top: -0px;
	left: 0px;
	width: 20px;
	height: 18px;
	background: url(../images/img-requiredFileMark.png) center center no-repeat;
}
div.uploadElement.customFile > .requiredElementImage{
	display: none;
}
div.uploadElement.customFileDoc > .requiredElementImage{
	/*display: none;*/
}
div.uploadedFile > .requiredElementImage{
	display: none;
}
div.uploadElement:hover {
	/*background-color: #aed1ee;	*/
}
div.uploadElement.document {
	background: linear-gradient(0deg, #ffce46 0%,#ffdb6a  100%);
	border: 1px solid #ffce48;
}
div.uploadElement.document > div.docInside{
	color: #8f702d;	
}
div.uploadedFile.document > div.docInside{
	color: #fff;	
}
div.customFile{
	background: linear-gradient(0deg, #fff 0%,#fff 100%);
}
div.customFileDoc{
	background: linear-gradient(0deg, #fff 0%,#fff 100%);
}

div.uploadedFile {
	background: linear-gradient(0deg, #4f96c5 0%,#56a3d5 100%);
	background-color: #539dcd;
	border: 1px solid #4f9ccf;
	color: #fff;
}
div.uploadedFile.document {
	background: linear-gradient(0deg, #75bde3 0%,#7fccf6 100%);
	background-color: #7fccf6;
	border: 1px solid #7cc8f0;
	color: #fff;
}

input.browseButton{
	margin-top: -1px;
	width: 82px;
	height: 66px;	
	border-top-right-radius: 4px;	
	border-bottom-right-radius: 4px;	
	border: 1px solid #e5f2f8;
	font-size: 15px;
	font-family: FontR;	
	color: #353e53;
	/*padding: 7px 12px;	*/
	padding-bottom: 21px;
	background: url(../images/img-tinyPlusImageBlack.png) 36px 37px no-repeat #f0faff; 	
}
input.browseButton:hover{
	background-color: #94d8ff;
	border: 1px solid #94d8ff;
	transition: .2s;
}
div.uploadedFile input.browseButton{
	background-color: #75c3ef;
	border: 1px solid #75c3ef;
	transition: .2s;
}
div.uploadedFile input.browseButton:hover{
	background-color: #9adbff;
	border: 1px solid #9adbff;
	transition: .2s;
}
div.uploadedFile.document input.fillButton{
	background-color: #519aca;
	border: 1px solid #519aca;
	transition: .2s;
}
/*div.uploadedFile input{
	background-color: #579fd8;
}
div.uploadedFile input:hover {
	background-color: #72b5eb;
}*/


input.openButton{
	margin-top: -1px;
	width: 82px;
	height: 33px;
	/*padding: 7px 12px;*/
	background-color: #75c3ef;
	color: #fff;	
	border-top-right-radius: 5px;	
	border: none;
	font-size: 15px;
	font-family: FontR;	
}
input.openButton:hover{
	background-color: #94d8ff;
	transition: .2s;
}
input.dloadButton{
	font-size: 15px;
	font-family: FontR;
	/*padding: 7px 13px;	*/
	/*background: url(../images/img-downloadFile.png) center center no-repeat #81cff9; 	*/
	background-color: #81cff9;
	border-bottom-right-radius: 5px;
	border: none;	
	width: 82px;
	height: 33px;
	color: #fff;	
}
input.dloadButton:hover{
	background-color: #9ddafb;
	transition: .2s;
}
div.uploadElementsDocBlock > .uploadElement:not(.document) .dloadButton  {
	background: url(../images/img-printDoc.png) center center no-repeat #81cff9; 
}
div.uploadElementsDocBlock > .uploadElement:not(.document) .dloadButton:hover  {
	background-color: #9ddafb; 
	transition: .2s;
}
input.openDocButton{
	margin-left:135px;
	margin-top: -1px;
	width: 82px;
	height: 33px;
	padding: 7px 12px;
	background-color: #519aca;
	color: #fff;	
	border-top-right-radius: 4px;	
	border: none;
	font-size: 15px;
	font-family: FontR;	
}
input.openDocButton:hover{
	background-color: #74bded;
	transition: .2s;
}
input.dloadDocButton{
	margin-left:135px;
	font-size: 15px;
	font-family: FontR;
	padding: 7px 13px;	
	background-color: #59aadf;		
	color: #fff;
	border-bottom-right-radius: 4px;
	border: none;	
	width: 82px;
	height: 33px;	
}
input.dloadDocButton:hover{
	background-color: #76c2f4;
	transition: .2s;
}

div.uploadElementHoveredFile {
	background: url(../images/img-uploadedCheckMark.png) center 25px no-repeat, linear-gradient(0deg, #84c7f3 0%,#84c7f3 100%);
	background-color: #84c7f3;
	border: 1px solid #84c7f3;
	color: #fff;
}
div.uploadElementHoveredFile > .requiredElementImage {
	display: none;
}
div.uploadElementHoveredFile .browseButton {
	background-color: #75c3ef;	
	border-color: #75c3ef;	
}

div.addCustomFileButton {
	width: 35px;
	height: 35px;
	background-color: #e2ebef;
	vertical-align: middle;
	text-align: center center;
	display: inline-block;
	border-radius: 5px;
	font-size: 30px;
}

div.addCustomFileButton:hover {
	background-color: #72b5eb;
	transition: background-color .1s;
	cursor: default;
}
div.uploadElementInside {
	display: inline-block;
	cursor: default;
	border-radius: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.15em;
    /*height: 3.6em;*/
	height: 2.3em;
	width: 147px;
	vertical-align: top;
	margin: 15px 0px 15px 15px;
	color: #353e53;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-word;
}

div.uploadedFile > .uploadElementInside {
	color: #fff;
}

div.uploadElementFileName {	
	display: inline-block;
	vertical-align: top;
	cursor: default;
	text-align: center;
	/*margin: 10px 16px 5px 16px;*/
	border-radius: 5px;
	/*position: absolute;*/
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    color: #a8e1ff;
    font-size: 15px;
    width: 105px;
    margin: 15px;
    margin-top: 14px;
}

div.uploadElementButton { 
	display: inline-block;
	/*height: 38px;	*/
	width: 80px;	
	vertical-align: middle;
    /*width:100%;*/
}
/*.deleteCustomFileLabel {
	background-color: #75c3ef;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;	
	border-radius: 3px;
	transition: .2s;	
}
.deleteCustomFileLabel:hover {
	background-color: #95a7b2;	
	cursor: default;
	transition: .2s;	
}*/
.deleteCustomFileLabel{
	position: absolute;	
	left:297px;
	margin-top: -1px;
	width: 56px;
	height: 41px;	
	border-top-right-radius: 4px;	
	border-bottom-right-radius: 4px;	
	border: 1px solid #ff5e5e;
	font-size: 15px;
	font-family: FontR;	
	color: #353e53;
	padding: 7px 12px;	
	padding-top: 16px;
	background: url(../images/img-removeDocImage.png) 35px 38px no-repeat #ff5e5e; 	
	cursor: default;
	user-select: none;
    -moz-user-select: none;
    color: #fff;
}

.deleteCustomFileLabel:hover{
	background-color: #ff8383;
	border: 1px solid #ff8383;
	transition: .2s;
}

div.submitDiv {
	padding: 58px 0px 70px 0;
	min-width: 1000px;
	background-color: #eaf0f3;
	border-bottom: 1px solid #dee6e9;
}
input.buttonStyleSendForm{
	letter-spacing: -0.04em;
	text-shadow: 1px 1px 1px #c13f2c ;
	margin-top: 7px;
	padding: 0px 20px 0 21px;	
	min-width: 20px;
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	height: 38px;
}
input.buttonStyleSendForm:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
input.buttonStyleSendNewDoc{
	letter-spacing: -0.04em;
	text-shadow: 1px 1px 1px #c13f2c ;
	margin-top: 7px;
	padding: 0px 20px 0 21px;	
	min-width: 20px;
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	height: 38px;
}
input.buttonStyleSendNewDoc:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}

input.buttonStyle {	
	padding: 7px 25px;
	margin: 2px ;
	background-color: #32a0d5;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	font-size: 15px;
	font-family: FontR;
}

input.buttonStyle:hover {
	background-color: #2495cc;
/*	border: 1px solid rgba(87, 159, 216, 1);*/
}

input.browseButtonHidden {
	display: none;
}
/*input.fillButton{
	border: 1px solid #f1b024;
	padding: 9px 12px;
	background-color: #f1b024;
	color: #fff;	
	border-radius: 4px;
	font-size: 15px;
	font-family: FontR;
	height: 100%;
	text-transform: uppercase;
}
input.fillButton:hover {
	background-color: #fbc248;
	border: 1px solid #fbc248;
	transition: .2s;
}*/
input.fillButton{
	/*text-transform: uppercase;*/
	margin-top: -1px;
	margin-left: 135px;
	width: 82px;
	height: 66px;	
	border-top-right-radius: 5px;	
	border-bottom-right-radius: 5px;	
	border: 1px solid #f6bb32;
	font-size: 15px;
	font-family: FontR;	
	color: #fff;
	/*padding: 7px 12px;	*/
	padding-bottom: 21px;
	background: url(../images/img-tinyPlusImage.png) 36px 37px no-repeat #f6bb32; 	
	padding-top: 6px;
}
input.fillButton:hover{
	background-color: #fbc248;
	border: 1px solid #fbc248;
	transition: .2s;
}
div.uploadedFile input.fillButton{
	background-color: #75c3ef;
	border: 1px solid #75c3ef;
	transition: .2s;
}
div.uploadedFile input.fillButton:hover{
	background-color: #71b8e7;
	border: 1px solid #71b8e7;
	transition: .2s;
}

div.uploadedFile.newlyUploadedFile {
	background: linear-gradient(0deg, #f0faff 0%,#f0faff 100%);
	background-color: #f0faff;
	border: 1px solid #e5f2f8;
	color: #fff;
}
div.uploadedFile.newlyUploadedFile div.uploadElementInside{
	color: #353e53;
}
div.uploadedFile.newlyUploadedFile div.uploadElementFileName{
	color: #353e53;
}


div.uploadedFile.newlyUploadedForm {	
	color: #fff;
	background: linear-gradient(0deg, #ffe9aa 0%,#ffe9aa  100%);
	border: 1px solid #fdd45d;
}

div.uploadedFile.newlyUploadedForm input.fillButton{
	margin-top: -1px;
	width: 82px;
	height: 33px;
	/*padding: 7px 12px;*/
	background-color: #fdd45d;
	color: #fff;
	border-radius: 0px;
	border-top-right-radius: 4px;	
	border: none;
	font-size: 15px;
	font-family: FontR;	
}
div.uploadedFile.newlyUploadedForm input.fillButton:hover{
	background-color: #ffe086;
	transition: .2s;
}
div.uploadedFile.newlyUploadedForm input.dloadDocButton{
	margin-left:135px;
	font-size: 15px;
	font-family: FontR;
	/*padding: 7px 13px;		*/
	padding-top: 7px;
	background: #f0c138; 	
	border-bottom-right-radius: 4px;
	border: none;	
	width: 82px;
	height: 33px;	
	color: #fff;
}
div.uploadedFile.newlyUploadedForm input.dloadDocButton:hover{
	background-color: #fadd8a;
	transition: .2s;
}
div.uploadedFile.newlyUploadedForm div.uploadElementInside{
	color: #8f702d;
}
div.uploadedFile.newlyUploadedForm div.uploadElementFileName{
	color: #8f702d;
}


div.currentDocumentsFiltersBack {	
	min-width: 1000px;
	background-color: #f9fafb;
	border-top: 1px solid #f3f6f8;
	border-bottom: 1px solid #dee6e9;
	height: 295px;
}
div.currentDocumentsFiltersBackOutgoing {	
	min-width: 1000px;
	background-color: #f9fafb;
	border-top: 1px solid #f3f6f8;
	border-bottom: 1px solid #dee6e9;
	height: 295px;
}
div.currentDocumentsFilters {
	padding: 40px 00px 38px 0px;
}
div.currentDocumentsFiltersArea {	
	text-align: left;
	background-color: #f9fafb;
	border-radius: 3px;
}
div.filterDesciption{	
	cursor: default;
	text-align: inherit;
	margin-left: 19px;
	padding: 3px 0px 2px 0px;
}
div.currentDocumentsFiltersElement {
	text-align: left;	
	margin: 10px 9px;
	vertical-align: middle;
	display: inline-block;
	width: 312px;
	border-radius: 3px;
	color: #98a9b1;
	line-height: 225%;
	font-size: 15px;
}

.currentDocumentsFiltersElement.filterAccessWidth{
	width: 205px;
}
.currentDocumentsFiltersElement.filterDateWidth{
	width: 267px;	
	text-align: left;
}
.currentDocumentsFiltersElement.filterPersonWidth{
	width: 247px;	
	text-align: left;
}
.currentDocumentsFiltersElement.filterIssuerWidth{
	width: 190px;
}
.currentDocumentsFiltersElement.filterStatusWidth{
	width: 125px;
}
.currentDocumentsFiltersElement.filterDocNumberAssignYear{
	width: 195px;
}
.currentDocumentsFiltersReportArea .currentDocumentsFiltersElement.filterStatusWidth{
	width: 325px;
}
.currentDocumentsFiltersElement.filterTimpRamas{
	width: 125px;
}
.currentDocumentsFiltersReportArea .currentDocumentsFiltersElement.filterTimpRamas{
	width: 125px;
}
.copyValuesContainer{
	display: inline-block;	
	position: relative;
	width: 20px;	
	height: 44px;	
	vertical-align: bottom;
	margin-bottom:10px;
}
.copyValuesContainer div{
	border-radius: 4px;
	box-shadow: 0px 0px 4px #d3dbde;		
	width: 20px;
	height: 18px;
}
.copyValuesContainer div:hover{	
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
.copyFilterValueToTheRight{	
	margin-left:0px;	
	background: url(../images/img-arrowLeftActive.png) center no-repeat #fff;
	margin-top: 2px;
	margin-bottom:5px;
}
.copyFilterValueToTheLeft{		
	margin-left:0px;	
	background: url(../images/img-arrowRightActive.png) center no-repeat #fff;
}

div.filterCenter{
	text-align: center;
}
div.singleDiv{
	padding-left: 3px;
}

div.dateFilter{
	/*width: 312px;	*/
}

div.currentDocumentsFiltersApply {	
	height: 38px;
	padding-top: 23px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;	
	border-radius: 3px;
	color: #353e53;
	position:relative;
}
.showFilteredDocs{
	box-shadow: 0px 0px 4px #d3dbde;
	text-shadow: 1px 1px 1px #c13f2c;
	height: 44px;	
	margin-left: 5px;
	margin-top: 4px;
	padding: 0px 20px 0 21px;	
	min-width: 20px;
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
}

div.currentDocumentsFiltersReportBack {	
	min-width: 1000px;
	background-color: #f9fafb;
	border-top: 1px solid #f3f6f8;
	border-bottom: 1px solid #dee6e9;
	/*height: 191px;*/
}
div.currentDocumentsFiltersReport {
	padding: 40px 00px 38px 0px;
}
div.currentDocumentsFiltersReportElement {
	text-align: left;	
	margin: 10px 9px;
	vertical-align: middle;
	display: inline-block;
	width: 312px;
	border-radius: 3px;
	color: #98a9b1;
	line-height: 225%;
	font-size: 15px;
}
div.currentDocumentsFiltersReportApply {	
	height: 38px;
	padding-top: 23px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;	
	border-radius: 3px;
	color: #353e53;
	position:relative;
}

@-moz-document url-prefix() {
    .showFilteredDocs{
		margin-top: 5px;
	}
}
.showFilteredDocs:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
.allSpecFilter{	
	position: absolute;
	left:50px;
	padding-top:14px;
	margin-left: -20px;
	user-select: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 205px;
	height: 20px;
}
.responseOptionMark{	
	pointer-events: none;
	/*position: absolute;*/
	/*top: 19px;*/
	user-select: none;
	text-align: left;
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	height: 38px;
	position: relative;
	left: 20px;		
	transition: box-shadow .15s, text-shadow .15s;
}
.responseOptionMark:hover .responseOptionMarkSpan:not([disabled]) {
	border-color: #353e53;	
	box-shadow: 0px 0px 3px #353e53;
	transition: box-shadow .15s, text-shadow .15s;
}
.responseOptionMark:hover .responseOptionMarkSpan:not([disabled]) ~ .responseOptionValueLabel {	
	text-shadow: 0px 0px 0px #353e53;
	transition: box-shadow .15s;
}
.responseOptionMark:hover .responseOptionMarkSpan[disabled] {
	cursor: not-allowed;
}
.responseOptionMark:hover .responseOptionMarkSpan[disabled] ~ .responseOptionValueLabel {	
	cursor: not-allowed;
}
.allSpecsViewCheckbox:checked + .responseOptionMarkSpan {
	border-color: #353e53;
}
.allSpecsViewCheckbox:checked ~ .responseOptionValueLabel {
	text-shadow: 0px 0px 0px #353e53;
}
.responseOptionMarkLabel{
	pointer-events: auto;
	-moz-user-select: none;
	/*padding-right: 5px;*/
	font-size: 15px;
	height: 20px;
	background-color: inherit;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	color: #353e53;
	cursor: pointer;
}
.responseOptionMarkSpan{
	border-radius: 5px;
	border: 2px solid rgba(53, 62, 83, 0.55);	
    background-color: #fff;    
	-webkit-appearance: none;
    -moz-appearance:none;
	cursor: pointer;
	width: 24px;
	height:24px;	
	position:absolute;
	outline: none;	
	display: inline;		
}
.responseOptionValueLabel{
	cursor: pointer;
	position: relative;
	top: 5px;	
	padding-left: 40px;
}
.outgoingDocMark{	
	pointer-events: none;
	position: absolute;		
	left:-49px;
	top: 19px;
	user-select: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
div.uploadElement.rightArrow .outgoingDocMark{		
	left:394px;
}
.outgoingDocMarkLabel{
	pointer-events: auto;
	-moz-user-select: none;
	/*padding-right: 5px;*/
	font-size: 15px;
	height: 20px;
	background-color: inherit;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	color: #353e53;
	cursor: pointer;

}
.allSpecsViewCheckboxDiv{	
	display: inline;
	vertical-align: middle;
	position: relative;
}
.allSpecsViewCheckbox{
	display: none;
}
.outgoingMarkSpan{
	margin-left: 4px;
	margin-top: -3px;
	border-radius: 5px;
	border: 2px solid rgba(53, 62, 83, 0.55);
    background-color: #fff;    
	-webkit-appearance: none;
    -moz-appearance:none;
	cursor: pointer;
	width: 24px;
	height:24px;	
	position:absolute;
	outline: none;	
	display: inline;		
}
div.uploadElement.leftArrow .outgoingMarkSpan{
	background: url(../images/img-arrowRightActive.png) center no-repeat #fff;	
}
div.uploadElement.rightArrow .outgoingMarkSpan{
	background: url(../images/img-arrowLeftActive.png) center no-repeat #fff;	
}
div.uploadElement .outgoingMarkSpan:not(.important):hover{
	cursor: pointer;		
	background-color: #fff;
	color: #95a7b2;	
	border-color: #353e53 !important;
	box-shadow: 0px 0px 3px #353e53;
}
.outgoingMarkSpan.important {
	background: url(../images/img-importantWorkspaceMark.png) center no-repeat #fff;
	border: none;	
	padding-left: 3px;
}

.allSpecsViewCheckbox:checked + .outgoingMarkSpan{	
	background: url(../images/img-checkBoxChecked.png) center no-repeat #fff;	
}
.allSpecsViewCheckbox:checked + .outgoingMarkSpan.important{	
	background: url(../images/img-importantWorkspaceMarkChecked.png) center no-repeat #fff;	
}

.allSpecsViewCheckbox:checked + .responseOptionMarkSpan{	
	background: url(../images/img-checkBoxChecked.png) center no-repeat #fff;	
}

.outgoingMarkStyle{

}
.outgoingMarkStyle:checked{
    /*background: url(../images/img-checkBoxChecked.png) center no-repeat #dee6e9;	*/

}
.allSpecsViewLabel{
	-moz-user-select: none;
	padding-right: 5px;
	font-size: 15px;
	height: 20px;
	background-color: inherit;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #353e53;

}

.responseOptionMark.procesVerbal{		
	padding: 0 0px 0px 0;
	min-width: 1000px;
	background-color: #eaf0f3;
	left: 0px;
	text-align: center;
	height: 0px;
}
.responseOptionMark.procesVerbal .responseOptionMarkLabel{
	position: relative;
	left: 91px;
	top: 53px;
}

.responseOptionMark.asInformationRequest{		
	display: inherit;
}
.responseOptionMark.asInformationRequest .responseOptionMarkLabel{	
	position: relative;	
	padding-left: 35px
}
.responseOptionMark.asInformationRequest .responseOptionValueLabel{	
	top: 8px;
	position: relative;	
	padding-left: 34px;
}

.asInformationRequestHeader{
	padding: 0px 0;
	text-align: left;
	margin: 10px 0px 0px 20px;
	font-size: 15px;
	color: #353e53;
	font-family: FontR;
}
.asInformationRequestHeaderButtons{
	padding: 0px 0;
	text-align: left;
	margin: 0px 0px 30px 20px;
	font-size: 15px;
	color: #353e53;
	font-family: FontR;
	height: 25px;
}
.asInformationDisclamer{
	font-family: FontB;
	font-size:14px;
	margin-left: -16px;
	white-space: nowrap;
}
.asInformationDisclamer span {
	font-family: FontB;	
}
div.asInformationRequestButtons{
	height: 38px;
}
.asInformationButtonsActionBlockLabel {
	font-family: FontB;
}

.documentsTableRow.procesVerbalTableRow > .columnNume:before {	
	/*content:"Proces verbal\a";*/
	color: #de564f;
	font-family: FontSB;
	white-space: pre;
	text-decoration: underline;
}
.documentsTableRow.procesVerbalTableRow > .columnNume{
	color: #de564f;
	font-family: FontSB;
}

.documentsTableRow.procesInfoPendingTableRow > .columnNume:before {	
	content:"Ca informatie\apermis\a";
	font-family: FontSB;
	white-space: pre;
	text-decoration: underline;
}

.documentsTableRow.procesInfoPendingTableRow[viewer="0"] > .columnNume:after {	
	content:"";	
}

div.creationDateResetBlock{
	text-align: left;
	border-radius: 4px;	
	height: 44px;
	border: none;
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.creationDateResetBlock:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}

div.personResetBlock{
	text-align: left;
	border-radius: 4px;	
	height: 44px;
	border: none;
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.personResetBlock:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
div.currentDocumentsFiltersResetDate {	
	vertical-align: middle;
	/*display: inline;*/
	width: 8%;
	/*height: 10%;*/
	border-radius: 3px;
	color: #fff;
}

.inputFieldDateFilter {	
	padding: 0 20px;
	color: #353e53;
	font: 15px FontR;	
	border: none;
  	outline: none;
	border-top-left-radius: 4px;	
	border-bottom-left-radius: 4px;	
	border-right: 1px solid #dde7eb;
  	width: 112px;
  	height: 44px;
  	transition: .1s;
  	background: url(../images/img-littleArrowList.png) no-repeat 100% 30% #fff;
  	cursor: default;
  	vertical-align: middle;
}

.inputFieldDateFilter::-moz-placeholder { 
              color: #353e53;
              opacity: 1;
}
.inputFieldDateFilter::-webkit-input-placeholder { 
              color: #353e53;
}

.inputFieldPersonFilter {
	padding: 0 20px;
	color: #353e53;
	font: 15px FontR;	
	border: none;
  	outline: none;
	border-top-left-radius: 4px;	
	border-bottom-left-radius: 4px;	
	border-right: 1px solid #dde7eb;
  	width: 180px;
  	height: 44px;
  	transition: .1s;
  	background: url(../images/img-littleArrowList.png) no-repeat 105% 30% #fff;
  	cursor: default;
  	vertical-align: middle;
}

.inputFieldPersonFilter::-moz-placeholder { 
              color: #353e53;
              opacity: 1;
}
.inputFieldPersonFilter::-webkit-input-placeholder { 
              color: #353e53;
}

div.smartSearchBlock{
	text-align: left;
	border-radius: 4px;	
	height: 44px;
	border: none;
	box-shadow: 0px 0px 4px #d3dbde;
	border-radius: 4px;
}
div.smartSearchBlock:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}

.smartSearchFilter {	
	padding: 0 20px;
	padding-right: 40px;
	color: #353e53;
	font: 15px FontR;	
	border: none;
  	outline: none;
	border-radius: 4px;
  	width: 252px;
  	height: 44px;
  	transition: .1s;
  	background: url(../images/img-searchIcon.png) no-repeat  95% 50% , linear-gradient(to right, #fff 0%, #fff 96%, #fff 96%, #fff 100%);
  	/*cursor: default;*/
  	vertical-align: middle;
}

input.resetDate {
	vertical-align: middle;
	padding: 0 0px;
	border-top-right-radius: 4px;	
	border-bottom-right-radius: 4px;	
	width: 114px;
	background-color: #fff;
	color: #75b3dd;
	border: none;
	height: 44px;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	padding-top: 1px;
}
input.resetDate:hover{
	background-color: #9fdafa;
	color: #fff;
	transition: .2s;
}
input.resetPerson {
	vertical-align: middle;
	padding: 0 0px;
	border-top-right-radius: 4px;	
	border-bottom-right-radius: 4px;	
	width: 26px;
	background: url(../images/img-closeViewBlack.png) center center no-repeat #fff;	
	color: #75b3dd;
	border: none;
	height: 44px;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	padding-top: 1px;
}
input.resetPerson:hover{	
	color: #fff;
	transition: .2s;
	background: url(../images/img-closeView.png) center center no-repeat #9fdafa;
}



div.noFoundData{
	text-align:center;
	width:980px;
	padding:10px 0;
}

.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }

.notifyjs-corner {
	z-index: 15000 !important;
}
.notifyjs-wrapper{
	margin: 6px 0px !important;
	padding: 0px 10px;
}
.notifyjs-bootstrap-base{
	
	min-width: 400px;
	max-width: 400px;
	font: 16px FontR;
	font-weight: 700;
	white-space: normal;
}

@-moz-document url-prefix() {
    .notifyjs-bootstrap-base{
	font: 16px FontSB;
	font-weight: 100;
	}
}
.notifyjs-bootstrap-base span{	
}

.notifyjs-zo-base{
	
	min-width: 400px;
	max-width: 400px;
	font: 16px FontR;
	font-weight: 700;
	white-space: normal;
}

@-moz-document url-prefix() {
    .notifyjs-zo-base{
	font: 16px FontSB;
	font-weight: 100;
	}
}
.notifyjs-zo-base span{	
}


div.currentDocumentsTableBack {
	border-top: 1px solid #eaf0f3;
	min-width: 1000px;
	/*min-height: 600px;*/
	background-color: #eaf0f3;
}
div.currentDocumentsTable {
	position: relative;
	padding-bottom: 147px;	
	width: 980px;
	font-size: 15px;
	font-family: FontR;
}
div.currentDocumentsTableArea {
	display: table;
	/*border-collapse: collapse;*/
	table-layout: fixed;
	vertical-align: middle;
	text-align: left;
	margin-top: 20px;
	width: 100%;	
	background-color: #fbfcfd;
	border-radius: 3px;
}
div.documentsTableRow {
	width: 100%;
	display: table-row;
	vertical-align: middle;
	text-align: left;
	height: 81px;
	color: #353e53;
	/*!!!!!!!!!!!!!!!!!!!!! WHYYYYYYYYYYYYYYYYYYYYYYYYYYY BORDER NO WEORK */
}
div.unseenDocument {
	font-family: FontR;
	font-weight: 700;
	color: #353e53;
}
@-moz-document url-prefix() {
    div.unseenDocument{
	font-family: FontSB;
	font-weight: 100;		
	color: #353e53;
	}
}
div.documentsTableRow:nth-child(2n) {	
	background-color: #f3f6f8;
}
div.documentsTableRow:nth-child(2n+1) {	
	background-color: #eaf0f3;
}
div.currentDocumentTableElement {
	color: inherit;	
	display: table-cell;
	vertical-align: middle;
	height: 81px;
	background-color: inherit;
    cursor: default; 
    margin: auto;
    position: relative;
    line-height: 17px;    
    /*white-space:nowrap;*/
}
div.documentsTableRow:nth-child(2n) > .currentDocumentTableElement {	
	border-bottom: 1px solid #f3f6f8;

}
div.documentsTableRow:nth-child(2n+1) > .currentDocumentTableElement {	
	border-bottom: 1px solid #eaf0f3;
}

div.lastActive{
	/*border: 2px solid #353e53 !important;*/
	box-shadow: inset 0px 0px 7px 1px #819099;	
	border-radius: 4px;
	background: linear-gradient(to bottom, #f3f6f8 0%, #eaf0f3 100%) !important; 
	/*border-radius: 3px !important;	*/
}
div.lastActive > .currentDocumentTableElement {	
	border-bottom: none !important;
}

/*.documentsTableRow:hover{
	box-shadow: inset 0px 0px 2px #000;	
	border-radius: 4px;
	background: linear-gradient(to bottom, #f3f6f8 0%, #eaf0f3 100%) !important; 
}
div.documentsTableRow:hover > .currentDocumentTableElement {	
	border-bottom: none !important;
}*/

div.currentDocumentTableElementInnerDiv{
	/*top:23px;
	left: 20px;
	position: absolute;*/
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: middle;
	display: inline-block;	
	line-height: 1.2em;
	max-height: 2.4em;
}
div.currentDocumentTableElementInnerDivTipSablon{
	width: 173px;
}
div.currentDocumentTableElementInnerDivRelatedDoc{
	text-align: center;
	width: 115px;
}
div.currentDocumentTableElementInnerDivInternalName{
	text-align: left;
	width: 115px;
}

div.currentDocumentTableElementInnerDivDepunator{
	text-align: center;
	width: 78px;
	/*margin: 25px 20px;*/
}
.reportTable div.currentDocumentTableElementInnerDivDepunator{
	/*text-align: center;*/
	/*width: 180px;*/
	/*margin: 25px 20px;*/
}
div.currentDocumentTableElementInnerDivTipDep{	
	text-align: center;
	width: 81px;
	/*margin: 25px 20px;*/
}
div.documentsTableRowHeader {
	height: 100%;
	display: table-row;
	vertical-align: middle;
	height: 71px;
	text-align: left;
	background-color: #eaf0f3;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	padding-top: 6px;
	color: #353e53;
}
div.documentsTableRowHeader > .columnNume{
	border-top-left-radius:5px;
}
div.documentsTableRowHeader > .columnActiuni{
	border-top-right-radius:5px;
}
div.documentsTableRowHeader > .columnNumeReport{
	border-top-left-radius:5px;
}
div.documentsTableRowHeader > .columnActiuniReport{
	border-top-right-radius:5px;
}
div.columnNume{
	width: 108px;
}
div.columnTipSablon{
	padding-left: 20px;
	text-align: left;
	/*padding: 0 20px;*/
	width: 199px;		
}div.columnRelatedDocument{
	padding-left: 20px;
	text-align: left;
	/*padding: 0 20px;*/
	width: 115px;		
}
div.columnRelatedDoc{	
	text-align: center;
	/*padding: 0 20px;*/
	width: 213px;		
}
div.columnTipSablon.columnHeader{
	padding: 0;
	width: 199px;
}div.columnRelatedDocument.columnHeader{
	padding: 0;
	width: 115px;
}

div.columnDepunator:not(.columnHeader){
	text-align: center;
	width: 118px;
	white-space: normal;
	text-transform: uppercase;
}
div.columnStatutul{
	width: 94px;
}
div.columnExecutor{
	width: 82px;
	text-transform: uppercase;
}
div.columnTipDep{
	padding: 0 5px;
	width: 81px;
}
div.columnData{
	width: 120px;
	white-space: normal;
}
div.columnDataLimita{
	width: 99px;
	white-space: pre;
}
div.columnActiuni{
	width: 158px;
	padding-right: 17px;
	text-align: right;
}
div.columnActiuni{
	width: 158px;
	padding-right: 17px;
	text-align: right;
}
.columnNumeReport {
	width: 120px;
}
.columnResponsabilReport {
	width: initial;
}
.columnDirectionType {
	width: 200px;
}
.columnExecutorReport {
	width: initial;
}
.columnStatutulReport {
	width: 120px;
}
.columnDataLimitaReport {
	width: 120px;
}
.columnActiuniReport {
	width: 170px;
}
div{
	/*border: 1px solid ;*/
}

div.columnHeader {,
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
	font-family: FontR;
	font-weight: 700;
	height: 24px;
}
@-moz-document url-prefix() {
    div.columnHeader{
	font-family: FontSB;
	font-weight: 100;		
	}
}
div.columnHeader.sortingDisabled{
	cursor: default;
}
div.columnHeader {
	font-size: 16px;
	text-align: center;
	background-color: #dee6e9;
	transition: .3s;
	position: relative;
}
div.columnHeader.columnActiuni{
	width: 190px;
	padding-right: 0px;
}
div.columnHeader.columnActiuni.actiuniInternal{
	width: 190px;
	padding-right: 0px;
}
div.littleArrowDiv{
	width: 10px;
	height: 6px; 
	top: 55%;
	left: calc(50% - 6px);	
	background: url(../images/img-littleArrowSortAsc.png) center 50% no-repeat #ccd9e0;
	position: absolute;
	transition: .2s;
	opacity: 0;
}
div.columnHeader:hover > .littleArrowDiv{
	top: 65%;
	background: url(../images/img-littleArrowSortAsc.png) center 50% no-repeat #ccd9e0;
	transition: .3s;
	opacity: 1;
}
div.columnHeaderDesc > .littleArrowDiv {	
	background: url(../images/img-littleArrowSort.png) center 50% no-repeat #ccd9e0;
}
div.columnHeaderDesc:hover > .littleArrowDiv{
	background: url(../images/img-littleArrowSort.png) center 50% no-repeat #ccd9e0;
	transition: .3s;
}
div.columnHeader:not(.sortingDisabled):hover{
	padding-bottom: 12px;	
	transition: .3s;
	background-color: #ccd9e0;
}
div.currentlySorted{
	background-color: #ccd9e0; 
}
div.sortingDisabled:hover > .littleArrowDiv{
	opacity: 0;
}

.timeAttention {
	border-radius: 3px;
	background: #ffdb6a; 
	background: linear-gradient(to bottom, #ffdb6a 0%,#ffce47 100%) !important; 
}
.timeAttention > .currentDocumentTableElement {
	border-bottom: 1px solid #ffcd44;
}

.timeFailed {
	border-radius: 3px;
	background: #f9998c; 
	background: linear-gradient(to bottom, #f96463 0%,#df584e 100%) !important;
	color: #fff; 
}
.timeFailed > .currentDocumentTableElement {
	border-bottom: 1px solid #de564f;
}

.timeCritical {
	border-radius: 3px;
	background: #f86462; 
	background: linear-gradient(to bottom, #ff983b 0%,#ff851c 100%) !important; 
	color: #fff;
}
.timeCritical > .currentDocumentTableElement {
	border-bottom: 1px solid #ff822f;
}
.timeClosed {
	border-radius: 3px;
	background: #519aca; 
	background: linear-gradient(to bottom, #b1bec6 0%,#a7b6bf 100%) !important; 
	color: #353e53;
}
.timeClosed > .currentDocumentTableElement {
	border-bottom: 1px solid #a7b6bf;
}

div.documentsTableRow.timeAttention {
	border-radius: 3px;
	background: #ffdb6a; 
	background: linear-gradient(to bottom, #ffdb6a 0%,#ffce47 100%) !important; 
}
div.documentsTableRow.timeAttention > .currentDocumentTableElement {
	border-bottom: 1px solid #ffcd44;
}

div.documentsTableRow.timeFailed {
	border-radius: 3px;
	background: #f9998c; 
	background: linear-gradient(to bottom, #f96463 0%,#df584e 100%) !important;
	color: #fff; 
}
div.documentsTableRow.timeFailed > .currentDocumentTableElement {
	border-bottom: 1px solid #de564f;
}

div.documentsTableRow.timeCritical {
	border-radius: 3px;
	background: #f86462; 
	background: linear-gradient(to bottom, #ff983b 0%,#ff851c 100%) !important; 
	color: #fff;
}
div.documentsTableRow.timeCritical > .currentDocumentTableElement {
	border-bottom: 1px solid #ff822f;
}
div.documentsTableRow.timeClosed {
	border-radius: 3px;
	background: #519aca; 
	background: linear-gradient(to bottom, #b1bec6 0%,#a7b6bf 100%) !important; 
	color: #353e53;
}
div.documentsTableRow.timeClosed > .currentDocumentTableElement {
	border-bottom: 1px solid #a7b6bf;
}

div.currentDocumentTableElement > .signedStatusColor {
	border-radius: 4px;
	background-color: #368fd3;
	color: #fff;
	padding: 6px 10px;
}
div.currentDocumentTableElement > .activeStatusColor {
	border-radius: 4px;
	background-color: #2d3236;
	color: #fff;
	padding: 6px 10px;
}
div.currentDocumentTableElement > .refusedStatusColor {
	border-radius: 4px;
	background-color: #ff5e5e;
	color: #fff;
	padding: 6px 10px;
}

div.timeComplete {
	color: #368fd3; 
}
div.timeRefuzed {
	color: #e65b53; 
}
div.timeOk {
}

.documentsTableRow[viewer="0"] > .columnNume {
	text-decoration: underline;
}
/*.documentsTableRow[viewer="0"] > .columnNume:after {
	content:"\aResponsabil";
	white-space: pre;
}
.documentsTableRow[viewer="1"] > .columnNume:after {
	content:"\aUrmarire";
	white-space: pre;
}*/
.documentsTableRow[viewer="0"] > .columnStatutul {
	text-decoration: underline;
}
/*.documentsTableRow[viewer="0"] > .columnData {
	text-decoration: underline;
}*/
.documentsTableRow[viewer="0"] > .columnDataLimita {
	text-decoration: underline;
}
.documentsTableRow[viewer="0"] > .columnTipSablon {
	text-decoration: underline;
}
/*.documentsTableRow[viewer="0"]>.columnActiuni>#button_viewDocument {
	text-decoration: none;
}*/


input.removeDocumentButton {	
	cursor: pointer;
	font:inherit;	
	padding: 5px 8px;
	border: 1px solid #ff5e5e;
	background-color: #ff5e5e;
	border-radius: 3px;	
	color: #fff;
	width:28px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	vertical-align: middle;
	display:inline;
	vertical-align: middle;
	margin-top: 0px;
	background: url(../images/img-removeDocImage.png) center no-repeat #ff5e5e;
}
input.removeDocumentButton:hover {
	background: url(../images/img-removeDocImageBlack.png) center no-repeat #ff8383;
	background-color: #ff8383;
	border-color:#ff8383 ;
	color: #353e53;
	transition: .1s;
}

input.actionButtonManager {	
	cursor: pointer;
	font:inherit;	
	padding: 5px 8px;
	border: 1px solid #2d3236;
	background-color: #2d3236;
	border-radius: 3px;	
	color: #fff;
	display:inline;
	vertical-align: middle;
}
input.actionButtonManager:hover {
	background-color: #5b6064;
	border-color:#5b6064;	
	transition: .1s;
}
/*div.timeAttention > .columnActiuni > .actionButtonManager{
	background-color: #ffcd2c;
	border-color:#f7c82b;
}
div.timeCritical > .columnActiuni > .actionButtonManager{
	background-color: #f9943d;
	border-color:#f9943d;
}
div.timeFailed > .columnActiuni > .actionButtonManager{
	background-color: #ff5e5e;
	border-color:#f75c5c;
}*/
input.actionAddSpecialistExtend{
	margin-left: 10px;
	padding: 2px 5px 5px 5px;
	height: 26px;
	background-color: #9ad5f4;
	border-color: #9ad5f4;
}
input.actionAddSpecialistExtend:hover{
	background-color: #9ad5f4;
	border-color:#9ad5f4;
	color: #000;
}
input.actionAddSpecialistExtendRemove{
	/*margin-top: 8px;*/
	margin-left: 2px;
	padding: 2px 5px 5px 5px;
	height: 26px;
	background-color: #9ad5f4;
	border-color: #9ad5f4;	
}
input.actionAddSpecialistExtendNewSpec{
	margin-top: 15px;
	margin-left: 10px;
	padding: 2px 5px 5px 5px;
	height: 26px;
	background-color: #9ad5f4;
	border-color: #9ad5f4;	
}
input.actionAddSpecialistExtendRemove:hover{
	background-color: #ff5e5e;
	border-color: #e85656;	
}
input.actionEditButton {
	padding: 5px 9px 5px 8px;
	border-left: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;	
}
input.actionEditButtonOut {
	padding: 5px 9px 5px 8px;
	border-left: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;	

	
}
input.actionViewButton {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.actionViewButtonInside {
	cursor: pointer;
	white-space: normal;
	border: none;
	margin-left: 5px;
	font-size: 19px;	
	line-height: 1.15;
	padding: 20px 20px 33px 20px;
	width: 137px;
	color: #fff;
	border-radius: 5px;
	text-align: left;
	background-color: #ef5f5b;
	background: url(../images/img-largeViewButtonImage.png) 101px 35px no-repeat #ef5f5b;
	user-select: none;
    -moz-user-select: none;
}
.actionViewButtonInside:hover {
	background-color: #ff8383;	
}
.actionViewButtonInsideContainer{	
	margin-left: 30px;
	text-align: left;
}
input.actionButtonManagerSingle {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
input.actionButton {
	display: table-cell;
	vertical-align: middle;
	border: 2px solid rgba(100, 100, 100, .4);
	background-color: inherit;
	border-radius: 3px;
	height: 21px;
	margin-top: -2px;
}
input.actionButton:hover {
	background-color: #8192a9;
}

div.paginationArea .formHeaderFooterNote{
	position: absolute;
	padding: 0px;	
	color: #353e53;		
	top: 5px;	
}

div.paginationArea{
	background-color: #dee6e9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
}
div.paginationButtonsRow{
	position: relative;
	cursor: default;
	padding: 21px;	
}

div.paginationButtonDiv{
	display: inline-block;	
}
input.pagButtonStyle {	
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	min-width: 28px;	
	background-color: #c5d3d8;
	color: #353e53;
	border-radius: 4px;
	border: 1px solid #c3d1d6;	
	font-size: 15px;
	font-family: FontSB;
}
.paginationArea input.pagButtonStyle:hover:enabled{
	cursor: pointer;
	background-color: #eaf0f3;
	color: #95a7b2;	
	border-color: #eaf0f3 !important;
}
input.precButton:enabled{
	background: url(../images/img-arrowRightActive.png) center center no-repeat #c5d3d8;	
}
input.urmButton:enabled{
	background: url(../images/img-arrowLeftActive.png) center center no-repeat #c5d3d8;	
}
input.precButtonDisabled{
	background: url(../images/img-arrowRight.png) center center no-repeat #d7e0e4;	
	border: 1px solid #d0dadf;	
}
input.urmButtonDisabled{
	background: url(../images/img-arrowLeft.png) center center no-repeat #d7e0e4;	
	border: 1px solid #d0dadf;	
}
.disabledPagButton{
	color: #95a7b2 !important;
}

.paginationArea .activePagButton{
	background-color: #eaf0f3 !important;
	border-color: #eaf0f3 !important;
	color: #95a7b2 !important;
}

/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/

@font-face {
  font-family: FontR;
  src: url('../fonts/FontR.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontR.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontR.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: FontRi;
  src: url('../fonts/FontRi.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontRi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontRi.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontRi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontRi.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: FontB;
  src: url('../fonts/FontB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontB.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: FontEB;
  src: url('../fonts/FontEB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontEB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontEB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontEB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontEB.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: FontSBi;
  src: url('../fonts/FontSBi.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontSBi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontSBi.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontSBi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontSBi.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: FontSB;
  src: url('../fonts/FontSB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontSB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontSB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontSB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontSB.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: FontT;
  src: url('../fonts/FontT.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FontT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FontT.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FontT.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FontT.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*==========================================================================================================*/
/*ROBOTO*/
@font-face {
  font-family: Font2R;
  src: url('../fonts/Font2R.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Font2R.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Font2R.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Font2R.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Font2R.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Font2A;
  src: url('../fonts/Font2A.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Font2A.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Font2A.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Font2A.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Font2A.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Font2B;
  src: url('../fonts/Font2B.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Font2B.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Font2B.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Font2B.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Font2B.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Font2L;
  src: url('../fonts/Font2L.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Font2L.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Font2L.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Font2L.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Font2L.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Font2M;
  src: url('../fonts/Font2M.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Font2M.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Font2M.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Font2M.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Font2M.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
/*==========================================================================================================*/
div {
	text-align:center;
	/*border: solid 1px;*/
}
div.finishDiv {
	padding: 58px 0px 70px 0;
}

div.formArea {
	padding: 20px 00px;
}
div.formAreaBack {
	min-width: 1000px;
	background-color: #e2ebef;
}
div.formBlock {
	text-align:left;
/*	font: 15px FontR;*/
	font: 16px 'Times New Roman';
	margin: 10px 20px;
	padding: 50px 120px;
	background-color: #f5f7fa;
	color: #313638;
	border-radius: 5px;	
}

div.primariaLogoSpace{
	height: 100px;

}

div.cerere2Font {font-size: 82%;}
div.defaultCerereFont {font-size: 14pt; line-height: 1.8}
div.fullFont {font-size: 122%;}
div.formLeftAlignedJustified {
	text-align:justify;
}div.formRightAlignedJustified {
	text-align:right;
}
div.formAlignedCenter {
	text-align:center;
}
div.rightAlign {
	text-align:right;
	text-decoration: underline;
}
.underLined {
	text-decoration: underline;
}
div.superTinyFont {
	font-size: 66%; 
	text-align:right;
}
div.cerereTitle {
	font-size: 110%;
	margin-top: 50px;
	text-align:center;
	font-weight: bold;
}
div.letterSpacing {
	letter-spacing: 6px;
}
div.cerereTitleWeak {
	text-align:center;
}
div.boldItalic {
	font-weight: bold;
	font-style: italic;
}
label.boldWeightLabel {
	font-weight: bold;
}
div.inputFieldDiv {
	display: inline-block;
	vertical-align: -100%;
}
div.inputFieldDivTextArea {
	display: block;
	text-align: center;
	/*padding-bottom: 10px;*/
}
div.inputFieldDivTrail {
	display: inline-block;
	padding-left:1%;
	float:left;
}
div.inputFieldDivInline {
	display: flex;
    width: 30%;
}

.inputField {
	font: inherit;
	text-align:center;
	border: 0;
  	outline: 0;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1.2px solid black;
  	/*width: 100%;*/
  	transition: .1s;
  	border-radius: 0px;
  	line-height: 1;

}

.inputFieldEmpty {
	font: inherit;	
	border: 0;
  	outline: 0;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1.2px solid black;
	white-space: pre;
  	/*width: 100%;*/
  	transition: .1s;
  	border-radius: 0px;
  	line-height: 1;

}


.inputFieldSubject{
	font: inherit;
	text-align:center;
	border: 0;
  	outline: 0;
	background: transparent;
	border: 1px solid #f5f7fa;
	border-bottom: 1px solid black;
  	transition: .1s;
}

.inputFieldError {
	background-color: #ffcccc;
	border-radius: 5px;
	transition: .1s;
}
input.inputFieldRequired {
    /*background-color: #ff8089;*/

    border: 2px solid rgba(255,90,102,0.7);
	border-radius: 5px;
	transition: .05s;
}

textarea.inputFieldRequired.defaultTextAreaDiv::placeholder {
    background-size: 100% 100%, 100% 100%, 100% 25px;
    border: 2px solid rgba(255,90,102,0.7);
    line-height: 25px;
}


input.inputInline {width: 55%;}
div.organSolicitant {width: 80%;}
div.numePrenumeInput {width: 45%;}
div.dataSemnatura {width: 20%;}
div.dataSemnaturaCerere2 {width: 40%; display: inline; font-weight: bold;}
div.dataSemnaturaCerere2TextArea {width: 100%;}
div.nameSurname {width: 90%;}
input.width80Percent {width: 80%;}
input.width82Percent {width:82%;}
input.width77Percent {width: 77%;}
input.width70Percent {width: 70%;}
input.width75Percent {width: 75%;}
input.width80Percent {width: 80%;}
input.width60Percent {width: 60%;}
input.width50Percent {width: 50%;}
input.width40Percent {width: 40%;}
input.width30Percent {width: 30%;}
input.width25Percent {width: 25%;}
input.width20Percent {width: 20%;}
input.width15Percent {width: 18%;}
input.width10Percent {width: 10%;}
input.width8Percent {width: 8%;}
input.width98Percent {width: 98%;}
div.leftSide {
	float: left;
}
div.rightSide {
	margin-left: 40%;
}
div.rightSideCerere2 {
	font-weight: bold;
	margin-left: 10%;
}
div.rightSideCerere2Juridic {
	margin-left: 60%;
}
div.upperHeaderRight {
	float: right;
}
div.upperHeaderLeft {	
	float: left;
}
div.alignLeft {
	float: left;
}
div.alignCenter {
	text-align: center;
}
div.displayInline {
	display: inline;
	vertical-align: middle;
}
div.listDivs {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1em;
}
div.halfLineBreak {
	height:5px;
}
.listAligned {
	padding-left: 20px;
	margin: 0;
}
textarea.defaultCerereTextArea {
	font: inherit;
	outline: none;
	width: 100%;
	height: 500px;
	text-align:justify;	
	justify-content: space-between;
	resize: none;
	margin: 15px 5px;
	-ms-overflow-style: none;	
    background-size: 100% 100%, 100% 100%, 100% 25px;
    background-color: inherit;
    border: 1px solid #f5f7fa;
    line-height: 25px;

    padding: 10px;
}

textarea.outgoingComment{
	height: 200px;
}

textarea.translationTextArea {
	font: inherit;
	outline: none;
	width: 100%;
	height: 200px;
	text-align:justify;	
	justify-content: space-between;
	resize: none;
	margin: 15px 5px;
	-ms-overflow-style: none;	
    background-size: 100% 100%, 100% 100%, 100% 25px;
    background-color: inherit;
    border: 1px solid #f5f7fa;
    line-height: 25px;

    padding: 2px;
}



textarea.defaultCerereSubjectNameTextArea {
	font: inherit;
	outline: none;
	width: 100%;
	height: 55px;
	text-align:center;	
	justify-content: space-between;
	resize: none;
	-ms-overflow-style: none;	
    background-color: inherit;
    border: 1px solid #f5f7fa;
    
}
textarea.inputFieldRequired{
	border: 2px solid rgba(255,90,102,0.7);
	border-radius: 5px;
	transition: .05s;
}
div.defaultTextAreaDiv{
	font-size: 110%;
	text-align:justify;	
	/*padding: 0px 5px;*/
}
/*===================================*/
.b-container{
    width:955px;
    height:600px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    /*height: 2000px;*/
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    /*overflow:hidden;*/
    overflow:auto;
    position:fixed;
    top:0px;
    z-index: 2;
}
.b-popup .b-popup-content{
	position: relative;
    margin:50px auto 0px auto;
    width:975px;
    height: 600px;
    background-color: #f1f4f5;    
    
    border-radius:4px;
    box-shadow: 0px 0px 10px #000;
}
.innerPopupContent{
	background-color: #f9fafb;
	padding:10px;
	padding-top: 0px;
    width:955px;
	height: 85%;
    white-space:nowrap;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.innerPopUpContentDiv > div {text-align: left}

.headerPopup{
	padding: 20px;
	padding-top:22px;
	padding-bottom: 20px;
	text-align: left;	
	font-size: 15px;
	color: #000;	
}
.headerPopupEmpty{	
	padding-bottom: 35px;
}
div.viewInfo{
	margin: 4px 10px;
	text-align: left;
	width: 97%;
}
.viewInfoFieldName{
	color: #98a9b1;
	
}
.viewInfoFieldValue{
	padding: 2px 5px;
	color: #353e53;
	
}

.documentNameInView{
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden;
	/*max-width:100% */
}
input.buttonViewStyle{
	position: absolute;
	
	width: 26px;
	height: 26px;	
	color: #fff;
	border-radius: 16px;
	border: 1px solid transparent;
	font-size: 15px;
	font-family: FontR;
}
input.buttonViewStyle:hover{
	background-color: #2495cc;
}
.refreshView{
	background: url(../images/img-refreshView.png) 5px 5px no-repeat #a7b6bf;
	margin-left: 93%;
	margin-top: 0px;
	margin-bottom: 30%;
	right: 60px;
	top: 30px;	
}
.hideView{
	background: url(../images/img-closeView.png) center no-repeat #a7b6bf;
	margin-left: 93%;
	margin-top: 0px;
	margin-bottom: 30%;
	right: 30px;
	top: 30px;	
}
input.buttonRefreshViewStyle:hover{
	background-color: #2495cc;
}
.nodeInfoFieldName{
	color: #519aca;
}
.qTipClass{
	font:FontR;
	font-size:inherit;
	line-height: 1.2;
	background-color: #9ca7b6;
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: #646464;
}
.qTipClassNodeInfo{	
	margin-left: 10px;
	margin-top: 0px;
	max-width:  536px;
/*	width: 200px;*/
	padding: 20px;
	font-family:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #dee6e9;
	white-space: pre-line;
	color: #353e53;
	border-radius: 5px;
	border-width: 1px;
	border-color: #dee6e9;
}
.nodeInfoFileNameLabel{
	display: inline-block;
	max-width: 250px;
	/*max-width: 150px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	top: 2px;
	/*margin-top: 3px;*/
}
.nodeInfoFieldValue{	
}
.commentaryField{

}
.depunatorUppderCase{
	text-transform: uppercase;
}
.nodeInfoFileRow{
	text-align: left;
	padding: 1px 0px;
}
.specialityInfoDiv{
	text-align: left;
	/*margin-left: -2px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nodeInfoFilesHeader{
	margin-bottom: 6px;
	/*padding-bottom: 10px;*/
	text-align: left;
}
.nodeInfoFilesContainer{
	max-height: 100px;
	overflow: auto;
}
input.buttonOpenFile{
	/*width: 93px;*/
	/*padding: 9px 12px;*/
	padding: 0px 10px;
	margin-left:10px;
	background-color: #75c3ef;
	color: #fff;	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	font-size: 15px;
	font-family: FontR;
	height: 28px;
}
input.buttonOpenFile:hover{
	background-color: #94d8ff;
	transition: .2s;
}
input.buttonDownloadFile{
	font-size: 15px;
	font-family: FontR;
	background: url(../images/img-downloadFile.png) center center no-repeat #81cff9; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
	height: 28px;
	width: 28px;
}

input.buttonDownloadFile:hover {	
	background-color: #9ddafb;
	transition: .2s;
}
.commentaryDiv{	
	text-align: left;
	margin-top: 20px;
	max-height: 80px;
	overflow: auto;
}
.qtip-icon .ui-icon{
	top: 2px;
	cursor: pointer;
}
.qtip-icon:hover{	
    background-color: #ccc;
}
/*.qtip-pos-br{
	margin-top: -10px;
	margin-left: -10px;
}
.qtip-pos-bl{
	margin-top: -10px;
}
.qtip-pos-bc{
	margin-top: -10px;
}
.qtip-pos-tc{
	margin-top: 10px;
}
.qtip-pos-tr{
	margin-top: 10px;
}
.qtip-pos-tl{
	margin-top: 10px;
}*/
.qTipClassCitizen{
	font:FontR;
	font-size:inherit;
	line-height: 1.2;
	background-color: #f47373;
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: #646464;
}
.qTipClassOverflow{
	/*margin-top: -59px;*/
	padding: 11px;
	padding-bottom: 12px;
	/*padding-top: 18px;*/
	width: 191px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #81cff9;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassOverflowWide{
	margin-top: -36px;
	padding: 11px;
	padding-bottom: 12px;
	width: 888px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #95a7b2;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassDocInfoOverflowHover{
	margin-top: -38px;
	padding: 11px;
	margin-left: -3px;
	padding-bottom: 12px;
	width: 380px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #95a7b2;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
	/*box-shadow: 0px 0px 4px #aaa;*/
}
.qTipClassDocInfoHelpMessage{
	margin-top: -20px;
	margin-left: 161px;
	padding: 11px;
	padding-bottom: 12px;
	width: 320px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #95a7b2;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;	
}
.qTipClassOverflowInfo{
	margin-top: -36px;
	padding: 11px;
	padding-bottom: 12px;
	width: 530px;
	font:FontR;
	font-size:14px;
	line-height: 1.2;
	background-color: #95a7b2;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassOverflowFileInfo{
	max-width: 250px;
	margin-top: -35px;
	margin-left: -10px;
	padding: 11px;
	padding-bottom: 12px;
	/*width: 530px;*/
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #95a7b2;
	/*white-space: normal;*/
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassOverflowCentered{	
	/*margin-top: -59px;*/
	padding: 11px;
	padding-bottom: 12px;
	/*padding-top: 18px;*/
	width: 130px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #81cff9;
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
	text-transform: uppercase;
}
.qTipClassOverflowCell{	
	/*margin-top: -59px;*/
	padding: 11px;
	padding-bottom: 12px;
	/*padding-top: 18px;*/
	width: 130px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #81cff9;
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassOverflowHelpOutgoingMarkMessage{
	min-height: 46px;
	margin-top: 0px;
	margin-left: -1px;
	padding: 7px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-right: 8px;
	width: 110px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	color: #353e53;
	border-radius: 5px;
	/*border-top-right-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	border-width: 1px;
	border: none;
	background-color: #81cff9; 	
}
.qTipClassOverflowCenteredUpload{
	min-height: 46px;
	margin-top: 9px;
	margin-left: -1px;
	padding: 7px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-right: 8px;
	width: 121px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	color: #353e53;
	border-radius: 5px;
	/*border-top-right-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	border-width: 1px;
	border: none;
	background-color: #81cff9; 	
}
@-moz-document url-prefix() {
    .qTipClassOverflowCenteredUpload{
		margin-top: 9px;
	}
}
.inputFieldOverFlowForSubjects{
	text-transform: uppercase;
	/*margin-top: -35px;*/
	padding: 11px;
	width: 170px;
	min-height: 40px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	background-color: #95a7b2;
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border: none;
}
.qTipClassOverflowCenteredUploadNeeded{
	min-height: 46px;
	margin-top: -1px;
	margin-left: 59px;
	padding: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 284px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	color: #353e53;
	border-radius: 5px;
	/*border-top-right-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	border-width: 1px;
	border: none;
	background-color: #9fdafa; 	
}
@-moz-document url-prefix() {
    .qTipClassOverflowCenteredUploadNeeded{
		margin-top: -1px;
	}
}
.qTipClassOverflowCenteredUploadFileFormName{
	min-height: 46px;
	margin-top: -1px;
	margin-left: 59px;
	padding: 7px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-right: 8px;
	width: 283px;
	font:FontR;
	font-size:15px;
	line-height: 1.2;
	color: #353e53;
	border-radius: 5px;
	/*border-top-right-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	border-width: 1px;
	border: none;
	background-color: #9fdafa; 	
}
@-moz-document url-prefix() {
    .qTipClassOverflowCenteredUploadFileFormName{
		margin-top: -1px;
	}
}
.qTipClassOverflowCentered > .qtip-content{
	text-align: center;
}
.qTipClassOverflowFileInfo > .qtip-content{	
	text-align: left;
}
.qTipClassOverflowCenteredUpload > .qtip-content{
	text-align: left;
}
.qTipClassOverflowHelpOutgoingMarkMessage > .qtip-content{
	text-align: center;
}
.qTipClassOverflowCenteredUploadFileFormName > .qtip-content{
	text-align: left;
}
.qTipClassOverflowCenteredUploadNeeded > .qtip-content{
	text-align: left;
}
.qTipClassNodeAddPopUp{
	/*position:absolute !important;*/
	position:fixed !important;
	left: calc(50% - 720px/2) !important;
	/*top: 180px;*/
	top: 5px !important;
	font:FontR;
	font-size:inherit;
	background: linear-gradient(-45deg, #87a9c8 0%,#c0d6e4 100%);
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 0px;
	border-color: #646464;
}
.qTipClassNodeAddPopUp .nodeAddPopUp {
	height: 480px !important;
}
.qTipClassNodeAddPopUp .instructionTArea {
	height: 60px !important;
}
.qTipClassNodeAddPopUp #qtip-right_node_menu-content{
	padding: 0;
}
.qTipClassNodeAddPopUp .radioClass {
	background-color: #32a0d5;
	border-color: #32a0d5;
}
.qTipClassNodeAddPopUp .radioClass:hover {
	color: #353e53;
	box-shadow: 0 0 5px #32a0d5;
	cursor:pointer;
}


.qTipClassEmployeeSelect{
	font:FontR;
	font-size:inherit;
	background-color: #9ca7b6;
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: #646464;
}
.qTipClassAddFiz{
	top: 80px !important;
	width: 1020px;
	/*height: 600px;*/
	font:FontR;
	font-size: 15px;
	/*font-size:inherit;*/
	background-color: #eaf0f3;
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: #646464;
}

.qTipClassNodeAddPopUpInner{
	margin-left: 95px;
	margin-top: 1px !important;
	font:FontR;
	font-size:inherit;
	background-color: #697082;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: rgba(255,255,255,0.1);	
	width : 237px; 
	height : 50px;
	text-align: left;
	/*overflow: hidden;*/
}

div{
	/*border: 1px solid #fff;*/
}
.qTipActionButtonRemoveNode{
	/*display: inline-block;*/
	font:sans-serif;
	border: 1px solid #d9dadf;
	width:26px;
	height:26px;
	border-radius: 18px;
	font-size: 20px;
	margin-left: -14px;
	margin-top: 2px;	

	background: url(../images/img-closeViewBlack.png) no-repeat center #d9dadf;
	transition: .2s;
}
.qTipActionButtonRemoveNode:hover{

	background-color: #d65a5a;	
	border: 1px solid #555;
	transition: .2s;
	/*background-color: #8192a9;	*/
}
.dateInfo{
	/*display: inline-block;*/
	color: #fff;
	text-align: left;	
}
.commentInfo{
	/*display: inline-block;*/
	text-align: left;
	color: #fff;	
	/*max-width: 100px;*/
}
.addNewNodeInfoPopupLabel{
	font-weight: bold;
}
.nodeInfo{
	font-size: 13px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
	max-width: 150px;	
}
.deleteNodeButtonDiv{	
	padding-top: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 15px;
}


.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
div.selectTemplate select > .see_more {
    font:italic 15px FontR;
}

div.drawNNArea > div {text-align:left;position: relative}
div.innerPopUpContentDiv > div {text-align: left}

.inactiveAddNewSpecButt {
	background-color: #555;
	color: #999;
	border-color: #777;
}
.inactiveAddNewSpecButt:hover {
	background-color: #555;
	color: #999;
	border-color: #777;
}
.nodeAddCalendar {
	text-align: center;
	left: 38px;
	top: 25px;
	display:none;
	position: absolute;
}
.employee_select{	
}
.employee_select option{	
}
.popupSelectStyle {
	outline: 0;
	border: 0;
	border-radius: 3px;
	font:15px FontR;
}
.datePickerDecision {
	width: 100px;
	margin-left: 5px;
	text-align: center;
	border-radius: 5px;
	font:15px FontR;
	border: 0;
  	outline: 0;
	background: transparent;
	/*border: 1px solid #f5f7fa;*/
	border-bottom: 1px solid black;
}
.yesNoButtons {
	margin: 3px 3px;
	padding:5px 15px;
	font:16px FontR;
	border: 1px solid #32a0d5;
	background-color: #32a0d5;
	border-radius: 3px;
}
.yesNoButtons:hover {
	background-color: #208bbf;
	border: 1px solid #208bbf;
	color: #fff;
	box-shadow: 0 0 px #32a0d5;
	cursor:pointer;
}
div.alocatiaData{	
}
div.alocatiaSemnatura{
	margin-left: -50px;
}
div.alocatiaText{
	height: 500px;
}
div.widthAlocatiaData{
	width: 500px;
}
label.alocatiaDataMargin{
	margin-left: 40px;
}
label.primarNameAlocatia{
	font-weight: bold;
	line-height: 140%;
}
div.cerereAlocatiaTitle{
	margin-top: 80px;
	font-size: 120%;
	padding: 20px 0;
}
div.cerereAlocatiaFont{
	font-size: 150%;
}
div.fontAlocarea{
	font-size: 85%;
	line-height: 170%;
}
input.widthAlocatiaInputUpper{
	width: 250px;
}
div.fontDataSemnatura{
	font-size: 90%;
}
div.fillingContent{
	flex: 1 1 auto;
	border-top: 1px solid #dee6e9;
	min-height: 1px;
	background: #dee6e9;

}
div.everlastingDivEnd.preFooter{
	/*min-height: 260px;*/
	/*height: 260px;*/
	background-color: #dee6e9;
}
div.everlastingDivEnd.footer{
	/*min-height: 262px;*/
	/*height: 262px;*/
	background-color: #c5d3d8;
}

.usirLogo, .saLogo {
	display: inline-block;
	vertical-align: top;
}

.usirLogo {
	padding-right: 48px;
}

.messageImplemented {
	font-weight: bold;
	color: #9eaeb6;
	font-size: 14px;
	padding-bottom: 35px;
}

.cmLogo {
	padding-bottom: 23px;
}

.saLogo {
	position: relative;
	top: -1px;
}

div.preFooterLogoBlock {	
	padding: 55px 0 82px 0;
}

div.footerBlock {	
	padding: 87px 0 73px 0;
}
div.footerContent {	
	display: flex;
	justify-content: space-between;
	color: #2d3236;
	/*position:relative;*/
	/*top: 23px;*/
	/*bottom-margin: 5px;*/

	font-size: 75%;
	letter-spacing: 0.02em;
}

div.copyright {
	margin-left: 124px;
}
div.copyright img {
	margin-bottom: 22px;
}
div.support {
	font-size: 118%;
	margin-right: 123px;
}
div.support .support-header {
	margin-top: 14px;
	padding-bottom: 30px;
	font: 100% fontR;	
	font-weight: bold;
}
div.support .tel-number {
	padding-bottom: 20px;
	font: 100% fontR;
	letter-spacing: 0.00em;
}

div.copyright, div.support, div.support div {
	text-align: left;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.printingFormStyle{
	height: 85%;
	width:800px;
	min-width:800px;
	background-color:#f5f7fa;
}

.printingBodyStyle{
	background-color: #f5f7fa; 
	background-image: none; 
	margin: 60px;
	font: 16px 'Times New Roman';
	height: 100%;
	width: 85%;
}
.printingBodyStyleZeroMargin{
	background-color: #f5f7fa; 
	background-image: none; 
	margin: 0px;
	font: 16px 'Times New Roman';
	height: 100%;
	width: 85%;
}
.printingBodyStyleReportStyle{
	background-color: #f5f7fa; 
	background-image: none; 
	margin: 0px;
	font: 16px FontR;
	height: 100%;
	width: 85%;
}
.printingBodyStyleReportStyle .commonReportsInfoRow {
	text-align: left;
	margin-left: 10px;
}
.printingBodyStyleReportStyle .mainBlock{
	margin: 0 auto;
}
.printingBodyStyleReportStyle .inputFieldPersonFilter{
	width: 265px;
}
.printingBodyStyleReportStyle .currentDocumentsTable{
	padding-bottom: 50px;
	padding-left: 15px;
}
.printingBodyStyleReportStyle .currentDocumentTableElement{
	height: 54px;	
}
.printingBodyStyleReportStyle div.documentsTableRow{
	height: 54px;
}
.printingBodyStyleReportStyle div.paginationButtonDiv{
	opacity: 0;
}
.printingBodyStyleReportStyle * {
	transition: none !important;
}
.printingBodyStyleReportStyle *:not(.currentlySorted){
	background: #fff !important;
	color: #000 !important;	
	border: none;
	border-radius: 0px !important;	
	box-shadow: none !important;
}
.printingBodyStyleReportStyle .currentlySorted{
	background: #eee !important;
	border-radius: 0px !important;
}
.printingBodyStyleReportStyle .currentDocumentTableElement {
	border-bottom: 1px solid #000 !important;    
}
.printingBodyStyleReportStyle .currentDocumentTableElement.columnHeader {
	border-top: 1px solid #000 !important;    
}
.printingBodyStyleReportStyle .currentDocumentTableElement input {
	border: none;
}
.printingBodyStyleReportStyle .columnActiuniReport {
	display: none;
}
.printingBodyStyleReportStyle .columnDataLimitaReport{
	text-align: center;
}
.printingBodyStyleReportStyle .personResetBlock, .printingBodyStyleReportStyle .documentDateLimitSelectFilter, .printingBodyStyleReportStyle .documentStatusIncomingSelectFilter {
	border-bottom: 2px solid #000 !important;
}

.printingBodyStyleReportStyle div.currentDocumentsFiltersReport {
	padding: 10px 00px 10px 0px;
}

.printingBodyStyleReportStyle div.headerNote {
	/*display:none;*/
}

.printingBodyStyleReportStyle div.topPagination {
	/*display:none;*/
}

.printingBodyStyleReportStyle .documentsTableRowHeader {
	height: 60px;
}

.printingBodyStyleReportStyle .inputFieldDateFilter {
	width: 145px;
}
.printingBodyStyleReportStyle .resetDate {
	display: none;
}

/*anexa DL-1*/
.anexaDefaultFont{
	font: 16pt 'Times New Roman';
	line-height: 1.7;
}
.DL1upperBlock{	
	text-align: right;	
	font-weight: bold;
	margin-top: 150px;
	margin-bottom: 50px;
}
.DL1mainTextarea{
	text-align: justify;
	justify-content: space-between;
}
.DL1mainTextarea p{
	margin: 0;
    padding: 0;	
	text-indent: 50px;
}
.translationMainTextareaDiv{
	text-align: justify;
	justify-content: space-between;
}
.translationMainTextareaDiv p{
	color: #353e53;
	margin: 0;
    padding: 0;	
    padding-top: 20px;
	/*text-indent: 50px;*/
}
.translationMainTextarea{
	line-height: 1px;
	font: inherit;
	outline: none;
	border: none;
	width: 100%;
	height: 300px;
	resize: none;
	background-color: #f5f7fa;
	opacity: 1;
	color: #353e53;
	/*text-indent: 50px;	*/
	text-align: left;	
	padding: 10px;
}
.translationMainTextarea::placeholder{	
	opacity: 0.5;
	color: #000;
}
.translationMainTextarea::-webkit-input-placeholder { 
	color: #8aa1a8;
}
.DL1textAreaCustom{
	font: inherit;
	outline: none;
	border: none;
	width: 100%;
	height: 50px;
	resize: none;
	background-color: #f5f7fa;
	opacity: 1;
	color: #000;
	text-indent: 50px;	
	text-align: left;
}
.DL1textAreaCustom::placeholder{	
	opacity: 0.5;
	color: #000;
}
.DL1textAreaCustom::-webkit-input-placeholder { 
	color: #8aa1a8;
}
.DL1vicePrimar{
	margin-top: 50px;	
	position: relative;
}
.DL1vicePrimarLeft{
	position: absolute;
	left: 0;
}
.DL1vicePrimarRight{
	position: absolute;
	right: 0;
}
.DL1executionerBlock{
	text-align: left;
	margin-top: 250px;
	font-size: 86%;
}
.DL1lowerBlockTel{
	margin-left: 25px;
}
.DL1lastName{
	text-transform: uppercase;
}
.DL1name{
	text-transform: capitalize;
}
.DL2inputFieldContractNumber{
	width: 15%;
}
.PFTLongField{
	width: 50%;
}
.DL2inputFieldData{
	width: 20%;
}
.DL1upperBlockAddress{
	text-transform: capitalize;
}

.profileInfoTrigger{
	text-decoration: underline;
	cursor: pointer;
}







