.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: right;
}

.input-group-addon:first-child {
    border-right: 1;
}

.row {
    margin-bottom: 8px;
}

.select2-container {
    width: 100%;
}

    .select2-container .select2-choice {
        border-radius: 0px;
        height: 32px;
    }

.pagination {
    margin-top: -10px;
}

.close {
    float: left;
    padding-right: 8px;
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1500ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



/*@media (min-width: 1200px) {
    .container {
        width: 1800px !important;
    }
}*/


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
}

textarea {
    padding: 10px !important;
    line-height: 2 !important;
}

.custom-title {
    background: #eee;
    padding: 10px;
    font-weight: bold;
}

