.sdm_clear_float{
    clear: both;
}

.sdm_pass_text {
    margin-bottom: 10px;
}

.sdm_download_item {
    display: block;
    border:1px solid #181614;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-top:10px;
    margin-bottom:10px;
    padding:15px;
}
.sdm_download_title {
    float:left;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
}
.sdm_download_thumbnail {
    float:left;
}
.sdm_download_thumbnail_image {
    width:75px !important;
    height:75px !important;
    float:left !important;
    margin-right:10px !important;
}
.sdm_download_description {
    margin: 15px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #111111;
}
.sdm_download_item_count{
    margin-left: 20px;
    border: 1px solid #181614;
    padding: 3px 10px;
    display: inline-block;
    float: right;
}
.sdm_download_link{
    display: block;
}
.sdm_download_link:after {
    content: "";
    display: table;
    clear: both;
}
.sdm_download_button{
    display: inline-block;    
}
.sdm_download_button_box_default{
    margin: 10px 0;    
}

.sdm-g-recaptcha{
    margin-bottom: 10px;
}

/************************************/
/*** Various Colored Boxes Styles ***/
/************************************/
.sdm_yellow_box {
background: #92a000;
border: 1px solid #2e49aa;
color: #c0dafd;
margin: 10px 0px 10px 0px;
padding: 5px 5px 5px 10px;
text-shadow: 1px 1px #000000;
}

.sdm_grey_box{
background: #131313;
border: 1px solid #303030;
color: #c9c9c9;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;
text-shadow: 1px 1px #000000;	
}

.sdm_blue_box{
background: #28180a;
border: 1px solid #553119;
color: #e2d9c4;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;
text-shadow: 1px 1px #000000;	
}

/********************************************/
/*** Individual Download Item View Styles ***/
/********************************************/
.sdm_post_item{
    width: 90%;
}
.sdm_post_item_top{
    display: block;
}
.sdm_post_item_top_left{
    width: 40%;
    float: left;
    margin-right: 30px;
}
.sdm_post_item_top_right{
    float: left;
    width: 50%;
}
.sdm_post_item_top_left img{
    width: 100%;
    border: 1px solid #171b1c;
    padding: 5px;
}
.sdm_post_title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sdm_post_download_count{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #171b1c;
    display: inline-block;
    padding: 10px 15px;
}
.sdm_post_download_file_size{
    font-weight: bold;
}
.sdm_post_download_version{
    font-weight: bold;
}
.sdm_post_download_published_date{
    font-weight: bold;
}
.sdm_post_download_section{
    margin: 15px 0;
}
.sdm_post_meta_section{
    border-top: 4px double #171b1c;
    padding-top: 15px;
}

/*********************/
/*** Button styles ***/
/*********************/
.sdm_download {
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #aaaaaa;
    border: 1px solid #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 
.sdm_download.green{
    background: #48288f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #52398e #6749a4 #7855b5;
    color: #d0bfeb !important;
    text-shadow: 0 1px 0 #301a5b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #28165b;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #28165b;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #28165b;    
}
.sdm_download.green:hover{
    background: #46268d;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #744eb2 #7c59b7 #8261ba;
    text-shadow: 0 1px 0 #2a1755;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #351d6a;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #351d6a;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #351d6a;    
}

.sdm_download.blue{
    background: #6d2409;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #723a25 #894830 #9c5438;
    color: #e1b9a8 !important;
    text-shadow: 0 1px 0 #491906;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #3f1405;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #3f1405;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #3f1405;    
}
.sdm_download.blue:hover{
    background: #6d2409;
    border-color: #83513f #975c45 #a5634a;
    text-shadow: 0 1px 0 #411605;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #521b07;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #521b07;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #521b07;    
}

.sdm_download.purple{
    background: #205125;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #436246 #527655 #5e8662;
    color: #b2ccb5 !important;
    text-shadow: 0 1px 0 #153519;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #112c14;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #112c14;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #112c14;    
}
.sdm_download.purple:hover{
    background: #1f4e24;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #5b7d5f #648768 #6b8f6f;
    text-shadow: 0 1px 0 #132f16;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;    
}

.sdm_download.teal{
    background: #631210;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #6f3937 #87423f #9a4945;
    color: #d4afad !important;
    text-shadow: 0 1px 0 #410c0a;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #360a08;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #360a08;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #360a08;    
}
.sdm_download.teal:hover{
    background: #60120f;
    border-color: #824644 #944d4a #a25350;
    text-shadow: 0 1px 0 #3a0b09;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #480d0b;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #480d0b;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #480d0b;    
}

.sdm_download.darkblue{
    background: #5a4739;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #5d5047 #79695e #907e70;
    color: #d9cec4 !important;
    text-shadow: 0 1px 0 #3b2f26;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #31271f;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #31271f;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #31271f;    
}
.sdm_download.darkblue:hover{
    background: #524034;
    border-color: #76695f #86786e #93857a;
    text-shadow: 0 1px 0 #31261f;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #3d3027;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #3d3027;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #3d3027;    
}

.sdm_download.black{
    background: #adadad;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #b3b3b3 #cecece #e0e0e0;
    color: #000000 !important;
    text-shadow: 0 1px 0 #d1d1d1;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #797979;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #797979;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #797979;    
}
.sdm_download.black:hover{
    background: #a5a5a5;
    border-color: #d3d3d3 #e3e3e3 #efefef;
    text-shadow: 0 1px 0 #c9c9c9;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #7c7c7c;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #7c7c7c;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #7c7c7c;    
}
.sdm_download.grey{
    background: #424242;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #4a4a4a #5e5e5e #707070;
    color: #aaaaaa !important;
    text-shadow: 0 1px 0 #2b2b2b;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #282828;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #282828;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #282828;    
}
.sdm_download.grey:hover{
    background: #3d3d3d;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #676767 #717171 #787878;
    text-shadow: 0 1px 0 #252525;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #333333;    
}

.sdm_download.pink{
    background: #989760;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #209074 #25a08a #2aaf9e;
    color: #b0d8d3 !important;
    text-shadow: 0 1px 0 #763560;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #65e4e0;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #65e4e0;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #65e4e0;    
}
.sdm_download.pink:hover{
    background: #9836f0;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #3c9f86 #3da996 #3eb1a3;
    text-shadow: 0 1px 0 #6594b0;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #76f610;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #76f610;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #76f610;    
}

.sdm_download.orange{
    background: #133a00;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #a48b10 #1a58c1 #2967d0;
    color: #b2cde8 !important;
    text-shadow: 0 1px 0 #122640;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #11c6a0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #11c6a0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #11c6a0;    
}
.sdm_download.orange:hover{
    background: #134a10;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #2d65c5 #336bc9 #376ecc;
    text-shadow: 0 1px 0 #11e5f0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #12e810;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #12e810;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #12e810;    
}
.sdm_download.white{
    background: #a0a0a0;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #212121 #272727 #2c2c2c;
    color: #aaaaaa !important;
    text-shadow: 0 1px 0 #000000;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #404040;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #404040;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #404040;
}
.sdm_download.white:hover{
    background: #b0b0b0;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #383838 #3c3c3c #414141;
    text-shadow: 0 1px 0 #202020;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #c0c0c0;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #c0c0c0;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #c0c0c0;
}

/* Ajax category file browser shortcode */
.sdm_object_tree .sdm_post_title{
    margin-right: 5px;
    display: block;
}

/* Search form and results */

.sdm_search_result_item {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver
}

.sdm_search_result_item:last-child {
    border-bottom: none;
}
.sdm_general_error_msg {
    color: red;
}
.sdm_disabled_button {
    opacity: 0.2; /* use opacity to make the button appear disabled */
}

/************************/
/*** Fancy 3 template ***/
/************************/
.sdm_fancy3_download_item{
display: block;    
max-width: 320px;    
border:1px solid #333333;
margin-bottom:5px;
}
.sdm_fancy3_download_title{
font-weight: bold;
float: left;
padding: 5px 10px;
max-width: 170px;
overflow: hidden;
}
.sdm_fancy3_view_details_link{
float: right;
padding: 5px 10px;
}