/*
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 : 27 Aug, 2018, 3:44:43 PM
    Author     : dhanissh
*/

@font-face{
    font-family: popins;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}
@font-face{
    font-family: popinsMedium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face{
    font-family: popinsLight;
    src: url(../fonts/poppins/Poppins-Light.ttf);
}
.navbar-expand-lg{
    background-color: #3c8dbc !important;
}
.footer{
    webkit-box-shadow: 0 8px 6px -6px #999 !important;
    -moz-box-shadow: 0 8px 6px -6px #999 !important;
    box-shadow: 0 8px 6px -6px #999 !important;
    /*background-color: #3c8dbc !important;*/
    position: absolute;
    width: 100%;
    bottom: 3px;
}
.copy-right{
    text-align: center;
    font-size: 8pt;
    vertical-align: middle;
    position: relative;
    top: 10px;
    color: black;
    font-family: popinsMedium;
}

.shoppingCart{ 
    position: relative;
}
.sliderHeader{
    /*height: 130vh;*/
    padding-top: 57px;
}
.dataTables_wrapper{
    background-color: #3c8dbc !important;
}
#busiPartnerDtlTbl_filter{
    padding-top: 7px !important;
    margin-right: 5px;
}

.ui-dropdownchecklist-text{
    position: relative !important;
    top: -4px !important;
    text-indent: 3px !important;
    margin-bottom: 0 !important;
}
#ddcl-orgaCusTypeCustRegDtl-ddw{
    top: 32px !important;
}
/*//Ashoan sir laptop device*/
@media only screen and (min-height: 583px) and (max-height: 600px) {
    .contentBlock {
        /*height: 87vh;*/
    }
}

/*//sebastian, rajkumar like desktop device*/
@media only screen and (min-height: 630px) and (max-height: 670px) {
    .contentBlock {
        /*height: 89vh;*/
    }
}

/*//senthil sir laptop device*/
@media only screen and (min-height: 728px) and (max-height: 735px) {
    .contentBlock {
        /*height: 90vh;*/
    }
}
/*//Mani desktop device*/
@media only screen and (min-height: 763px) and (max-height: 770px) {
    .contentBlock {
        /*height: 91vh;*/
    }
}
/*//singer, vivek like desktop device*/
@media only screen and (min-height: 790px) and (max-height: 795px) {
    .contentBlock {
        /*height: 90vh;*/
    }
}
/*//Dhanissh large desktop device*/
@media only screen and (min-height: 943px) and (max-height: 955px) {
    .contentBlock {
        /*height: 92vh;*/
    }
}