@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


body {
   font-family: "PT Root UI",sans-serif;
   font-size: 1rem;
   line-height: 1.32857143;
   color: #333;
   background-color: #fff;
}
 
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../webfonts/pt-root-ui-light.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../webfonts/pt-root-ui-medium.otf') format('opentype'); 
font-weight: 500;
font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
 src: url('../webfonts/pt-root-ui-regular.ttf') format('truetype'); 
font-weight: 400;
font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
 src: url('../webfonts/pt-root-ui-bold.otf') format('opentype'); 
font-weight: bold;
font-style: normal;
}
@media (min-width:1600px){
    .container {
        max-width: 1400px
     }
    } 
@media (min-width:2200px){
    .container {
        max-width: 1640px
     }
    }
   
/* Scroll Styling for All Brousers */

 
/* Variables */
:root {
   --scrollbar-size: 0.375rem;
   --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
   --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
   --scrollbar-track-color: transparent;
   --scrollbar-color: rgba(161, 161, 161, 0.2);
   --scrollbar-color-hover: rgba(161, 161, 161, 0.5);
   --scrollbar-color-active: rgb(157, 167, 177);
 }
 /* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
 .scrollbar-test,
 .layout-cell {
   overscroll-behavior: auto;
   overflow-y: auto;
   scrollbar-width: thin;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   scrollbar-width: var(--scrollbar-ff-width);
 }
 
 /* This class controls what elements have the new fancy scrollbar CSS */
 .layout-scrollbar {
   scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
 }
 /* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
 .layout-scrollbar-obtrusive .layout-scrollbar::-webkit-scrollbar {
   height: var(--scrollbar-size);
   width: var(--scrollbar-size);
 }
 .layout-scrollbar::-webkit-scrollbar-track {
   background-color: var(--scrollbar-track-color);
   border-radius: 25px;
 }
 .layout-scrollbar::-webkit-scrollbar-thumb {
   background-color: var(--scrollbar-color);
   border-radius: 25px;
 }
 .layout-scrollbar::-webkit-scrollbar-thumb:hover {
   background-color: var(--scrollbar-color-hover);
 }
 .layout-scrollbar::-webkit-scrollbar-thumb:active {
   background-color: var(--scrollbar-color-active);
 }
 .scrollbar-test::-webkit-scrollbar-thumb:vertical,
 .layout-scrollbar::-webkit-scrollbar-thumb:vertical {
   min-height: var(--scrollbar-minlength);
   border-radius: 25px;
 }
 .scrollbar-test::-webkit-scrollbar-thumb:horizontal,
 .layout-scrollbar::-webkit-scrollbar-thumb:horizontal {
   min-width: var(--scrollbar-minlength);
 }
  
 /* Scroll Styling for All Brousers */
 
 /* ------------ Scroll  ------------- */
 
 .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
         background: #dbdee1!important;
 }
 .scrollable{
     overflow-y:scroll;
     position:absolute;
     padding:0 17px 0 0;
     width: 180px;
     height:100%;
 }
 .scrollbar{
 
     position:absolute;
     overflow:auto;
     top: 0;
     right: 0;
     z-index:2;
     background:#444;
     width:5px;
     border-radius:5px;
 }
 
 ::-webkit-scrollbar-button {
 background-image:url('');
 background-repeat:no-repeat;
 width:5px;
 height: 0
 }
 
 ::-webkit-scrollbar-track {
 background-color:transparent;
 height:2px;
 }
 
 ::-webkit-scrollbar-thumb {
 -webkit-border-radius: 0;
 border-radius: 5px;
 background-color: #dbdee1;
 height:2px;
 }
 
 ::-webkit-scrollbar-thumb:hover{
 background-color: #dbdee1;
 }
 
 ::-webkit-resizer{
 background-image:url('');
 background-repeat:no-repeat;
 width:7px;
 height:7px; 
 }
 
 ::-webkit-scrollbar{
 width: 7px;
 height:7px;
 }
 
 /* ------------ Scroll End ------------- */
 
 /* Preloader */
.preloader {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(47,112,165);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 1.5s infinite alternate;
		-o-animation: bubblingG 1.5s infinite alternate;
		-ms-animation: bubblingG 1.5s infinite alternate;
		-webkit-animation: bubblingG 1.5s infinite alternate;
		-moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}

#bubblingG_3 {
	animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(243,67,67);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,187,0);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(243,67,67);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,187,0);
		-o-transform: translateY(-20px);
	}
}
 

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(243,67,67);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,187,0);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(243,67,67);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,187,0);
		-moz-transform: translateY(-20px);
	}
}



 .bootstrap-select .dropdown-menu li a span.text {
   color: #333;
}
.dropdown-item.active, .dropdown-item:active {
   background-color: rgb(239 239 239);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .bootstrap-select>.dropdown-toggle {
   width: 120px !important;
}
.ppuSolutionRow .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .ppuSolutionRow .bootstrap-select>.dropdown-toggle {
   width: 100% !important;
   border-bottom-color: #78bcdb;
   color: inherit;
   font-size: 1.1rem;
   padding: 0 5px 0;
}
.orientation p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    line-height: 1rem;
}
.orientation .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 1rem;
}
.orientation .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .orientation .bootstrap-select>.dropdown-toggle {
  padding-right: 0;
}
.orientation .bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
  display: none; 
}
.ppuSolutionRow .bootstrap-select .dropdown-menu li a span.text {
    padding: 5px;
    line-height: 1.2rem;
}
.pagination li.active span {
   background: rgb(86 104 119);
}
 .med-title {
   font-weight: 500;
 }
 
.hide {
   display: none;
}
.show {
   display: block;
}
.form-search .input-group-append {
   margin-left: -40px !important;
}
.ppuPage {
    display: none;
}    
 .title {
    color: #005c8f;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: bold;
    margin-top: 35px;
 }
 .logoImg {
    background: url(../images/logo-uralmash.png) left center no-repeat;
    position: relative;
    display: block;
    width: 215px;
    height: 30px;
    margin: 25px 0;
    background-size: contain;
 }
 .textBlock {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 25px 0;
    font-weight: 500;
 }
 .textBlock span a {
    color: #005c8f;
 }    

 .bgImg {
    background: url(../images/strategy-sessions.png) left center no-repeat;
    min-height: 450px;
    width: 100%;
    margin: 35px 0;
    background-size: contain;
    position: relative;
 }    
 .qrImg {
    background: url(../images/qr-code.svg) left center no-repeat;
    min-height: 150px;
    min-width: 150px;
    margin: 25px 25px 25px 0;
    background-size: contain;
    position: relative;
 }
 .qrBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
 }


 
/*---------------------------------------------*/
input:focus {
	outline: none;
   transition: none;
   box-shadow: none!important;
}
button:focus {
   box-shadow: none!important;
}
textarea {
   box-shadow: none;
}
/*  
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }


input::-webkit-input-placeholder { color: #adadad;} 
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}
*/
 /*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
   width: 100%;
   position: relative;
   border-bottom: 1px solid #78bcdb;
   margin-bottom: 30px;
 }
 .input100 {
   font-size: 1rem;
   color: #555555;
   line-height: 1.2;
   width: 100%;
   min-height: 35px;
   background: transparent;
   padding: 0;
   border: none;
 }
 
 /*---------------------------------------------*/ 
 .focus-input100 {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   pointer-events: none;
   text-align: left;
   
 }
 .input100:focus {
   border: none;
 }
 
 .focus-input100::before {
 content: "";
 display: inline-block;
 position: relative;
 bottom: 0;
 left: 0;
 width: 0;
 height: 2px;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
 top: 20px;
 z-index: 9999;
 }

 .focus-input100::after {
   font-size: 1.1rem;
   color: #333333;
   line-height: 1.2rem;
   content: attr(data-placeholder);
   display: block;
   width: 100%;
   position: absolute;
   top: 10px;
   left: 0;
   padding-left: 0;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
 }

 .input100:focus + .focus-input100::after {
   top: -15px;
   font-size: 0.9rem;
 }
 
 .input100:focus + .focus-input100::before {
   width: 100%;
 }
 .has-val.input100 + .focus-input100::after {
   top: -15px;
   font-size: 0.9rem;
 }
 .has-val.input100 + .focus-input100::before {
   width: 100%;
 }
 .ppuForm {
   margin: 35px 0;
   position: relative;
}
.ppuForm .form-label {
   margin-bottom: 0.5rem;
   font-size: 1.1rem;
   display: flex;
   cursor: pointer;
}
.ppuForm .form-control {
   border: 1px solid #78bcdb;
}
.ppuForm .form-control:focus {
   box-shadow: none;
   border: 1px solid #78bcdb;
}

 /*------------------------------------------------------------------
 [ Alert validate ]*/
 .validate-input {
   position: relative;
 }
 .alert-validate::before {
   content: attr(data-validate);
   position: absolute;
   background-color: #fff;
   border: 1px solid #c80000;
   border-radius: 15px;
   padding: 4px 25px 4px 10px;
   top: 15px;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 0px;
   pointer-events: none;
   color: #c80000;
   font-size: 13px;
   line-height: 1.4;
   text-align: left;   
   visibility: hidden;
   opacity: 0;
   z-index: 1;
   -webkit-transition: opacity 0.4s;
   -o-transition: opacity 0.4s;
   -moz-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }
 .alert-validate::after {
   content: "\f06a";
   font-family: FontAwesome;
   font-size: 16px;
   color: #c80000;
   display: block;
   position: absolute;
   background-color: transparent;
   top: 15px;
    z-index: 1;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 3px;
 }
 .alert-validate:hover:before {
   visibility: visible;
   opacity: 1;
 }


 .titleForm {
    font-size: 1.7rem;
    line-height: 2rem;
   text-align: center;
   text-transform: uppercase;
   margin: 15px 0 35px;
   font-weight: 500;
}
 .nav-tabs .nav-link.active {
   border: 1px solid #ffffff;
}
.ppuForm form {
   padding: 30px 45px;
   -webkit-box-shadow: 0 20px 70px -20px rgba(4, 7, 8, .30);
   -moz-box-shadow: 0 20px 70px -20px rgba(4, 7, 8, .30);
   box-shadow: 0 20px 70px -20px rgba(4, 7, 8, .30);
}
.ppuForm textarea {
   margin-bottom: 30px;
}

.ppuForm .submitBtn, #tableNumberForm .submitBtn {
   background: #ec7030;
   display: block;
   border: navajowhite;
   border-radius: 50%;
   width: 100px;
   height: 100px;
   color: #fff;
   text-transform: uppercase;
   font-size: 1.2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.ppuForm .submitBtn:hover, #ppuModal .saveFormBtn .btn:hover, #tableNumberForm .submitBtn:hover {
   background: #ff925a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#ppuModal .saveFormBtn {
   display: flex;
   justify-content: right;
}
#ppuModal .saveFormBtn .btn {    
   background: rgb(236, 112, 48);
   display: block;
   border: navajowhite;
   border-radius: 30px;
   min-width: 110px;
   padding: 15px 25px;
   color: rgb(255, 255, 255);
   text-transform: uppercase;
   font-size: 1.1rem;
   transition: all 0.4s ease 0s;
}
.ppuForm .uploadFiles {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.ppuForm .filesUpload  {
   margin-bottom: 15px;
}
.footerForm {
   display: flex;
   justify-content: space-between;
}
.fileDownload {
   margin-bottom: 25px;
}
.fileDownload .form-label {
   display: flex;
   align-items: center;   
}
.upload-icon{
    display: flex;
    align-items: center;
} 
.upload-icon::before {
    content:'';
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(../images/upload-icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.fileDownload .form-label:nth-last-child() {
   margin-top: 5px;
}

.med-weight {
   font-weight: 500;
}

.realizeReadyBtn p {
    margin-right: 15px;
    font-size: 1.1rem;
    line-height: 1.1rem;
}
.realizeReadyBtn input {
    margin-right: 10px;
}
.realizeReadyBtn {
    margin-bottom: 25px;
}
.realizeReadyBtn label {
    line-height: 1.6rem;
     margin-right: 30px;
}
/* LK Admin PPU */
 
#ppuSaveChanges {
    z-index: 1111;
}
.successMessage .modal-dialog {
    max-width: 900px!important;
    font-size: 1.2rem;
}
.ppuAdminPage {
    background: url(../images/bg-2.jpg) no-repeat top left;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow-y: scroll;
    scrollbar-width: thin;
    display: block;
    overflow-x: hidden;
    padding: 0 65px 65px;
}

.ppuAdminPage .statisticLink, .ppuAdminPage .filterset {
   display: flex;
   align-items: center;
   margin: 5px 0px 15px;
   justify-content: flex-end;
}
.ppuAdminPage .statBtn, .ppuAdminPage .filterBtn {
   display: flex;
   align-items: center;
   text-decoration: none;
   color: inherit;
   font-weight: 500;
   cursor: pointer;
}
.ppuAdminPage .filterBtn:hover, .ppuAdminPage .statBtn:hover {
   opacity: 0.8;
}
.ppuAdminPage .statBtn::after {
   content: '';
   height: 22px;
   width: 22px;
   display: inline-block;
   background: url(../images/stat-icon.png) no-repeat top left;
   background-size: contain;
   margin-left: 10px;
}
.ppuAdminPage .filterBtn::after {
   content: '';  
   height: 20px;
   width: 20px;
   display: inline-block;
   background: url(../images/filter.png) no-repeat top left;
   background-size: contain;
   margin-left: 10px;
}
.ppuAdminPage .filterset .dropdown-menu {
   padding: 15px 20px;
}
.ppuAdminPage .filterset .dropdown-menu .form-check {
   margin-bottom: 0.5rem;
}
.ppuAdminPage .filterset .dropdown-menu .form-check:not(:first-child) {
   margin-left: 15px;
}
.ppuAdminPage .table>thead {
    vertical-align: bottom;
    background: #566877;
    color: #fff;
}
.ppuAdminPage .table thead th {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1rem;
    vertical-align: middle;
}
.ppuAdminPage table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgb(203 203 203 / 8%);
}
.ppuAdminPage .table .num {
   text-align: center;
}
 
.ppuAdminPage .table .pass .passCell, .ppuAdminPage .table .status > span {
    position: relative;
    width: 60px;
    display: inline-flex;
    justify-content: space-evenly;
}
.ppuAdminPage .table .pass .editUser, .ppuAdminPage .table .status .editUser  {
    font-size: 1rem;
    position: absolute;
    display: none;
    top: -12px;
    right: -40px;
    color: #4f7997;
    cursor: pointer;
}
.ppuAdminPage .table .statInfo i {
    line-height: 1.6rem;
}
.ppuAdminPage .table .pass:hover .editUser, .ppuAdminPage .table .status:hover .editUser  {
    display: block;
}
.ppuAdminPage .table .status .fa-lock {
    margin-left: 20px;
}
.ppuAdminPage .table .deluser {
    width: 40px;
}
.ppuAdminPage .table .deluser span {
    color: #9d5656;
    font-size: 0.9rem;
     display: none;
}
.ppuAdminPage .table tr:hover .deluser span {
     display: block;
     cursor: pointer;
}
.ppuAdminPage .table .deluser form {
    display: none;
}
.ppuAdminPage .table .deluser form label {
    font-size: 0.9rem;
}
.header .navbar-logo {
    height: 40px;
    margin: 5px 0;
}
.header .logOut {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header .logOut i {
   margin-left: 10px;
   font-size: 1.2rem;
}
.ppuTable  {
   -webkit-box-shadow: 0 15px 45px 10px rgb(0 0 0 / 20%);
   -moz-box-shadow: 0 15px 45px 10px rgba(0,0,0,.2);
   box-shadow: 0 15px 45px 10px rgb(0 0 0 / 20%);
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
}
.ppuAdminPage .table {
    background: #fff;
    border: 1px solid #e3dddd;
}
.ppuAdminPage .table tbody tr {
   position: relative;
}
.ppuAdminPage .table tbody tr .editPPU a {
   display: block;
   position: relative;
   font-size: 1.2rem;
   color: rgb(209, 211, 213);
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
   cursor: pointer;
   opacity: 0.6;
}
.ppuAdminPage .table tbody tr:hover .editPPU a {
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}
.ppuAdminPage .table tbody tr .editPPU a:hover {
   opacity: 1;
   color: #3283fd;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ppuAdminPage .maintitle-page {
    margin-top: 95px;
    font-size: 2.2rem;
}
#formSearchUser .input-group {
    display: flex;
    align-items: center;
}

#formSearchUser .input-group label {
    margin-left: 5px;
    font-size: 1.4rem;
    color: #b3b3b3;
}
.ppuAdminPage .table thead .phone::before {
     display: none;
}
.ppuAdminPage .table .phone::before {
    width: 15px;
    height: 17px;
}
.ppuAdminPage .navTableBlock {
    display: flex;
    align-items: center;
}
.table>:not(caption)>*>* {
    padding: 0.65rem 0.5rem;
    vertical-align: middle;
}
.table .editUser {
    color: #2a8ed5;
    padding: 0.85rem 0.5rem;
}
.table .phone::before {
    top: 3px;
}
.table .company {
    font-weight: normal;
    font-size: 0.9rem;
    color: #6d6d6d;
}
.table thead .regdate, .table thead .lastlog, .table .logcount  {
    width: 90px!important;
}
.table .regdate span, .table .lastlog span {
    line-height: 1rem;
    font-size: 0.9rem;
    display: block;
}
 
.table .phone {   
    width: 200px;
}
.table .fio, .ppuAdminPage .table .goal {
    width: 260px;
}
.ppuAdminPage .main-menu {
    width: 100%;
    z-index: 9999;
}
.ppuAdminPage .tb_search .btn {
    color: #aeb0b3;
    cursor: default;
}
.userTable input[name=allUsers]{
    top: 2px;
    left: 2px;
    position: relative;
    display: inline-block;
}

.ppuAdminPage .table .status {
    font-size: 0.8rem;
}
.ppuAdminPage .table .status form, .ppuAdminPage .table .pass form  {
    display: none;
}
.ppuAdminPage .table .status form {
    width: 135px;  
}
.ppuAdminPage .table .status form input{
    margin-left: 5px;
    top: 2px;
    position: relative;
    display: inline-block;
}
.ppuAdminPage .table tr > td {
   font-size: 1rem;
   line-height: 1.1rem;
}

.ppuAdminPage .table form .btn {
  background: #f0f0f0;
    margin-left: 0.5rem;
    padding: 10px 12px;
  line-height: 1rem;
}
.ppuAdminPage .table form .btn:hover {
    background: #b1c4dd;
}
.ppuAdminPage .table .btnsStatus {
  display: flex;
  align-items: center;
  
}
 .ppuAdminPage .table .btnsStatus i, .ppuAdminPage .table .btnsStatus i {
  color: #ca3838;
  margin: 0 10px;
  cursor: pointer;
}

 .ppuAdminPage .table .changePassForm input {
  width: 100px;
  text-align: center;
} 
 .ppuAdminPage .table .changePassForm label, .ppuAdminPage .table .btnsStatus {
  font-size: 0.9rem;
}
 .ppuAdminPage .table .changePassForm .btnsStatus {
    margin-top: 20px;
}
.savePDFbtn {
  text-decoration: none;
  color: inherit; 
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.savePDFbtn:hover { 
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.6;
}
.savePDFbtn i {
  color: #e10202;
  padding-right: 5px;
  font-size: 1.2rem;
}
.pagination {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pagination li{
    display: flex;
    padding-top: 5px;
}
.pagination li:hover{
    cursor: pointer;
}

.pagination li span {
    color: #333;
    padding: 0.5rem 1rem;
    background: #eeeeeed1;
}
.pagination li.active span {
    color: #fff;
}
.header_wrap {
  padding: 30px 0;
}
.num_rows {
  width: 140px;
  margin-right: 20px;
  margin-bottom: 20px; 
}
 
.pagination-container {
  margin: 20px 0;
}

.rows_count {
  text-align:right;
  color: #999898;
}
.dropdown-menu {
   left: 0;
}
.dropdown-menu>li>a {
    padding: 5px 15px;
}
.dropdown-menu>li>a span, .countPPU {
    color: #fff;
    line-height: 1rem;
}
.dropdown-menu>li.active>a span {
    color: #333;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-item:focus, .dropdown-item:hover {
    background-color: none!important;
}
.nav-tabs{
   z-index: 1;
}
.nav-tabs .nav-link {
   background: rgba(255, 255, 255, 0.6);   
   color: #333;
   padding: 0.65rem;
   font-weight: 500;
   font-size: 1.1rem;
}
      
.ppuTable {
   background: #fff;
   padding: 25px;
}
.ppuTable .newPPU {
   width: 8px;
   height: 8px;
   display: block;
   background: #00b61e;   
   border-radius: 10px;
}
.ppuTable .regDate, .ppuTable .implementPeriod, .ppuTable .solutionEK_date, .ppuTable .otherSolutionEKP_date {
    font-size: 0.92rem!important;
    line-height: 1.1rem;
}
.ppuTable .ppuNumber, .ppuTable .evaluation  {
   min-width: 100px;      
}
.ppuTable .amountRemuneration, .ppuTable .implementatStatus  {
   min-width: 130px;
} 
.ppuTable .respImplementation, .ppuTable .otherSolutionEKP_protocolNum, .ppuTable .solutionEK_protocolNum, .ppuTable .solutionEK_status, .ppuTable .otherSolutionEKP_status {
   min-width: 175px;
}
.ppuTable .solutionEK_status .hasComment {
    top: -4px;
    position: relative;
    color: #00b61e;
    font-size: 10px;
}
.ppuTable .autorFio, .ppuTable .orientation {
   min-width: 250px;
}
.ppuTable .autorFio, .ppuTable .orientation  {
   font-weight: 500;
}
.ppuTable .autorFio p {
   color: #898989;
   margin-bottom: 0;
   font-weight: normal;
   font-size: 0.92rem;
}
.ppuTable .ppuTitle {
   min-width: 300px;
}
.ppuTable .amountAddAwardsAuthor{
   min-width: 180px;
}
.ppuTable .amountEconomicEffect {
   min-width: 170px;
}
.ppuTable .editPPU {
   min-width: 35px;
}
 
.ppuTabs {
   display: flex;
   justify-content: space-between;
   align-items: end;
}

.tableitle {
   font-size: 1.4rem;
   line-height: 1.6rem;
   margin-bottom: 30px;
}
.form-search {
   margin-right: 20px;
   margin-bottom: 20px; 
   width: 100%;
}

.radioBtn {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
}
.radioBtn label {
    margin-right: 35px;
}
.xlsxReport {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.xlsxReport::after {
   content:'';
   display: inline-block;
   height: 25px;     
   width: 25px;
   background: url(../images/xlsx-icon.svg) center center no-repeat;
   background-size: contain;
   position: absolute;
   top: -2px;
   margin-left: 5px;
}

.no-border {
   border-bottom: none;
}
.navpaginationBlock {
   margin-top: 20px;
}
.modal .modal-dialog {
   padding: 0 1.5rem;
    min-height: 85vh;
}
 
.modal-body {
   padding: 0 3rem 3rem 3rem;
}
.modal-body p {
   margin-bottom: 20px;
   margin-top: 10px;
}
.modal .btn-close {
   font-size: 0.9rem;
   margin: 0.75rem;
}
.modal .ppuName {
   font-size: 1.8rem;
   line-height: 1.8rem;
   font-weight: bold;
   margin: 20px 0;
}
.modal .descriptionText, .modal .solutionText {
   background: #f8fafd;
   padding: 20px;
   border-radius: 7px;
   word-break: break-word;
  /* -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; */
}
.modal .attachedFiles {
   margin-top: 35px;
}
.modal .ppuSolutionName {
   font-size: 1.4rem;
   font-weight: 500;
   margin: 20px 0;
}
.modal #additionText {
    margin: 10px 0 20px;
}
#ppuFormCopyForPDF .ppuNumberPage  {
  color: #6f6f6f;
  font-weight: normal;
  font-size: 0.9rem;
}
.ppuSolutionRow {
   display: inline-flex;
   width: 100%;
   margin-bottom: 30px;
   line-height: 1.1rem;
   position: relative;
}
.ppuSolutionRow span {
   margin-right: 5px;
   position: relative;
   top: 2px;
}
.ppuSolutionRow .dropdown-toggle {
  background-color: transparent;
  top: -2px;
  border-top: none;
  border-radius: 0;
  border-right: none;
  border-left: none;
  width: 100% !important;
}
.ppuSolutionRow input {
   border: none;
   border-bottom: 1px solid #78bcdb !important;
   width: 100%;
   min-height: 25px;
   padding-left: 15px;
   font-size: 1.1rem;
   background: transparent;
   padding-right: 15px;
}
.ppuSolutionRow input.text-center {
   padding-left: 0;
}
.ppuSolutionRow .fa-calendar {
    margin-left: -20px;
    color: #78bcdb;
    position: absolute;
    top: 4px;
    right: 0;
}

.ppuSolutionRow input:focus {
   border-bottom: 1px solid #bcbcbc !important;
}
.modal .commentsRow {
    margin-bottom: 30px;
}
.modal .evalRow {
   margin-top: 25px;
}
.modal .shortRow input {
   max-width: 150px;
}
.nowrap {
   white-space: nowrap;
}
.modal .commentsRow textarea {
   border: 1px solid #78bcdb !important;
}
.modal .commentsRow p {
  border: 1px solid #78bcdb !important;
  padding: 10px;
  border-radius: 7px;
}

.modal .commentsRow {
    margin-bottom: 30px;
}
.modal #commentsHistoryBlock, .modal #additionsHistory {
    margin-bottom: 25px;
}
.modal .commentItem, .modal .additionItem {
    border-top: 1px solid #efefef;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 15px 10px;    
}
.modal .commentItem:first-child, .modal .additionItem:first-child {
    border-top: none;
}
.modal .commentItem p, .modal .additionItem p {
    border: none !important;
    margin: 0;
}
.modal .commentItem .datePublished, .modal .additionItem .additionDate  {
    font-size: 14px;
    line-height: 15px;
    color: rgb(27, 117, 157);
    min-width: 120px;
    text-align: center;
}
.modal .additionItem .additionDate {
    color: #7e7e7e;
}
.modal .commentItem .commentText {
    color: #717171;
    margin-right: 15px;
}
.modal .additionItem .additionText {
    margin-right: 15px;
}
.modal .filesUpload {
   margin-top: 35px;
}
.modal .filesUpload label {
   display: flex;
   align-items: center;
   flex-direction: column;
   cursor: pointer;
   color: #1c74a9;
   line-height: 1rem;
}
.modal .filesUpload label span {
   padding-top: 5px;
   font-size: 0.9rem;
   line-height: 0.9rem;
   color: #2a7aab;
}   
.modal .uploadFilesIcon {
   display: block;
   height: 60px;     
   width: 100%;
   background: url(../images/upload-files-icon.png) center center no-repeat;
   background-size: contain;
   position: relative;
}
.modal .attachedFileList {
   margin-bottom: 20px;
}
.modal .attachedFileList p {
   margin-bottom: 0px;
}
.attachedFileList i {
   padding-right: 5px;
}
.modal .attachedFileList a {
   text-decoration: none;
}
.attachedFileList .fa-file-word {
   color: #147dd7;
}
.attachedFileList .fa-file-pdf {
   color: #e10202;
}
.attachedFileList .fa-file-excel {
   color: #0e8922;
}
.attachedFileList .fa-file-image {
   color: #9d044a;
}
.attachedFileList .attachedFile:hover .trash-icon svg, .attachedFileList .attachedFile:hover .download-icon svg {
   display: inline-block;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}
   
.trash-icon svg, .download-icon svg {
   margin: 0 15px;
   display: none;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}
.trash-icon svg {
   width: 13px;
   fill: #bfbebd;
}
.trash-icon svg:hover {
   fill: #ec7030;
   cursor: pointer;
}
.download-icon svg {
   width: 17px;
   fill: #bfbebd;
}
.download-icon svg:hover {
   fill: #2a7aab;
}
.menuBtn {
   z-index: 9999;
   position: relative; 
}
.statisticPPUBlock {
   padding: 2rem 1.5rem;
   background: #fff;
   transition: all 0.4s ease;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
}
.statisticPPUBlock.close {
   transition: all 0.4s ease;
   background: #fff;
   width: 0px;
}
.statisticPPUBlock .statisticInner {
   opacity: 1;
   transition: all 0.8s ease;
}
.statisticPPUBlock.close {
   padding: 0;
}
.statisticPPUBlock.close .statisticInner {
   opacity: 0;
   padding: 0;
   transition: all 0.2s ease;
}
.statisticPPUBlock.close .doughnutRadarLegend {
   display: none;
   transition: all 0.2s ease;
}
.ppuAdminPage .tableBlock {
   transition: all 0.4s ease;
}

.doughnut-container .doughnutRadarLegend {
   margin-bottom: 30px;
}
.doughnutRadarLegend, .doughnutPPULegend {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.doughnutRadarLegend .legendBlock {
   padding-left: 0;
}
.doughnut-container .legendBlock {
   margin-bottom: 0 !important;
   padding-left: 0;
}
.doughnut-container .legendColor span {
   content: '';
   display: inline-flex;
   width: 30px;
   height: 10px;
   margin-right: 10px;
}
.doughnut-container .legendColor {
   list-style: none;
   font-size: 0.9rem;
   line-height: 1.1rem;
   margin-bottom: 5px;
}
.doughnut-container canvas {
   margin-bottom: 10px;
}
.doughnut-container #doughnutPPU {
   margin: 15px 30px;
}
/*
.doughnutRadarLegend .legendColor:nth-child(1) span {
   background-color: #ff6384;
}
.doughnutRadarLegend .legendColor:nth-child(2) span {
   background-color: #4bc0c0;
}
.doughnutRadarLegend .legendColor:nth-child(3) span {
   background-color: #ffcd56;
}
.doughnutRadarLegend .legendColor:nth-child(4) span {
   background-color: #c9cbcf;
}
.doughnutRadarLegend .legendColor:nth-child(5) span {
   background-color: #36a2eb;
}
.doughnutRadarLegend .legendColor:nth-child(6) span {
   background-color: #c6b4ff;
}
*/
.doughnutPPULegend .legendColor:nth-child(1) span {
   background-color: #ffcd56;
}
.doughnutPPULegend .legendColor:nth-child(2) span {
   background-color: #ff6384;
}
.doughnutPPULegend .legendColor:nth-child(3) span {
   background-color: #36a2eb;
}
.doughnutPPULegend .legendColor:nth-child(4) span {
   background-color: #d1c3ff;
}


/* ///// Tabel Number Enter //// */
#tabelNumberEnterModal .modal-content {
    background: rgb(255, 255, 255, 0.95); 
}
.tabelNumForm {
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tabelNumForm .focus-input100::after {
    font-size: 1.6rem;
    top: 15px;
}
.tabelNumForm .input100 {
     font-size: 2rem;  
     text-align: center;
}
.tabelNumForm .formtitle {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4rem;
    color: #005c8f;
}
.tabelNumForm form {
    display: flex;
    align-items: center;
    padding: 20px 10px;
}
.tabelNumForm .failedTabelNum  {
    color: #e80303;
    font-weight: 500;
}
.grecaptcha-badge {
    display: none;
}
.oldHidden {
    display: none! important;
}