﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

.holidayBg {
    background: #000;
    color: #fff;
}


.iq-popover {
    z-index: 10;
}

.cellPopover {
    overflow: visible;
}

.dropdown-menu-header {
    font-size: 17px;
    font-weight: 700;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-bottom: 0.3em;
}

@media (min-width: 768px) {
  .flex-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .form-horizontal .flex-group .control-label {
    padding-top: 0;
  }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: -75px 0 0 -75px;
    position: absolute;
    display: table;
    left: 50%;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 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 {
    max-width: 280px;
}

.fileButton {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 130px;
    min-height: 80px;
    max-height: 100px;
    margin-bottom: 4px;
    font-size:12px;
}
/*За календарот*/
.fc-month-view span.fc-title, .fc-basicWeek-view span.fc-title {
    white-space: normal;
    float: left;
    width: 100%;
    padding: 3px;
}

.fc-month-view span.fc-time, .fc-basicWeek-view span.fc-time {
    white-space: normal;
    float: left;
    padding-left: 3px;
}



.fc-month-view div.fc-content, .fc-basicWeek-view div.fc-content {
    white-space: normal;
    text-overflow: ellipsis;
    min-height: 50px;
}

.holidayName {

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0;
    margin:0;
}



.deleted > .ui-grid-cell {

    background-color: #f8d7da !important;
}

.unread > .ui-grid-cell {

    background-color: #ddd !important;
}

.unread span.holidayName {
    font-weight: bold;

}

/*@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}*/

/*za select dropdown*/
 .select2 > .select2-choice.ui-select-match {
            /* Because of the inclusion of Bootstrap */
            height: 29px;
}

.selectize-control > .selectize-dropdown {
            top: 36px;
}
        /* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
            background: #fff;
            position: relative;
            z-index: 1;
}

.alert-info.positioned {
                margin-top: 1em;
                position: relative;
                z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.ui-select-multiple input.ui-select-search {
            width: auto !important;
            cursor: pointer;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
            display: none !important;
        }

.navbar-default {
    background-color: #72C061;
    border-color: #5bc0de;
}

    .navbar-default .navbar-brand {
        color: #eef4f6;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-text {
        color: #eef4f6;
    }

    .navbar-default .navbar-nav > li > a {
        color: #eef4f6;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        background-color: #72C061;
    }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            color: #eef4f6;
        }

            .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
                color: #ffffff;
                background-color: #5bc0de;
            }

        .navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
            background-color: #5bc0de;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #5bc0de;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #5bc0de;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #5bc0de;
    }

    .navbar-default .navbar-toggle {
        border-color: #5bc0de;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #5bc0de;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #eef4f6;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #eef4f6;
    }

    .navbar-default .navbar-link {
        color: #eef4f6;
    }

        .navbar-default .navbar-link:hover {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #eef4f6;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #5bc0de;
    }
}


.badge {


    margin-left:4px;
    color: #72C061;
    background-color: #fff;

}