/* here you can put your own css to customize and override the theme */
.text-wrap{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.top-alert, .ajaxloader{ position: fixed;top:50px;z-index:999;margin-left:25%;width:50%;padding:10px;font-size:12px;display: none;color: #fff;font-size: 14px;} 
.close:hover, .close:focus {color: #fff !important; }

.active_menu{ background:#414247 !important; }

.modal-dialog{margin:auto; padding:0;width: 80%;}
.modal-content{height: auto;border-radius: 0;}
.pcolor{width:20px;height:20px;border-radius:10px;}
.colorTable.table>thead>tr>th, .colorTable.table>tbody>tr>th, .colorTable.table>tfoot>tr>th, .colorTable.table>thead>tr>td, .colorTable.table>tbody>tr>td, .colorTable.table>tfoot>tr>td{padding:0px !important;}
