/*
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 : 22.okt.2015, 16:42:29
    Author     : bekkstrand41
*/

.small-button{
    padding: 4px 8px;
}

.padding-left-1{
    padding-left: 30px;
}

.glyphicon-large {
    font-size: 1.5em;
    cursor: pointer;
}

.backgroundImg {
    /*margin-top: 150px;
    margin-left: 150px;*/
    margin-top: 20%;
    margin-left: 20%;
}

.displayNumberCircleA {
    border-radius: 50%;
    behavior: url(https://leadycrm.appspot.com/assets/css/PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 18px;
    padding: 8px 16px;

    background: #63B964;
    border: 2px solid #63B964;
    color: #ffffff;
    text-align: center;

    font: 32px Arial, sans-serif;
}


.displayNumberCircleB {
    border-radius: 50%;
    behavior: url(https://leadycrm.appspot.com/assets/css/PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 18px;
    padding: 8px 16px;

    background: #56C2DE;
    border: 2px solid #56C2DE;
    color: #ffffff;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.displayNumberCircleC {
    border-radius: 50%;
    behavior: url(https://leadycrm.appspot.com/assets/css/PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 18px;
    padding: 8px 16px;

    background: #cc99ff;
    border: 2px solid #cc99ff;
    color: #ffffff;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.displayNumberCircleD {
    border-radius: 50%;
    behavior: url(https://leadycrm.appspot.com/assets/css/PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 18px;
    padding: 8px 16px;

    background: #F0AE45;
    border: 2px solid #F0AE45;
    color: #ffffff;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.minorTxt {
    color: #909695;
    font-size: 0.85em;
}

.contentBorder {
    border: 1px solid #e5e5e5;
}

@media screen and (min-width: 768px) {
    .label-margin{
        margin-left: -25px;
    }
    
    .tab-margin{
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px){
    .label-margin{
        margin-left: -15px;
    }
}