/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2016, 10:58:38 AM
    Author     : zarkov
*/

.initialSetup{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #EBEBEB;
    z-index: 3000;
    padding-top: 25px;
}
.initialSetup .initialSetupInsideContainer{
    background: #ffffff;
    padding-top: 50px;
}
.initialSetup .initialSetupLogo{
    padding:0 0 25px 0;
}
.initialSetup .initialSetupInsideContainer h3{
    margin:15px 0;
}
.noPadding{
    padding-right:0px;
    padding-left:0px;
}
.initialSetup.mobile{
    padding-top:15px;
    overflow: scroll;
}
.initialSetup.mobile .row.m-bot15{
    width: 85%;
    margin: 0 auto;
}
.initialSetup.mobile .row.m-bot15 .col-sm-7{
    width:100%;
}
.initialSetup.mobile label{
    display:none;
}