
@charset "UTF-8";
/* CSS Document */
/* 
    Created on : Dec 22, 2015, 8:54:57 AM
    Author     : stephenmoeckel
*/

/*
Categories and category templates
*/

#category_holder {
    /*background-color: red;*/
    /*width: 95%;*/
    /*float: left;*/
    /*text-align: left;*/
}
.category {
    vertical-align: top;
    border-radius: 15px;
    border: 1px solid #DFE0DB;
    margin-right: 10px;
    margin-bottom:10px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    height: auto;
    display: inline-block;
}
/*one third*/
/*.category_one_third {
    width: 30%;
}*/
/*.category_one_third img{
    height: 100%;
    width: 100%;
}*/

/*one forth*/
/*.category_one_forth {
    width: 220px;
    height: auto;

}
.category_one_forth img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: 1em;
    height: 200px;
    width: auto;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
one half
.category_one_half {
    width: 45%;

    width: 20%;
}
.category_one_half img{
    height: 100%;
    width: 100%;
}*/
.actions_top ul li a {
    background: #dcdcdc -moz-linear-gradient(center top , #fefefe, #dcdcdc) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    float:left;
    padding: 2px;
    margin-right: 5px;
}
.actions_top a {
    display: block;
    font-size: 110%;
}

.actions_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

select {
    clear: both;
    /*padding-top: 3px;*/
    font-size: 80%;
    /*vertical-align: text-bottom;*/
}
select[multiple=multiple] {
    width: 100%;
}
/*.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}*/
/*.dpg_btn_green {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9bbe3b 0%, #6b993f 50%, #9bbe3b 100%) repeat scroll 0 0;
    border-color: #4cae4c;
    color: #fff;
}
.dpg_btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}*/

span.dpg_action_green.small a{
    border-radius: 6px;
    font-size: 8px;
    padding: 5px 8px;

}

span.dpg_action_green.medium a{
    border-radius: 6px;
    font-size: 12px;
    padding: 8px 11px;

}
span.dpg_action_green a {
    text-decoration: none;

    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9bbe3b 0%, #6b993f 50%, #9bbe3b 100%) repeat scroll 0 0;
    border-color: #4cae4c;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 20px;
    cursor:pointer;
}
span.dpg_action_green a:hover, span.action_green a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7C982F 0%, #567A32 50%, #7C982F 100%) repeat scroll 0 0;
    border-color: #398439;
}
span.dpg_action_red.small a{
    border-radius: 6px;
    font-size: 8px;
    padding: 5px 8px;

}

span.dpg_action_red.medium a{
    border-radius: 6px;
    font-size: 12px;
    padding: 8px 11px;

}
span.dpg_action_red a {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FF0000 0%, #B20000 50%, #FF0000 100%) repeat scroll 0 0;
    border-color: #4cae4c;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 20px;
    cursor:pointer;
}
span.dpg_action_red a:hover, span.action_green a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #CC0000 0%, #800000 50%, #CC0000 100%) repeat scroll 0 0;
    border-color: #398439;
}