/* common css */
#logoWebsite{
    height:30px;
    margin-top:10px;
}
.menuToggler{
    text-decoration: none;
    font-size:34px;
}
.mdc-top-app-bar__title{
    padding-left:12px;
}
.accent-text{
    color:#FF5252;
}
.mb4{
    margin-bottom:4px;
}
.mt4{
    margin-top:4px;
}

.mb64{
    margin-bottom:64px;
}
.mb16{
    margin-bottom:16px;
}
.mt16{
    margin-top:16px;
}
.ml16{
    margin-left:16px;
}
.mr16{
    margin-right:16px;
}
.mb32{
    margin-bottom:32px;
}
.mt32{
    margin-top:32px;
}
.ml32{
    margin-left:32px;
}
.mr32{
    margin-right:32px;
}
.p32{
    padding:32px;
}
.floatRight{
    float:right;
}
.floatLeft{
    float:left;
}
.clearfix{
    clear:both;
}
.textCenter{
    text-align:center;
}
body .mdc-text-field.bg-fff{
    background-color:#fff;
}
body{
    padding:0px;
    margin:0px;
}
/* end common css */



/* login page */

.username,
.password {
    display: block;
    width: 300px;
    margin: 20px auto;
}

.form-wrapper{
    top: 45%;
    left: 50%;
    width: 500px;
    margin: 0 auto 24px auto;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
#login-form{
    padding:16px;
    background:#fff;
}
#login_page{
    background:#fafafa;
}
#login_footer{
    width:300px;
    margin:16px auto;
}
#register_footer{
    width:340px;
    margin:16px auto;
}
.mdc-text-field-email,
.mdc-text-field-password ,
.mdc-text-field-name,
.mdc-text-field-password2
{
    display: block;
    width: 300px;
    margin: 16px auto;
}
#register_page .mdc-text-field-email,
#register_page .mdc-text-field-password ,
#register_page .mdc-text-field-name,
#register_page .mdc-text-field-password2
{
    display: block;
    width: 340px;
    margin: 16px auto;
}
.passwordResetLink{
    text-decoration: none;
    display:block;
}
.passwordResetLink:hover{
    text-decoration:underline;
}
body{
    background:#fafafa;
}
.logged_content{
    background:#ffffff;
}
.displayNone{
    display:none;
}
/* end login page */



/* user page */

#select-project{
    width:100%;
}

#logo{
    width:100%;
    margin-top:20px;
}

body {
    display: flex;
}

.mdc-drawer-app-content {
    flex: auto;
    position: relative;
}
.mdc-drawer {
    min-height: 100%;
    height: auto;
}

.main-content {
    overflow: auto;
    min-height: 100%;
    padding:36px;
    padding-bottom:72px;
}

.app-bar {
    position: absolute;
}


.mdc-top-app-bar {
   z-index: 7;
}

.mdc-data-table{
    min-width:100%;
}

#user_logo{
    margin: 31px auto 0;
    color: #263238;
    display: flex;
    cursor: pointer;
    text-decoration:none;
    height: 80px;
    width: 80px;
}

#user_logo i{
    font-size: 6em;
    height: 80px;
    width: 80px;
    margin: 0 0 0 -8px;
}
#user_name{
    text-align: center;
    margin: 0 ;
}
#user_name_btn{
    color:rgba(0, 0, 0, .87);
    text-decoration: none;
}
#logout_btn{
    color:#fff;
    text-decoration: none;
}
#logout_btn i{
    color: #fff;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    padding: 8px 4px;
    font-size: 1.6em;
}







.home {
    display: flex; // Flexbox is used to easily arrange the persistent drawer and content side-by-side
}

.shrine-logo-drawer {
    display: block;
    width: 48px;
    padding: 40px 0 0;
    margin: 0 auto;
}

.shrine-title {
    text-align: center;
    margin: 5px auto;
}

.product-list {

    overflow: auto;
    padding: 80px 100px 0;
}
.mdc-image-list__supporting {
    justify-content: center;
}

.mdc-image-list__item {
    padding: 10px;
}

.mdc-drawer .mdc-list-item {
    margin: 0;
    padding: 0 16px;
}

.shrine-select-item-divider {
    display: block;
    border-bottom-color: #EAA4A4;
    border-bottom-width: 2px;
    width: 50px;
    position: relative;
    top: -8px;
}

.shrine-drawer .shrine-select-item-divider {
   margin: 0 auto;
}

.shrine-body {
    display: block;
    overflow: auto;
    z-index: 0;
}

.material-icons.mdc-list-item__graphic{
    margin-right:16px;
}

.mdc-drawer__header {
    margin-top:50px;
}

/* end user page */

#content{
    display: flex;
    align-items: center;
    justify-content: center;
}

body .mdc-text-field.mdc-text-field-item{
    display: block;
    width: 100%;
    margin: 16px auto;
    background:#fff;
}

.logged_form{
    width:50%;
    padding:16px;
}
.full_content{
    width:100%;
    padding:16px;
    background:#fff;
}
.half_content{
    width:50%;
    padding:16px;
    background:#fff;
}
.procent80_content{
    width:80%;
    padding:16px;
    background:#fff;
}

#select-user{
    width:100%;
}
.mdc-select:not(.mdc-select--disabled) {
    background-color: #ffffff;
}
.mdc-text-field-helper-text-item{
    margin-top: -16px;
    margin-bottom: 16px;
    color: #b00020;
}
.redText{
    color: #b00020 !important;
}
.redBg{
    background-color: #b00020 !important;
}
.mdc-text-field-query{
    width:100%;
}
.mdc-text-field-description{
    width:100%;
}
#projectEditableName{
    display:none;
}














/* dataTables CSS modification & positioning */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0 !important;
    content: "" !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0 !important;
    content: "" !important;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    top: 12px !important;
    right: 8px !important;
    display: block !important;
    font-family: FontAwesome !important;
}
table.dataTable thead th.sorting:after {
    color: #ddd !important;
    font-size: 0.8em !important;
    padding-top: 0.12em !important;
    opacity: 0;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after{
    transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f062" !important;
    transform: rotate(0deg);
    opacity: 1;
}
table.dataTable thead th.sorting_desc:after {
    content: "\f062" !important;
    transform: rotate(180deg);
    opacity: 1;
}



.dataTables_wrapper .paginate_button{
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px;
    padding: 0 8px 0 8px;
//padding: 0 16px 0 16px;
//box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
//transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor:pointer;
margin:4px;

}

.dataTables_wrapper .paginate_button.disabled{
    cursor:default;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:active,
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background:#2196f3;
    color:#fff;
    box-shadow: inset 0 0 3px #2196f3;
    border:1px solid #2196f3;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:active i,
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover i
{
    color:#fff !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 8px 16px;
    height: 40px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    display:none;
}
.dataTables_paginate {
    text-align: right;
    padding: 16px 32px 16px;
}
.material-icons.mdc-list-item__graphic.mr-0{
    margin-right: 0px;
}
.dataTables_wrapper .dataTables_info{
    float: left;
    padding: 16px 32px 16px 16px;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    color:#616161;
    height: 36px;
    line-height: 2.25rem;
}
.mdc-data-table__row:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:rgba(0, 0, 0, 0.12);
}
.mdc-data-table__table thead tr{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color:rgba(0, 0, 0, 0.12);
    height: 52px;
}
.mdc-data-table__table thead tr th {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.0071428571em;
    text-decoration: inherit;
    text-transform: inherit;
    text-align: left;
}
.mdc-data-table__table tbody tr{
    border-top-width: 1px;
    border-top-style: solid;
    height: 52px;
    border-top-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__table tbody tr td  {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    background:#fff;
    color:rgba(0, 0, 0, 0.87);
    padding-right: 16px;
    padding-left: 16px;
}
body table.dataTable thead th,
body table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: normal;
}
body table.dataTable.display tbody tr.odd>.sorting_1,
body table.dataTable.display tbody tr.even>.sorting_1,
body table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
body table.dataTable.order-column.stripe tbody tr.even>.sorting_1
{
    background-color: #fff;
}
body table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top:1px solid rgba(0, 0, 0, 0.12);
}

#content_subheader{
    padding:16px;
}
.dataTables_search{
    float:left;
}
.dataTables_rowsPerPage{
    float:left;
    margin-top: 4px;
    margin-right: 30px;
}
.inputSearch{
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:auto;
}
.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    font-size: 0.875rem;
    display: inline-block;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
    background: url(https://image.flaticon.com/icons/svg/37/37808.svg) no-repeat;
    background-size: 20px auto;
    background-position: right center;
}

#add_user_btn,#project_edit_user_access{
    margin:8px 16px;
}

.col-md-2{
    width:16.66%;
    float:left;
}
.col-md-4{
    width:32.22%;
    float:left;
}
.col-md-6{
    width:50%;
    float:left;
}
.w100pc{
    width:100%;
}
.expectedText{
    height: 37px;
    line-height: 37px;
    padding: 0px 16px;
    color: rgba(0, 0, 0, .6);
}
#project_add_report #content{
    flex-direction:column;
}
.mdc-dialog--open .mdc-dialog__container {
    opacity: 1 !important;
}
.mdc-dialog .mdc-dialog__scrim{
    opacity: 1 !important;
}
#dataTableWrapper{
    display:none;
}
body .mdc-drawer .mdc-list-divider{
    margin-top:16px;
}
body .mdc-drawer .mdc-list-divider.mdc-list-divider-double{
    margin-top:32px;
}

.full-width .mdc-text-field,
.full-width .mdc-select{
    width:100%;
}

.half-width .mdc-text-field{
    width:calc( 50% - 4px );
}
.five-per-row .mdc-text-field{
    width:calc( 20% - 4px );
}
.form_footer{
    width:100%;
    margin: 16px auto;
}
.field-paramValue, .field-paramName{
    display:none;
}
.field-paramName-show{
    display:inline-flex;
}

#activateSearchActiveReports,
#activateSearchArhiveReports
{
    cursor:pointer;
}
#activateSearchActiveReports i,
#activateSearchArhiveReports i
{
    float:right;
    margin-top:4px;
    margin-right:0;
}
#hideDpoGlobalActions,
#showDpoGlobalActions,
#hideDpoProjectActions,
#showDpoProjectActions{
    float:right;
    margin-top:12px;
    margin-right:0;
    cursor:pointer;
}
#searchActiveReportsWrapper,
#searchArhiveReportsWrapper{
    margin-top:0;
    width:100%;
    background:white;
}
body .mdc-text-field.mdc-text-field-item.hidden,
#hideDpoGlobalActions.hidden,
#showDpoGlobalActions.hidden,
#hideDpoProjectActions.hidden,
#showDpoProjectActions.hidden,
#searchActiveReportsWrapper.hidden,
.activateSearchActiveReportsHide.hidden,
.activateSearchActiveReportsOpen.hidden,
#searchArhiveReportsWrapper.hidden,
.activateSearchArhiveReportsHide.hidden,
.activateSearchArhiveReportsOpen.hidden
{
    display:none;
}
#searchActiveReportsWrapper::before,
#searchActiveReportsWrapper::after,
#searchArhiveReportsWrapper::before,
#searchActiveReportsWrapper::after {
    background:white;
}
#content-wrapper{
    width:100%;
    max-width:100%;
}
body .dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: right;
    padding-top: 0.25em;
}




#sidebarDraggable {
    min-width:255px;
    max-width: 700px;
}
#sidebarDraggable {
    position: absolute;
    overflow: auto;
}
#sidebarDraggable .resizer-right {
    width: 8px;
    height: 100%;
    background:#f2f2f2;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: e-resize;
}
