﻿ul.tree-menu li {
    list-style: none;
}

ul.tree-menu li a {
    list-style: none;
}
    ul.tree-menu li a.collapsed {
        list-style: none;
    }


ul.no-bullet li {
    list-style: none;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.debug {
    display: none;
}


::-webkit-input-placeholder {
    color: #ccc !important;
}

::-moz-placeholder {
    color: #ccc !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #ccc !important;
}
/* ie */
input:-moz-placeholder {
    color: #ccc !important;
}


.modal.fade .modal-dialog {
    -webkit-transform: scale3d(.8, .8, .8) !important;
    -ms-transform: scale3d(.8, .8, .8) !important;
    transform: scale3d(.8, .8, .8) !important;
}

.modal.in .modal-dialog {
    -webkit-transform: scale3d(1, 1, 1) !important;
    -ms-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 100px !important;
    }
}

.col-sm-6 > h3 {
    margin-top: 0;
}

h2.title {
    border-bottom: solid 1px #ccc;
}

a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active, a.btn-primary:hover {
    color: #fff;
}


#filters.affix {
    top: 100px;
}

@media (min-width: 1200px) {
    #filters.affix {
        width: 263px;
    }
}

.RadGrid_Metro .rgFilterBox {
    height: inherit !important;
}
