@font-face {
    font-family: 'Campton Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Campton-Light/Campton-Light.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Campton-Light/Campton-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Campton-Light/Campton-Light.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Campton-Light/Campton-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/Campton-Light/Campton-Light.svg#07d531e49ef067e27012643fe1fb0725') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Campton Light' !important;
    font-size: 12px !important;
    overflow: scroll;
    margin: 0;
}

#smpwrapper {
    width: 100%;
}

#smpcontainer {
    width: 950px;
    margin: auto;
    position: relative;
}

#userInfo {
    width: 100%;
    clear: both;
    height: 30px;
}

#userName {
    width: 200px;
    float: right;
    text-align: right;
    line-height: 30px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #d8d8d8;
    font-weight: bold;
}

#logout {
    width: 25px;
    float: right;
    margin-right: 5px;
    line-height: 30px;
}

#smpheader {
    background: url('../images/ust_bant.jpg') no-repeat;
    height: 63px;
}

#smptitle {
    line-height: 63px;
    margin-right: 40px;
    text-align: right;
    font-size: 24px;
    font-family: 'Campton Light';
    font-weight: bold;
    color: White;
}

#smpContent {
    height: 250px;
}

.smptitle {
    line-height: 63px;
    margin-right: 40px;
    text-align: right;
    font-size: 24px;
    font-family: 'Campton Light';
    font-weight: bold;
    color: White;
}

.pageHeader {
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ad1021;
    width: 940px;
    border-bottom: 2px solid #ad1021;
}

.subPageHeader {
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ad1021;
    width: 95%;
    border-bottom: 2px solid #ad1021;
}

.searchArea {
    background: url('../images/line.jpg') no-repeat bottom center;
    float: left;
    width: 100%;
}

.loginArea {
    background: url('../images/loginicon.png') no-repeat left center;
    float: left;
    width: 80%;
    height: 300px;
    margin-left: 15%;
}

.loginControlContainer {
    width: 70%;
    float: right;
    height: 200px;
    padding-top: 20px;
    padding-left: 20px;
    border-left: solid 1px #d8d8d8;
}

    .loginControlContainer .formItemControl input {
        width: 100%;
    }

#smpContent .pageFooter {
    background: url('../images/footer.png') repeat-x;
    height: 36px;
    float: left;
    width: 100%;
}

    #smpContent .pageFooter a.previous {
        height: 36px;
        min-width: 48px;
        float: left;
    }

    #smpContent .pageFooter a.nextButton {
        height: 36px;
        min-width: 48px;
        float: right;
    }


    #smpContent .pageFooter a img {
        border: none !important;
        margin: 5px;
    }

#smpContent .pageContent {
    margin-top: 20px;
    min-height: 800px;
    padding-bottom: 40px;
    position: relative;
    float: left;
    width: 100%;
}


.pageContent table {
    border: solid 1px #8c969a;
}

    .pageContent table td {
        border: solid 1px #8c969a;
        color: #465c71;
    }

    .pageContent table th {
        border: solid 1px #8c969a;
    }


.pageContent .commandWrapper {
    height: 50px;
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 10px 0;
}


#smpContent .pageContent .commandWrapper input[type=image] {
    float: left;
    margin-left: 20px;
}

#smpContent .pageContent .commandWrapper a {
    float: left;
    margin-left: 20px;
}

    #smpContent .pageContent .commandWrapper a img {
        border: none;
    }

.excelCommandWrapper {
    height: 35px;
    float: right;
    clear: both;
    margin: 0 0 10px 0;
}

.sameRow {
    clear: none !important;
    width: auto !important;
}



.leftAlign {
    float: left !important;
    text-align: left !important;
}

.rightAlign {
    float: right !important;
}

    .rightAlign input {
        float: right !important;
        margin-right: 25px;
    }



#smpContent .pageContent .commandWrapper input[type=submit] {
    background: url('../images/button.png') no-repeat;
    width: 167px;
    height: 27px;
    line-height: 27px;
    color: White;
    border: none !important;
    font-weight: bold;
    margin-left: 20px;
}


.smpbutton {
}

.warning {
    color: Red;
    font-size: 12px !important;
    font-weight: bold !important;
}




/* -- ASPxLoadingPanel -- */
.dxlpLoadingPanel {
    font: 9pt Tahoma; /*color: #303030;     background-color: white;     border: solid 1px #9F9F9F;*/
}

    .dxlpLoadingPanel td.dx {
        white-space: nowrap;
        text-align: center;
        padding: 12px 12px 12px 12px;
    }

.dxlpLoadingDiv {
    background-color: White;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.fancyboxformwrapper {
    display: none;
}

.fancyboxformcontainer {
    width: 600px;
    min-height: 160px;
}

.fancyboxReportcontainer {
    width: 900px;
    min-height: 160px;
}


.formItemWrapper {
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
    clear: both;
}

    .formItemWrapper .formItemTitle {
        width: 30%;
        float: left;
        color: #465c71;
        font-weight: bold;
        font-size: 13px;
    }

    .formItemWrapper .formItemControl {
        width: 60%;
        float: left;
    }

.searchItemWrapper {
    margin: 10px 0 10px 0;
    float: left;
    height: 50px;
    width: 25%;
}

    .searchItemWrapper .formItemTitle {
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 13px;
        color: #465c71;
        margin: 5px 0 5px 0;
    }

    .searchItemWrapper .formItemControl {
        width: 100%;
        float: left;
    }

.halfWidth {
    width: 50% !important;
}

.searchItemWrapper .formItemControl input {
    width: 90%;
}

.searchItemWrapper .formItemControl select {
    width: 90%;
}

#warningmessage {
    width: 450px;
    height: 150px;
    display: none;
    z-index: 30000;
    position: absolute;
    top: 300px;
    left: 325px;
    background-color: White;
    border: solid 1px #d8d8d8;
}

    #warningmessage #message {
        width: 450px;
        height: 100px;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        color: #465c71;
    }

    #warningmessage a {
        width: 167px;
        height: 27px;
        background: url(../images/button.png) no-repeat;
        display: block;
        font-weight: bold;
        line-height: 27px;
        color: White;
        text-align: center;
        margin-top: 10px;
        margin-left: 140px;
        cursor: pointer;
    }



.menuItemContainer {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 70px;
}

.quarter {
    width: 25% !important;
}

.selected {
    background-color: #d8d8d8;
}

.menuItemContainer .menuItemLink a {
    color: #465c71;
    font-weight: bold;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
}


.tableContainer table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

    .tableContainer table tr {
        line-height: 30px;
        height: 30px;
    }

    .tableContainer table th {
        background-color: #f1eded;
        font-size: 13px;
        color: #465c71;
    }


input[disabled="disabled"] {
    color: red;
}

.personelIstatistik {
    float: left;
    width: 100%;
    color: #465c71;
    line-height: 24px;
    font-size: 14px;
    border: solid 1px #d8d8d8;
    min-width: 450px;
}

    .personelIstatistik .rowItem {
        border-bottom: solid 1px #d8d8d8;
        float: left;
        width: 100%;
    }

        .personelIstatistik .rowItem .rolTypeName {
            width: 30%;
            float: left;
            text-align: right;
        }

        .personelIstatistik .rowItem .seperator {
            width: 2%;
            float: left;
        }

        .personelIstatistik .rowItem .rowPercentage {
            width: 68%;
            float: left;
            height: 24px;
            margin: 3px 0 3px 0;
        }

            .personelIstatistik .rowItem .rowPercentage .percentageItem {
                float: left;
                height: 24px;
                color: White;
                font-size: 11px;
            }

            .personelIstatistik .rowItem .rowPercentage .green {
                background: url(../images/green.png) repeat-x;
            }

            .personelIstatistik .rowItem .rowPercentage .red {
                background: url(../images/red.png) repeat-x;
            }


.openSummary {
    width: 100%;
    float: left;
    background-color: #d8d8d8;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
    margin: 5px 0 5px 0;
}

    .openSummary span {
        margin-left: 20px;
        float: left;
    }

.akb-btn-function-gray {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #667B8A !important;
    color: #FFFFFF !important;
    font-family: Arial !important;
    min-width: 75px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-variant: normal !important;
    border-color: #667B8A;
}

.akb-btn-function-red {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d40000 !important;
    color: #FFFFFF !important;
    font-family: 'Campton Light' !important;
    min-width: 180px !important;
    font-size: 17px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-variant: normal !important;
    border-style: solid;
    background: -webkit-linear-gradient(top, #CF0000, #A10000);
    background: -o-linear-gradient(top, #CF0000, #A10000);
    background: -moz-linear-gradient(top, #CF0000, #A10000);
    background: -ms-linear-gradient(top, #CF0000, #A10000);
    border-color: #d70000 #A40000 #A40000 #D70000 !important;
}

.txtInput {
    border: solid 2px #BFBDBD;
    color: #000080;
    height: 23px;
    padding-left: 10px;
    width: 191px;
    font-family: Sansation,Arial;
}

.txtInputError {
    border: solid 2px #FF0000;
    color: #000080;
    height: 23px;
    padding-left: 10px;
    width: 191px;
    font-family: Sansation,Arial;
}

.txtInputValid {
    border: solid 2px #00CC00;
    color: #000080;
    height: 23px;
    padding-left: 10px;
    width: 191px;
    font-family: Sansation,Arial;
}

.my-error-class {
    color: #FF0000;
    font-weight: bold;
}

.my-valid-class {
    color: #00CC00;
    font-weight: bold;
}

.locker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.lockerLoader {
    position: fixed;
    top: 30%;
    left: 50%;
}


/*.container {width: 960px; margin: 0 auto; overflow: hidden;}
.content {width:800px; margin:0 auto; padding-top:50px;}
.contentBar {width:90px; margin:0 auto; padding-top:50px; padding-bottom:50px;}*/

/* Loading Circle */
.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid #EE3124;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #EE3124;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid #EE3124;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #EE3124;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
    animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinoff {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


/* Trigger button for javascript */

.trigger, .triggerFull, .triggerBar {
    background: #000000;
    background: -moz-linear-gradient(top, #161616 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #161616 0%,#000000 100%);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    text-transformItemWrapper: lowercase;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    width: 140px;
}

    .trigger:hover, .triggerFull:hover, .triggerBar:hover {
        background: -moz-linear-gradient(top, #202020 0%, #161616 100%);
        background: -webkit-linear-gradient(top, #202020 0%, #161616 100%);
    }


.social_bookmarks .flag_1 a {
    background: transparent url(~/Content/images/Turkey-icon.png) 0 0 no-repeat;
}

.social_bookmarks .flag_2 a {
    background: transparent url(~/Content/images/United-States-icon.png) 0 0 no-repeat;
}
