/*
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 : 03-Nov-2015, 12:36:36
    Author     : Kabs
*/

#signup{
    //float: end;
    margin-left: 400px;
}
#myModal{
    margin-top: 200px;
}
#topUpModal{
    margin-top: 200px;
}

#addContactModal{
    margin-top: 100px;
}

#noContactGroupsFound{
    margin-top: 0px;
    margin-bottom: 20px;
}

#successOrFail{
    margin-top: 100px;
    margin-bottom: 20px;
}

#content{
    min-height: 500px;
}
.verticalLine {
    border-left: thick solid #009999;
}

.addContact{
    float: right;
    margin-top: 2px;
    //margin-bottom: 10px;
}

#groupName{
    float: left;
    background-color: #31B0D5;
    color: #fff;
    font-weight: bold;
}
.customHr{
    border-width: 2px;
    border-color: #008080;
}
#addContactHr{
    border-width: 2px;
    border-color: #008080;
    margin-top: 35px;
}
#createContactGroup{
    margin-top: 10px;
    //float: right;
}
#topUpSignOut{
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 0px;
    padding: 10px;
    border-radius: 30px;
}
#textResults{
    margin-top: 500px;
}
#bodyColor{
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../images/grey_wash_wall.png);
    margin-top: 0px;
    color: #000;
    min-height: 550px;
}
#mainBodyColor{
    background-color: #cfd7dd;
}
#signupWell{
    background-color: #2c3e50;
    padding: 10px;
}
#dashboardLeft{
    background-color: #cfd7dd;
}
#dashboardRight{
    background-color: #4F5155;
    padding: 5px;
    //border-radius: 20px;
}
#sendMessageHeading{
    margin-top: 0px;
    padding: 0px;
}
#featuresHeading{
    text-align: center;    
}
#manageGroupWell{
    background-color: #4F5155;
    padding: 5px;
}
#manageGroupWell > .page-header{
    color: #fff;
}
.nav-tabs{
    background-color: #2c3e50;
}
.page-header{
    border-bottom: 2px solid #4F5155;
    margin: 30px 10px 10px;
}
.text-faded {
    color: rgba(255,255,255,.7);
}

#loginBodyColor{
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../images/slider-bg.jpg);
    margin-top: 0px;
    color: #000;
    min-height: 550px;
}