body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 11px !important;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    background-color: #fafafa;
}
button{
    font-size: 11px !important;
}

.btn {
    font-size: 11px !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*ul{
    --icon-space : 1.3em;
    list-style: none;
    padding: 0;

}



li{

    padding-left: var(--icon-space);

}

li:before{
    content: '\f00c';
    font-family: fonAweSome;

}*/


.navbar-nav-side {
    margin: 7.5px -15px; 
    min-width: 88px;

/*    min-width: 180px;
*/    display: grid !important;
    /*padding: 5px;*/
    position: relative !important;
    width:contain !important;   
    
    padding: 10px;
}

.content-form {
    /* background: #7082ff36; */
    padding: 20px;
    padding-top: 20px;
    /*display: grid;*/
    border: solid 2px #dff0ff;
    border-radius: 10px;
    box-shadow: inset -3px -3px 0px rgb(8 3 222 / 25%);
}



.login-form {
    /* background: #7082ff36; */

    background: #fbfeff;
    padding: 20px;
    /*padding-top: 20px;*/
    /*display: grid;*/
    border: solid 2px #dff0ff;
    border-radius: 10px;
    box-shadow: inset -3px -3px 0px rgb(8 3 222 / 25%);
}


.content-form-header {
    /*background-clip: text;*/
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    font-weight: 700;
    /*font-size: 27px ;*/
    font-size: 17px;
    /*background-image: linear-gradient(18deg, #085090fc, #4158f26b);*/
    color: #085090fc;
    text-align: center;
}


.content-form-header4 {
    background-clip: text;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 13px;
    background-image: linear-gradient(18deg, #085090fc, #4158f26b);
    color: #00000000;
    text-align: left;
}


.content-form-header3 {
    background-clip: text;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-image: linear-gradient(18deg, #085090fc, #4158f26b);
    color: #00000000;
    text-align: left;
}


.content-form-header:before{
    display:block;
    width: 200px;
    height: 200px;
    background-image: url("images/MRflag40percent.png");
    background-repeat: no-repeat;
}


.content-form-header:after{
    display:block;
    width: 200px;
    height: 200px;
    background-image: url("images/UEflag40percen.png");
    background-repeat: no-repeat;
}

.container-form {
    padding-top: 23vh !important;
    display: flex;
    flex-direction: row;
}



.container-flex {
    padding: 1vh !important;
    display: flex;
    flex-direction: row;
}



.container-flex-bordered {

    border: dashed 1px #0094ff;
    border-radius: 3px;
    margin: 3vh !important;
    display: flex;
    flex-direction: row;
}




.container-grid {
    /*padding-top: 7vh !important;*/
    display: grid;
    grid-template: 'colapse colapse' ;
}
.main-form-flag-left {
    display: flex;
    width: 100px;
    height: 100px;  
    background-image: url("images/MRflag25percent.png") ;
    background-repeat: no-repeat;
}


.main-form-flag-right {
    display: flex;
    width: 100px;
    height: 1000px;
    background-image: url("images/UEflag25percen.png");
    background-repeat: no-repeat;
}

.content-head-form {
    display: flex;

    flex-direction: row;
    height: 200px;
}

footer{
    bottom: 0px  !important;
}

.action-btn {
    margin: 0 5px 0 5px;
    
}

.content-form-collapse {
    background-color: #dff0ff;
    border: solid 2px #dff0ff;
    border-radius: 10px;
    box-shadow: inset -3px -3px 0px rgb(8 3 222 / 25%);
}





.card {
    display: grid;
    border: solid 1px #dff0ff;
    border-radius: 10px;
    /*background-color: #dff0ff;*/
    background-color: #fff;
    /*width: 30vh;
    height: 30vh;*/
    /*background-image: linear-gradient(18deg, #fafafafc, #fffff6b);*/
    box-shadow: inset -3px -3px 0px rgb(8 3 222 / 48%);
    /*    margin: 5px;
    width: 200px;
    height: 150px;*/
    margin: 10px;
    width: 185px;
    height: 145px;
    box-shadow: inset -3px -3px 0px rgb(8 3 222 / 25%);
    padding: 10px !important;
}

.card-title {
    border-radius: 3px 3px;
    font-size: 15px;
    justify-content: center !important;
    padding: 10px 5px 5px 5px !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /*font-weight: 700;*/
    position: relative;
    /*background-color: #085090;*/
    /*background-image: linear-gradient(18deg, #085090fc, #4158f26b);*/
    /*background-image: linear-gradient(42deg, #00a55259, #0d44bc);*/
    /*background-color: #418cf1;*/
    text-align: center !important;
    color: #085090fc;
}

.card-content {
    display: grid !important;
    position: relative;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    color: #085090;
}

a.small-a {
    font-size: 12px !important;
}

.lead {
    /*font-size: 21px !important;*/
    font-size: 14px !important;
    /*background-clip: text;*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    /*font-size: 27px ;*/
    /*background-image: linear-gradient(18deg, #085090fc, #4158f26b);*/
    color: #085090fc;
    text-align: center;
}

.lead-medium {
    /*font-size: 21px !important;*/
    font-size: 11px !important;
    /*background-clip: text;*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    /*font-size: 27px ;*/
    /*background-image: linear-gradient(18deg, #085090fc, #4158f26b);*/
    color: #085090fc;
    text-align: center;
}

.strong-lead {
    /*font-size: 27px !important;*/
    font-size: 17px !important;
    /*background-clip: text;*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    /*background-image: linear-gradient(18deg, #085090fc, #4158f26b);*/
    color: #085090fc;
    text-align: center;
    line-height: 20px ;
}

/*span.fa.fa-eye.dtl-btn {*/
    /*text-decoration: line-through;*/
/*}

span.fa.fa-eye.dtl-btn:focus{
    text-decoration: line-through;
    font-weight:bolder;
    background-color: #085090fc;
    transform: scale(1.5);
   
}



.dtl-btn:hover {
    transform: rotate(-90deg);*/ 
    /*transform:scale(1.5);*/
/*}*/

ul {
    list-style: none ;
}

li.subfolder{
    list-style-image: url('images/plus.svg');
    
}


li:current {
    list-style-image: url('images/MRflag25percent.png')
}


.navbar-inverse {
    /*background-color: #5C679A;*/
    /*background-image: linear-gradient(41deg, #085090, #5467c2);*/
    /*background-image: linear-gradient(42deg, #00a55259, #064dea4d);*/
    background: #337ab7;
}

@media only screen and (min-width: 768px) {
    .navbar-inverse {
        min-height: 610px;
        height: auto;
    }
}


.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: initial;
    transition: background-color 0.3s ease;
}


    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #4A5687;
        color: white;
    }


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #4A5687;
    color: white;
}


.navbar-inverse .navbar-nav > .dropdown > a {
    color: white;
}


.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #5C679A;
    border: none;
    padding: 0;
}

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        color: white;
        padding: 5px 20px;
    }


        .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #4A5687;
            color: white;
        }


    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        /*background-color: #5C679A;*/
        background-color: #2e3d86;
        color: white;
    }


.navbar-inverse .navbar-nav .open > a {
    background-color: #4A5687;
    color: white;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #4A5687;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
     text-align: left !important; 
}


.pd-30 {
    padding: 30px !important;
}


.pd-10 {
    padding: 10px !important;
}