body{
    background-color: #fff;
    font-size: 12px;
}
body > .container-fluid > .panel > .panel-body{
    min-height: 300px;
}
table{
    font-size: 12px;
}
#blanket, #blanket1{
    background-color: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    display: none;
}
.waitpn{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nopadding{
    padding: 0px !important;
}

.nopadding-left{
    padding-left: 0px !important;
}

.nopadding-right{
    padding-right: 0px !important;
}

.nopadding-top{
    padding-top: 0px !important;
}

.nopadding-bottom{
    padding-bottom: 0px !important;
}

.nomargin{
    margin: 0px;
}

.nomargin-top{
    margin-top: 0px !important;
}
.nomargin-right{
    margin-right: 0px !important;
}
.nomargin-left{
    margin-left: 0px !important;
}
.nomargin-buttom{
    margin-bottom: 0px !important;
}

.thumb{
    width: 70px;
    height: 40px;
}

.textbox{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.file-dropzone{
    background: #FFF;
    border: 1px solid #B1B1B1;
    box-shadow: 0px 0px 2px #B1B1B1;
    color: #B1B1B1;
    cursor: pointer;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    height: 130px;
}
.file-dropzone:hover{
    border: 1px dashed #139ff7;
    box-shadow: 0px 0px 4px #139ff7;
}
.file-dropzone.dragOver{
    border: 1px dashed #ff0000;
    box-shadow: 0px 0px 4px #ff2323;
}
.file-dropzone > img{
    width:120px; 
    height:120px;
}

.black, .black:hover{
    color: #000;
}

.point{
    cursor:pointer;
}

.al-left{
    text-align: left !important;
}

.al-right{
    text-align: right !important;
}

.al-center{
    text-align: center !important;
}

.require{
    color: #ce8483;
}

.overflow{
    overflow: auto;
}

.glyphicon{
    font-size: 15px;
}

/*
Drop down sub menu
*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{vertical-align: middle;}
img.thumb{width: 75px; height: 40px;}

.table-bordered>thead{
    background-color: #E8E8E8;
}

.ip-block-btn{
    float:right; 
    cursor:pointer;
    background-image: url(../../../images/ip_cross_68x68.png) ;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.ip-unblock-btn{
    float:right; 
    cursor:pointer;
    background-image: url(../../../images/ip_checkmark.png) ;
    background-size: 100%;
    width: 18px;
    height: 18px;
}