/*
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 : Oct 25, 2018, 10:39:24 AM
    Author     : Piratheepan
*/

@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}
.login_icon{
    width:151px;

}
.center-text{
    text-align: center;

}

.sec_logo{
    width: 70%;
}

.full-width{
    width:100%;
}
.brds-20{
    border-radius: 20px;
}
.pointer{
    cursor:pointer;
}
a.sidebar-link{
    cursor: pointer !important;
}
.up_img{
    width:150px;
}

.form-label{
    padding-left: 6px;
}
.no-display{
    display: none;
}
.off{
    background-color: #F44336;
    color:#FFF;
}
#save_btn{
    width:150px !important;
}
#features tr>td:nth-child(0){
    width:100px;
}
.em5{
    font-size: 5em !important;
}
.custom-dropdown-pad{
    padding-left: 25px !important;
}
.font-size-25{
    font-size:25px;
}
/*DATATABLE*/

.dataTables_wrapper .dataTables_length {
    color: #313435;
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    color: #313435;
    float: right;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(0,0,0,.0625);
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    font-size: 14px;
    margin-left: 15px;
    padding: 5px;
    color: #72777a;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(0,0,0,.0625);
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #72777a;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.dataTables_wrapper .dataTables_info {
    color: #72777a;
    float: left;
}
.dataTables_wrapper .dataTables_paginate {
    color: #72777a;
    float: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
    opacity: .4;
    pointer-events: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff!important;
    background: #7774e7;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #72777a!important;
    padding: 6px 12px;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
/*DATATABLE*/

.inline-div{
    display: inline-block !important;
    width: calc(100% - 50%);
}
.input-alert{
    border:1px solid #F00 !important;
}
.paginate_button{
    cursor: pointer;
}
.edit_item{
    cursor: pointer;
    font-size: 18px;
    color: #4caf50;
}
.update_item{
    cursor: pointer;
    font-size: 18px;
    color: #0288d1;
}
.delete_item{
    cursor: pointer;
    font-size: 18px;
    color: #f44336;
}
.dataTables_processing{
    text-align: center;
    /* background-color: #a59d9d; */
    display: block;
    color: #795548;
}
.dataTables_empty{
    text-align: center;
}
.close_icon{
    color:#F00;
}
.close_wrap{
    width:50px;
    height:50px;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;

}
.form-label{
    margin-top: 5px;
}
.min-120{
    min-width: 120px;
}

/*TBL CUSTOM*/
.custom-select{ 
    width: 55px !important;
}   
#view_table th{
    font-size: 13px !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}


#view_table td{
    font-size: 13px !important;
}
.paginate_button:hover{
    background-color: #dbefdc !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.03);
}
/*TBL CUSTOM*/

#exit_update{
    position: absolute;
    float: right;
    right: 15px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #F00;
    display: none;
}
span.title{
    font-weight: 400;
    font-size: 15px;
}
.c_main{
    font-size: 13px;
    font-weight: 600;
    color:#F00;
    margin-bottom: 5px;
}
.inner_wrap{
    padding: 5px;
    padding-left: 17px;
}
.main_wrap{
    margin-bottom: 5px;

}
.h_field{
    font-weight: bold;
    color:#0082c2;
}
.info_box{
    padding: 10px;
}

.custom_row{ 
    border-bottom: 1px solid #f5eded;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #f5eded;
} 
.s_setx{
    color: #006dcc;
    font-weight: bold;
}
.num_view{
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}

div.logo{
    padding: 20px;
}
div.logo img{
    width: 25px;
}
.bold-txt{
    font-weight: bold;
}
.buttons-html5,.buttons-print{
    cursor: pointer;
}
.buttons-copy{background-color: #673AB7;}
.height-200{
    height: 250px;
}
.cursor{
    cursor: pointer;
}
.selector_dash:hover{
    background-color: #f3eeee29 !important;
}
.no-size{
    width:100% !important;
}

/*LOADER*/
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #2196f3;
    border-color: #2196f3 transparent #2196f3 transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*LOADER*/
.color-green{
    background-color:#009688!important;
    color:#FFF;
}
.color-red{
    background-color:#F44336!important;
    color:#FFF;
}
.status{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
#close_form{
    position: absolute;
    z-index: 10;
    font-size: 18px;
    color: #F00;
    cursor: pointer;
    right: 24px;
    top: 5px;
}

.custom_title{
    padding-left: 25px;
    padding-top: 10px;
}
td.details-control {
    width: 40px !important;
}
td.details-control {
    background: url('../img/d_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/d_close.png') no-repeat center center;
}
.bggrey_tbl{
    width:100%;
}
.c-green{
    color:#009688 !important;
}
.c-red{
    color:#f44336 !important;
}
.c-brown{
    color:#795548 !important;
}
.c-purple{
    color:#673ab7 !important;
}

.c-blue{
    color:#3f51b5 !important;
}
.nodisplay{
    display: none !important;
}

.cicon{
    bottom:21px;
    font-size: 25px !important;
}
.alertbg{
    background-color: #ffe2e0 !important;
    /*    -webkit-animation-name: example; 
        -webkit-animation-duration: 4s;
        animation-name: alertanimation;
        animation-duration: 4s;*/
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes alertanimation {
    from {background-color: #f22112;}
    to {background-color: #cddc39;}
}

/*@keyframes alertanimation {
    from {background-color: red;}
    to {background-color: yellow;}
}*/
.cheight{
    min-height: 520px;
}

.btnaction{
    border-radius: 7px;
    text-transform: initial;
    /*height: 32px;*/
}
.order_levelhilight{
    animation: alertanimation 2s;
    animation-name: alertanimation;
    animation-iteration-count:infinite;
    animation-direction: alternate;
}

.delete_request{
    cursor: pointer;
    color:#F00;
    font-size:25px;
    position: relative;
    float: right;
}
#wrap_login{
    background-color: #FFF;
    /*max-width: 375px;*/
    box-shadow: 0px 0px 1px 6px #1c1c1c38;
}

#left_div_login{
    margin-top: 25%;
    margin-left: 25%;
    font-size: 31px;
    color:#FFF;
    background-color: #0000002e;
    display: inline-block;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
}
.custom_div{
    display: inline-block;
    margin-top: 5px;
    position: relative;
}
.custom_div_title{
    display: inline-block;
    margin-top: 11px;
    position: absolute;
    width:450px;
    left: 47px;
    color:#795548;
}

.bot_bolder{
    position: absolute;
    z-index: 1000;
    bottom: 6px;
    right: 13px;
}
.bot_bolder img{
    width:75px;
}
.header-container{
    border-top: 2px solid #dddddd1a;
}
#noInternet_contain{
    display: none;
    position: fixed;
    z-index: 15000;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.08);
}
#show_no_img
{
    position: absolute;
    top: 45%;
    left: 44%;
    background-color: #FFF;
    padding: 8px;
    border-radius: 50px;
}

#password, #updept_password, #admin_new_pass, #admin_new_cpass {
    -webkit-text-security: disc;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.df-ui-share,.ti-sharethis,.df-ui-more{
    display:none !important;
}

