﻿@font-face {
    font-family: 'lato-regular';
    src: url('../font/LATO-REGULAR_0.TTF');
}



body {
    font-family: 'lato-regular';
    font-size: 13px;
}

.navbar-default {
    background-color: #222d32 !important;
    border-color: transparent;
}

.nav > li > a {
    color: #fff !important;
}

li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: yellow;
    background: #1a2226;
}

li:hover > a, li.active > a {
    color: #fff !important;
    background: #1e282c!important;
    border-left: 6px solid #3c8dbc;
}

.btn {
    border-radius: 0px !important;
}

blink, .blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    60% {
        opacity: 0;
    }
}
.Width-table {
    width: 25%;
    margin-left: 710px;
}

.multiselect {
    width: 385px !important;
}

.multiselect-container {
    width: 385px !important;
}


@media only screen and (min-width:1366px) and (max-width:1599px) {

    /*new css*/
    .container {
    width: 400px!important;
}
    .ddlset {
        padding:0px 0px 0px 0px !important;
    }
    .role_adj {
        padding:0px 0px 20px 0px !important;
        margin:0px 0px 0px 0px;
    }

    /*end*/
  
    .Paddingleft-Total {
        margin-left: 145px !important;
    }

    .Width-table {
        width: 33%;
        margin-left: 629px;
    }

    .multiselect {
        width: 380px !important;
    }

    .multiselect-container {
        width: 380px !important;
    }
}

@media only screen and (min-width:1280px) and (max-width:1365px) {
    .Paddingleft-Total {
        padding-left: 180px;
    }

    .Width-table {
        width: 32%;
        margin-left: 610px;
    }

    .multiselect {
        width: 298px !important;
    }

    .multiselect-container {
        width: 298px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {

    .Width-table {
        width: 38%;
        margin-left: 540px;
    }

    .multiselect {
        width: 298px !important;
    }
}
