﻿.validation-summary-errors ul, .validation-summary-errors ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.validation-summary-errors ul {
    margin: 10px 0px 10px 0px;
}

    .validation-summary-errors ul li {
        color: rgb(219, 88, 88);
    }

.loader {
    display: none;
}

    .loader img {
        width: 21px;
    }


.table-striped {
    margin-bottom: 0px;
}

    .table-striped tr:hover td {
        background-color: #e4e4e4 !important;
    }

.success {
    color: green;
}

.error {
    color: rgb(219, 88, 88);
}


.icons a {
    font-size: 18px;
}

.glyphicon-remove {
    color: #F05050;
}

.glyphicon-globe {
    color: #5095F0;
    padding: 1px 2px 0px 0px;
}

.glyphicon-list {
    padding: 0px 2px 0px 2px;
}

.icon-pencil {
    color: #337AB7;
    font-size: 16px;
}

.loadingdialogimage {
    margin-left: 25px;
    width: 25px;
}


.fullwidth {
    width: 100% !important;
}

span.icons {
    float: right;
}

ul.clean, ul.clean li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.colled {
    height: 45px;
}

    .colled div.col {
        padding: 10px;
        white-space: nowrap;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }



.ace_editor {
    height: 800px;
    border: 1px solid #cfdadd;
    border-radius: 2px;
}

select.header {
    padding: 0px;
    height: 24px;
    margin-left: 10px;
}

.fileField {
    display: none;
}


.thumlist, .thumlist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.thumlist {
    margin-top: 10px;
    margin-left: 5px;
}

    .thumlist li {
        float: left;
        position: relative;
        margin: 0px 0px 5px 5px;
        border: 1px solid #CFDADD;
    }

        .thumlist li img {
            width: 69px;
        }

        .thumlist li.sortable-placeholder {
            width: 71px;
            height: 71px !important;
            display: block;
            border: 1px dashed #CFDADD;
        }

        .thumlist li div {
            display: block;
            padding: 0px 0px 0px 2px;
            background-color: #FAFAFA;
            position: absolute;
            right: 0px;
            top: 0px;
        }

.panel-default .bg-secundary {
    color: #333;
    background-color: #f6f8f8;
}

li.sortable-placeholder {
    min-height: 41px !important;
    height: 41px;
    display: block;
    border: 1px dashed #CFDADD;
}



.fileslist .list-group-item {
    border-top: 0px;
}

textarea[memocontrol='1'] {
    height: 300px;
}

.mrt-10 {
    margin-top: 10px;
}

td a {
    color: #337AB7;
}


.fullScreen .fullScreen-editor {
    height: auto !important;
    width: auto !important;
    border: 0;
    margin: 0;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.fullScreen {
    overflow: hidden;
}



.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */


.btn-success .glyphicon {
    color: white !important;
}

.filters .form-control {
    margin-bottom: 4px;
}

.smallSelect {
    width: 100px;
    margin: 0 5px;
}

.float-left {
    float: left;
}

.divDynamicDateFilter {
    display: none;
}

.divDynamicHourFilter {
    display: none;
}

.editorSnippet {
    display: inline-block;
    padding: 5px;
    margin: 5px 5px 5px 0;
    background-color: #66ba80;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13px;
}

.logoLogin {
    padding: 25px;
    text-align: center;
   
}

    .logoLogin img {
        width: 100%;
        max-width: 300px;
    }

.sortableColumn {
    cursor: pointer;
}

.sortedAsc {
    background-image: url('/img/az.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 20px;
}

.sortedDesc {
    background-image: url('/img/za.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 20px;
}

.resetSortOrderButton {
    display: none;
}

.recordSortHandler {
    cursor: pointer;
}

.sortable-placeholder {
    width: 100%;
    padding: 0px !important;
    height: 36px !important;
    min-height: 36px !important;
    border: 0px;
}
