﻿.dontShow {
    display: none;
}

body {
    border: none;
    border-width: 0px;
}

.Scrol {
    margin-top: 0px;
    list-style-type: none;
    margin-left: -40px;
    position: relative;
    z-index: 999;
}

label {
    display: inline !important;
}

.searchform {
    display: inline-block;
    zoom: 1;
    border: solid 1px #E32325;
    padding: 3px;
    background: #bcbbbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#E32325), to(#E323254a));
}

    .searchform input {
        font: normal 12px/100% Arial, Helvetica, sans-serif;
    }

    .searchform .searchfield {
        background: #fff;
        padding: 6px 6px 6px 8px;
        width: 202px;
        border: solid 1px #bcbbbb;
        outline: none;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    }

    .searchform .searchbutton {
        color: #fff;
        border: solid 1px #494949;
        height: 27px;
        /*   width: 27px;*/
        text-shadow: 0 1px 1px rgba(0,0,0,.6);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        background: #5f5f5f;
        background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
        background: -moz-linear-gradient(top, #9e9e9e, #454545);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
    }

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    padding: 5px;
}

select {
    display: inline;
    width: auto;
    padding: 5px;
    border: 1px solid;
    resize: none;
    outline: 1px solid;
}

.photobg {
    width: 231px;
    font-family: Verdana;
    font-size: 12px;
    height: 355px;
    float: left;
    margin-top: 15px;
    background-image: url(../DDS_Dynamics/EventGallery/images/fotobg1.png);
    background-repeat: no-repeat;
    color: white;
}

.courses-box1 {
    background-color: #e32325;
    box-shadow: 4px 0px 4px 0px rgb(37 107 66);
    padding: 4px 2px 2px 2px;
}

    .courses-box1 .single-item-wrapper .courses-content-wrapper {
        padding: 0;
    }

        .courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
            color: yellow !important;
        }

        .courses-box1 .single-item-wrapper .courses-content-wrapper .item-content {
            height: 44px;
            overflow: hidden;
            padding: 0 4px;
            font-size: 1.2rem;
        }

.readmore44 {
    background: #256c42;
    padding: 2px;
    color: yellow;
    border-radius: 0.47rem 0 0 0;
}
    .readmore44:hover {
        background: #e32325 !important;
        color: yellow !important;
    }
.item-content {
    height: 60px;
    overflow: hidden;
    font-size:12px;
}
.item-title {
    font-size: 1.07rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}