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

.clr-height{
    min-height: 0px !important;
}

.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;
}

.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;
}


.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;
}
.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>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;
}

#txtPagingControl{
    width: 40%;
    margin-right: 5px;
    display: inline;
}

.btnPagingNext, .btnPagingFirst, .btnPagingBack{
    margin-right: 5px;
}

.left{
    width: 49%;
    float: left;
}
.right{
    width: 50%;
    float: right;
}

.toto.left{width: 28% !important;}
.toto.right{width: 71% !important;}


.result, .result1, .result-toto .header, .result-toto .col-sm-6, .col-sm-6 .panel-body, .col-sm-6 .panel-heading{padding: 3px;}
.col-sm-6 .panel-body{min-height: 0px;}

.result-wraper{margin-bottom: 25px; border-top: 1px solid #cecccc;}
.result, .result1{border: 1px solid #cecccc; border-top: 0px;}
.result{background-color: #EDEDED; color: #000; }

.result-toto{border: 1px solid #cecccc; margin-bottom: 15px;}
.result-toto:nth-last-child(1){margin-bottom: 5px;}
.result-toto .header{background: #EDEDED; color: #000;}
.result-toto .row{margin-left: 0px; margin-right: 0px;}
.result-toto .col-sm-6{border-bottom: 1px solid #cecccc; }
.result-toto .col-sm-6:nth-child(2n+1){border-right: 1px solid #EDEDED;}
.result-toto .col-sm-6:last-child{border-bottom: 0px;}

.result-toto .col-sm-6:nth-last-child(2):nth-child(2n+1){border-bottom: 0px;}

.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;
}