/*
This file is subject to the terms and conditions defined in
file 'LICENSE.txt', which is part of this source code package.
*/
/* 
    Created on : Nov 6, 2017, 7:30:51 PM
    Author     : jobinrjohnson
*/

.color-danger{
    color: red;
}

.color-warning{
    color:orange;
}

.color-success{
    color: green;
}

.color-white{
    color: white !important;
}

.previlage > span{
    position: relative;
    top: -7px;
}

.card > div.header >h2{
    text-transform: uppercase;
}

.pull-some-left{
    padding-left: 10px;
    box-sizing: border-box;
}

.table.table-noborders >tbody > tr:first-child>td{
    border-top: none;
}

.table.table-noborders >tbody > tr:last-child>td{
    border-bottom: none;
}

.c1{
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.form-line > select+label{
    bottom: 35;
    font-size: 12px;
    top: -10px;
}

.just_slide{
    padding: 20px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 100px;
    margin-bottom: 50px;
}

.print-only{
    display: none;
}
@media print{
    .mysidebar{
        display: none;
    }
    .content,.content>.container-fluid{
        float: none;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .no-print{
        display: none;
    }
    .print-only{
        display: block;
    }
    .print-center{
        text-align: center;
        margin: auto;
    }
    
    .sm-print{
        max-width:7cm;
        margin: auto;
    }
    .sm-print th,.sm-print td{
        font-size:10px;
        padding: 5px 3px !important;
    }

    .lg-print .lg-print-hide{
        display: none;
    }

    .sm-print .hide-small{
        display:none;
    }
    .sm-print .col-md-6,.sm-print .col-md-12{
        float:none;
        display:block;
        width:100%;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .hid{
        display:none;
    }
    .sm-print .fhead{
        font-size: 10px !important;
        margin: 0 !important;
    }
}