﻿body {
    font-size: 11px !important;
    color: #555;
}
/*LogIn INI*/
.fullscreen {
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.privacy {
    padding-top: 0;
    font-size: 13px;
}

    .privacy a {
        text-decoration: underline;
        color: white;
        font-weight: 300;
    }

.logoLogin {
    margin: 100px 0 40px 0;
}

    .logoLogin img {
        width: 150px;
        height: 37px;
    }

.checkbox {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        display: inline-block;
    }

    .checkbox.show:before {
        content: '\e013';
        color: #1f96e0;
        font-size: 17px;
        margin: 1px 0 0 3px;
        position: absolute;
        pointer-events: none;
        font-family: 'Glyphicons Halflings';
    }

    .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 2px solid #1f96e0;
        background-color: #fff;
        vertical-align: middle;
        display: inline-block;
    }

    .checkbox .label {
        color: #fff;
        font-size: 13px;
        font-weight: normal;
    }

.landing h1 {
    font-size: 44px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.67);
    margin: 30px 0 30px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.landing p, .landing h2 {
    color: #fff;
}

.landing-text {
    margin-bottom: 20px;
}

    .landing-text p {
        font-size: 17px !important;
    }

.signup-header {
    margin: 150px 0 100px;
    /*background: rgba(255,255,255,0.2);*/
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

    .signup-header h3 {
        padding: 20px 0 10px;
        color: white;
        font-weight: 300;
    }

    .signup-header p {
        color: white;
    }

.form-title {
    font-size: 22.4px;
}
.form-header input {
    position: relative;
    padding: 5px 15px;
}

.datetimepicker {
    max-width:fit-content;
}

.form-header .form-control {
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    height: 55px;
}

.form-header .btn {
    border-radius: 0;
    height: 55px;
    width: 100%;
    background-color: #80C41C;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    .form-header .btn:hover {
        background-color: #1f96e0;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }
/*LogIn FIN*/
*:focus {
    outline: none !important;
}

.layout-part {
}

    .layout-part.layout-content,
    .layout-part.layout-content-view {
        margin: 15px;
        margin-top: 20px;
        padding: 10px;
        background-color: #fff;
        padding-bottom: 45px;
    }

    .layout-part.layout-oneview {
        margin: 40px;
        margin-top: 30px;
        padding: 10px;
        background-color: #fff;
        border: 0px solid red;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.18);
    }

        .layout-part.layout-oneview > .layout-content {
            position: relative;
            min-height: 80px;
        }

.invisible {
    display: none;
}

.layout-part .layout-row {
    margin: 1px;
    padding: 2px;
}

.salto {
    height: 0px;
    visibility: hidden;
    margin: 0 !important;
    border: none;
}

.layout-part .layout-row .grid-content {
    min-height: 90px;
    position: relative;
}


.layout-part .layout-row.layout-tbar {
}

.layout-part .layout-row.layout-top-bar {
    padding: 4px;
    border-radius: 2px;
}

.layout-part .layout-row.layout-filter {
}

.layout-part .layout-row.layout-view {
}

.layout-part .layout-row .group-bar {
}

.layout-part .layout-row.oneview-header {
    border-bottom: 1px solid #DDDDDD;
    height: 63px;
}
/*(max-width: 768px) (max-width: 480px), (max-width: 600px)*/
@media (max-width: 767px) {
    .layout-part.layout-content {
        margin: 4px;
        margin-top: 62px;
        padding: 2px;
    }

    .layout-part.layout-content-view {
        margin: 4px;
        margin-top: 4px;
        padding: 2px;
    }

    .layout-part .layout-row.layout-tbar,
    .layout-part .layout-row.layout-filter {
        background-color: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        margin: 0px;
        z-index: 1;
    }

    .layout-part .layout-row.layout-tbar {
        top: 50px;
        z-index: 2;
    }

    .layout-part .layout-row.layout-filter {
        top: 91px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
    }

    .layout-part .layout-row.layout-view {
    }

    .layout-part.layout-oneview {
        margin: 4px;
    }

        .layout-part.layout-oneview .layout-row .btn-material {
            margin-right: 0px !important;
        }

        .layout-part.layout-oneview .layout-row .title-long {
            max-width: 100% !important;
        }

        .layout-part.layout-oneview .layout-row.oneview-header {
            height: unset;
        }

            .layout-part.layout-oneview .layout-row.oneview-header .oneview-part {
                display: block !important;
            }

                .layout-part.layout-oneview .layout-row.oneview-header .oneview-part.right {
                    float: unset;
                    margin-top: 20px;
                    text-align: center;
                }
}

@media (min-width: 768px) {
}


/*ui*/
.top-popup {
    position: absolute;
    padding: 8px;
    top: 0;
    left: 50%;
    margin-left: -45px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,.4);
}

    .top-popup > .text {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        display: block;
        text-align: center;
    }

    .top-popup.default {
        background-color: #dadada;
    }

        .top-popup.default > .text {
            color: rgba(0, 0, 0, 0.25);
        }



    .top-popup.success {
        background-color: #22bd33;
    }

    .top-popup.warning {
        background-color: #bcd003;
    }

    .top-popup.danger {
        background-color: red;
    }

    .top-popup.timer-popup {
        min-width: 95px;
    }


        .top-popup.timer-popup > .text {
            font-stretch: expanded;
            -webkit-transform: scale(1,2);
            transform: scale(1,2);
            -webkit-transform: scale(1,2);
            -moz-transform: scale(1,2);
            -ms-transform: scale(1,2);
            -o-transform: scale(1,2);
        }

@media (max-width: 480px) {
    .top-popup {
        top: 0;
        right: 0;
        margin-left: unset;
        left: unset;
    }
}


/*layout*/

.layout-oneview {
    color: #545454;
}

    .layout-oneview .center {
        text-align: center;
    }

    .layout-oneview .title2 {
        font-size: 13px;
        font-style: italic;
    }

    .layout-oneview .title {
        font-size: 14px;
        font-weight: bold;
    }

    .layout-oneview .title-it {
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
    }

    .layout-oneview .param-small {
        font-size: 12px;
    }

    .layout-oneview .param-medium {
        font-size: 14px;
    }

    .layout-oneview .title-long {
        font-size: 20px;
        color: #00468C;
    }

    .layout-oneview .param-small,
    .layout-oneview .param-medium,
    .layout-oneview .title-long {
        margin: 0px;
        padding: 3px;
    }


.oneview-part {
    border: 0px solid aqua;
    width: auto;
    display: block;
}

    .oneview-part.left {
        display: inline-block;
    }

    .oneview-part.right {
        float: right;
    }

.widgets {
    padding: 0px;
    position: relative;
    list-style: none;
    display: inline-block;
}

    .widgets > li {
        display: inline-block;
        vertical-align: top;
    }

    .widgets .widget {
        border: 2px solid #4c72ff;
        position: relative;
        border-radius: 100px;
        display: inline-block;
        height: 50px;
        width: 50px;
        bottom: 5px;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        /* background-color: red; */
    }

        .widgets .widget .value {
            position: absolute;
            font-weight: bold;
            width: 100%;
            font-size: 16px;
            margin-top: 6px;
        }

        .widgets .widget .text {
            position: absolute;
            bottom: 3px;
            display: block;
            left: 0;
            width: 100%;
            text-align: center;
        }

.list {
    padding: 8px;
    margin: 0px;
    list-style: none;
    text-align: left;
    width: auto;
    display: inline-block;
    max-width: 500px;
}

    .list > li {
        vertical-align: middle;
        padding: 5px;
    }

        .list > li label {
            font-size: 14px;
            text-align: justify;
        }

            .list > li label > input {
                vertical-align: sub;
            }

@media (max-width: 480px) {
    .list {
        max-width: 100%;
    }
}

.list-view {
    border: 0px solid red;
    text-align: left;
    display: table;
    width: 100%;
    border-collapse: separate;
}

    .list-view > .list-item {
        border: 0px solid blue;
        text-align: left;
        display: table-row;
    }

        .list-view > .list-item.active {
            background-color: #0055af !important;
            color: white !important;
        }

            .list-view > .list-item.active .cell-btn {
                color: white !important;
            }

        .list-view > .list-item .item-section {
            padding: 1px;
            border: 0px solid aqua;
            display: table-cell;
            vertical-align: middle;
            border-bottom: 1px solid #dadada;
            padding: 3px;
        }

            .list-view > .list-item .item-section.thumb {
                width: 100px;
                height: 100px;
            }

                .list-view > .list-item .item-section.thumb .thumbmail-img {
                    margin: 1px;
                    display: inline-block;
                    background-color: transparent;
                    width: 100%;
                    height: 100%;
                }

                    .list-view > .list-item .item-section.thumb .thumbmail-img img {
                        width: 100%;
                        height: 100%;
                    }

            .list-view > .list-item .item-section.right-actions {
                text-align: center;
                width: 100px;
            }

                .list-view > .list-item .item-section.right-actions a {
                    display: block;
                    margin-top: 4px;
                    margin-bottom: 4px;
                    min-width: 50px;
                }

        .list-view > .list-item:hover {
            background-color: #dadada;
        }

    .list-view > .list-item {
        background-color: #fff;
    }

        .list-view > .list-item:nth-child(odd) {
            background-color: #F7F8E0;
        }

.view-content {
    border: 0px solid red;
    display: block;
    width: 100%;
}

    .view-content .view-row {
        border: 0px solid red;
        display: block;
    }

        .view-content .view-row .view-part {
            border: 0px solid red;
            display: block;
            vertical-align: top;
        }

        .view-content .view-row .viewer {
            display: none;
        }

        .view-content .view-row .resources {
        }

    .view-content.in {
        display: table;
    }

        .view-content.in .view-row {
            display: table-row;
        }

            .view-content.in .view-row .view-part {
                display: table-cell;
            }

            .view-content.in .view-row .viewer {
                width: 60%;
                padding: 2px;
                position: relative;
                height: 300px;
            }

                .view-content.in .view-row .viewer > .frame-viwer {
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                    padding: 3px;
                    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
                    background-color: black;
                }

                    .view-content.in .view-row .viewer > .frame-viwer iframe {
                        width: 100%;
                        height: 100%;
                        border: 0px;
                        position: absolute;
                    }

            .view-content.in .view-row .resources {
                width: 40%;
            }

                .view-content.in .view-row .resources > .grid-content {
                    min-height: 400px;
                    max-height: 400px;
                    overflow-x: auto;
                }

    .view-content .view-info {
        background-color: rgba(255,255,255,0);
        position: absolute;
        width: 100%;
        padding: 10px;
    }

        .view-content .view-info * {
            color: #fff;
            display: block;
        }

    .view-content .view-file-info {
        color: #fff;
    }

    .view-content .view-thumb {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -64px;
        margin-left: -64px;
    }

    .view-content .view-buttons {
        background-color: rgba(255,255,255,0);
        position: absolute;
        width: 100%;
        bottom: 20px;
        text-align: center;
    }

@media (max-width: 480px) {
    .view-content.in .view-row .viewer {
        display: block;
        width: 100%;
        height: 300px;
    }

    .view-content.in .view-row .resources {
        display: block;
        width: 100%;
    }

        .view-content.in .view-row .resources > .grid-content {
            min-height: unset;
        }

    .list-view > .list-item .item-section.right-actions {
        text-align: center;
        width: 50px;
    }
}

.view-section {
    position: relative;
}

.input-search {
    border: 1px solid #c3c3c3;
}

    .input-search:hover {
        border: 1px solid #8ca8cc;
    }

    .input-search > .input {
        border: 0px solid #f1f1f1;
        border-radius: 0px;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .input-search > .input-group-btn > .btn-search {
        border: 1px solid #f1f1f1;
        color: #000;
        background-color: #fff;
        border-radius: 0px;
    }

.ui-grid,
.static-grid {
    width: 100%;
    background-color: #F7F8E0;
}

    .ui-grid > thead > tr,
    .static-grid > thead > tr {
        border-bottom: 1px solid #CCCCCC;
    }

    .ui-grid > tbody > tr,
    .static-grid > tbody > tr {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

        .ui-grid > tbody > tr > td,
        .static-grid > tbody > tr > td {
            padding: 8px 4px 8px 4px;
            word-break: break-all;
        }

    .ui-grid > thead > tr > th,
    .static-grid > thead > tr > th {
        padding: 10px 4px 4px 4px;
        vertical-align: bottom;
    }

    .ui-grid > tbody > tr:hover a,
    .ui-grid > tbody > tr:hover,
    .static-grid > tbody > tr:hover a,
    .static-grid > tbody > tr:hover {
    }

    .ui-grid > tbody tr:nth-child(odd),
    .static-grid > tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .ui-grid > tbody tr:nth-child(even),
    .static-grid > tbody tr:nth-child(even) {
    }

    .ui-grid > tbody > tr:hover,
    .static-grid > tbody > tr:hover {
        background-color: #dadada;
    }

    .ui-grid .cell-command,
    .static-grid .cell-command {
        min-width: 150px;
        padding: 0px;
        padding-right: 5px;
    }

        .ui-grid .cell-command a,
        .static-grid .cell-command a {
            text-decoration: none;
        }

    .ui-grid .cell-center,
    .static-grid .cell-center {
        text-align: center;
    }

    .ui-grid .cell-right,
    .static-grid .cell-right {
        text-align: right;
    }

    .ui-grid .cell-left,
    .static-grid .cell-left {
        text-align: left;
    }

    .ui-grid .cell-fill,
    .static-grid .cell-fill {
        padding: 2px;
    }

    .ui-grid .cell-vmidle,
    .static-grid .cell-vmidle {
        vertical-align: middle;
    }

    .ui-grid .cell-btn,
    .static-grid .cell-btn,
    .list-view .cell-btn {
        text-align: center;
        min-width: 25px;
        display: inline-block;
        color: #0072d4;
        border-radius: 100px;
        padding: 5px 8px;
        margin: 0px;
        text-decoration: none;
    }

        .ui-grid .cell-btn:hover,
        .static-grid .cell-btn:hover,
        .list-view .cell-btn:hover {
            background-color: #0055af;
            color: #fff !important;
        }

        .ui-grid .cell-btn:after,
        .static-grid .cell-btn:after {
            content: attr(data-text);
        }

    .ui-grid .inactive, .ui-grid .inactive .cell-link,
    .static-grid .inactive, .ui-grid .inactive .cell-link {
        color: #e60e0e;
    }

    .ui-grid .active, .ui-grid .active .cell-link,
    .static-grid .active, .ui-grid .active .cell-link {
        color: #337ab7;
    }

    .grid-content .grid-rows,
    .static-grid .grid-rows {
    }

        .grid-content .grid-rows .count,
        .static-grid .grid-rows .count {
            font-weight: bold;
        }

.progress {
    height: 10px;
    margin-bottom: 0px;
}

.ui-grid .cell-widget,
.static-grid .cell-widget {
    /*background-color:#c3c3c3*/
    font-size: 12px !important;
}

    .ui-grid .cell-widget .text,
    .static-grid .cell-widget .text {
    }

    .ui-grid .cell-widget .title,
    .static-grid .cell-widget .title {
        color: #0055AF;
        font-size: 16px;
        font-weight: bold;
    }

    .ui-grid .cell-widget .labels,
    .static-grid .cell-widget .labels {
        margin-bottom: 0px;
        color: #999999;
        display: inline-block;
        list-style: none;
        padding: 0;
        font-size: 12px !important;
    }

        .ui-grid .cell-widget .labels li,
        .static-grid .cell-widget .labels li {
            display: inline-block;
        }

        .ui-grid .cell-widget .text,
        .static-grid .cell-widget .text,
        .ui-grid .cell-widget .title,
        .static-grid .cell-widget .title,
        .ui-grid .cell-widget .labels,
        .static-grid .cell-widget .labels,
        .ui-grid .cell-widget .labels li,
        .static-grid .cell-widget .labels li {
            margin: 3px;
        }


            .ui-grid .cell-widget .labels li.separator,
            .static-grid .cell-widget .labels li.separator {
                font-weight: bold;
                color: #7F7F7F;
            }

.colx-1 {
    width: 8.33333333%;
}

.colx-2 {
    width: 16.66666667%;
}

.colx-3 {
    width: 25%;
}

.colx-4 {
    width: 33.33333333%;
}

.colx-5 {
    width: 41.66666667%;
}

.colx-6 {
    width: 50%;
}

.colx-7 {
    width: 58.33333333%;
}

.colx-8 {
    width: 66.66666667%;
}

.colx-9 {
    width: 75%;
}

.colx-10 {
    width: 83.33333333%;
}


/*ui-grid as listview*/
@media (max-width: 480px), (max-width: 768px) {

    .colx-1,
    .colx-2,
    .colx-3,
    .colx-4,
    .colx-5,
    .colx-6,
    .colx-7,
    .colx-8,
    .colx-9,
    .colx-10 {
        width: unset;
        display: block;
    }

    .layout-part .layout-row .grid-content {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        border: 0px solid #CCCCCC;
        min-height: 10px;
    }

    .ui-grid {
        width: 100%;
        margin-top: 5px;
    }

        .ui-grid > tbody > tr > td {
            padding: 3px;
        }

        .ui-grid thead {
            display: none;
        }

        .ui-grid tr {
            display: block;
            border-bottom: 1px solid #ddd;
        }

        .ui-grid td {
            display: block;
            text-align: right;
        }

            .ui-grid td:last-child {
                padding-bottom: 2px;
                padding-top: 5px;
            }

            .ui-grid td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                padding-right: 3px;
            }

        .ui-grid .cell-center {
            text-align: right;
        }

        .ui-grid .cell-btn,
        .static-grid .cell-btn {
            font-size: 12px;
        }

        .ui-grid > tbody > tr:hover,
        .static-grid > tbody > tr:hover {
            background-color: unset;
        }

        .ui-grid .cell-command,
        .static-grid .cell-command {
            background-color: #EBEBEB;
        }
}

.ui-tbar {
    display: block;
    height: 35px;
    position: relative;
    right: 0;
    left: 0;
    border-bottom: 1px solid #8EBB37;
}

    .ui-tbar > .tbar-contet {
        display: inline-block;
    }

        .ui-tbar > .tbar-contet .title {
            display: inline-block;
            padding: 0px;
            padding-top: 6px;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 18px;
            color: #093071;
        }

        .ui-tbar > .tbar-contet .btn-tbar {
            margin-top: 2px;
            margin-bottom: 2px;
            min-width: 80px;
        }

            .ui-tbar > .tbar-contet .btn-tbar:last-child {
                margin-right: 2px;
            }


        .ui-tbar > .tbar-contet.left {
            float: left;
        }

        .ui-tbar > .tbar-contet.right {
            position: absolute;
            color: #fff;
            right: 0;
        }

    .ui-tbar .navbar-toggle {
        padding: 5px 10px;
        color: #fff;
        background-color: #fff;
        float: none;
        min-width: 10px !important;
        text-align: right;
        color: #000;
    }

        .ui-tbar .navbar-toggle .glyphicon {
            padding-right: 0px;
        }


    .ui-tbar > .tbar-contet .btn-tbar .btn-text-new:after {
        content: "Nuevo";
    }

    .ui-tbar > .tbar-contet .btn-tbar .btn-text-return:after {
        content: "Regresar";
    }

    .ui-tbar > .tbar-contet .btn-tbar .btn-text-add:after {
        content: "Agregar";
    }


@media (max-width: 767px) {
    .ui-tbar {
        border-bottom: 0px;
        margin: 5px;
    }

        .ui-tbar .btn-tbar {
            background-color: transparent;
            color: #3E4759;
            border: 0px;
            padding: 8px;
            font-size: 17px;
            min-width: 5px !important;
            margin: 0px !Important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            line-height: normal !important;
        }

        .ui-tbar > .tbar-contet .btn-tbar .btn-text-new:after,
        .ui-tbar > .tbar-contet .btn-tbar .btn-text-return:after,
        .ui-tbar > .tbar-contet .btn-tbar .btn-text-add:after {
            content: "";
        }

        .ui-tbar > .tbar-contet .title {
            font-size: 16px;
        }
}

.ui-top-bar {
    display: block;
    height: 34px;
    position: relative;
    right: 0;
    left: 0;
}

    .ui-top-bar > .bar-content {
        display: inline-block;
        border: 0px solid red;
        padding: 1px;
    }

        .ui-top-bar > .bar-content .title {
            display: inline-block;
            padding: 0px;
            padding-top: 9px;
            padding-bottom: 8px;
            font-weight: bold;
        }

        .ui-top-bar > .bar-content.left {
            float: left;
        }

        .ui-top-bar > .bar-content.right {
            position: absolute;
            color: #fff;
            right: 0;
        }

.ui-humb {
    background-color: #E5E5E5;
}

.form-filter {
}

    .form-filter .btn-group {
        margin-bottom: 0px;
    }

        .form-filter .btn-group > .btn {
            float: none;
        }

    .form-filter.search-form {
    }

        .form-filter.search-form .ui-message-panel {
            position: absolute;
        }

        .form-filter.search-form .grid-content,
        .dialog-form .grid-content {
            max-height: 200px;
            overflow: hidden;
            overflow-y: auto;
        }

@media (max-width: 480px) {
    .form-filter .btn-group {
        width: 100%;
        display: inline-block;
        text-align: center !important;
    }
}

/*Message panel*/

.ui-message-panel {
    margin: 8px;
    margin-bottom: 0px;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

    .ui-message-panel > .ui-message {
        padding: 8px;
        padding-right: 25px;
        border: 1px solid transparent;
        display: none;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1;
        display: inline-block;
        max-width: 400px;
    }

.ui-message > .ui-message-panel-close {
    float: right;
    border: 0px;
    background: none;
    background-color: transparent;
    font-size: 9px;
    margin-top: 10px;
    top: 0;
    position: absolute;
    right: 0;
}

.modal .ui-message-panel {
    position: static;
}

.ui-message.default {
    background-color: #fff;
    color: inherit;
}

.ui-message.error {
    background-color: #fbe5e5;
    color: #c52233;
    border-color: transparent;
}

.ui-message.ok {
    background-color: #a4f785;
    color: #1a581a;
    border-color: transparent;
}

.ui-message.warning {
    background-color: #f5d8ab;
    color: #987133;
    border-color: transparent;
}

.ui-message.invalid {
    background-color: #f5d8ab;
    color: #987133;
    border-color: transparent;
}

/*validation*/
.error {
    color: #d48ba0;
}

.field-validation-error {
    color: #e81d1d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #f92323;
    background: url(Images/error-info.png) no-repeat right center;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #d48ba0;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.data-pager {
}

.data-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

    .data-pagination > li {
        display: inline;
    }

    .data-pagination .btn-pag {
        border: 0px;
        background-color: #fff;
        border-color: #fff;
    }


    .data-pagination .btn-group {
        vertical-align: top;
    }

/*pager*/

.grid-pagging {
    margin-bottom: .2em;
    position: absolute;
    margin-top: 9px;
}

    .grid-pagging .page-info {
        vertical-align: text-bottom;
    }

    .grid-pagging .page-actions {
        position: relative;
        left: 3px;
        padding: 3px;
        min-width: 230px;
    }

    .grid-pagging .page-ind {
        vertical-align: text-bottom;
    }

     .grid-pagging .page-total {
        vertical-align: text-bottom;
    }


    .grid-pagging .page-actions > .page-input {
        width: 60px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .grid-pagging .page-actions > .page-button {
        border: 0px solid #000;
        background-color: #dcdcdc;
        border-radius: 100px;
        height: 31px;
        width: 31px;
        margin-left: 1px;
        margin-right: 1px;
        vertical-align: top;
        padding-top: 1px;
    }

        .grid-pagging .page-actions > .page-button[disabled] {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

        .grid-pagging .page-actions > .page-button:hover {
            background-color: #b7b7b7;
        }

    .grid-pagging .page-actions > * {
        display: inline-block;
    }

    .grid-pagging .page-actions,
    .grid-pagging .page-info,
    .grid-pagging .page-ind {
        display: inline-block;
    }

    .grid-pagging .page-info,
    .grid-pagging .page-ind,
    .grid-pagging .page-total {
        display: inline;
        padding-left: 10px;
        padding: 2px;
        font-style: italic;
    }

@media (max-width: 480px) {
    .grid-pagging {
        text-align: center;
    }
}

/*ebusy*/


.ui-ebusy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color:rgba(0,0,0,0.015);*/
    display: none;
    background: rgba(0,0,0,0.1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.3)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
    z-index: 1000;
}

    .ui-ebusy > .ui-ebusy-content {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 50%;
        bottom: 50%;
        background-color: #fff;
        width: 80px;
        height: 50px;
        margin-left: -40px;
        margin-top: -30px;
        padding: 7px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
        text-align: center;
    }

        .ui-ebusy > .ui-ebusy-content > .glyphicon {
            display: block;
            margin-top: 5px;
        }

        .ui-ebusy > .ui-ebusy-content > .text {
            display: block;
            font-size: 11px;
        }

    .ui-ebusy .glyphicon-refresh.animate {
        -animation: ebus .9s infinite linear;
        -webkit-animation: ebus2 .9s infinite linear;
        animation: ebus2 .9s infinite linear;
    }

@-webkit-keyframes ebus2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ebus {
    from {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    to {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

.group-bar {
    text-align: left;
}

    .group-bar .title {
        display: inline-block;
        padding: 6px;
        text-align: left;
        font-weight: bold;
        padding-left: 0px;
    }

    .group-bar .btn-content {
        float: right;
    }

        .group-bar .btn-content .btn {
            margin-left: 1px;
            min-width: 80px;
        }

.form-control.input-number {
    text-align: right;
}

.img-thumb {
    border: 1px solid red;
}

.param-info {
    margin: 0;
    display: inline-block;
    line-height: 1.4;
    text-align: justify;
    font-size: 13px;
    padding: 3px;
}
/*bootstrap plugin*/
.dropdown-menu {
    left: unset;
    right: 2px;
}

.glyphicon.red {
    color: red;
}

.glyphicon.green {
    color: green;
}

.btn > .glyphicon {
    padding-right: 5px;
}

.btn-material {
    background-color: #007DFB;
    color: #fff;
    border-radius: 100px !important;
    font-size: 12px !important;
    min-width: 100px !important;
    padding: 8px !important;
    border: 0px;
}

    .btn-material .glyphicon {
        vertical-align: text-top;
    }

    .btn-material .glyphicon {
        margin-right: 3px;
    }

    .btn-material.green {
        background-color: #00B900;
    }

    .btn-material.red {
        background-color: #FF2626;
    }

    .btn-material:hover {
        color: #fff;
        background-color: #0e63b9;
    }

    .btn-material.green:hover {
        background-color: #009B00;
    }

    .btn-material.red:hover {
        background-color: #E10000;
    }

select.form-control::-ms-expand {
    display: none;
}

select.form-control {
    background-image: url('images/-esys-sprit-v1.png');
    background-repeat: no-repeat;
    background-position: right 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px !important;
    padding-left: 6px !important;
}
 
select.form-control.sell { 
    
     background-image: url('images/-esys-sprit.png') !important;
    
}

.form-group {
    margin-bottom: 10px;
}

.navbar {
    min-height: 0px;
}

    .navbar.navbar-tbar {
        border: 0px !important;
        border: 0px;
        margin-bottom: 3px;
    }


        .navbar.navbar-tbar > .navbar-collapse {
            padding-left: 0px;
            padding: 0px;
        }

@media (max-width: 480px) {
    .navbar.navbar-tbar > .navbar-collapse .form-filter {
        margin: 10px;
    }
}

.modal-backdrop.in {
    opacity: 0.2;
}

label {
    font-weight: normal;
}

.ui-rad {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-anim {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.ui-ani-all {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.ui-corn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal .modal-body {
    padding: 2px;
    border-radius: 0px 0px 6px 6px;
    min-height: 100px;
}

    .modal .modal-body .layout-part.layout-content {
        margin: 6px;
    }

.modal .modal-header {
    padding: 10px;
}

.modal .modal-body iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    height: 360px;
}


.btn,
.ui-grid .cell-btn {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.btn {
    border-width: 1px 1px 4px 1px;
    padding: 4px 12px;
    border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 4px 10px;
    line-height: 1.45;
}



