﻿body {
    font-family: "Arial";
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #2F3155;
}

/* 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, .form-control input, .form-control select, .form-control textarea {
    /*max-width: 280px !important;
    font-size: 12px !important;
    line-height: 14px !important;*/
}

a {
    color: #4C56FF;
}
a:hover {
    text-decoration: none;
}

button {
    color: #2F3155;
}

@media print {
    #btn-print-page, #close-fancy {
        display: none;
    }
}

#show-menu {
    display: none;
}

.form-control {
    border-radius: 10px;
    background: #F4F4F6;
    border-color: #F4F4F6;
    color: #2F3155;
    font-size: 12px;
    min-height: 40px;
}
select.form-control {
    border-right-width: 7px;
}
.form-group label {
    font-weight: 500;
}
.input-group-text {
    border-radius: 10px;
}
.mce-tinymce {
    border-radius: 10px !important;
    padding: 10px !important;
    background-color: #F4F4F6 !important;
    border-color: #F4F4F6 !important;
}
.mce-container {
    background-color: #F4F4F6 !important;
}
.btn {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
}
.btn-primary {
    background-color: #4C56FF !important;
    border-color: #4C56FF !important;
    color: #ffffff !important;
}
.btn-primary:hover {
    background-color: #0F1EFC !important;
    border-color: #0F1EFC !important;
}

.btn-primary:disabled {
    background-color: #dddddd !important;
    border-color: #dddddd !important;
    color: #ffffff !important;
}

.form-group label.required:after {
    font-size: 17px;
    font-weight: 700;
    content: "*";
    color: red;
}
.form-group-small {
    width: 48%;
}
.form-group-sep {
    width: 4%;
}
.form-group-sep div {
    padding-top: 7px;
}

#close-fancy .close {
    opacity: 1;
}
#close-fancy .close span {
    display: block;
    color: #2F3155;
    font-size: 30px;
    line-height: 15px;
    font-weight: 400;
    opacity: 1
}
.fancybox-bg {
    background: #ffffff !important;
}
.fancybox-button {
    background: #fff !important;
    color: #2F3155 !important;
    opacity: 1 !important;
}
.fancybox-content {
    border: 10px solid #fff;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 15px 2px #F4F4F6;
    -moz-box-shadow: 0px 0px 15px 2px #F4F4F6;
    box-shadow: 0px 0px 15px 2px #F4F4F6;
}
.container-max-width-login {
    max-width: 280px;
}
.container-max-width {
    max-width: 100%;
}

.container-location {
    position: relative;
    width: 280px;
}
.location-icon {
    position: absolute;
    right: 5px;
    top: 7px;
}
.icon-restore {
    background: url("../img/icons/restore-icon.png") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.location-icon .glyphicon-map-marker {
    font-size: 14px;
}
.container-map {
    width: 100%;
    height: 400px;
}
.form-control-small {
    width: 135px;
}
.form-control-sep {
    width: 10px;
    text-align: center;
}
.form-control-sep label {
    width: 100%;
}
.form-control-sep div {
    padding-top: 5px;
}

.title-table {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 0 24px 0;
    margin: 0;
}

.title-popup {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0;
    margin: 0;
}

.background {
    background: #2B2D54;
}
.header-table {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #efefef;
}
.left-col {
    padding: 0;
    -webkit-box-shadow: 5px 5px 15px 0px #F4F4F6;
    -moz-box-shadow: 5px 5px 15px 0px #F4F4F6;
    box-shadow: 5px 5px 15px 0px #F4F4F6;
    min-height: 905px;
    min-width: 200px;
    max-width: 290px;
}
.left-col-inner {
    padding: 15px 0;
}
.col-body {
    min-height: 810px;    
    padding-left: 0px;
    padding-right: 0px;
}
.logo {
    display: block;
    font-size: 0;
    background-image: url("../img/logo.jpg");
    width: 135px;
    height: 162px;
    margin: 0 auto 30px auto;
}

.left-menu {
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
}
.left-menu .icon {
    float:left;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.left-menu .icon-complaints {
    background: url("../img/icons/complaints-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-complaints, .left-menu li a:hover .icon-complaints {
    background: url("../img/icons/complaints-icon2.png") 0 0 no-repeat;
}

.left-menu .icon-settings {
    background: url("../img/icons/icon-settings.png") 0 0 no-repeat;
}

.left-menu li.active .icon-settings, .left-menu li a:hover .icon-settings {
    background: url("../img/icons/icon-settings-white.png") 0 0 no-repeat;
}

.left-menu .icon-map-marker {
    background: url("../img/icons/map-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-map-marker, .left-menu li a:hover .icon-map-marker {
    background: url("../img/icons/map-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-users {
    background: url("../img/icons/users-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-users, .left-menu li a:hover .icon-users {
    background: url("../img/icons/users-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-announcements {
    background: url("../img/icons/announcements-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-announcements, .left-menu li a:hover .icon-announcements {
    background: url("../img/icons/announcements-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-events {
    background: url("../img/icons/events-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-events, .left-menu li a:hover .icon-events {
    background: url("../img/icons/events-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-complaints-categories {
    background: url("../img/icons/categories-complaints-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-complaints-categories, .left-menu li a:hover .icon-complaints-categories {
    background: url("../img/icons/categories-complaints-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-events-categories {
    background: url("../img/icons/events-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-events-categories, .left-menu li a:hover .icon-events-categories {
    background: url("../img/icons/events-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-announcements-categories {
    background: url("../img/icons/categories-annoucements-icon.png") 0 0 no-repeat;
}

.left-menu li.active .icon-announcements-categories, .left-menu li a:hover .icon-announcements-categories {
    background: url("../img/icons/categories-annoucements-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-cities {
    background: url("../img/icons/city-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-cities, .left-menu li a:hover .icon-cities {
    background: url("../img/icons/city-icon2.png") 0 0 no-repeat;
}
.left-menu .icon-internal-users {
    background: url("../img/icons/internal-users-icon.png") 0 0 no-repeat;
}
.left-menu li.active .icon-internal-users, .left-menu li a:hover .icon-internal-users {
    background: url("../img/icons/internal-users-icon2.png") 0 0 no-repeat;
}

.left-menu li {
    margin: 0 0 1px 0;
}
.left-menu li a:hover, .left-menu li.active a {
    background: #4C56FF;
    color: #fff;
}
.left-menu li.active a, .left-menu li.active .glyphicon {
    color: #fff;
}
.left-menu li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    color: #2F3155;
    padding: 14px 10px 14px 25px;
}
.left-menu li a:hover, .left-menu li a:hover .glyphicon {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}
.left-menu li a .glyphicon {
    color: #2F3155;
    padding-right: 8px;
}
.header-menu {
    margin: 0;
    padding: 20px;
    list-style-type: none;
    float: right;
}
.header-menu li {
    display: inline-block;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #ffffff;
}
.header-menu a {
    display: inline-block;    
    color: #ffffff;
}
.header-menu a:hover {
    text-decoration: none;
}
.header-menu .glyphicon {
    color: #fff;
}

.icon {
    display: inline-block;
    font-size: 0;
}
.icon-phone {
    background: url("../img/icons/icon-phone.svg") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.icon-edit {
    background: url("../img/icons/edit-icon.png") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.icon-view {    
    background: url("../img/icons/view-icon.png") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.icon-delete {
    background: url("../img/icons/delete-icon.png") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.icon-print {    
    background: url("../img/icons/printer-icon.png") 0 center no-repeat;
    width: 22px;
    height: 22px;
}
.icon-move {
    background: url("../img/icons/move-icon.png") 0 center no-repeat;
    width: 24px;
    height: 24px;
}

.item-move {
    background: url("../img/icons/move-icon.png") 0 center no-repeat;
    padding: 3px 0 3px 35px;
}
.item-move.category-move {
    padding-left: 50px;
}

.btn-pag {
    float: left;
    margin: 0 4px 0 0;
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 5px;
}
.btn-pag button {
    background: none;
    border: none;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 12px;
}
.btn-pag-current {
    background: #4C56FF;
}
.btn-pag-current button {
    color: #fff;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    color: #212529;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-filter {
    cursor: pointer;
}
.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-map-marker {
    font-size: 20px;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}


.container-table {
    -webkit-box-shadow: 0px 0px 15px 2px #F4F4F6;
    -moz-box-shadow: 0px 0px 15px 2px #F4F4F6;
    box-shadow: 0px 0px 15px 2px #F4F4F6;
    border-radius: 10px;
}
.container-table .table-header {
    background: #F4F4F6;
    min-height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 15px 0 15px;
}
.container-table .table-body {
    padding: 0 15px;
}
.container-table .table-body .row {
    border-top: 2px solid #EBEBEF;
}
.container-table .table-body .row.first {
    border-top: none;
}
.container-table .row {
    padding: 10px;
}
.container-table .col-md {
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
}
.container-table .table-header .col-md {
    font-weight: 500;
}
.container-table .col-md.col-checkbox {
    max-width: 24px;
    padding-top: 2px;
}
.container-table .col-md-date {
    min-width: 135px;
    max-width: 135px;
}
.container-table .col-md-number {
    min-width: 80px;
    max-width: 80px;    
}
.container-table .col-md-status {
    min-width: 90px;
    max-width: 90px;
}
.container-table .col-md-email {
    min-width: 200px;
    max-width: 200px;
}
.container-table .col-md-name {
    min-width: 100px;
    max-width: 100px;
}
.container-table .col-md-role{
    min-width: 100px;
    max-width: 100px;
}
.container-table .col-md-votes {
    min-width: 60px;
    max-width: 60px;    
}
.container-table .col-md-location {
    min-width: 80px;
    max-width: 80px;
}
.container-table .col-md-actions {
    min-width: 100px;
    max-width: 100px;
}

.filter-container {
    position: relative;
}
/*.filter-container select {
    width: 178px;    
    height: 32px;
    margin-bottom: 3px;
}
.filter-fields input[type=text] {
    width: 150px;
    height: 32px;
}
.filter-fields .input-group-append {
    height: 32px;
}*/
.filter-active .glyphicon {
    color: #4C56FF;
}
.filter-fields {
    position: absolute;
    left: -17px;
    top: 30px;
    z-index: 999;
}
.filter-fields-inner {
    display: block;
    padding: 10px 20px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 15px 0px #F4F4F6;
    -moz-box-shadow: 0px 7px 15px 0px #F4F4F6;
    box-shadow: 0px 7px 15px 0px #F4F4F6;
    border-radius: 10px;
}
.filter-fields-inner .input-group-text {
    background: #4C56FF;
}
.filter-arrow {
    position: absolute;
    left: 14px;
    top: -7px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ffffff;    
}
.col-filter-last .filter-fields {
    right: -14px;
    left: auto;
}
.col-filter-last .filter-arrow {
    left: auto;
    right: 14px;
}
.box-filter-remove-search {
    position: absolute;
    right: 65px;
    top: 45px;
}

.filter-fields-inner .glyphicon-search {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.filter-fields-inner .glyphicon-remove {
    cursor: pointer;
    color: #4C56FF;
    font-size: 11px;
}

.show-map {
    position: absolute;
    top: 32px;
    right: 5px;
}

.icon-chevron-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4C56FF;
}
.icon-chevron-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4C56FF;
}
.validation-error {
    color: #FE6365;
}

.item-status {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}
.complaint-status-new {
    color: #FF3737;    
    background: #FFDBD8;    
}
.complaint-status-in_progress {
    color: #4C56FF;
    background: #DCDEFF;
}
.complaint-status-solved {
    color: #21BA52;
    background: #D6F7E1;
}
.complaint-status-in_analysis {
    color: #FFA800;
    background: #f9e3b8;
}
.complaint-status-refused {
    color: #00B8FF;
    background: #a3e0f7;
}

.row-updated {
    background: #efefef;
}

.box-event-date {
    width: 135px;
}
.box-event-date input {
   text-align: center;
}
.box-event-sep {
    width: 10px;
    text-align: center;
}
.box-event-sep label {
    width: 100%;
}
.box-event-time {
    width: 100px;
}
.box-event-time input {
    text-align: center;
}
.container-img {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    max-width: 140px;
    height: 140px;
    text-align: center;
    overflow: hidden;
}
.container-img img {
    height: 140px;
    border-radius: 10px;
}
.container-img .actions-img {
    position: absolute;
    z-index: 999;
    top: 7px;
    right: 7px;
}
.container-img .actions-img .icon {
    width: 16px;
    height: 16px;
    border-radius: 11px;
    padding: 11px;
}
.container-img .icon-delete {
    background: #fff url("../img/icons/delete-icon.png") center center no-repeat;
    cursor: pointer;
}
.container-img .icon-move {
    background: #fff url("../img/icons/move-icon-small.png") center center no-repeat;   
    cursor: move;
}

.category-img .container-img {
    width: 75px;
    height: 60px;
    padding-top: 10px;
    background: #ccc;
}
.category-img .container-img img {
    height: 40px;
}

.item-img {
    margin: 0;
}

.big-item-img {
    height: 140px;
}
.dropfiles-container {
    width: 100%;
    min-height: 30px;
    border: 2px dashed #A5ACFC;
    border-radius: 10px;
    padding: 20px;
}
.input-add-file {
    font-size: 0;
    width: 100px;
    height: 25px;
    opacity: 0;
    filter: alpha(opacity: 0);
    overflow: hidden;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}
.btn-add-file {
    background: url("../img/icons/upload-file-icon.png") 0 0 no-repeat;
    display: inline-block;
    padding-left: 22px;
    padding-top: 1px;
    cursor: pointer;
}
.btn-upload-file {
    color: #4C56FF;
    cursor: pointer;
}
.btn-upload-file .glyphicon-plus {
    color: #4C56FF;
    font-size: 11px;
}
.previewfiles-container {
    margin-top: 25px;
}

.actions {
    cursor: pointer;
}
.actions .icon {
    float: left;
    margin-right: 5px;
}
.actions .icon.icon-chevron-up, .actions .icon.icon-chevron-down {
    margin: 0; 
}
.box-icon-chevron {
    float: left;    
    padding: 8px 0 8px 12px;
    width: 10px;
}
.box-categories-row {
    cursor: move;
    background: #fff;
}
.box-subcategories {
    background: #F4F4F6;    
    margin: 7px;
    padding: 0 !important;
    border-radius: 5px;
    width: 100%;
}
.box-subcategories-row {
    cursor: move;
    background: #F4F4F6;
}
.logo-url{

}
.logo-url:hover {
    background-color: transparent!important;
}
.item-details .col-md-1 {
    max-width: 15%;
    flex: 0 0 15%;
}
.item-details .col-md-11 {
    max-width: 85%;
    flex: 0 0 85%;
}
.item-details .col-md-1 label {
    font-weight: 700;
    padding-right: 5px;
}

.trimText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1400px) {
    .container-table .col-md-date {
        min-width: 100px;
        max-width: 100px;
    }
    .container-table .col-md-number {
        min-width: 60px;
        max-width: 60px;
    }
}

@media (max-width: 1200px) {
    #show-menu {
        display: block;
    }    
    .left-col {
        display: none;
        position: absolute;
        z-index: 9999;
        background: #fff;
        width: 250px;
        top: 0;
        bottom: 0;
    }

    .left-col-visible {
        display: block;
    }

    .col-body-dark {
        opacity: 0.1;
    }

    .col-body {
        width: 100%;
        padding-left: 0;
    }

    .fancybox-content {
        max-width: 90% !important;
    }
}

@media (max-width: 1800px) {
    .media-hidden {
        display: none;
    }
}
