﻿@charset "utf-8";

/* ================================================================
    overwrite bootstrap
   ================================================================*/

a.dnnPrimaryAction:focus {
    color: #efefef;
    text-decoration: none;
}

a.dnnPrimaryAction:hover {
    text-decoration: none;
}

/* ================================================================
    RadComboBox ItemTemplate Style
   ================================================================*/

.rcbTemplate {
    padding: 10px 10px 10px 80px !important;
    border: 0 !important;
    border-bottom: 1px solid #cccccc !important;
    *zoom: 1;
}

    .rcbTemplate:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    .rcbTemplate .imageWrap {
        margin: 0 0 0 -70px;
        float: left;
    }


.rcbInner .form-control {
    border: 0px !important;
    box-shadow: none !important;
}

    .rcbInner .form-control:focus {
        border-color: transparent !important;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }


.RadComboBox_Default .rcbInner {
    border-color: #ccc !important;
    border-radius: 0px !important;
}


.RadComboBox .rcbInner {
    height: 34px !important;
    padding: 8px 22px 2px 5px !important;
}

/* ================================================================
    Small text link buttons (clear button in item selectors etc)
   ================================================================*/

a.catMiniAction, a.catMiniAction:link, a.catMiniAction:active {
    color: #C3C3C3;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif, Avant Garde;
    font-size: 12px;
}

    a.catMiniAction:hover {
        color: #2E3D47;
        text-decoration: none;
        font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif, Avant Garde;
        font-size: 12px;
    }


/* ================================================================
    Big text link buttons in line with selectors
   ================================================================*/

.catInlineAction {
    list-style-type: none;
    display: block;
    text-align: left;
    margin: 0;
}

    .catInlineAction li {
        padding: 6px 3px 0 0;
        float: left;
    }



/* =============================================================
    RadRotator and RadAsynchUpload fix (overwrites default css)
   =============================================================*/

.rrItemsList, .rrItem {
    list-style-type: none !important;
}

.ruInputs, .ruInputs li {
    list-style-type: none !important;
}


/* =============================================================
    RadListBox and RadComboBox fix (overwrites embedded css)
   =============================================================*/

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.rcbHeader, .rcbFooter, .rcbItem, .rcbHovered, .rcbDisabled, .rlbGroup, .rlbGroupRight, .rlbList, .rlbItem {
    list-style-type: none !important;
}

    .rlbGroup ul, .rlbGroupRight ul, .rlbList ul, .rlbItem ul {
        list-style-type: none !important;
    }

    .rcbHeader li, .rcbFooter li, .rcbItem li, .rcbHovered li, .rcbDisabled li, rlbGroup li, rlbGroupRight li, rlbList li, rlbItem li {
        list-style-type: none !important;
    }


/* =============================================================
    RadComboBox fix (overwrites default css)
   =============================================================*/

.dnnFormItem .rcbInput {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 2px 0 1px !important;
    width: 100% !important;
}

/* ================================================================
    Help button tooltip pin location fix (overwrites default.css)
   ================================================================*/

a.pinHelp {
    bottom: 12px !important;
    top: inherit !important;
}


/* ================================================================
    Corrections for dnn tooltip
   ================================================================*/

.dnnTooltip .dnnFormHelpContent, .dnnHelperTip .dnnFormHelpContent {
    width: 400px !important;
}

    .dnnTooltip .dnnFormHelpContent th, .dnnHelperTip .dnnFormHelpContent th, .dnnTooltip .dnnFormHelpContent td, .dnnHelperTip .dnnFormHelpContent td, .dnnTooltip .dnnFormHelpContent table, .dnnHelperTip .dnnFormHelpContent table {
        color: #DDDDDD;
    }


/* ================================================================
    common styles
   ================================================================*/

ul.dnnActions li.catcmdRight {
    float: right;
}


/* =============================================================
    remove float and width from dnn label for inline use
   =============================================================*/

.catdnnLabel {
    display: inline-block;
    padding-bottom: 14px;
}

    .catdnnLabel .dnnLabel {
        width: initial !important;
    }

    
/* =============================================================
    overwrite defaults for links from dnn default.css
   =============================================================*/
a.btn-danger:visited {
    color: #ffffff;
}

a.btn-default:visited {
    color: #333;
}


/* =============================================================
    Responsive Styles
   =============================================================*/
@media only screen and (max-width: 480px) {

    .dnnTooltip {
        display: block;
        margin-right: 18px;
        position: relative !important;
        width: 32.075%;
        left: 0px;
    }

    .dnnFormItem > label.dnnFormLabel,
    .dnnFormItem > .dnnLabel {
        display: block;
        text-align: left;
        float: none;
        width: inherit;
    }

    /*.dnnLabel+input*/
    /*.dnnFormItem div.dnnLabel + input*/
    .dnnFormItem input[type="text"],
    .dnnFormItem input[type="password"],
    .dnnFormItem input[type="email"],
    .dnnFormItem input[type="tel"],
    .dnnFormItem select,
    .dnnFormItem textarea {
        clear: both;
        display: block;
        width: 95%;
        font-size: 18px;
    }

    .dnnLabel {
        margin: 0px;
        padding-right: 0px;
    }

    a.dnnFormHelp {
        position: relative;
        margin-left: 5px;
    }
}