/* Itantra Css */

.table thead tr th{
    font-size: 9px !important;
    padding: 2px;

}

.table tfoot tr th{
    font-size: 9px !important;
    padding: 2px;

}

.select2-container--open .select2-dropdown
{
    font-size: 9px !important;
}


.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single
{
    height: 28px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px

}
/* Itantra Css */



.unhappyMessage {
    display: block;
    margin: 5px 0px 5px 0px;
    color: #d73925;
    border-color: #d73925;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 2px 2px 2px 2px;

}

.toast-info {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 1px;
    z-index: 9999;
    left: 1px;
    bottom: 10px;
    background-color: #3498db;
    color: #ecf0f1;
    font-family: 'Open Sans Light';
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.toast-error {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 1px;
    z-index: 9999;
    left: 1px;
    bottom: 10px;
    background-color: #ea6153;
    color: #ecf0f1;
    font-family: 'Open Sans Light';
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
