﻿html, body
{
    height: 100%;
}
body
{
    color: #fff;
    background-color: #0a2535;
}

body.page
{
    color: #0a2535;
    background-color: #fff;
}

.home-main { min-height: 700px !important;}

#wrapper
{
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -40px;
}

.hr
{
    border-top: 1px solid #123549;
    border-bottom: 1px solid #061c29;
    margin: 20px 0;
}

.modal
{
    color: #0a2535;
}
.modal-header, .modal-body, .modal-footer
{
    padding: 20px;
}
.modal-body
{
    padding-bottom: 10px;
}
/*.modal-header h3 { color: #000;}*/

/*-----------------------------*/
/************ LOGO *************/
/*-----------------------------*/

#logoWrap
{
    position: relative;
    width: 380px;
    margin: 0 auto 110px;
}
#logoBg
{
    font-size: 1564px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    text-indent: -62px;
    top: -167px;
    width: 350px;
    z-index: -1;
}

#logo
{
    margin: 36px auto;
    width: 250px;
    height: 77px;
    background: url('../img/splinter.png') no-repeat center bottom;
    padding-top: 36px;
}

#logoWrap-sm
{
    position: relative;
    width: 180px;
    margin: 0 auto 60px;
}

#logoWrap-sm #logoBg
{
    font-size: 820px;
    height: 185px;
    left: -3px;
    text-indent: -32px;
    top: -90px;
    width: 185px;
    z-index: 0;
}
#logoWrap-sm #logo
{
    width: 132px;
    height: 41px;
    padding-top: 20px;
    z-index: 1;
    position: relative;
    background: url('../img/splinter-sm.png') no-repeat center bottom;
}

/*-----------------------------*/

#headline
{
    text-align: center;
    margin-bottom: 40px;
}
#headline h1
{
    margin-bottom: 18px;
}

#steps
{
    background-color: #0e2939;
    box-shadow: 0 0 12px 0 #081c28;
}

.step
{
    border-left: 2px solid #071c29;
    border-right: 2px solid #071c29;
    text-align: center;
    padding: 40px 0;
}
.step:first-of-type, .step:last-of-type
{
    border: 0px;
}


.bullet
{
    background-color: #E1E1E1;
    border-radius: 50%;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    width: 70px;
}

.bullet-large
{
    margin: 0 auto;
    padding: 20px;
    width: 80px;
}

#getStartedWrap
{
    text-align: center;
}
#getStarted
{
    font-size: 33px;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px 30px;
    margin-top: -15px;

}

/*--------------*/
/* LANDING PAGE */
/*--------------*/
#footer
{
    margin-top: 0px;
    background-color: #fff;
    font-weight: 400;
    font-size: 11px;
    color: #191818;
    text-align: center;
    padding: 10px;
}

#social {position:absolute; right:0px;top:10px;}

/*--------------*/



footer h6
{
    margin-top: 30px;
    color: #183b50;
}


/*---------------------------------*/
/*---------------------------------*/

#manageWrap
{
    width: 100%;
    height: 800px;
    background-color: #0a2535;
}

#manageSide
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    width: 240px;
    float: left;
    overflow: hidden;
}

#manageSide h4
{
    color: #fff;
}

#siteManagerWrap {
    width: 180px;
    padding: 0 30px;
}

/*---------------------------------*/

#manageAccount
{
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: left;
}
#manageAccount a, #manageAccount a:hover
{
    color: #fff;
}
.icon-gear, .icon-cross
{
    vertical-align: -4px;
    height: 17px;
    width: 17px;
    margin-right: 4px;
    margin-left: 10px;
}
.icon-gear
{
    background: url('../img/gear.png') no-repeat top center;
}
.icon-cross
{
    background: url('../img/cross.png') no-repeat top center;
}

/*----------------------------------*/
/************ SITE LIST *************/
/*----------------------------------*/

#manageSites .btn
{
    margin-top: 20px;
    padding: 10px 15px;
}
#manageSites .btn-primary
{
    width: 150px;
    font-size: 17px;
    font-weight: 700;
}
#manageSites .btn-group
{
    margin: 0px;
}
#manageSites .siteBtn
{
    width: 140px;
    font-size: 13px;
    color: #0a2535;
    font-weight: 400;
    border: 0px;
}
#manageSites .siteDd
{
    border: 0px;
    border-left: 1px solid #d1d1d1;
}

#manageSide .btn-group
{
    width: 180px;
    padding-right: 30px;
}
#manageSide .btn-toolbar .btn-group
{
    padding: 0px;
}

/*-----------------------------------*/

#currUrl
{
    display: none;
}

/*---------------------------------------*/
/************ DISPLAY VIEWER *************/
/*---------------------------------------*/

.btnResize i
{
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
}

.icon-computer
{
    background: url('../img/computer.png') no-repeat top center;
}
.icon-ipad
{
    background: url('../img/ipad.png') no-repeat top center;
}
.icon-iphone
{
    background: url('../img/iphone.png') no-repeat top center;
}
.icon-popout
{
    background: url('../img/popout.png') no-repeat top center;
}

/*---------------------------------*/

.btnResize
{
    text-align: left;
    background-color: #061c29;
    color: #3e6d89;
    font-size: 13px;
    font-weight: 400;
    text-shadow: none;
    border: 1px solid #02111a;
    border-left: 0px;
    border-right: 0px;
    padding: 8px 10px;
}

.btnResize:first-of-type
{
    border-top: 0px;
}
.btnResize:last-of-type
{
    border-bottom: 0px;
}
.btnResize.active
{
    background-color: #04151e;
    color: #fff;
}
.btnResize:hover
{
    background-color: #04151e;
    color: #fff;
}

/*-----------------------------------------*/
/************ TEMPLATE MANAGER *************/
/*-----------------------------------------*/

#manageTemplates {
    background-color: #fbfbfb;
    box-shadow: 0 0 15px 0 #000000;
    height: 100%;
    top: 0;
    left: 270px;
    padding: 0;
    position: absolute;
    width: 208px;
    z-index: 99;
    text-align: center;
}

/*#tempWrapper {overflow: hidden;}*/

.tempThumbWrap { position: relative; margin: 10px auto; width: 166px; height: 166px;}
.tempThumbWrap:not(.tempSelected){ opacity: .7;}
.tempThumbWrap:not(.tempSelected):hover { opacity: 1; box-shadow: -1px 1px 8px 0 #E85F34;margin-bottom: 16px; cursor: pointer; height: 160px; width: 160px;}

.tempThumb { width: 150px;height: 150px;}
.tempThumb:hover { width: 150px;height: 150px;}
.tempCheck     
{
    background-color: green;
    background-position: -280px 2px;
    border-radius: 0 0 0 50px;
    padding: 6px;
    position: absolute;
    right: 3px;
    top: -1px;
}



/* default scrollbar colors and backgrounds (default theme) */
#manageTemplates .mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
#manageTemplates .mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
#manageTemplates .mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.2);
	filter:"alpha(opacity=20)"; -ms-filter:"alpha(opacity=20)"; /* old ie */
}
#manageTemplates .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(100,100,100,0.60);
	filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */
}
#manageTemplates .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.45);
	filter:"alpha(opacity=45)"; -ms-filter:"alpha(opacity=45)"; /* old ie */
}
#manageTemplates .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#manageTemplates .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}



/*-----------------------------------*/

#manageMain
{
    width: 80%;
    height: 100%;
    vertical-align: top;
    /*float: left;*/
    position: absolute;
    left: 240px;
    top: 0px;
    z-index: 100;
    background-color: #061C29;
    box-shadow: 0 0 20px #000000 inset;
}

#manageMain #loading
{
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 #FFFFFF;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.95;
    padding: 10px;
    position: absolute;
    top: 50%;
    z-index: 100;
}

#manageFrame
{
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 20px 0px #000000;
}



.tick
{
    display: none;
    margin: 10px;
    vertical-align: -7px;
}

.error
{
    color: rgb(224, 31, 31);
    font-size: 15px;
}


@media (min-height: 700px) AND (min-width: 768px)
{
    
    #footer 
    {
        bottom: 0;
        padding: 12px 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    
    /*
    footer
    {
        position: absolute;
        bottom: 0;
        z-index: 0;
    }*/
}

@media (min-width: 881px) AND (max-width: 960px)
{   
    h3 { font-size: 16px;}
}

@media (min-width: 768px) AND (max-width: 880px)
{   
    h3 { font-size: 14px;}
    #getStarted { font-size: 25px;}
}

@media (max-width: 767px) 
{
    .step { border-width: 0; border-top: 2px solid #071C29; border-bottom: 2px solid #071C29;}
    #getStarted { width: 100%; padding: 20px 0;}
    #footer { margin-top: 30px;}
}

@media (max-width: 420px) 
{
    #logoWrap {
        margin: 0 auto 20px auto;
        width: 100%;
        background-color: #ffffff;
        padding: 20px 0;
        border-radius: 0 0 20px 20px;
    }
    #logoBg { display: none;}
    #logo { padding: 0;}
    
    h1 { font-size: 40px;}
    
    #social {position:absolute; right:30px;top:90px;}

}