body{
    //    min-width:768px; /* suppose you want minimun width of 1000px */
    //    width: auto !important;  /* Firefox will set width as auto */
    //    width:768px;             /* As IE ignores !important it will set width as 1000px; */
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}
.carousel-inner .item img {
    width:100%;
    height:100%;
}
.carousel-indicators {
    bottom:5px;
    left:10px;
    width:auto;
    padding:5px 25px 5px 25px;
    margin-left:0;
    background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
    border-radius:0;
    width:8px;
    height:8px;
    background:#fff;
}
.carousel-indicators .active {
    width:10px;
    height:10px;
    background:#726CF0;
    border-color:#726CF0;
}
.carousel-control {
    background:	#726CF0;
    color:#fff;
    padding: 4px 0;
    width:26px;
    top:auto;	
    left:auto;
    bottom:12px;
    opacity:0.85;
}
.carousel-control.right {
    right:10px;
}
.carousel-control.left {
    right: 46px;
}
.carousel-caption {
    bottom:5px;
    width:auto;
    right:auto;
    left:75px;
    padding:10px;
    text-align:left;
    height:auto;
    max-width:30%;
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    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+ */
    word-break: break-all;
    white-space: normal;
}
.btn-file {                     /*Untuk Input file*/
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn-danger{
	background:#726CF0;
    border-color:#726CF0;
}
.btn-danger:hover{
	background:#726CF4;
	border-color:#726CF4;
}
ul,li{
    list-style-type: none;
}
