﻿/*
 FOR MINISTER IMAGE USER CONTROL     
*/

.MinistersPlaceHolder {
    float: left;
}

.dpcMainStatementsMinistersWrapper {
    float: right;
    width: 300px;
    min-height: 90px;
    border: 1px #ccc solid;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.statementsAttachments {
    width: 100%;
    clear: both;
    min-height: 30px;
}

.ministersPic {
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    width: 55px;
    margin: 5px;
}

.ministerProfile {
    clear: both;
    padding: 5px;
}
.ministerProfile p {
    overflow:hidden;
}

.ministerProfile h2 {
        margin-top: 0px;
        margin-left: 5px;
        float:left !important;
         margin-left: 1px !important;
    }

/*.ministerProfile a {
       
        margin-left: 1px !important;
        float:none !important;
    }*/

a.ministerLink {
    margin-top: 5px !important;
}

.ministersPortfolios {
    float: none !important;
    margin-top: -10px;
    width: 175px;
    line-height:1.4em !important;
}

.statementDetailDate {
    font-style: italic;
}

/*
    FOR MEDIASTAT.ASPX PAGE LAYOUT
*/

.lefty {
    float: left;
}

.article-content ul li {
    list-style-type: none;
    /* !Important;
    margin-left:20px !Important;*/
}

.article-content ul li:before {
    content: '\2022 ' !Important;
    margin-left: 0px !Important;
    margin-right: 0px !Important;
    padding-right: 10px;
    float: left;
}

.showEdit{
    display:none;
}

.article-content2 {
    width: auto;
    margin-right: 325px !important;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .article-content2 {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
     .article-content2 {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
     .article-content2 {
        width: 100%;
    }

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
     .article-content2 {
        width: 100%;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
     .article-content2 {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
     .article-content2 {
        width: 100%;
    }

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
     .article-content2 {
        width: 100%;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
     .article-content2 {
        width: 100%;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
     .article-content2 {
        width: 100%;
    }

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
     .article-content2 {
        width: 100%;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
     .article-content2 {
        width: 100%;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
     .article-content2 {
        width: 100%;
    }

}
