/*ScrollBar*/
/*::-webkit-scrollbar{
    width: 5px;
    height: 0em;
    border-radius: 10px;
}
::-webkit-scrollbar:horizontal {
    width: 0em;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    height: 0;
}

::-webkit-scrollbar-track-piece {
    background: #aaa;
}

::-webkit-scrollbar-thumb {
    background: #666; 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/*ScrollBar END*/


.btn-dropdown {
    width: 100%;
    background-color: white;
    border: 1pt solid #e6e6e6;
    border-radius: 3px !important;
}

.btn-dropdown-title {
    float: right;
    font-size: 1rem;
    color: #777;
}

.btn-dropdown-value {
    color: #999;
    text-align: right;
    padding: 0px 5px;
    font-size: 1rem;
}
.grid-paging .caret {
    margin-top: 8px;
}
.btn .caret {
    /*margin-top: 8px;*/
    margin-right: 8px;
    border-top-color: #666;
}

html {
    font-size: 15px;
}

body {
    font-family: Arial;
    height: 100%;
    background-color: #f5f5f5;
    /*font-size: 15px;*/
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 98%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 93%;
    }
}

