/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
    font-size: small;
    color: black;
}

.ui-dropdownchecklist-selector {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #999;
    height: auto !important;
    padding: 5px 8px !important;
    width: 100% !important;
}

.ui-state-hover, .ui-state-active {
    /*border-color: #5794bf;*/
}

.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px;
}

.ui-dropdownchecklist-item {
    font-size: 12px;
}

.ui-state-hover {
    /*background-color: #39f;*/
}

.ui-state-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}

.ui-dropdownchecklist-text {
    font-size: small;
    /* line-height: 20px; */
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}

input[type = "text"], select, textarea, input[type = "email"], input[type = "search"], input[type = "password"] {
    /*background: #FFF;
    border: 1px solid #bfbfbf;
    border-radius: 3px !important;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.8),0 1px 2px 0 rgba(0,0,0,0.1) inset;
    color: #666;
    font-size: 13px;
    margin-bottom: 10px !important;
    padding: 5px !important;*/
}

table, table td {
    border: medium none;
    border-collapse: collapse;
    padding: 0;
}

.auto-style1 {
    height: 23px;
}

.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired {
    border-left: 5px solid #FF0000;
}

.dnnFormItem .dnnFormHelp p.dnnFormRequired span {
    border-left: 5px solid #FF0000;
    padding-left: 0.5em;
}

.dnnFormItem input[type = "text"], .dnnFormItem input[type = "password"], .dnnFormItem input[type = "email"], .dnnFormItem input[type = "tel"],
.dnnFormItem select, .dnnFormItem textarea, .table input[type = "text"], .table input[type = "password"], .table input[type = "email"],
.table input[type = "tel"], .table select, .table textarea {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
}

.dnnFormItem span.dnnFormMessage .dnnFormError, .table td span.dnnFormMessage .dnnFormError {
    left: 55%;
    position: absolute;
    z-index: 9999;
}

.dnnFormMessage {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(255,255,255,0.5) inset,0 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px 20px;
}

    .dnnFormMessage .dnnFormError {
        background: #fae2e2 -moz-linear-gradient(center top,#fae2e2,#f2cacb);
        border: 1px solid #eeb7ba;
        color: #be4741;
        text-shadow: 0 1px 1px #fff;
    }

    .dnnFormMessage .dnnFormSuccess {
        background: #e5edc4 -moz-linear-gradient(center top,#e5edc4,#d9e4ac);
        border: 1px solid #b8c97b;
        color: #3f7227;
        text-shadow: 0 1px 1px #fff;
    }

    .dnnFormMessage .info {
        background: #cdf -moz-linear-gradient(center top,#eef,#cdf);
        border: 1px solid #cadcea;
        color: #225b86;
        text-shadow: 0 1px 1px #fff;
    }

    .dnnFormMessage .warning {
        background: #ffffc0 -moz-linear-gradient(center top,#ffffc0,#f9ee9c);
        border: 1px solid #e5dbaa;
        color: #6d7829;
        text-shadow: 0 1px 1px #fff;
    }

.fileItemRemoveButton {
    float: right;
}

.fileItemText {
    width: 98%;
}

.fileUpload {
    background: #FFF;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    /*width: 95%;*/
}

.fileUploadFrame {
    background: #FFF;
    color: #000;
    font-size: 13px;
    width: 100%;
}

    .fileUploadFrame img {
        float: right;
        width: 20px;
        cursor: pointer;
    }

    .fileUploadFrame input[type="file"] {
        display: inline;
    }

.listfile {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .listfile li {
        background: #FFF;
        padding: 5px;
    }

.MultiFile-label {
    clear: both;
    display: block;
    text-align: left;
}

.MyTable {
    border-collapse: collapse;
    margin: 0 auto 10px;
    width: 99%;
}

    .MyTable tbody tr td {
        border: 1px solid #a6c6e0;
        padding: 3px 5px;
        text-align: center;
    }

    .MyTable thead tr td, .MyTable thead tr th {
        background: none repeat scroll 0 0 #ceedff;
        border: 1px solid #a6c6e0;
        color: #007feb;
        font-weight: bolder;
        padding: 5px 10px;
        text-align: center;
    }

    .MyTable tr.even {
        background: none repeat scroll 0 0 #f8f8f8;
    }

    .MyTable tr.odd {
        background: none repeat scroll 0 0 #e5f1f4;
    }

    .MyTable tr.selected {
        background: none repeat scroll 0 0 #bce774;
    }

.nodata {
    color: #F00;
}

.select2-container {
    display: block;
    position: relative;
    vertical-align: top;
}

.SettingContent {
    vertical-align: top;
    width: 75%;
}

.SettingLabel {
    vertical-align: top;
    width: 25%;
}

.table td, th {
    padding: 0px 5px 5px 5px;
    vertical-align: top;
}

.tdNorecord {
    color: #F00;
    text-align: center;
    width: 100%;
}

.listfile li:nth-child(2n+1) {
    border-bottom: 1px solid lightgrey;
}

.MyTable tbody tr:hover {
    background: none repeat scroll 0 0 #ecfbd4;
}

.MyTable tr.selected:hover {
    background: none repeat scroll 0 0 #ccff66;
}

.RadPicker_Default {
    width: 100px !important;
}

.headerMenu {
    background: none repeat scroll 0 0 #1F8CDE;
    text-transform: uppercase;
    padding: 5px 10px 4px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.blockMenu {
    background: none repeat scroll 0 0 #3CB8FE;
    padding: 10px;
    margin-top: 1px;
}

.menu-m1 {
    color: #fff;
    margin-bottom: 0px;
}

    .menu-m1 li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .menu-m1 li a {
            color: #fff;
        }

            .menu-m1 li a:active {
                color: #2D90D9;
            }

.TitleH4 {
    padding-left: 0px !important;
}

.news_date {
    color: #3CB8FE !important;
}

.news_link {
    color: black !important;
    text-decoration: none;
    font-weight: normal !important;
}

    .news_link:hover {
        color: #3CB8FE !important;
        text-decoration: none;
        font-weight: normal;
    }

.news_detail, .news_list_related {
    text-align: justify !important;
    font-size: 14px !important;
}


table {
    width: 100%;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    max-width: 100%;
    width: 100%;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.table input[type="text"], .table input[type="password"], .table input[type="email"], .table input[type="tel"], .table select, .table textarea {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.select2-container {
    display: block;
    position: relative;
    vertical-align: top;
}

input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    /*background: white;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #666;
    font-size: 13px;
    padding: 5px;*/
}

/*.selectParent {
    width: 100px;
    height: 17px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right white;
    border: 2px double red;
    display: inline-block;
    position: relative;
}

    .selectParent select {
        background: transparent;
        -webkit-appearance: none;
        width: 150px;
        font-size: 11px;
        border: 0;
        height: 17px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .selectParent select {
        appearance: none;
        -moz-appearance: none; 
        -webkit-appearance: none; 
    }*/

/*.selectParent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 22px 3px;
    background-size: 13px 13px;
    width: 220px !important;
    height: 20px;
    margin-left: 4px;
    position: absolute;
    cursor: pointer;
}

.overlay-arrow {
    font-size: 9px;
    color: red;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: default;
    line-height: 1px;
}

.selectParent {
    position: relative;
    width: 200px;
    height: 20px;
    float: left;
    margin: 0px;
    padding: 0px;
}*/

/*.selectParent select {
   background: transparent;
   width: 268px !important;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   overflow: hidden;
   }
.selectParent {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(images/icon_dropdown.png) no-repeat right #ddd;
   border: 1px solid #ccc;
   }*/
