﻿/* Overrides for eDevScot branding */
body {
    color: #636973;
}

a {
    color: #669d24;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #76bd1d;
        text-decoration: underline;
    }

.table tbody tr th.info {
    color: #fff;
    background-color: #c2c2c2;
}

.login-button, .register-button {
    height: 38px!important;
    font-weight: 600!important;
}

button,
input,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0; 
    border: 1px solid #CECFCE;
    color: #636973;
}

input:focus,
textarea:focus  {
    font-family: inherit; 
    margin: 0;
    outline:none  !important;
    border: 1px solid #669d24  !important;
    color: #636973;
}

input[type="text"] {
    background-color: #fff;
}

/*Checkbox*/
.checkbox-modifyProposal {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
}


.checkbox-modifyProposal label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    padding: 5px;
    margin-top: -3px;
}

.checkbox-modifyProposal input[type="checkbox"]
 {
    display: none;
    float: left;
    margin-left: -20px;
    margin-top: 3px;
}


input[type=checkbox-modifyProposal] + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-unchecked.PNG");
    background-repeat: no-repeat;
}

input[type=checkbox-modifyProposal]:checked + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-checked.PNG");
    background-repeat: no-repeat;
}


input[type=checkbox-modifyProposal]:disabled + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-disabled.PNG");
    background-repeat: no-repeat;
}

.checkbox-modifyProposal + .checkbox-modifyProposal {
    margin-top: 0px;
}

.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
}


.checkbox-bold {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox-bold label {
        display: block;
        font-weight: bold;
        cursor: pointer;
        padding: 5px;
    }

.checkbox label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    padding: 5px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    display: none;
    float: left;
    margin-left: -20px;
    margin-top: 3px;
}


input[type=checkbox] + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-unchecked.PNG");
    background-repeat: no-repeat;
}

input[type=checkbox]:checked + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-checked.PNG");
    background-repeat: no-repeat;
}


input[type=checkbox]:disabled + label {
    display: block;
    padding: 0px 20px;
    background-image: url("../Images/checkbox-disabled.PNG");
    background-repeat: no-repeat;
}

.checkbox + .checkbox {
    margin-top: 0px;
}

.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="checkbox"][disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }


/*Radio*/
.radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
}

    .radio label {
        display: block;
        font-weight: normal;
        cursor: pointer;
        padding: 5px;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        display: none;
        float: left;
        margin-left: -20px;
        margin-top: 3px;
    }

input[type=radio] + label {
    /*display:block;*/
    padding: 0px 17px;
    background-image: url("../Images/radiobtn-unchecked.PNG");
    background-repeat: no-repeat;
    font-weight: normal;
}

input[type=radio]:checked + label {
    /*display:block;*/
    padding: 0px 17px;
    background-image: url("../Images/radiobtn-checked.PNG");
    background-repeat: no-repeat;
    font-weight: normal;
}


input[type=radio]:disabled + label {
    /*display:block;*/
    padding: 0px 17px;
    background-image: url("../Images/radiobtn-disabled.PNG");
    background-repeat: no-repeat;
    font-weight: normal;
}

.radio + .radio {
    margin-top: 0px;
}

.radio-inline {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 0px;
    }

    input[type="radio"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline {
        cursor: not-allowed;
    }



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 2px;
    margin-bottom: 2px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 3px;
    font-weight: bold;
}

.btn-tiny {
    display: inline-block;
    /*padding: 14px 12px;*/
    margin-bottom: 0;
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    margin-bottom: 1px;
}


.btn-link-white {
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link-white,
    .btn-link-white:active,
    .btn-link-white[disabled],
    fieldset[disabled] .btn-link-white {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link-white,
        .btn-link-white:hover,
        .btn-link-white:focus,
        .btn-link-white:active {
            border-color: transparent;
        }

            .btn-link-white:hover,
            .btn-link-white:focus {
                color: #76bd1d;
                text-decoration: underline;
                background-color: transparent;
            }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}

.btn-link {
    font-weight: normal;
    color: #669d24;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #76bd1d;
        text-decoration: underline;
        background-color: transparent;
    }

.font-weight-normal {
    font-weight: normal;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: 100%;
        border-top: 0;
        box-shadow: none;
        background-color: #949AA5;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 15px;
        padding-left: 0;
        margin-top: -10px;
        /*border-top-width: 1px!important;
        border-top-color: #5C6670;*/
        border-top-style:solid;
        width: 100%;
    }
}
