﻿html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa !important;
    color: #5c5c75;
    margin: 0;
    padding: 120px 0 0 0 !important;
}

.navbar {
    background-color: #fff;
    border: none;
    border-top: 4px solid #244184;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

    .navbar li a:hover {
        border-radius: 4px;
    }

.navbar-toggle .icon-bar {
    background: #003950;
}

.btn-1, .btn-2, .btn-3 {
    background-color: #244184 !important;
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
    display: inline-block;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 4px;
    text-shadow: none !important;
}

    .btn-1:hover {
        background-color: #5195c3 !important;
        color: #fff !important;
        text-decoration: none;
    }
    .btn-2:hover, .btn-3:hover {
        background-color: #e22023 !important;
        color: #fff !important;
        text-decoration: none;
    }
.btn-2 {
    background-color: #f59f0d !important;
}

.btn-3 {
    background-color: #f92c5d !important;
}

footer {
    background-color: #092039;
    padding: 30px 0;
    color: #efefef;
    margin-top: 50px;
    font-size: 11px;
    background: url(https://sile.bel.tr/placeholder/images/footer-back.jpg) no-repeat top left;
    background-size: cover;
}

    footer hr {
        border-color: #203751;
    }

.banner {
    background-image: url(/Assets/images/bg-arama-gorsel.jpg);
    margin-top: -15px;
    margin-bottom: 15px;
    height: 450px;
    padding-top: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    text-shadow: 3px 3px 10px #fff;
}

    .banner .slogan h1 {
        color: #092039;
        font-weight: 700;
    }

    .banner .form-control {
        padding: 13px;
        height: auto;
        border-left: 0 !important;
        font-size: 16px;
    }

    .banner .input-group-addon {
        background-color: #fff;
    }

    .banner .btn-info {
        padding: 13px;
        font-size: 16px;
    }

.bannerz {
    background-image: url(../../Content/img/size-uygun.png);
    width: 100%;
    margin-top: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #205fae;
}

.firm-logo {
    height: 60px;
}

.card {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

    .card .card-title {
        padding: 20px 30px;
        border-top: 2px solid #244184;
        border-bottom: 1px solid #efefef;
    }

        .card .card-title.card-title-info {
            background-color: #337ab7;
            border-top: 2px solid #1f4a6f;
            border-bottom: 1px solid #6293bd;
        }

            .card .card-title.card-title-info h1, .card .card-title.card-title-info h2, .card .card-title.card-title-info h3, .card .card-title.card-title-info h4 {
                color: #fff;
            }

        .card .card-title.card-title-success {
            background-color: #279d63;
            border-top: 2px solid #127a47;
            border-bottom: 1px solid #5cad85;
        }

            .card .card-title.card-title-success h1, .card .card-title.card-title-success h2, .card .card-title.card-title-success h3, .card .card-title.card-title-success h4 {
                color: #fff;
            }

        .card .card-title.card-title-danger {
            background-color: #e35c5c;
            border-top: 2px solid #a73232;
            border-bottom: 1px solid #e17e7e;
        }

            .card .card-title.card-title-danger h1, .card .card-title.card-title-danger h2, .card .card-title.card-title-danger h3, .card .card-title.card-title-danger h4 {
                color: #fff;
            }

        .card .card-title h1, .card .card-title h2, .card .card-title h3, .card .card-title h4 {
            padding: 0;
            margin: 0;
            color: #5c5c75;
        }

    .card .card-inner-title {
        font-size: 16px;
        border-bottom: 1px solid #efefef;
        margin: 15px -20px;
        padding: 0 20px 10px 20px;
    }

    .card .card-filter-bar {
        padding: 15px;
        border-bottom: 1px solid #efefef;
        background: #fbfbfb;
    }

    .card .nav-tabs {
        padding-left: 15px;
    }

        .card .nav-tabs li a {
            border-radius: 0;
            padding-top: 15px;
        }

        .card .nav-tabs li.active a {
            border: none !important;
            border-bottom: 1px solid #81c3de !important;
            padding-bottom: 11px;
        }

    .card .tab-pane {
        border: none !important;
    }

.card-body {
    padding: 20px;
}

.section-title {
    margin: 0 0 15px 0;
}

    .section-title h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
    }

.card-link {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.badge-danger {
    background-color: #d9534f !important;
}

.mx-auto {
    margin: 0 auto;
}

.pt-0 {
    padding-top: 0;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-x-30 {
    margin-top: -30px;
}

.mt-x-20 {
    margin-top: -20px;
}

.mt-x-5 {
    margin-top: -5px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.p-7 {
    padding: 7px;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 1px;
}

.p-15 {
    padding: 15px;
}

.mh-40 {
    min-height: 40px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.tab-pane {
    background-color: #fff;
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.job-list-tab .nav a {
    font-size: 14pt;
}

.job-list-tab .tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .job-list-tab .tab-pane ul li {
        padding: 15px 0;
        border-bottom: 1px solid #efefef;
    }

        .job-list-tab .tab-pane ul li .companyname {
            display: block;
            font-weight: bold;
        }

        .job-list-tab .tab-pane ul li .jobtitle {
            color: #25a71b;
        }

        .job-list-tab .tab-pane ul li:last-child {
            border-bottom: none;
        }

.boxed-jobs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .boxed-jobs ul li {
        flex: 0 0 25%;
        justify-content: center;
        align-content: center;
        margin-left: -1px;
        margin-top: -1px;
        border: 1px solid #efefef;
        padding: 15px;
        text-align: center;
    }

        .boxed-jobs ul li img {
            max-width: 100%;
            height: 50px;
            margin-bottom: 10px;
        }

        .boxed-jobs ul li .companyname {
            display: block;
            font-weight: bold;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .boxed-jobs ul li .jobtitle {
            display: block;
            font-size: 1.2rem;
        }

.companies-logo-list .list-group-item {
    text-align: center;
    height: auto;
    padding: 35px 0;
}

    .companies-logo-list .list-group-item img {
        width: 130px;
        height: 80px;
    }

.solTaraf {
    float: left;
    width: 450px;
}

.sagTaraf {
    float: left;
    width: 400px;
    margin-top: 60px;
    margin-left: 110px;
}

.form-color-1 {
    color: #31708f;
}

.title-v2 {
    margin-top: 10px;
    border-radius: 0;
    background: #f2f2c9;
    color: #848641;
}

.page-desc-v1 {
    border-color: #f2f2c9;
    border-radius: 0;
    padding: 17px 60px 17px 60px;
    height: auto;
}

.message-v1-color {
    color: #f1592a;
}

.font-size-12 {
    font-size: 12px;
}

.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../Images/yukleniyor.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

div.Tokenize ul li {
    white-space: pre-line;
}

.carousel-indicators li {
    border: 1px solid #008000;
}

.carousel-indicators .active {
    background-color: #008000;
}

.firma-istatistik > span > b {
    font-size: 16px;
}

.bg-v1 {
    width: 100%;
    height: 240px;
    margin-top: -20px;
}

.mt-x-80 {
    margin-top: -80px;
}

.custom-btn {
    padding: 13px !important;
    border-radius: 0;
    height: 49px;
    float: left;
    background: #e35c5c;
    border-color: #e35c5c;
    font-size: 12px;
}

.btn-custom-v2 {
    padding: 13px !important;
    border-radius: 0;
    height: 49px;
    background: #e35c5c;
    border-color: #e35c5c;
    font-size: 12px;
    position: absolute;
}

custom-navbar {
    padding: 0;
    margin: 0 auto;
}

.w100-p {
    width: 100%;
}

.w20-p {
    width: 20% !important;
}

.custom-form-control {
    padding: 24px 10px 23px 50px;
    border-radius: 0;
    width: 75%;
}

.custom-search-box {
    width: 25%;
    margin: 0;
}

.city-select {
    border: 1px solid #fff;
    height: 47px;
    padding-left: 19%;
}

.search-box-1 {
    width: 84%;
}

.form-control-v2 {
    background: #f2f2c9;
    color: #337ab7;
}

.custom-border {
    border-right: 1px solid #848641;
}

.icon-color-1 {
    color: #9dc467;
    font-size: 20px;
}

.icon-color-2 {
    color: #008c74;
    font-size: 24px;
}

.list > ul {
    list-style: none;
}

    .list > ul > li {
        list-style: none;
    }

.list > ol {
    list-style: none;
}

    .list > ol > li {
        list-style: none;
    }

.p1 {
    padding-left: 1%;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.work-custom {
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-left: 1%;
}

.admin-detail-text {
    padding: 0 0 7px 1%;
}

.admin-text-trans {
    text-transform: capitalize;
}

.admin-brd {
    border-color: #00a3eb;
    width: 100%;
}

.admin-panel-col {
    padding: 0;
    margin-top: 2%;
}

.admin-circle {
    font-size: 12px;
    color: #e35c5c;
    font-weight: bold;
}

.admin-choose {
    padding: 15px;
    width: 50px;
    border: 1px solid #cecece;
}

.admin-choose-1 {
    padding: 15px;
    width: 70px;
    border: 1px solid #cecece;
}

.admin-choose-2 {
    width: 100px;
    padding: 15px;
    border: 1px solid #cecece;
}

.admin-choose-4 {
    padding: 15px;
    width: 200px;
    border: 1px solid #cecece;
}

.admin-upd {
    color: #337ab7;
}

.admin-is {
    margin: 7px 0;
}

.admin-is-color {
    color: #337ab7;
}

.admin-iditem {
    width: 100px !important;
}

.admin-iditem-1 {
    height: 70px;
    font-size: 13px;
}

.admin-active {
    font-size: 24px;
    color: #008c74;
}

.admin-active-v1 {
    font-size: 24px;
    color: #f92c5d;
}

.admin-circle-v2 {
    font-size: 12px;
    color: #e35c5c;
    font-weight: bold;
}

.admin-img {
    width: 70px;
    height: 70px;
}

.admin-itemname {
    color: #337ab7 !important;
}

.admin-iditem-v1 {
    width: 100px !important;
}

.admin-v1 {
    height: 70px;
    font-size: 13px;
}

.admin-sys {
    font-size: 12px;
    color: #008c74;
}

.admin-img-v1 {
    width: 50px;
    height: 50px;
}

.admin-tr {
    height: 70px;
    font-size: 13px;
}

.admin-choose-3 {
    padding: 15px;
    border: 1px solid #cecece;
}

.admin-color {
    font-size: 12px;
    color: #008000;
}

.admin-color-v1 {
    font-size: 24px;
    color: #f92c5d;
}

.admin-cv-v1 {
    border-color: #00a3eb;
    width: 100%;
}

.admin-cv-form {
    font-weight: 600;
    background-color: #ccc;
}

.admin-cv1-form {
    height: 70px;
    font-size: 13px;
}

.admin-cv2-form {
    padding: 15px;
    border: 1px solid #cecece;
}

.admin-cv3-form {
    font-size: 24px;
    color: #008c74;
}

.admin-cv4-form {
    font-size: 24px;
    color: #f92c5d;
}

.admin-panel-color {
    border-color: #ebccd1;
    width: 100%;
}

.admin-panel-color1 {
    background-color: #a94442 !important;
    border-color: #a94442 !important;
}

.admin-panel-color2 {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.js-filter-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.js-filter-item {
    margin: 0 -20px;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}

    .js-filter-item .title {
        text-decoration: none;
        display: block;
        padding: 5px 0;
    }

        .js-filter-item .title:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "";
            float: right;
        }

    .js-filter-item .body {
        display: none;
    }

    .js-filter-item.in .title:after {
        transform: rotate(90deg);
    }

    .js-filter-item.in .body {
        display: block;
        padding-bottom: 15px;
    }

.job-list-row {
    position: relative;
}

    .job-list-row td:first-child {
        max-width: 145px;
        position: relative;
        text-align: center;
        vertical-align:central;
    }

    .job-list-row .big-tooltip {
        position: absolute;
        top: 0;
        z-index: 4;
        display: none;
        font-size: 12px;
        width: 400px;
        background-color: #fff;
        color: #000;
        line-height: 19px;
        border: 2px solid #f59f0d;
        border-radius: 6px;
        padding: 10px;
        left: 165px;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
    }

        .job-list-row .big-tooltip:after {
            content: "";
            position: absolute;
            top: 7%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #0a5796 transparent transparent;
        }

        .job-list-row .big-tooltip .title {
            display: block;
            border-bottom: 1px solid #efefef;
            font-weight: bold;
            color: #005e4d;
            padding: 0;
        }

        .job-list-row .big-tooltip .content {
            padding: 10px 0;
            font-weight: normal;
        }

        .job-list-row .big-tooltip.user {
            left: 70px;
        }

    .job-list-row:hover .big-tooltip {
        display: block;
    }

    .job-list-row .job-title {
        font-weight: bold;
        font-size: 13px;
        display: block;
    }

    .job-list-row .company-name {
        display: block;
        font-size: 12px;
    }

    .job-list-row .company-list-logo {
        max-width: 150px;
        max-height: 60px;
    }

    .job-list-row .gender {
        display: block;
        font-style: italic;
    }

    .job-list-row .avatar {
        max-width: 50px;
        margin-right: 8px;
        margin-bottom: 8px;
        float: left;
        position: relative;
        transition: all .1s ease-in;
    }

        .job-list-row .avatar:hover {
            z-index: 2;
            transform: scale(2);
        }

    .job-list-row .user-name {
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin: 0 0 4px 0;
    }

.panel-heading-title {
    font-weight: 600;
    text-align: center;
}

.panel-body-size {
    padding: 0;
    margin-top: 10px;
}

.table-title {
    font-size: 12px;
    color: #404040;
}

    .table-title .table-tr {
        font-weight: 600;
        background-color: #ccc;
    }

.hr-1 {
    margin: 7px 0;
}

.hr-color {
    color: #337ab7;
}

.table-color-v1 {
    width: 100%;
    background-color: #fcfcfc;
}

overflow-y-sc {
    overflow-y: scroll;
}

.message-well {
    width: 100%;
    padding: 10px 5px;
    height: auto;
    float: left;
    border-bottom: 1px solid #dddfe2;
}

.color-1 {
    color: #e35c5c;
}

.cursor-pointer {
    cursor: pointer;
}

.no-message {
    width: 100%;
    padding: 10px;
    height: 40px;
    float: left;
    border-bottom: 1px solid #dddfe2;
}

.message-content {
    width: 100%;
    height: 400px;
    position: absolute;
    overflow-y: scroll;
}

.message-btn {
    width: 65px;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0;
}

.btn-block-half {
    width: 73%;
    float: right;
    margin-right: 27%;
    margin-top: 10px;
}

.btn-facebook {
    background: #4267b2 !important;
    color: #fff;
}

    .btn-facebook:hover {
        background: #4267b2;
        color: #fff;
    }

.form-list-lh dd, .form-list-lh dt {
    line-height: 25px;
}

.dl-large dt {
    padding: 5px 0;
}

.dl-large dd {
    padding: 5px;
    border-bottom: 1px dotted #efefef;
}

    .dl-large dd:last-child {
        border-bottom: none;
    }

.dl-tooltip dt {
    text-align: left;
    width: 100px;
    padding: 5px;
    background-color: #efefef;
    border-radius: 4px;
}

.dl-tooltip dd {
    margin-left: 110px;
    padding: 5px 0;
}

@media screen and (min-width:768px) {
    .mh-500 {
        width: 500px !important;
    }
}

@media screen and (max-width:768px) {
    .mobile-search-input {
        margin-top: 0;
        margin: 15px 15px 0 15px;
        text-align: center !important;
    }

        .mobile-search-input .btn {
            display: block;
            width: 100%;
            margin-top: 5px;
        }

    .boxed-jobs ul li {
        flex: 0 0 50%;
    }

    #mainNav {
        width: 100%;
        margin: 0 auto;
    }

        #mainNav .navbar-nav .dropdown {
            width: 50%;
            float: right;
            overflow: hidden;
        }

            #mainNav .navbar-nav .dropdown .dropdown-toggle {
                display: block;
                text-align: center;
            }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .member-dropdown {
        width: 100% !important;
        background-color: #347ab7;
    }

        .member-dropdown a {
            color: #fff !important;
        }

    .half-menu {
        width: 100% !important;
        text-align: center;
    }

    .banner {
        background: #cecece;
        background-image: url(/Assets/images/bg-arama-gorsel.jpg);
		background-position: center center;
        text-align: center;
    }
}

.search-width {
    width: 15%;
    display: inline-block;
    margin: 0 7px;
}

.btn-height {
    min-height: 34px;
}

.lh-23 {
    line-height: 23px;
}

.table-responsive {
    min-height: 200px;
}

.message-scroll {
    max-height: 250px;
    overflow-y: auto;
}

.dis-flex-root {
    display: flow-root;
}

.text-sm {
    font-size: 13px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 20px;
}

.text-xl {
    font-size: 24px;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    max-height: 42px;
    overflow: hidden;
    z-index: 2000;
}

    .dragged .btn-group {
        display: none;
    }

    .dragged .panel-heading {
        color: #fff;
        background-color: #49afcd;
        border-color: #0891ba;
    }

ol.sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ol.sortable li.placeholder {
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
    }

        ol.sortable li.placeholder:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            margin-top: -5px;
            left: -5px;
            top: -4px;
            border: 5px solid transparent;
            border-left-color: #f00;
            border-right: none;
        }

.handle-sortable {
    cursor: move;
}

.agency {
    color: #092039;
}

.empty-holder {
    background-color: #e6e6e6;
    border: 1px dashed #dadada;
    padding: 50px;
    text-align: center;
}

.table-ref-left {
    width: 40px;
    float: left;
    border-right: 1px solid #ddd;
    background: #efefef;
}

    .table-ref-left ul {
        list-style: none;
        margin: 0;
        padding: 36px 0 0 0;
    }

        .table-ref-left ul li a {
            background-color: #efefef;
            display: block;
            padding: 9px 0;
            border-bottom: 1px solid #ddd;
            text-align: center;
            color: #626262;
            font-weight: bold;
        }

            .table-ref-left ul li a:hover {
                text-decoration: none;
                background-color: #ddd;
            }

            .table-ref-left ul li a.active {
                background-color: #337ab7;
                color: #fff;
            }

        .table-ref-left ul li:first-child a {
            border-top: 2px solid #ddd;
        }

.table-ref-right {
    width: calc(100% - 40px);
    float: left;
}

.big-new-button {
    border: 1px solid #efefef;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 25px;
    color: #008c74;
    font-size: 14pt;
}

    .big-new-button i {
        display: block;
    }

    .big-new-button:hover {
        text-decoration: none;
        background-color: #008c74;
        color: #fff;
    }

.username-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.user-card-avatar {
    margin-top: 30px;
}

    .user-card-avatar label {
        cursor: pointer;
        position: relative;
    }

    .user-card-avatar .file-upload-badge {
        position: absolute;
        right: 10px;
        bottom: 20px;
        background-color: #222c3c;
        color: #fff;
        font-size: 10px;
        line-height: 27px;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        text-align: center;
    }

        .user-card-avatar .file-upload-badge i {
            margin-top: -2px;
        }

    .user-card-avatar .user-avatar-img {
        width: 128px;
        height: 128px;
    }

    .user-card-avatar figure {
        margin: 0 0 1rem;
    }

    .user-card-avatar input[type=file] {
        display: none;
    }

.sticky {
    position: sticky;
    top: 100px;
}

@media screen and (max-width:768px) {
    .sticky {
        position: relative;
        top: auto;
    }
}

.table-cv-left {
    background: #e8e8e8;
    width: 200px;
    float: left;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 15px 15px 15px;
}

    .table-cv-left .js-filter-item {
        margin: 0 -15px;
        padding: 0 10px;
        border-bottom: 1px solid #d5d5d5 !important;
    }

.table-cv-right {
    width: calc(100% - 200px);
    float: left;
}

div.ro-chooser .ro-chooser-item {
    padding: 11px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

    div.ro-chooser .ro-chooser-item input[type=radio] {
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
    }

    div.ro-chooser .ro-chooser-item h3 {
        margin: 10px 0 0 0 !important;
        font-size: 14px;
    }

    div.ro-chooser .ro-chooser-item.selected {
        background: #35a966;
        color: #fff;
        padding: 8px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

div.ro-chooser.disabled .ro-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: .6;
    cursor: default;
}

.checkbox-list {
    background-color: #fff;
    padding: 5px 10px;
    overflow-y: scroll;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .checkbox-list label {
        display: block;
        margin: 0 !important;
    }

        .checkbox-list label input[type=checkbox], .checkbox-list label input[type=radio] {
            margin: 0 5px 0 0;
        }
