html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
select::-moz-expand {
    width:12px;
    border:none;
    background:#fff;
}


@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Bold.woff2') format('woff2'),
        url('./fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Black.woff2') format('woff2'),
        url('./fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('./fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('./fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('./fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('./fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Light.woff2') format('woff2'),
        url('./fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Italic.woff2') format('woff2'),
        url('./fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('./fonts/Lato-Hairline.woff2') format('woff2'),
        url('./fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-LightItalic.woff2') format('woff2'),
        url('./fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Regular.woff2') format('woff2'),
        url('./fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/FontAwesome.woff2') format('woff2'),
    url('./fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/FontAwesome.woff2') format('woff2'),
    url('./fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/FontAwesome.woff2') format('woff2'),
    url('./fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/FontAwesome.woff2') format('woff2'),
    url('./fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/FontAwesome.woff2') format('woff2'),
    url('./fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
    /*font-family: 'Noto Sans', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;*/
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-style: normal;
}




/************ pages CSS *************/

/* tooltip link */

.tip {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	color: #168fd8;
}
.tip-content{
	padding: 20px;	
}
/* tooltip content */

.tooltip h2 {
	font-size: 20px;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
	display:none;
}
.tooltip-inner {
    max-width: 500px !important;
    padding: 20px;
    /* If max-width does not work, try using width instead */
}
	
.vir_dashboard_container {
    /*padding: 30px;*/
    padding-bottom:30px;
    background: #fafafa;
}
.vir_dashboard_container h1 {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vir_dashboard_box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 230px;
}
.vir_dashboard_box {
    width: 22%;
    height: 160px;
    background: #f5f6fa !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 25px;
}
.vir_dashboard_box a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}
.vir_dashboard_box h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #2c2c2c;
}
.vir_dashboard_box img {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}

.vir_dashboard_content_wrapper{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 20px 25px 25px;
    margin-bottom: 15px;
}
span.vir_add_user_btn, input.vir_add_user_btn {
    width: 180px;
    height: 42px;
    background: #3C58B4;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 40px;
    border: none;
}
input.vir_add_user_btn{
	width: 180px !important;
	margin-bottom: 0;
}
.vir_dashboard_content_wrapper .discovery-result-results{
	display: inline-block;
}
.vir_user_action_box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.vir_user_action_box {
    margin-top: 40px;
}
.vir_user_select_wrapper {
/*    display: flex;
    align-items: center;
    justify-content: flex-start;*/
}
.vir_user_select_container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vir_user_select_box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-flow: wrap;
}
.vir_user_select_container .vir_user_select_box {
    margin-bottom: 0px;
}
.vir_user_select_box select {
    width: 350px;
    height: 30px;
    margin-right: 20px;
}
.vir_user_select_box select[size], .vir_user_select_box select[multiple]{
	height:230px !important;	
}

.vir_user_select_box input {
    width: 350px;
    height: 30px;
    margin-right: 20px;
}
span.vir_select_user_btn {
    width: auto;
    height: 30px;
    background: #EAF6FA 0% 0% no-repeat padding-box;
    border: 1px solid #3C58B4;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 8px;
}
.vir_user_edit_box {
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px #00000026;
    border-radius: 4px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 100px;
}
.vir_user_edit_box span {
    display: inline-flex;
    cursor: pointer;
    font-size: 20px;
}
.vir_back_strip {
    width: 100%;
    font-size: 13px;
    margin-bottom: 8px;
}
span.vir_back_btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
span.vir_back_btn img {
    margin-right: 8px;
    width: 6px;
}

.vir_table_wrapper th {
    font-size: 12px;
    line-height: 15px !important;
    color: #747474 !important;
    border-top: none !important;
    background: none !important;
    text-transform: capitalize;
}
.vir_table_wrapper td {
    font-size: 14px;
    line-height: 17px;
}
.vir_table_wrapper.item_list td {
    font-size: 12px;
    line-height: 1;
}
span.workf_status.pending {
    color: #CC5211;
}
span.workf_status.succes {
    color: #00a953;
}



table.table.permissions_table {
    width: 100%;
    max-width: 450px;
}
.vir_select_user_btn{
    margin-right: 15px;
}
span.vir_add_user_btn.vir_search_btn {
    margin-bottom: 0;
    height: 42px;
}
.vir_user_input_box h4 {
    font-size: 12px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: bold;
}
.vir_user_input_box p {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 5px;
    margin-top: 10px;
}
span.vir_add_user_btn.vir_add_item_list{
    margin-bottom: 0;
    margin-left:10px;
}
input.vir_add_user_btn.vir_add_item_list {
    margin: 0;
    margin-left:15px;
    width: 100px !important;
}
.vir_itemList_container {
    display: flex;
    justify-content: space-between;
}
.vir_itemList_filter_box {
    width: calc(100% - 330px);
}
.vir_itemList_action_box {
    width: 300px;
}
.vir_itemList_filter_box .vir_user_input_box {
    width: 22%;
    margin-right: 15px;
}
.vir_itemList_filter_box .vir_user_select_box select.form-control {
    width: 100%;
}
.vir_itemList_filter_box .vir_user_select_box input{
    width: 100%;
}

.vir_itemList_filter_box .vir_user_select_box input.autosuggestField{
    width: 100% !important;
}


.vir_uploadItem_box, .vir_permission_box {
    width: 100%;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px #0000001f;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.vir_itemList_action_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vir_itemList_action_box .vir_add_user_btn {
    height: 42px;
    margin-bottom: 0;
}
.vir_page_filter_container {
    background: #F5F5F5;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 12%);
    padding: 15px;
}
.vir_page_filter_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.vir_filter_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}
.vir_filter_box p{
    width: 120px;
    margin-right: 8px;
}
.vir_filter_box select{
    height: 42px;
    width: 100px;
}

.vir_filter_opt_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}
.vir_filter_opt {
    margin-right: 15px;
    font-size: 12px;
    color: #747474;
    display: flex;
    align-items: center;
}
.vir_filter_opt input{
    margin-right: 5px;
}
p.vir_upload_note {
    font-size: 12px;
    color: #CC5211;
    position: absolute;
}

.vir_pending_approval h3 {
    font-size: 14px;
    font-weight: bold;
}


.vir_mydspace span.vir_add_user_btn {
    margin-bottom: 0;
    margin-right: 15px;
}
.vir_mydspace span.vir_select_user_btn {
    width: 180px;
}
.vir_user_input_box textarea.form-control {
    width: 100%;
}

.vir_user_input_box select {
	width: auto;
	height: 42px;
	min-width: 200px;
	margin-right: 20px;
}

.vir_mydspace .vir_user_input_box .vir_user_input_box {
    width: 100%;
    max-width: 450px;
}

.vir_custom_modal_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vir_modal_content_box {
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    padding: 40px;
    position: relative;
}
span.vir_modal_close {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.vir_modal_content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 30px;
}
.vir_modal_content p {
    font-size: 13px;
    color: #505050;
}
span.vir_modal_btn {
    height: 42px;
    width: 80px;
    background: #3C58B4;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    float: right;
    margin-top: 15px;
}
.vir_auth_req p {
    font-size: 14px;
    line-height: 23px;
    color: #505050;
    margin-bottom: 20px;
    width: 100%;
    max-width: 75ch;
}
#selectEpersonForm select option{
	margin-top: 5px;
}
#page-wrapper {
    background: #fafafa;
}

a.main_link{
	padding: 10px;
    background: #1485c9;
    color: #ffffff;
    margin-top: 20px;
}
/*-----------error screen--------*/
.error_container{
	padding: 50px;
    text-align: center;
    background: #ffffff;
    line-height: 2;
}
/*Bootbox modal css*/
.bootbox.modal{
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.bootbox.modal .modal-content{
	box-shadow: none;
}
.bootbox.modal .modal-dialog{
	width: 450px;
	border-radius: 4px;
}
.bootbox.modal .bootbox-body{
	font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 30px 0 0 0;
    text-align: center;
}
.bootbox.modal .modal-body{
	padding-right: 20px;
}
.bootbox.modal .bootbox-close-button{
	font-size: 25px;
    opacity: 1;
    font-weight: 500;
    text-shadow: none;
}
.bootbox.modal .modal-footer{
	border-top:0;
}
.bootbox.modal .modal-footer button{
	height: 36px !important;
    width: 80px;
    background: #3C58B4;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

/*---------- jquery ui dialogue css*/
.ui-widget-content{
    border-radius: 5px !important;
    border: 0 !important;
}
.ui-draggable .ui-dialog-titlebar{
	background: #1586ca;
    color: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float: left;
	width: 100%;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: none;
    padding: 5px 10px;
    border-radius: 50px;
    float: left;
}
.ui-dialog .ui-dialog-buttonpane button.ok{
	background: #0067b8;
    color: #fff;
    float: right !important;
}
.vir_folder_level_title h4{
	font-size: 15px;
    font-weight: bold;
    color: #707070;
}
.not_found{
	padding: 30px 30px 30px 0;
}
#upload-form .vir_user_input_box input{
	width:auto;
}
.group-page-heading {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-device-width: 768px){
.vir_dashboard_box{
	width: 100%;
    margin-right: 0;
}
}

.captcha-image {
    height: 5rem;
    margin-top: 1rem;
    text-align:center;
}

.captcha-css {
    width: 100%;
}

.captcha-input {
    background: none !important;
    padding-left: 10px;
}