﻿.cont {
    background-image: url("../Content/assets/images//Landing/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.cont-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
   
}



.profileback {
    background-image: url("../Content/assets/images/landing/profileback.jpg");
    /*
                background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            */
    background-size: cover;
}

.profile {
    /*border:2px solid red;*/
    box-shadow: -8px 8px 5px -1px rgba(168,153,153,0.75);
}

.form-container {
    /*border:2px solid red;*/
    box-shadow: -8px 8px 5px -1px rgba(168,153,153,0.75);
    padding-left: 5px;
    padding-bottom: 5px;
}

#page-topbar, .main-content, .footer {
    left: 0px;
}

.center {
    margin: auto;
    width: 90%;
    padding: 10px;
}

.main-content_ {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.main-content_auth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


.img-style {
    width: 7%;
    height: 7%;
    border-radius: 50px;
}

.page-content {
    padding: 0px 12px 60px;
}

.activediv {
   
   background-color: #469a23
}

.expiringdiv {
    background-color: #ff6a00
}
.expireddiv {
    background-color: #ff0000
}


.activeBorder {
    border-left: solid;
    border-left-width: 3px;
    border-left-color: #469a23
}

.expiringBorder {
    border-left: solid;
    border-left-width: 3px;
    border-left-color: #ff6a00
}


.page-title-box{


}
.expiredBorder {
    border-left: solid;
    border-left-width: 3px;
    border-left-color: #ff0000
}

ul{
    overflow:hidden;
   
}
    ul li {
        float: left;
        list-style: none;
        padding: 10px;
    }
      
        ul li a:hover {
            background-color: #034064;
            color: #ffffff;
            padding:10px;
            
        }

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    box-shadow: -8px 8px 5px -1px rgba(168,153,153,0.75);
}

.TbdBorder {
    border-left: solid;
    border-left-width: 3px;
    border-left-color: #000000;
}



@media only screen and (max-width: 600px) {

    .main-content_ {
        width: 100%;
       
    }

   
    
}
#acctfaq {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    box-shadow: -8px 8px 5px -1px rgba(168,153,153,0.75);
}

#loginform {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    box-shadow: -8px 8px 5px -1px rgba(168,153,153,0.75);
}
#login_log {
    width: 50%;
}
#tt_mobile {
    display: none;
}

#tt_full{
    display:block;
}
@media only screen and (max-width: 600px) {

    #loginform, .main-content_auth {
        width: 100%;
    }

    #login_log{
        width:100%;
    }

    #acctfaq {
        width: 100%;
    }


    #tt_full {
        display: none;
    }

    #tt_mobile {
        display: block;
    }
}
