.main_container
{
    border: 1px solid #cccccc;
    padding: 0px;
    width: 1300px;
}
.navbar-default
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-right li:nth-child(1)
{
    border-left: 1px solid #cccccc;
}
.navbar-right li{
    border-right: 1px solid #cccccc;
}
#signout-btn{
    border-right:none;
}
.navbar-right li:hover
{
    background: #dddddd;
}
.mgt_5
{
    margin-top: 5px;
}
.pad_4_0{
    padding-left: 4px;
    padding-right: 0px;
}
.show_border
{
    border: 1px solid #cccccc;
}
.p_top10
{
    padding-top: 10px;
}
.p_bot10
{
    padding-bottom: 10px;
}
.p_top20
{
    padding-top: 20px;
}
.p_left5
{
    padding-left: 5px;
}
.p_right5
{
    padding-right: 5px;
}
.no_border_td td
{
    border-top: none !important;
}
.col-md-25
{
    float: left;
    width: 22.5%;
    padding-left: 15px;
    padding-right: 15px;
}
.txt_err,
.text-red
{
    color:#ff0000;
}
.mt5{
    margin-top: 5px;
}
.mt2{
    margin-top: 2px;
}
.padding_none{
    padding: 0 !important;
}
.paddingr_none{
    padding-right: 0 !important;
}
.paddingl_none{
    padding-left: 0 !important;
}
.b5{
    border-radius: 26px;
}
.wb{
    margin-top: 8px;
}
.btnra{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.btnrb{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.aactive{
    background-color: #989898;
    color: white;
}
.btn_gbutton{
    padding-left: 2px;
    padding-right: 2px;
}
.table-hover1 tbody tr:hover td, .table-hover1 tbody tr:hover th {
    background-color: rgb(153, 153, 255);
}
.number,
.add_circle
{
    float: left;
    font-weight: normal !important;
}
.cus_btn
{
    font-size: 14px;
    margin-bottom: 15px;
}
.cus_btn i{
    float: right;
    padding-top: 2px;
}
.add_btn
{
    border: 1px dotted #cccccc;
    border-radius:30px;
}
.ui-state-default:hover
{
    background: #ffffff;
}
.ui-state-default
{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    text-align: left;
    border-right: none;
    background: #e6e6e6;
}
.active_li
{
    background: #ffffff;
}
.borderless td, .borderless th,.borderless tr {
    border: none !important;
}

.paging-nav {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.paging-nav a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
}

.paging-nav .selected-page {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2;
}
.area_row
{
    cursor: pointer;
}
.area_row_active td
{
    background: #80DEEA;
}
#sortable li
{
    position: relative;
    padding: 10px 12px;
}
#sortable li button
{
    position: absolute;
    top:6px;
    right:4px;
    border: 1px solid #cccccc;
    background: white;
    padding-bottom: 5px;
}
.cus_modal
{
    padding: 0px;
}
.cus_modal ul{
    margin-bottom: 0px;
}
.cus_modal ul li {
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
}
.cus_modal ul li:first-child
{
    cursor: auto;
}
.cus_modal ul li a{
    color: #333;
    text-decoration: none;
}
.modal-dialog-center{
    padding-top:20%;
}
hr.chart_separator{
    border-top: 3px solid #5b91ab;
    width: 90%;
}