﻿* {
    font-family: 'SF';
}

html {
    background: #EFEFEF 0% 0% no-repeat;
}

body {
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    background: #EFEFEF 0% 0% no-repeat;
}

form {
    max-width: 644px !important;
    margin: 0 auto;
}

.background-image {
    background: url(/content/images/tlo.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}

.height100 {
    height: 100vh;
}

md-content {
    background: none;
}

.login-page {
    padding-top: 33vh;
}

.login-box {
    margin: 0 auto;
    width: 362px;
    background: #fff;
}

    .login-box h1 {
        text-align: left;
        font-size: 30px;
        letter-spacing: 0;
        color: #3E3E3E;
        opacity: 1;
    }

md-input-container.md-input-focused label {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: #FECC2F !important;
    opacity: 1;
}

md-input-container.md-input-focused .md-input {
    border-color: #FECC2F !important;
}

.mt-2 {
    margin-top: 35px !important;
}

.mt-1 {
    margin-top: 15px !important;
}

md-input-container {
    margin: 0;
}

.login-box p {
    font-size: 12px;
}

.layout-padding {
    padding: 15px;
}

a {
    color: #FECC2F;
}

.logo {
    background: url(/content/images/logo.svg) no-repeat;
    width: 107px;
    height: 48px;
    position: absolute;
    right: 50px;
    top: 20px;
}

.logo2 {
    background: url(/content/images/logo2.png) no-repeat;
    background-position-x: center;
    width: 100%;
    height: 54px;
    position: absolute;
    margin: 0 auto;
    top: -60px;
    background-size: 103px 54px;
}

.contact {
    background: url(/content/images/contact.png) no-repeat;
    width: 83px;
    height: 80px;
    margin: 0 auto;
    display:block;
    cursor:pointer;
}

.btn-block {
    margin-left: 0;
}

.btn-success {
    background: #FECC2F 0% 0% no-repeat padding-box;
    color: #000;
    letter-spacing: 0;
    color: #3E3E3E;
    font-size: 14px;
    font-family: 'SF Medium';
}

.black-font {
    color: #000;
}

.list {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #CCCCCC;
    opacity: 1;
    margin-left: 160px;
    margin-top: 74px;
    margin-right: 20px;
}

table th {
    font-family: 'SF Bold' !important;
    font-size: 10px !important;
    font-weight: bold;
    color: #000 !important;
    text-transform: uppercase;
}

table td {
    font-size: 12px !important;
    color: #000;
    opacity: 0.8;
}

    table td a {
        float: left;
    }

    table td .blue-font {
        float: left;
    }

.notifications {
    background: url(/content/images/notifications.svg) no-repeat;
    width: 20px;
    height: 20px;
    z-index:999999;    
}

.arrow_left {
    background: url(/content/images/left-arrow.svg) no-repeat -2px 0px;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: -2px;
    fill:#000;
}

.arrow_down {
    background: url(/content/images/arrow_down.svg) no-repeat -2px 0px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -2px;
}

.arrow_down_center {
    background: url(/content/images/arrow_down.svg) no-repeat -2px 0px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: -2px;
    display: block;
}

.user-menu {
    width: 234px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #707070;
    background-color: #ffffff;
    position: absolute;
    right: 25px;
    top: -30px;
    z-index: 999999;
}

    .user-menu ul {
        left: 0;
        top: .5em;
        border-radius: 10px;
        list-style: none;
        text-align: center;
        width: 200px;
        line-height: 30px;
        padding-left: 0px;
    }

        .user-menu ul li a {
            color: #3E3E3E !important;
            line-height: 33px;
            text-decoration: none;
        }


        .user-menu ul li {
            color: #015ca8;
            font-family: "SF";
            font-size: 16px;
            font-weight: 600;
            width: 200px;
            text-align: left;
            float: left;
            margin-left: 16px;
        }

.security-info {
    position: fixed;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 2em;
}

    .security-info .blue-font {
        float: none;
    }

    .security-info span {
        display: inline-block;
        margin-top: -20px;
        margin-left: 25px;
    }

.security {
    background: url(/content/images/security.svg) no-repeat 0 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-right: 0px;
    top: 12px;
}

.filter_list {
    background: url(/content/images/filter_list-24px.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.refresh_list {
    background: url(/content/images/refresh-24px.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.delete_list {
    background: url(/content/images/delete_forever-24px.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.delete_list_black {
    background-color: #000;
    -webkit-mask-image: url(/content/images/delete_forever-24px.svg);
    mask-image: url(/content/images/delete_forever-24px.svg);
    width: 25px;
    height: 25px;
    float: left;
}

.close-list {
    background: url(/content/images/close-24px-2.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.security-list {
    background: url(/content/images/security-24px.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.blue-font i {
    margin-right: 10px;
}

.blue-font {
    font-size: 14px;
    color: #1773E7 !important;
    float: right;
    text-align: left;
    font-family: 'SF Bold' !important;
    line-height: 25px;
}

.blue-font2 {
    color: #1773E7 !important;
}

.left-menu {
    width: 130px;
    background: #FFF 0% 0% no-repeat padding-box;
    max-height: 420px;
    position: absolute;
    top: 0px;
    left: 20px;
}

    .left-menu ul {
        margin-left: 0px;
        padding-left: 0px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 2px 2px 4px #CCCCCC;
    }

        .left-menu ul li i {
            margin: 0 auto;
            margin-top: 20px;
            display: block;
            margin-left: 53px;
        }

        .left-menu ul li span {
            display: block;
            float: left;
            width: 100%;
            font-weight: bold;
            font-family: 'SF Bold' !important;
            margin-top: 10px;
        }

.icon-print {
    background: url(/content/images/print-24px.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-refresh {
    background: url(/content/images/refresh-24px.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.time_icon {
    background: url(/content/images/time.png) no-repeat -7px -2px;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.close_icon {
    background: url(/content/images/close_item.png) no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    cursor: pointer;
}

.arrow_right_icon {
    background: url(/content/images/arrow_right.PNG) no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    cursor: pointer;
}

.icon-1 {
    background: url(/content/images/1.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-2 {
    background: url(/content/images/2.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-3 {
    background: url(/content/images/3.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-4 {
    background: url(/content/images/4.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-5 {
    background: url(/content/images/5.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-6 {
    background: url(/content/images/6.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}

.icon-circle {
    background: url(/content/images/circle-ok.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.icon-red-eye {
    background: url(/content/images/remove_red_eye-24px.svg) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.icon-dashboard {
    background: url(/content/images/dashboard-24px-2.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.icon-documents {
    background: url(/content/images/file_copy-24px-2.svg) no-repeat;
    width: 20px;
    height: 23px;
    float: left;
}

.icon-templates {
    background: url(/content/images/bookmarks-24px-2.svg) no-repeat;
    width: 20px;
    height: 23px;
    float: left;
}

.icon-users {
    background: url(/content/images/person-24px-3.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.icon-person {
    background: url(/content/images/person_add-24px.svg) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.icon-edit {
    background: url(/content/images/edit-24px.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.icon-notification {
    background: url(/content/images/notification_icon-24px.svg) no-repeat;
    width: 20px;
    height: 25px;
    float: left;
}

.icon-sign {
    background: url(/content/images/sign.svg) no-repeat;
    width: 25px;
    height: 24px;
    float: left;
}

.icon-sign-black {
    background: none;
    background-color: #000;
    -webkit-mask-image: url(/content/images/sign.svg);
    mask-image: url(/content/images/sign.svg);
    width: 25px;
    height: 25px;
    float: left;
}

.icon-assignment {
    background: url(/content/images/assignment_turned_in-24px.svg) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.icon-printshop {
    background: url(/content/images/local_printshop-24px.svg) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.icon-zoom {
    background: url(/content/images/zoom_out_map-24px.svg) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.icon-save {
    background: url(/content/images/save-24px.svg) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.icon-add {
    background: url(/content/images/add_circle-24px.svg) no-repeat;
    width: 59px;
    height: 59px;
    float: left;
}

.icon-file {
    background: url(/content/images/baseline-insert_drive_file-24px.svg) no-repeat;
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
}

.left-menu ul li {
    background: #FFF 0% 0% no-repeat padding-box;
    display: block;
    height: 105px;
    width: 130px;
    text-align: center;
    border: 1px solid #ECECEC;
    font-size: 12px;
    font-family: 'SF Bold' !important;
    cursor: pointer;
}

    .left-menu ul li:hover {
        background: #FECC2F 0% 0% no-repeat padding-box;
    }

.active {
    background-color: #FECC2F !important;
}

h3 {
    text-align: left;
    font-family: 'SF Bold' !important;
    letter-spacing: 0px;
    color: #3E3E3E;
    font-size: 18px;
    opacity: 0.8;
    line-height: 35px;
}

.footer {
    background: #EFEFEF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 12px #00002C;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    text-align: center;
}

.btn-default {
    background: none;
    border: none;
}

    .btn-default span {
        background: #FECC2F 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #CCCCCC;
        border-radius: 20px;
        opacity: 1;
        float: left;
        padding: 8px 15px;
        margin-top: 10px;
        letter-spacing: 0px;
        color: #3E3E3E;
        opacity: 1;
        font-family: 'SF Bold' !important;
        font-size: 14px;
    }

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background: none;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    border-bottom: 1px solid #BCBCBC;
    text-align: center;
}

md-dialog form {
    max-width: 100% !important;
    width: 100%;
}

.md-toolbar-tools {
    justify-content: center;
}

h4 {
    font-size: 16px;
    font-family: 'SF Bold' !important;
    float: left;
}

.btn-createuser-avatar {
    border: 1px dashed #3E3E3E;
    opacity: 1;
    width: 100%;
    height: 135px;
    margin: 0 auto;
    font-size: 14px;
    color: #1773E7 !important;
    font-family: 'SF Bold' !important;
    background: #fff !important;
}

.md-button, .md-button.md-default-theme:not([disabled]).md-focused, .md-button:not([disabled]).md-focused, .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background: #FECC2F 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #CCCCCC;
    opacity: 1;
}

.md-datepicker-button, .md-datepicker-triangle-button {
    background: none !important;
    box-shadow: none !important;
}

.md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: #000;
}

md-dialog-actions {
    margin-left: 0;
    padding-left: 0;
}

.document h3 {
    color: #000;
}

.document .blue-font {
    float: left;
}

.document .page-filter .blue-font {
    margin-right: 20px;
    float: right;
}

.frame-table table {
    overflow: visible;
}

    .frame-table table tbody tr {
    }

    .frame-table table.md-table td.md-cell {
        border: none;
    }

.pdfpreview {
    display: inline;
}

.centerElement img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pdf-controls button {
    background-color: #3c8dbc;
    border-color: #367fa9;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
}

.background-row {
    background: #fff;
}

.table-name tr td {
}

.background-gray2 {
    background: transparent !important;
    z-index: 102;
}


.background-gray {
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.5;
    position: absolute;
    height: 200vh;
    width: 100%;
    top: -200px;
    left: 0;
    z-index: 101;
}

.background-pdf {
    z-index: 103;
    position: absolute;
    left: 30%;
    width: 600px;
}

.user-login {
    position: absolute;
    right: 35px;
    top: -50px;
    text-align: left;
    font-family: 'SF Medium';
    letter-spacing: 0px;
    color: #3E3E3E;
}

.username {
    font-size: 14px;
    font-family: 'SF Medium';
    letter-spacing: 0px;
    color: #3E3E3E;
}

.validation-error {
    color: #fe0000;
}

.box {
    min-height: 100px;
    margin-left: 20px;
    padding: 0 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
}

.box h4 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'SF Bold' !important;
}

.box h5 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0.75em 0;
    font-family: 'SF Bold' !important;
}

.box .small-center span {
    float:left;
    font-size: 18px;
    text-align:left;
}

.box .small-center div {
    width: 50px;
    text-align: left;
    position: absolute;
    margin-top: -80px;
    margin-left: 95px;
}

.box .small-center {
    width:150px;
    text-align:left;
    margin: 0 auto;
    padding-right:30px;
}

.box .btn-success {
    width: 50%;
    margin: 0 auto;
    float: none;
    display: block;
}

.box ul {
    margin-top: 0em;
    display: block;
    max-height: 200px;
    overflow: auto;
    margin-left: 0px;
    padding-left: 0;
}

.box p {
    font-family: 'SF Medium';
    font-weight: bold;
    margin-top: 2em;
}

.box ul li:first-child {
    margin-top:0em;    
}
    
.box ul li {
    margin-top: 1em;
    display: list-item;
    list-style: inside;
    display: list-item;
    margin-left: 0em;
}

.text-right {
    text-align: right;
    margin-right: 20px;
}

.options a {
    margin-left: 20px;
    cursor: pointer;
}

.options .blue-font i {
    margin-right: 5px;
}

.limit-select {
    display: none;
}

.right {
    float: right;
}

a {
    cursor: pointer;
}

._md-datepicker-floating-label {
    margin-left: -25px;
}

.notshow {
    display: none;
}

.center {
    text-align: center;
}

    .center .btn-default {
        margin: 0 auto;
    }

.page-filter md-input-container {
    width: 70%;
}

.page-filter .md-datepicker-input-container {
    width: 70%;
}

.no-label label {
    display: none;
}

.md-chips md-chip {
    height: 19px;
    border-radius: 10px;
    border: 1px solid #015ca8;
    background: #fff;
    color: #015ca8;
    font-family: "SF";
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    top: 25px;
    position: relative;
}

md-chips {
    position: absolute;
}

md-autocomplete {
    position: absolute;
    left: 0;
    top: -5px;
    border-bottom: 1px solid #BCBCBC;
    min-width: 300px;
}

.md-chips md-chip .md-chip-remove md-icon {
    top: 25%;
}

.md-chips.md-default-theme md-chip md-icon, md-chips md-chip md-icon {
    color: #015ca8;
}

.md-chips.md-default-theme .md-chips.md-focused, md-chips .md-chips.md-focused {
    box-shadow: none;
}

.notification {
    background: url(/content/images/notification.png?v=1) no-repeat;
    width: 26px;
    height: 32px;
    float: left;
    margin-top: -0.5em;
    margin-right: 1.5em;
}

.notification_right {
    background: url(/content/images/notification.png?v=1) no-repeat;
    width: 26px;
    height: 32px;
    float: right;
    margin-top: -0.5em;
}

.notification span {
    background-color: #2DC76D;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin-left: 21px;
}

.no-border table.md-table td.md-cell {
    border: none;
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background: #fefefe;
    color: #000;
}

.payment-success {
    padding: 20px;
}

.file-upload-document {
    position: absolute;
    top: 50px;
    z-index: 99999;
    margin-left: 15px;
}

.md-toast-content p {
    float: left;
    width: 100%;
    display: block;
}

.md-toast-content li {
    list-style: none;
}

.md-toast-content ul {
    padding-left: 0,
}

.height50 {
    height: 150px;
    margin: 0 auto;
    margin-top:20px;
}

.border-bottom {
    line-height: 45px;
    border-bottom: 1px solid #BCBCBC;
    margin-top: 1em !important;
}

.packages .md-cell input {
    min-height: 40px;
}

.btn-blue-color {
    background: #1773E7;
    color: #fff !important;
}

md-toast {
    position: absolute;
    right: 12em !important;
    top: -4.5em !important;
    padding:0;
    margin:0;
}

md-toast .md-toast-content {
    border: 1px solid #000;
    color:#000 !important;
    max-height:none;
    margin: 0;
    padding: 0;
}

md-toast .md-toast-content p a, md-toast .md-toast-content p {
    color:#000 !important;
}

md-toast .md-toast-content p {
    border-bottom: 1px solid #ccc;
    padding:5px;
    min-height:30px;
    display:block;
    margin-top:10px;
}

md-toast .md-toast-content ul {
    margin-top:0em;
    margin-left:0;
    padding-left:0;
    width:300px;
}

md-toast .md-toast-content ul li {

}

.top-icons {
    position:absolute;
    margin-top:-25px;
    display: block;
    width:300px;
    padding-right:5px;
}


.clr {
    clear:both;
}


.copyright {
    position:absolute;
    bottom:25px;
    left:20px;
}


.only-mobile {
    display:none;
}

@media (max-width: 500px) {
    .logo2 {
        left:0;
        width:135px;
        margin-left:0px;
    }

    .copyright {
        display:none;
    }

    .page-filter a {
        display:none;
    }

    .page-filter md-input-container {
        width:100px;
        margin-left:20px;
    }

    .md-dialog-content {
        max-width:300px;
    }

    md-dialog form {
        width: auto !important;
        max-width: none !important;
        min-width: initial !important;
    }

    .not-mobile {
        display:none;
    }

    .background-gray {
        width:800px;
    }

    .document .blue-font {
        text-align:center;
    }

    .add-document .layout-row, .add-document .layout-row > .flex-25, .add-document .layout-row > .flex-75, .add-document .layout-row > .flex-30, .add-document .layout-row > .flex-90, .add-document .layout-row > .flex-15 {
        flex: none !important;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .add-document .offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
        margin-left:0;
    }

    .contact {
        display:none;
    }

    .list {
        margin-left:95px;
    }

    .left-menu {
        width:70px;
    }

    .left-menu ul li{
        width: 20px !important;
        border:none;
    }

    .left-menu ul li span{
        display:none;
    }

    .left-menu ul li i {
        margin-left:25px;    
    }

    .only-mobile {
        display: block !important;
    }

    .left-menu .blue-font {
        font-size: 6px !important;
    }

    table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
        padding: 0 0px 0 0;
    }

    .padding-mobile table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), .padding-mobile table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
        padding: 0 20px 0 0;
    }

    table.md-table th.md-column {
        white-space: normal;
    }

    body {
        width: 100%;
        height: 100%;
        overflow: hidden;
        touch-action: pan-y, pan-x;
    }

    .dialog-sign {
        margin-top:0px !important;
    }
}

@media (max-width: 900px) {
    body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        touch-action: pan-y, pan-x;
    }

    .dialog-sign {
        margin-top: 0px;
    }

    .left-menu {
        display:none;
    }

    .list {
        margin-left: 20px;
    }
 /*   .signer {
        margin-top: 0px !important;
    }

    .padding-mobile table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), .padding-mobile table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
        padding: 0 20px 0 0;
    }

    .padding-mobile thead {
        height:20px !important;
    }

    table.md-table thead.md-head > tr.md-row {
        height: 20px !important;
    }

    thead.md-table-progress {
        height: 0px !important;
    }

    .padding-mobile {
        margin-top:-20px;
    }

    .center {
        margin-top:-30px;
    }

    .layout-padding {
         padding:0 !important;
    }

    .title-list {
        margin-left:10px;
    }*/
}


.not-mobile md-table-container {
    overflow-x: hidden;
}

.not-mobile table td {
    white-space: nowrap;
}

.left-menu .blue-font{
    font-size:10px;
}

.wrapper-guest .list {
    margin-left:20px !important;
}

.wrapper-guest .flex-15 {
    max-width:100%;
}

.wrapper-guest .flex-50 {
    max-width: 100%;
}

.wrapper-guest .page-filter md-input-container {
    width:100% !important;
}

.padding-mobile {
    margin-left:20px;
    height:auto !important;
}

.signer {
    margin-top:20px;
}

.signer .blue-font {
    float: none;
    margin: 0 auto;
}

.dialog-sign md-dialog md-dialog-content {
    overflow:hidden;
}