/*
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 : 2-Sep-2015, 1:15:51 PM
    Author     : VChou
    */

    .site-login {
        margin-top:100px;
    }

    .navbar-fixed-top {
        min-height:100px !important;
    }

    .container-nav {
        margin-top:115px;
        background: rgb(246,246,246);
    }

    .main-nav > li > a {
        position: relative; 
        display: block;
        padding: 10px 15px;
        font-size: 15px;
    }

    .main-nav li {
        float:left;
    }

    .clientAdd, .userAdd, .profileAdd, .campaignAdd, .teamAdd {
        float:right;
    }

    .bootstrap-table {
        clear:both;
    }

    .modalDialog {
        padding-right:15px;
    }

    .translation-name {
        cursor: pointer;
    }

    .profile-addnew {
        list-style-type: none;
        clear: both;
        border: 1px solid #CCC;
        border-left: none;
        height: 60px;
        border-right: none;
        font-size: 12px;
        margin: 0px 0px 35px 0px;
        padding-left: 0px;
    }

    .profile-addnew li.right-border {
        float: right;
        font-size: 12px;
        padding-left: 15px;
        margin: 12px 0 0 10px;
        color: #33333;
    }

    .profile-addnew li.right {
        float: right;
        font-size: 12px;
        padding-left: 15px;
        color: #33333;
    }

    .profile-addnew li {
        float: left;
        font-size: 35px;
        color: #3fa2d7;
    }

    .campaindetail {
        list-style-type: none;
        margin: 10px 0 20px 20px;
        padding: 0;
        color: #000000;
    }

    .campaign-remove-success,
    .user-added-success,
    .user-updated-success,
    .user-removed-success,
    .client-added-success,
    .client-updated-success,
    .client-removed-success,
    .profile-added-success,
    .profile-updated-success,
    .profile-removed-success,
    .team-added-success,
    .team-updated-success,
    .team-removed-success {
        display:none;
    }


    .navbar-brand {
        height: auto!important;
    }




