    .padright {
/*        padding-right: 6px;*/
        color: red;
	min-width:20px;
	text-align:center;
    }

    .centerTable {
        margin: 0px auto;
    }
    /*    .glyphicon-chevron-right:before {
        font-family: "FontAwesome";
        content: "\f054";
    }
    .glyphicon-chevron-left:before {
        font-family: "FontAwesome";
        content: "\f053";
    }*/
    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(50, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 0%);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        background-image: linear-gradient(to right, rgba(50, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 0%);
        background-repeat: repeat-x;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 0px;
        height: 0px;
        margin: 0px;
        text-indent: -999px;
        border: 0px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 0px;
        height: 0px;
        background-color: #ffffff;
    }
/*
    body {
        font-size: 12px;
    }
*/
    .kutuludiv {
        border-radius: 9px 5px;
        width: 86px;
        height: 46px;
        /*border: 1px solid gray;*/
        padding: 2px;
        margin-bottom: 2px;
        margin-top: 2px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        position: relative;
        color: white !important;
        padding-top: 3px;
    }

    .contentR {
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        right: 0;
        text-align: right;
        color: white;
    }

    .contentL {
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        left: 0;
        color: white;
    }

    .dortdort {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .centered {
        margin: 0 auto;
        text-align: left;
        width: 730px;
    }


    #wrappermain {
        margin-right: 86px;
    }

    #contentmain {
        float: left;
        width: 100%;
        margin-top: 10px;
        /*background-color: #CCF;*/
    }

    #sidebarmain {
        float: right;
        width: 86px;
        margin-right: -86px;
        margin-top: 10px;
        /*background-color: #FFA;*/
    }

    #clearedmain {
        clear: both;
    }
    #footermain {
/*    position: fixed; */
    /* background:gray; */
    width:100%;
    bottom:0;
    padding-bottom: 22px;
    margin: 0 auto;
    }


.panel-info > .panel-heading {
    color: #fff;
    background-color: #575656;
}

.dropdown-menu > li > a {
    padding: 2px 8px;
}

