﻿

/*  	Overrides any styles set by Core, bootstrap etc etc         */
body
{
    background-color: #fff;
    margin: 0;
    font-family: Calibri;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1.3em;
}

login
{
    margin: 0;
    padding: 0px 10px 0px 10px;
}

a
{
    color: #008290;
    font-size: 14px;
    text-decoration: none;
    font-weight:bold;
}

a:link, a:visited, a:active, a:hover
{
    color: #008290;
    text-decoration: none;
}

header, footer, hgroup, nav, section
{
    display: block;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 960px;
}

#body
{
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

.main-content
{
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-top: 20px;
}

.featured + .main-content
{
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper
{
    padding-top: 20px;
    clear: both;
}

footer
{
    padding-top: 0px;
    clear: both; /*background-color: #e2e2e2;*/
    font-size: 13px;
    height: 100px;
}


/*.main-content li
{
    padding-bottom: 10px;
}*/


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-size: 18px;
    margin: 0;
    background-image: url('/Content/images/logo_SynchroNirvana.jpg') no-repeat;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login
{
    padding: 2px;
    margin: 0px;
    margin-bottom: 6px;
    text-align: right;
    height: 20px;
}

#login a
{
    /*padding-right:3px;         padding-left:3px;*/
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 14px;
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}




/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}


h1, h2, h3
{
    margin-top: 10px;
    margin-bottom: 5px;
}

h1
{
    color: #c1022c;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
}

h2
{
    color: #008290;
    font-size: 16px;
    font-weight: bold;
}

h2.success
{
    color: green;
    font-size: 16px;
    font-weight: bold;
}

h3
{
    color: #008290;
    font-size: 14px;
    font-weight: bold;
}
h4
{
    color: #008290;
    font-size: 14px;
    font-weight: bold;
}

label
{
    /*display: block;*/ /* - red star was coming in new line on register page*/
    margin-bottom: 0px;
}
span.note
{
    font-size: 12px;
    font-style: italic;
}
span.lightnote
{
    font-size: 12px;
    font-style: italic;
    color:#b3b3b3;
}



/*#topLogos
{
    clear: both;
    height: 81px;
    margin-bottom: 15px;
    overflow: hidden;
}*/

#LogoTopLeft
{
    margin: 0px 0px 8px 0px;
    padding: 0px;
}

#LogoTopLeft a, #LogoTopRight a
{
    display: block;
    width: 99%;
    height: 99%;
    font-size: 0px; /* to hide lines when hover*/
    cursor: hand;
    text-decoration: none;
}
#LogoTopLeft img 
{
    max-width: 394px;
}

#LogoTopRight
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-align: right;
}
.navbar
{
    clear: both;
    float: none;
}


/* login page */
#loginForm
{
    border-right: none;
    float: none;
    width: auto;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#socialLoginForm
{
    margin-left: 0;
    float: none;
    width: auto;
}


/* footer
    ----------------------------------------------------------*/
footer .float-left, footer .float-right
{
    float: none;
}

footer
{
    text-align: center;
    height: auto;
    padding: 0px 0;
}

footer p
{
    margin: 0;
}



.datefield input
{
    width: 50px;
}


/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    padding-left: 10px;
    margin: 25px 0;
}

ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
{
    background: none;
}

/* features */
section.feature
{
    float: none;
    padding: 10px;
    width: auto;
}

section.feature img
{
    color: #999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/*Main page content */
.PageContent
{
    max-width: 70%;
}

#VerticalNews
{
    float: right;
    padding-left: 5px;
}
#VerticalNews .btn
{
    width: 49.1%;
    margin-bottom: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.flexslider
{
    border: 1px solid #dbdbdb;
}
.inline
{
    display: inline;
}





.flexslider li
{
    padding-bottom: 0px;
}
.login
{
    float: right; margin: 20% 7% 0 0;
}
.loginbox
{
    width: 250px;
    padding-top: 15px;
    margin:0 auto;
}
.loginbulb
{
    float: left; margin: 5% 0 0 6%;
}
 .flexslider li 
 {
     padding-bottom: 0px;
 }
 
 #ProfilePhoto 
 {
     border: 1px solid #dbdbdb;
 }
 
 .profile-photo-link 
 {
    color: #00ace7;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 20px;
    width: 100px;
 }

.k-button 
{
    background-color: #dbdbdb !important;
    color: #2e2e2e !important;
    border: none;
}
red
{
    color:#ed1b2f;
    font-weight:bold;
}

.btn-social 
{
    padding-top: 2px;
    padding-bottom: 2px;
}

textarea, input, select, .k-multiselect,
.rfContainer > .form-control
{
    margin-top: 3px;
}

textarea
{
	margin-bottom: 3px;
}

.mpRules
{
    background-color: #fff; 
    /*width: 100%;*/
    border: 2px solid #ac012d; 
    padding: 5px; 
}

.news-room-icon 
{
    width: 150px;
}

#usrPhoto 
{
    width: 160px;
    float: left;
    margin-bottom: 20px;
}
#usrDetails 
{
    margin-top: 5px;
    float: left;
    margin-bottom: 20px;
}

#HomePage-ContentTile-Zone1,
#HomePage-ContentTile-Zone2,
#HomePage-ContentTile-Zone3
{
    padding-left: 0px; 
    padding-right: 12px;
}

#ContentBlock-Zone1,
#ContentBlock-Zone2,
#ContentBlock-Zone3
{
    padding-right:0px;
    /*padding-left:30px;*/
}


@media (max-width: 960px)
{    
    #LogoTopLeft 
    {
        padding-left: 15px !important;
    }
    #LogoTopRight, header #login 
    {
        padding-right: 15px !important;
    }
    .footerItem {
        padding-left: 15px !important;
    }
    
}

@media (max-width: 767px)
{

    .PageContent
    {
        max-width: 100%;
    }
    #login
    {
        margin: 10px 0 10px 5px;
        text-align: left;
    }
    #VerticalNews
    {
        float: none;
        padding-left: 15px;
        padding-top: 15px;
    }
    body
    {
        font-size: 16px;
    }
    h1
    {
        font-size: 20px;
    }
    h2
    {
        font-size: 18px;
    }
    h3
    {
        font-size: 16px;
    }
    a
    {
        font-size:16px;
    }
    #LogoTopLeft 
    {
        padding-left: 15px;
    }
    #LogoTopRight 
    {
        padding-left: 15px;
    }
   
    #whatsnew 
    {
        clear: both;
    }
    #ContentBlock-Zone1,
    #ContentBlock-Zone2,
    #ContentBlock-Zone3
    {
        padding-right:0px;
        padding-left:0px;
    }
}



