/* 
================================
 Container Styles for DotNetNuke
================================
.


/*-------------------------------------------------------------------------------*/
.Normal {
    color: #666666;
}

.actions {
    width: 10px;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.left {
    float: right;
}

.right {
    float: left;
}

.c_footer {
    padding-left: 10px;
    text-align: right;
    margin: 0 0 10px 0;
}

.c_contentpane {
    text-align: right;
}

.dnntitle {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 400;
}

/*Container001*/
.Container001 .Box {
    width: 120px;
    height: 40px;
    border: 3px solid #00afa1;
    position: absolute;
    right: 20px;
}
.Container001 .dnntitle {
    color: #444;
    position: relative;
    min-height: 30px;
}

.Container001 .contentpane {
    padding: 15px 0px 10px 0px;

}

.Container001 .title1 {
    padding: 2px 40px;
    font-size: 20px !important;
    color: #00afa1;
    border-radius: 25px;
    z-index: 0000;
    position: absolute;
    right: 100px;
}

.Container001 .Line {
    border: 0px solid #fff;
    width: 40px;
    height: 3px;
    background-color: #00afa1;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 0;
    box-shadow: 0 0 0px 6px white;
}


/*Container002*/
.Container002 .Box {
    width: 40px;
    height: 90px;
    border: 3px solid #00afa1;
    position: absolute;
    right: 20px;
}

.Container002 .dnntitle {
    color: #444;
    position: relative;
    min-height: 90px;
}

.Container002 .contentpane {
    padding: 15px 0px 10px 0px
}

.Container002 .title1 {
    padding: 2px 40px;
    font-size: 20px !important;
    color: #00afa1;
    border-radius: 25px;
    z-index: 0000;
    position: absolute;
    right: 40px;
    bottom:0;
}

.Container002 .Line {
    border: 0px solid #fff;
    width: 40px;
    height: 3px;
    background-color: #00afa1;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 0;
    box-shadow: 0 0 0px 6px white;
}
/*Container003*/
.Container003 .dnntitle {
    color: #fff;
    text-align: right;
    position: relative;
    
}

.Container003 .contentpane {
    padding: 15px 0px 10px 0px;
}

.Container003 .title1 {
    padding: 10px 0px;
    font-size: 20px !important;
    color: #fff;
    z-index: 0000;
    border-bottom: 3px solid white;
}

/*Container004*/
.Container004
{
    margin-top:60px;
}
.Container004 .dnntitle {
    color: #fff;
    text-align: right;
    position: relative;
}

.Container004 .contentpane {
    padding: 15px 0px 10px 0px;
}

.Container004 .title1 {
    padding: 10px 0px;
    font-size: 20px !important;
    color: #fff;
    z-index: 0000;
    border-bottom: 3px solid white;
}
/*Container005*/
.Container005 .Box {
    width: 30px;
    height: 30px;
    border: 3px solid #00476f;
    background-color: #00476f;
    position: absolute;
    right: 0px;
    top: 0px;
}
    .Container005 .Box:before {
        content: '';
        width: 30px;
        height: 30px;
        border: 3px solid #00afa1;
        background-color: #00afa1;
        position: absolute;
        right: -10px;
        top: -10px;
    }

.Container005 .dnntitle {
    color: #444;
    position: relative;
    min-height: 90px;
}

.Container005 .contentpane {
    padding: 15px 0px 10px 0px
}

.Container005 .title1 {
    padding: 2px 40px;
    font-size: 20px !important;
    color: #00afa1;
    border-radius: 25px;
    z-index: 0000;
    position: absolute;
    right: 0px;
    bottom: 0;
}
/*Container006*/
.Container006 .dnntitle {
    color: #444;
    position: relative;
}

.Container006 .contentpane {
    padding: 15px 0px 10px 0px;
}

.Container006 .title1 {
    border: none;
    padding: 2px 40px;
    font-size: 20px !important;
    color: white;
    border-radius: 25px;
    background-color: #00a3a1;
    z-index: 1;position: relative;
}

.Container006 .Line {
    border-bottom: 0.1em solid #fff;
    width: 100%;
    position: relative;
    bottom: -22px;
    z-index: 0;
}

.Container006 .fadot {
    position: absolute;
    color: white;
    right: 10px;
    top: 8px;
    z-index: 100;
}





/*NoTitle*/
.NoTitle .contentpane {
    text-align: right;
    padding: 0px;
}

.NoTitle .cbot {
    float: left;
}
