/* DO NOT USE THIS BUILT IN IMPORT AT-RULE! */
@import url('../../../styles/vendor/bootstrap.min.css');

/* Bootstrap Default Styles */

/* --- CJ Bootstrap Files --- */

* {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input, textarea {
    width: 206px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}

label {
    font-weight: inherit;
    display: block;
}

img {
    max-width: 100%;
}

/*Global styles to solve for other styles being removed*/

table.table-clearfix td {
    border:0;
    padding: 2px;
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    margin-bottom: 5px;
}

h3 {
    font-size:1em;
}

a:hover{
    color:inherit; /*Bootstrap would make it an ugly shade of blue!*/
}

.btn {
    display: inline-block;
    padding: 4px 8px 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #6D6E70;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e9e9e9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #DBDCDE !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 1px white,0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 1px white,0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px white,0 1px 2px rgba(0, 0, 0, 0.05);
}


.dropdwon-selected-label {
    border-right: 1px solid #E4E4E4;
    padding-right: 12px;
}

.btn:hover {
    background-position:0 0 !important;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background: #98ca3c; /* Old browsers */
    background: -moz-linear-gradient(top,  #98ca3c 0%, #78a32a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98ca3c), color-stop(100%,#78a32a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #98ca3c 0%,#78a32a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #98ca3c 0%,#78a32a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #98ca3c 0%,#78a32a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #98ca3c 0%,#78a32a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca3c', endColorstr='#78a32a',GradientType=0 ); /* IE6-9 */
}

.dropdown-menu li{
       cursor:pointer;
}

.btn-group > .btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid hsl(0, 0%, 93%);
}
