

select.ulenco {
    cursor:pointer;
    appearance: none;
    border-radius: 2px;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: #0f74a8;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}

select.ulenco:hover + label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 10%;
    border-top: 1px solid red;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

select.ulenco + label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 0%;
    border-top: 1px solid red;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

select.ulenco:focus + label {
    width: 100%;
}

select.ulenco:hover
{
    appearance: auto;
}

select.ulenco:focus,
select.ulenco:valid {
    padding-top: 0px;
}

select.ulenco:valid + label {
    border-color: green;
}

select.ulenco:invalid {
    box-shadow: none;
}


input.ulenco {
    border-radius: 2px;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: #0f74a8;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}

input.ulenco::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ABC0AB;
    opacity: 0.5; /* Firefox */
}

input.ulenco:hover + label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 10%;
    border-top: 1px solid red;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

input.ulenco + label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 0%;
    border-top: 1px solid red;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

input.ulenco:focus + label {
    width: 100%;
}

input.ulenco:focus,
input.ulenco:valid {
    padding-top: 0px;
}

input.ulenco:valid + label {
    border-color: green;
}

input.ulenco:invalid {
    box-shadow: none;
}

/*input with label*/
input.ulencolabel {
    border-radius: 2px;
    margin: 0;
    border: none;
    height: 20px;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
    border-bottom: 1px solid rgba(0,0,0,.12);
}


input.ulencolabel:hover + #line  {
    display: block;
    position: relative;
    top: -1px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 10%;
    border-bottom: 1px solid green;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

input.ulencolabel + #line {
    display: block;
    position: relative;
    top: -1px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 0%;
    border-bottom: 1px solid green;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

input.ulencolabel:focus + #line {
    width: 100%;
}
/*input with label END*/

/*select with label*/
select.ulencolabel {
    border-radius: 2px;
    margin: 0;
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    border: none;
    height: 20px;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
    border-bottom: 1px solid rgba(0,0,0,.12);
}


select.ulencolabel:hover + #line  {
    display: block;
    position: relative;
    top: -1px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 10%;
    border-bottom: 1px solid green;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

select.ulencolabel + #line {
    display: block;
    position: relative;
    top: -1px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 0%;
    border-bottom: 1px solid green;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

select.ulencolabel:focus + #line {
    width: 100%;
}
/*select with label END*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0
    }
    .nav-md .container.body .col-md-3.left_col {
        display: block !important;
    }
    .nav-md .container.body .right_col {
        width: 100%!important;
        padding-right: 0 !important;
    }
    .right_col {
        padding: 10px !important;
        margin-left: 230px !important;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid #ffba03;
    /*border: 16px solid #f3f3f3; /* Light grey */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.notifyjs-corner {
    top: 45px !important;
}

.grid-stack-item-content {
    overflow-x:unset !important;
    overflow-y:unset !important;
}

.x_panel {
    background: #ffffff !important;
}

nav .nav>li>a {
    padding: 0px 15px 0px !important;
}

nav .toggle {
    padding-top: 0px !important;
}

nav .toggle a {
    padding: 5px 5px 5px;
    margin: 0;
    cursor: pointer;
}

.input_nounderline {
    border-bottom: 0px solid rgba(0,0,0,.12) !important;
}

.scrollbox::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}