﻿html, body{
    margin: 0;
    padding: 0;
    height:100%;
}

html {
    background-color: #ececec;
}

body {
    background: #ececec url('/Content/Images/BodyBgTiler.gif') repeat fixed left top ;
    color: #333;
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.clear{
    clear:both;
}
.Contact-Left{
    float:left;
    width:80px;
}
.Contact-Right{
    float:left;
    width:120px;
    margin-left:10px;
}

/*--- Layout ---*/
.OuterWrapper{
    position:relative;
    min-height:100%;   
}
header, 
.Header{
    height:90px;
    background:#FFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.65);
    box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.65);
    z-index:1000;
    position:fixed;
    width:100%;
}

.Content{
    padding:90px 0 200px 0;
}
.ContentClear{
    clear:both;
    height:10px;
}

footer, .Footer{
    background:#c0c0c0;
    height:200px;
    width:100%;
    position:absolute;
    bottom:0;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/*--- Header ---*/
.navbar-default {
  background-color: #FFF;
  border-color: #FFF;
}
.navbar-brand{
    background:transparent url('/Content/Images/LogoMyP.svg') no-repeat left top;
    height:57px;
    margin-top:15px;
}
.navbar-brand span{
    color:#d51427;
    padding-left:70px;
}
.nav{
    margin-top:24px;
}
.nav > li > a {
    color:#6d6d6d;        
    display: block;
    position: relative;
    padding: 10px 15px;
}
.nav > li > a:hover{
    background:#d51427 !important;
    color:#FFF !important;
    text-decoration: none;
}
.activeTN{
    background:#d51427 !important;
    color:#FFF !important;
    text-decoration: none;
}
.navbar-collapse {
  padding-right: 0;
}

/*--- Slide Show ---*/
.SlideShow{
    height:350px;
    background:#a2c5bf;        
}

.carousel-indicators {
  top: 10px;
}

.carousel-caption{
  text-align:left;
  position: absolute;
  right: 10%;
  bottom: 10px;
  left: 10%;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption p{
    font-size:12pt !important;
}
/*Red and blue Slides*/

.carousel-caption .redSlide{
    text-shadow:0 2px 2px rgba(209, 42, 37, 1);
}
.carousel-caption .blueSlide{
    text-shadow:0 2px 2px rgba(62, 156, 184, 1);
}
.carousel-caption .blueSlide,
.carousel-caption .redSlide{
    margin-bottom:50px;
    margin-left:20px;
    width:60%;
}
.carousel-caption .blueSlide h2,
.carousel-caption .redSlide h2{
    font-size:18pt;
    padding:0 0 5px 0;
    margin:0;
}
.carousel-caption .blueSlide h1,
.carousel-caption .redSlide h1{
    font-size:36pt;
    font-weight:bold;
    padding:0 0 5px 0;
    margin:0;
}



/*Green Slide*/
.carousel-caption .greenSlide img{
    width:100%;
    margin-bottom:20px;
}
.carousel-caption .greenSlide p{
    font-size:11pt !important;
    padding-top:10px;
}

/*--- Notice Board ---*/
.NoticeBoard{
    height:10px;
    margin:10px 0;
    background:rgba(255,255,255,0.8);
    border-bottom:1px #CCC solid;
}

/*--- Home Page Info Blocks---*/
.P-HPInfoBlocks {
    min-height: 280px;
}
.P-HPInfoBlocks .red,
.P-HPInfoBlocks .blue{
    float:left;
    width:32%;
    margin-right:1.5%;
    min-height: 280px;
}
.P-HPInfoBlocks .red{
    background:#ec5c54;
    position:relative;
}
.P-HPInfoBlocks .red .Inner{
    padding:15px;
    color:#FFF;
}
.P-HPInfoBlocks .red .Inner input[type=text],
.P-HPInfoBlocks .red .Inner input[type=password]{
    background:#ec5c54;
    border:1px #FFF solid;
    color:#FFF;
    padding:5px 5px 6px 5px;
    width:100%;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; 
    margin-bottom:5px;
}
.P-HPInfoBlocks .red .Inner input[type=text]:focus,
.P-HPInfoBlocks .red .Inner input[type=password]:focus{
    background:#e13932;
    color:#FFF;
}
.P-HPInfoBlocks .red .Inner .redbtn{
    background:#FFF;
    border:1px #FFF solid;
    color:#333;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(177, 26, 19, 0.75);
    -moz-box-shadow:    0px 3px 0px 0px rgba(177, 26, 19, 0.75);
    box-shadow:         0px 3px 0px 0px rgba(177, 26, 19, 0.75);
    margin-bottom:5px;   
}
.P-HPInfoBlocks .red .Inner .redbtn:hover{
    background:#FFF;
    border:1px #FFF solid;
    color:#333;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(177, 26, 19, 0.75);
    -moz-box-shadow:    0px 3px 0px 0px rgba(177, 26, 19, 0.75);
    box-shadow:         0px 3px 0px 0px rgba(177, 26, 19, 0.75);
}

.P-HPInfoBlocks .red .Inner h3{
    padding:0;
    margin:0 0 15px 0;
    font-size:20px;    
}
.P-HPInfoBlocks .red .Inner .validationMessage{
    font-size:9px;
    color:#75100b;
    padding:0;
    margin:0;
    display:block;
}

.P-HPInfoBlocks .red  #phUsername::-webkit-input-placeholder,
.P-HPInfoBlocks .red #phPassword::-webkit-input-placeholder  {
  color:rgba(255,255,255,0.8);
}


.forgotPass{
    bottom:0;
    position:absolute;
    width:100%;
}
.forgotPass a{
    background:#e13932;
    color:#FFF;
    display:block;
    height:50px;
    text-align:center;
    padding:14px;
}
.forgotPass a:hover{
    background:#d4231e;
    text-decoration:none;
}



.P-HPInfoBlocks .blue{
    background:#5fbfd8;
    position:relative;
}
.P-HPInfoBlocks .blue a{
    text-align:center;
    color:#FFF;
    display:block;
    font-size:20px;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;    
    padding-top:75px;
}
.P-HPInfoBlocks .blue a:hover{
    background:#359dc1;
    text-decoration:none;
}
.P-HPInfoBlocks .blue a span{
    display:block;
    height:70px;
    width:70px;
    margin:0 auto;
}
.P-HPInfoBlocks .blue a span img{
    width:100%;
}
.P-HPInfoBlocks .blue a h3{
    margin:0 !important;
    padding:0 !important;
    font-weight:bold;
}

.P-HPInfoBlocks .green{
    float:left;
    width:33%;
}
.P-HPInfoBlocks .green ul{
    margin:0;
    padding:0;
}
.P-HPInfoBlocks .green li{
    min-height:135px;
    margin-bottom:10px;
    background:#309b93;    
    list-style:none;
}
.P-HPInfoBlocks .green li:hover{
    background:#26827f;
}
.P-HPInfoBlocks .green li:last-child{
    margin-bottom:0;
}

.P-HPInfoBlocks .green li a{
    color:#FFF;
    display:block;
    font-size:20px;
    min-height:135px;
    line-height:135px;
}
.P-HPInfoBlocks .green li a:hover{
    text-decoration:none; 
}
.P-HPInfoBlocks .green li a span{
    float:left;
    margin:0 15px;
    display:block;
    height:55px;
    width:55px;
}
.P-HPInfoBlocks .green li a span img{
    width:100%;
}


/*--- Sub Page Styling ---*/
.SubPageHead{
    height:100px;
}
.SH-Company{
    background:#ec5c54 url('/Content/Images/SH_Company.jpg') no-repeat right top;
    text-shadow:0 2px 2px rgba(209, 42, 37, 1);
}
.SH-BuyerSeller{
    background:#5fbfd8 url('/Content/Images/SH_Buyer.jpg') no-repeat right top;
    text-shadow:0 2px 2px rgba(62, 156, 184, 1);
}
.SH-Technical{
    background:#309b93 url('/Content/Images/SH_Technical.jpg') no-repeat right top;
    text-shadow:0 2px 2px rgba(38, 130, 127, 1);
}
.SH-Contact{
    background:#a2c5bf url('/Content/Images/SH_Contact.jpg') no-repeat right top;
    text-shadow:0 2px 2px rgba(119, 156, 149, 1);
}

.SubPageHead h2{
    color:#FFF;
    font-size:28pt;
    font-weight:bold;
    margin:0;
    padding:30px;
    /*text-shadow:0 2px 2px rgba(86, 86, 86, 0.85);*/
}
.SubPageContent{
    background:#FFF;
    padding:30px;
    margin:10px 0;
}
/*.SubPageContent h3{
    font-size:14pt;
    margin:0;
    padding:0 0 20px 0;
}*/
.SubPageContent h4{
    margin:0;
    padding:0 0 10px 0;
    line-height:1.4em
}
.SubPageContent .emPha{
    font-size:13pt;
    margin:0;
    padding:25px;
    background:#f3f3f3;
    border:1px #CCC dotted;
    border-radius:10px;
    font-style:italic;
    text-align:left;
}

.emPha-Red{
    font-size:13pt;
    margin:0 0 10px 0;
    padding:25px;
    background:#f2dedb;
    border:1px #d1887c dotted;
    color:#780e0e;
    border-radius:10px;
    font-style:italic;
    text-align:left;
}

/*--- Footer Setup ---*/
.FootInner{
    padding:0 15px;
}
.FootTerms,
.FootQLinks{
    float:left;
    width:30%;
}
.FootTerms  > ul,
.FootQLinks > ul{
    margin:0;
    padding:20px 0;
}
.FootTerms > ul > li,
.FootQLinks > ul > li{
    margin:0;
    padding:1px 0;
    list-style:none;
}
.FootTerms > ul > li > a,
.FootQLinks > ul > li > a{
    color:#7c7c7c;
    display:block;
    font-size:12px;
}
.FootE2{
    float:right;
    width:30%;
    text-align:right;
    padding-top:20px;
}


.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    background: #fff;
    overflow: hidden;
    border: 1px solid #8C8C8C;
}
.datagrid table td{
    padding: 6px 10px;
    vertical-align:top;
    color:#575757;
}
    .datagrid table th {
        padding: 8px 10px;
    }

    .datagrid table thead th {
        background-color: #6c6c6c;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

        .datagrid table thead th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        border-left: 1px solid #DBDBDB;
        font-weight: normal;
    }

    .datagrid table tbody .alt td {
        background: #EBEBEB;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }




@media only screen and (min-width:760px) and (max-width:1000px) {
    .nav li a{
        color:#6d6d6d;        
        padding:10px 10px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px){
    .nav li {
        border-bottom:1px #CCC solid;
    }
    .nav li a{
        color:#6d6d6d;        
        padding:10px 15px;
    }
    .nav li a:hover{
        background:#d51427 !important;
        color:#FFF  !important;
        overflow:auto;
        margin:0 !important;
    }
    .navbar-collapse {
      padding-right:15px;
    }
    .P-HPInfoBlocks .red,
    .P-HPInfoBlocks .blue{
        float:left;
        width:49%;
        margin-right:1%;
        min-height: 230px;
    }
    .P-HPInfoBlocks .blue{
        margin-left:1%;
        margin-right:0;
    }
    .P-HPInfoBlocks .green{
        float:left;
        margin-top:10px;
        width:100%;
    }
    .P-HPInfoBlocks .green li{
        float:none;
        min-height:100px;
        margin-bottom:10px;
        background:#309b93;    
        list-style:none;
        width:100%;
    }
}

@media only screen and (max-width:480px)  {
    .nav li {
        border-bottom:1px #CCC solid;
    }
    .nav li a{
        color:#6d6d6d;        
        padding:10px 15px;
    }
    .nav li a:hover{
        background:#d51427 !important;
        color:#FFF  !important;
        overflow:auto;
        margin:0 !important;
    }
    .navbar-collapse {
      padding-right: 15px;
    }
    .P-HPInfoBlocks .red,
    .P-HPInfoBlocks .blue{
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:10px;
        min-height: 260px;
    }
    .P-HPInfoBlocks .blue{
        margin-left:0;
    }
    .P-HPInfoBlocks .green{
        float:left;
        width:100%;
    }
    .P-HPInfoBlocks .green li{
        float:none;
        min-height:100px;
        margin-bottom:10px;
        background:#309b93;    
        list-style:none;
        width:100%;
    }
.carousel-caption .redSlide{
    margin-bottom:50px;
    margin-left:20px;
    width:90%;
}


    .carousel-caption .blueSlide .bSLeft h1,
    .carousel-caption .redSlide h1{
        font-size:24pt;
    }

    .carousel-caption .blueSlide{
        margin-left:20px;
    }
    .carousel-caption .blueSlide .bSLeft{
        float:left;
    }

    .carousel-caption .blueSlide .bSRight{
        margin-left:20px;
    }

.SubPageHead h2{
    color:#FFF;
    font-size:24pt;
    font-weight:bold;
    margin:0;
    padding:30px;
    text-shadow:0 2px 2px rgba(209, 42, 37, 1);
}

}