﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/

.ctl {
    padding-top: 3px;
}

.input-group-addon {
    padding: 6px 8px;
    white-space: normal;
}

.input-group {
    width: 100%;
    margin-bottom: 5px;
}

.modal-dialog {
    width: 65%;
}

.modal-body {
    height: 600px;
    overflow: auto;
    padding: 10px;
}

.modal-footer {
    padding: 10px;
}

.modal-header, .modal-footer {
    background-color: whitesmoke;
}

.panel {
    margin-bottom: 10px;
}

.dd-list {
    list-style: decimal;
}

.btn-block + .btn-block {
    margin-top: 0;
}

 #ctl3 li, #ctl4 li {
    padding: 2px 8px;
}

    #ctl3 li span, #ctl4 li span {
        margin-left: 15px;
    }


#pg5 li:nth-child(odd),#ctl li:nth-child(odd),#pg2 li:nth-child(odd) {
    background-color: white; /*#F9F9F9*/
}

  #gctypeul li,#gc2typeul li ,#prodtypeul li,#pg5 li, #ctl li, #pg2 li {
    border-bottom: 1px solid lightgray;
    padding: 3px 8px;
}

    #pg2 .activez, #pg5 li .dd3-content.activez, #pg li .dd3-content.activez,#pg5 li .dd3-content.active {
        background: rgba(136, 195, 245, 1) !important;
    }

    /*#pg5 li .dd3-content.active a, #gctypeul li:hover a ,#gc2typeul li:hover a,#prodtypeul li:hover a, #pg2 li:hover a, #pg2 .activez a, #pg5 li:hover a, #pg5 li .dd3-content.activez a, #pg2 li:nth-child(odd), #pg li .dd3-content.activez a {
            color: white;
        }*/

    #pg2 li .attach {
        background-color: #B7E2F5;
        border: 1px solid gray;
        padding: 3px;
        border-radius: 4px;
        top: -1px;
    }

    #pg2 li:hover, #pg5 li:hover, #prodtypeul li:hover, #gc2typeul li:hover, #gctypeul li:hover {
        background: lightsteelblue;
    }

.glyphicon-paperclip {
    margin-left: 10px;
}



#pg li .attach {
    background-color: #B7E2F5;
    border: 1px solid gray;
    padding: 3px;
    border-radius: 4px;
    top: -1px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 20%;
    /*right: 45%;*/
    display: none;
    text-indent: -9999px;
    background: url('/sysimages/icon_top.png') no-repeat;
}

textarea {
    width: 100%;
}

.h4h {
    color: #ffffff;
    background-color: #428bca;
    border-radius: 4px 4px 0 0;
    padding: 2px 30px;
    margin-left: 10px;
    font-size: 13px;
}

#sortable {
    list-style-type: decimal;
    margin: 0;
    padding: 0 0 0 25px;
}

    #sortable li {
        margin: 0 5px 0 5px;
        padding: 5px;
        font-size: 1em;
        border-bottom: 1px solid lightgray;
        cursor: pointer;
    }

        #sortable li:last-child {
            margin: 0 5px 5px 5px;
            padding: 5px;
            font-size: 1em;
            border-bottom: none;
            cursor: pointer;
        }

    

    html > body #sortable li {
        line-height: 1em;
    }

.ui-state-highlight {
    height: 1.3em;
    line-height: 1em;
}
