
/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');*/
@import url('googlefont.css');

/*@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'cocogooseregular';
    src: url('../fonts/font/cocogoose-webfont.eot');
    src: url('../fonts/font/cocogoose-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font/cocogoose-webfont.woff2') format('woff2'), url('../fonts/font/cocogoose-webfont.woff') format('woff'), url('../fonts/font/cocogoose-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../../images/Body_Bg.png);
    background-repeat: repeat-x;
    background-color: #f4f4f4;
    font-family: 'PT Sans', sans-serif !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height: normal;
    color: #464646;
    background-attachment: fixed;
}

.UyariMesaj {
    text-align: left;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6 !important;
}

.alert-success.UyariMesaj {
    background: url(../../images/succes_ico.png) no-repeat top center;
    padding-top: 50px;
    background-position: 50% 19%;
}

.alert-danger.UyariMesaj {
    background: url(../../images/danger_ico.png) no-repeat top center;
    padding-top: 50px;
    background-position: 50% 19%;
}

.alert-success.UyariMesaj:before {
    background-color: #2BDE3F;
}

.alert-danger.UyariMesaj:before {
    background-color: rgba(213,57,57,1);
}

.alert-danger.UyariMesaj:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.alert-success.UyariMesaj:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/**Pdf için https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3557 **/
.pageBreakAvoid, th, td, tr, caption {
    page-break-inside: avoid;
}




section.RenderBody {
    padding-bottom: 99px;
}

textarea {
    width: 100%;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #de5f5f;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9;
}

#HeaderMenu {
    z-index: 99;
    width: 100%;
    background: #ffffff;
    border-bottom: 5px solid #2883e8;
    height: 82px;
    position: relative;
}

input[type=text] {
    text-indent: 10px;
}

header #logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    position: absolute;
}


.container {
    width: 100%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}

#sonucRapor {
    display: none;
}

#newPort {
    display: none;
}

#editViews {
    display: none;
}

#bitir {
    display: none;
    font-size: 18px;
}

#sonrakiSoru {
    display: none;
    font-size: 18px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.personalInfo {
    font-size: 18px;
    color: #808080;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .personalInfo label {
        color: #2883e8 !important;
        font-weight: bold;
    }
/*#firstInfo {
    display: none;
    width: 50%;
}*/
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e0e0e0;
    outline: none;
    opacity: 1.0;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb:active {
        background: rgba(8,221,179,1);
        transform: scale(1.3);
    }

    .slider:active {
        opacity: 1.0;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #2883e8;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #2883e8;
        cursor: pointer;
    }

#oncekiSoru {
    display: none;
    font-size: 18px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

label {
    font-size: 16px;
    font-weight: normal;
    color: #000f2f;
    margin-bottom: 0px;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    margin-right: 21px;
}

    label input[type=checkbox], label input[type=radio] {
        margin-left: 3px;
        margin-right: 3px;
    }

    label .glyphicon {
        margin-left: 3px;
        margin-right: 3px;
    }

.ng-table-counts.btn-group.pull-right.ng-scope {
    margin-bottom: 15px;
}

#anketSorular {
    display: none;
}

.icerik-cover h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

h3 {
    margin-top: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    color: #000f2f;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
}

.icerik-cover h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    color: grey;
    font-weight: bold;
    font-size: 24px;
}



.icerik-cover {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    padding-bottom: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
    min-height: 150px;
    position: relative;
}

    .icerik-cover input {
        width: 100%;
        text-indent: 10px;
    }

    .icerik-cover textarea {
        width: 100%;
        text-indent: 10px;
    }

    .icerik-cover .Button-Group {
        width: 100%;
        display: inline-block;
    }

        .icerik-cover .Button-Group .blue-btn2, .icerik-cover .Button-Group button {
            width: 100%;
            display: inline-block;
            text-align: center
        }

.container .container {
    width: 100%;
    padding: 0px;
    margin: 0px !important;
}

a.blue-btn {
    background: #2883e8;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}

a.blue-btn2:hover, a.blue-btn2:active {
    color: #ffffff;
}


#firstInfoWrapper {
    text-align: center;
    width: 100%;
}


table thead {
    background: #1f2736;
    color: #fff;
    font-weight: normal;
}

table {
    font-size: 15px;
}

    table thead th {
        border-right: 1px solid #2376be;
    }

.aling-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.option-object {
    border: 3px solid #dedede;
    padding: 15px;
    border-radius: 8px;
    min-height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: grid;
    width: 100%;
    transition: all 0.2s ease 0s;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    .option-object:hover {
        border: 3px solid #2883e8;
        font-weight: 600;
        color: #2883e8;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
        transform: scale(1.03);
        position: relative;
        z-index: 99;
    }


.soru {
    font-size: 24px;
    font-weight: 600;
    color: #2883e8;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



.anket-nav {
    list-style: none;
    width: 100%;
    padding: 10px;
    display: inline-block;
}

    .anket-nav li {
        text-align: center;
        width: 100%;
    }

        .anket-nav li:first-child {
            text-align: center;
        }

        .anket-nav li:last-child {
            text-align: center;
        }

#g2 {
    width: 100%;
    text-align: center;
    display: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    #g2 svg {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

/*.loader {
    border: 20px solid #f3f3f3;
    border-radius: 50%;
    border-top: 20px solid #3498db;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite; /* Safari 
    animation: spin 2s linear infinite;
    display: none;
    left: 45%;
    top: 50%;
    position: absolute;
    text-align:center;
}*/

/*@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
.cssload-thecube {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    display: none;
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #2883e8;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

#profilYorum {
    font-size: 18px;
    text-align: justify;
}

.risk-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: aliceblue;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: 5px solid #e4e4e4;*/
    transition: all .5s ease-in-out;
    transform: scale(0);
    box-shadow: 0px 0px 15px 2px #c8c8c8;
    display: grid;
}

table thead td {
    background: #1f2736;
    color: #fff;
}

.circle-cover {
    /*width: 20%;
    float: left;*/
    text-align: center;
    padding: 10px;
}

.items-1 {
    background: #8ddb2a;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.items-2 {
    background: #48b229;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

#circles {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.items-3 {
    color: #fff;
    background: #ebb419;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.items-4 {
    background: #eb7019;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.items-5 {
    background: #c72828;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.items-6 {
    background: #b71717;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.items-7 {
    background: #920000;
    color: #fff;
    font-weight: bold;
    /*padding-top: 20%;*/
}

.active-item {
    transform: scale(0);
    animation-duration: 2000ms;
    animation-name: pulse_animation;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    /*padding-top: 16%;*/
    border: 10px solid rgba(0, 0, 0, 0.15);
}

table .risk-circle {
    height: 25px !important;
    width: 25px !important;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 0px 0px 0px #c8c8c8 !important;
}

table .circle-cover {
    padding: 0px !important;
    margin: 0px !important;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1.4);
    }

    10% {
        transform: scale(1.3);
    }

    20% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1.2);
    }

    70% {
        transform: scale(1.25);
    }

    80% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.4);
    }
}

.highcharts-container {
    margin-top: 40px;
    margin-top: 15px;
}

.bar {
    background: rgba(8,221,179,1);
    background: -moz-linear-gradient(left, rgba(8,221,179,1) 0%, rgba(73,179,41,1) 24%, rgba(38,129,232,1) 50%, rgba(235,179,25,1) 75%, rgba(213,57,57,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8,221,179,1)), color-stop(24%, rgba(73,179,41,1)), color-stop(50%, rgba(38,129,232,1)), color-stop(75%, rgba(235,179,25,1)), color-stop(100%, rgba(213,57,57,1)));
    background: -webkit-linear-gradient(left, rgba(8,221,179,1) 0%, rgba(73,179,41,1) 24%, rgba(38,129,232,1) 50%, rgba(235,179,25,1) 75%, rgba(213,57,57,1) 100%);
    background: -o-linear-gradient(left, rgba(8,221,179,1) 0%, rgba(73,179,41,1) 24%, rgba(38,129,232,1) 50%, rgba(235,179,25,1) 75%, rgba(213,57,57,1) 100%);
    background: -ms-linear-gradient(left, rgba(8,221,179,1) 0%, rgba(73,179,41,1) 24%, rgba(38,129,232,1) 50%, rgba(235,179,25,1) 75%, rgba(213,57,57,1) 100%);
    background: linear-gradient(to right, rgba(8,221,179,1) 0%, rgba(73,179,41,1) 24%, rgba(38,129,232,1) 50%, rgba(235,179,25,1) 75%, rgba(213,57,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08ddb3', endColorstr='#d53939', GradientType=1 );
    height: 30px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .TitleNawBar {
        display: none !important;
    }

    .col-sm-4.TitleBtnGroup {
        display: inline-block !important;
        width: 100% !important;
    }

    .pahetitleheader {
        text-align: center !important;
        width: 100% !important;
        display: inline-block;
    }

    .TitleBtnGroup a, .TitleBtnGroup input {
        margin-top: 8px !important;
    }

    .ResponsiveClear {
        display: none;
    }

    .items-1, .items-2, .items-3, .items-4, .items-5 {
        display: none;
    }

    .pull-right {
        float: none !important;
    }

    h3 {
        margin-top: 15px !important;
    }

    .active-item {
        transform: scale(1.5);
        display: block !important;
        padding-top: 32px;
    }

    .table-responsive {
        padding: 10px;
    }

    .circle-cover {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

a {
    cursor: pointer !important;
}


html {
    height: 100%;
}

body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.site {
    display: table;
    height: 100%;
    width: 100%;
}

.site-footer {
    display: table-row;
    height: 1px;
    margin-top: 30px;
}

.site {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

footer {
    margin-top: 50px;
    background: #2883e8;
    color: #ffffff;
}

.footer-cover {
    color: #ffffff;
    font-size: 14px;
    padding: 25px 10px;
}

footer span {
    position: relative;
    float: right;
}

footer a, footer a:visited, footer a:active::after, footer a:hover {
    color: #fff;
    font-weight: bold;
}

input, select {
    font-family: inherit;
    font-size: inherit;
    height: 34px;
    line-height: inherit;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
}

    input[type=checkbox], input[type=radio] {
        margin: 4px 0 0;
        margin-top: 1px\9;
        line-height: normal;
        margin: 0px;
        width: 20px;
        height: 20px;
    }

table {
    width: 100% !important;
}





/*login css*/
.login-overlay {
    margin-top: 20px;
    margin-bottom: 50px;
}

.login-cover {
    position: relative;
    width: 100%;
    vertical-align: middle;
    padding: 100px;
}

.login-right .login-cover {
    padding: 0px;
    text-align: center;
}

.login-left {
    background: #ffffff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 5px;
}



.login-overlay input {
    width: 100%;
    height: 40px;
    border: 1px solid #e6ecf0;
    margin: 5px 0px;
    padding: 5px;
    text-indent: 15px;
}

.login-spacing {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.login-cover h2 {
    font-size: 30px;
    font-weight: 600;
    color: #5e6367;
    margin-bottom: 25px;
}

.login-cover h4 {
    font-weight: 600;
    color: #5e6367;
}

input#uyeGirisBtn {
    background: #2883e8;
    border-radius: 5px;
    border: 0px;
    color: #fff;
    FONT-WEIGHT: 600;
}

.login-cover img {
    max-width: 425px;
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b3b3b3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b3b3b3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #b3b3b3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b3b3b3;
}

.beni_hatirla input {
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.backtest-carousel .carousel-inner {
    min-height: 480px !important;
}

@media (max-width: 1024px) {
    .login-right {
        display: none;
    }

    .login-left {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .login-cover {
        position: relative;
        width: 100%;
        vertical-align: middle;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .backtest-carousel .carousel-inner {
        min-height: initial !important;
    }
}
/*login css*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    background-color: #00000075 !important;
}

.modal {
    z-index: 9999999999;
}

.container {
    width: 100% !important;
    max-width: 1270px !important;
    position: relative;
}

.pagetitle {
    /* width: 1170px; */
    margin-left: auto;
    margin-right: auto;
    min-height: 60px;
    /* margin-top: 20px; */
    padding-left: 20px;
    padding-top: 7px;
    /*margin-bottom: 20px;*/
    padding-bottom: 8px;
}

    .pagetitle .container {
        position: relative;
    }

.TitleNawBar {
    width: 100%;
    display: inline-block;
}

    .TitleNawBar, .TitleNawBar a {
        color: #ffffff;
        font-size: 15px;
    }

.pahetitleheader {
    font-size: 30px;
    float: left;
    color: #ffffff;
    font-weight: normal;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

button, .btn {
    text-indent: 0px !important;
}

    .btn-primary, button.dt-button.buttons-csv.buttons-html5, button.dt-button.buttons-excel.buttons-html5, button.dt-button.buttons-pdf.buttons-html5 {
        background: #1c7ed4;
        border: none;
        border-radius: 3px !important;
        padding: 7px 12px;
        height: 36px;
        color: #fff;
    }

        .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
            background: #066dc7;
            border: none;
            border-radius: 3px;
            padding: 7px 12px;
        }

.table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

table {
    margin-bottom: 15px;
}

.tab-content {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ModelDuzenleTabs {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

.ModelDuzenleTabs {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 250px;
    margin-top: 15px;
}

    .ModelDuzenleTabs .nav-tabs li {
        width: 25%;
        text-align: center;
        background: rgba(0,0,0,0.12);
    }

.TitleBtnGroup a, .TitleBtnGroup input {
    margin-top: 20px;
}

.ModelDuzenleTabs .nav-tabs > li > a:hover {
    font-weight: bold !important;
    color: #007be7 !important;
    font-size: 17px !important;
}

.ModelDuzenleTabs .nav-tabs > li.active > a, .ModelDuzenleTabs .nav-tabs > li.active > a:focus, .ModelDuzenleTabs .nav-tabs > li.active > a:hover {
    background: #fff !important;
    font-weight: bold !important;
    color: #007be7 !important;
    font-size: 17px !important;
}

.nav-tabs > li > a {
    font-size: 17px;
    color: #7d7d7d;
    margin-right: 0px;
}

.ModelTabsFive .nav-tabs > li > a:hover {
    font-weight: bold !important;
    color: #007be7 !important;
    font-size: 17px !important;
}

.ModelTabsFive .nav-tabs > li.active > a, .ModelTabsFive .nav-tabs > li.active > a:focus, .ModelTabsFive .nav-tabs > li.active > a:hover {
    background: #fff !important;
    font-weight: bold !important;
    color: #007be7 !important;
    font-size: 17px !important;
}

.ModelTabsFive {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.25);
}

.ModelTabsFive {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 250px;
    margin-top: 15px;
}

    .ModelTabsFive .nav-tabs li {
        width: 20%;
        text-align: center;
        background: rgba(0,0,0,0.12);
    }


.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

input {
    min-height: 36px;
    width: 100%;
}

.dataTables_wrapper {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

table thead input[type="button"] {
    max-height: 30px !important;
    background: #fff !important;
    color: #2883e8 !important;
    padding: 3px 15px;
    height: 30px;
    min-height: 30px;
    text-indent: 0px;
}

select, .bootstrap-select button {
    border-radius: 1px !important;
    min-height: 37px !important;
    background: #f1f1f1 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0) !important;
    border: 1px solid #e0e0e0 !important;
}

.bootstrap-select {
    width: 100% !important;
}

.fieldset {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 15px !important;
    display: inline-block;
    width: 100%;
}

input {
    border-radius: 1px !important;
    min-height: 37px;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    border: 1px solid #e0e0e0;
}

.gif-animation-uploading {
    height: 40px;
    width: 40px;
}

.blue-btn2 {
    background: #2883e8;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
}

.Green-btn2 {
    background: #3ad181;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
}
.Red-btn2 {
    background: #d53e7e;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
}
.New-Green-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 12px;
}

    .New-Green-btn.clicked {
        background-color: black;
    }





.Green-btn {
    background: #3ad181;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center;
    width: auto;
}

.Green-btn2:hover, .Green-btn2:focus, .Green-btn2:active {
    color: #ffffff;
    font-weight: bold;
}

.Red-btn2:hover, .Red-btn2:focus, .Red-btn2:active {
    color: #ffffff;
    font-weight: bold;
}

input[type=checkbox], input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    min-width: 20px;
}


input.range-slider {
    padding: 0px !important;
    height: 15px !important;
    min-height: auto !important;
    margin: 10px 0px !important;
}

.nmbox-input {
    font-family: Arial,Tahoma,Calibri !important;
}

.question-container .blue-btn2 {
    width: auto !important;
}

.SoruCover {
    border: none !important;
}

.radio-secenek:hover input ~ .checkmark {
    background-color: #006fd1;
}

hr {
    width: 100%;
    display: inline-block;
}

.modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 1170px;
}

div.modal {
    background: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.modal h3 {
    border-bottom: 0px !important;
}

.modal-backdrop {
    display: none !important;
}

.modal-content {
    display: inline-block;
    width: 100%;
}

a.YardimModalLink {
    position: absolute;
    top: 17px;
    right: -40px;
}

.container .tab-pane a.YardimModalLink, .container .tab-content a.YardimModalLink {
    position: absolute;
    top: 32px;
    right: -25px;
}

a.YardimModalLink span.glyphicon.glyphicon-question-sign {
    font-size: 30px;
    color: #fff;
}


table .btn-primary {
    padding: 0px !important;
}

#PaymentTable .btn-primary {
    width: 100% !important;
}


table div#duzenle {
    padding: 8px !important;
}

#YardimModal .modal-body {
    padding: 25px;
}

table button.btn-primary {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

table .btn-primary a {
    padding: 8px !important;
    display: block;
}

table input[type="button"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.modal-footer {
    text-align: right !important;
}

.ng-table-header {
    text-align: left;
}

th {
    width: auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    padding: 8px 6px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.QuestionLabel {
    padding-top: 11px;
    min-height: 62px;
}

.beni_hatirla {
    padding-top: 10px;
    color: #000f2f;
}

    .beni_hatirla a {
        color: #000f2f !important;
        text-decoration: none;
    }

    .beni_hatirla .checkbox-inline {
        padding-top: 0px;
        margin-top: 0px;
    }

        .beni_hatirla .checkbox-inline .checkbox {
            height: 18px !important;
            width: 18px !important;
        }

.SifremiUnuttumCover {
    display: inline-block;
    position: relative;
}

.clearfix {
    clear: both;
}

@media (max-width: 1380px) {
    a.YardimModalLink {
        float: right;
        position: absolute;
        top: 11px;
        right: -29px !important;
    }

        a.YardimModalLink span.glyphicon.glyphicon-question-sign {
            font-size: 25px !important;
            color: #fff;
        }

    .container {
        padding-right: 35px !important;
        padding-left: 35px !important;
        margin-right: auto;
        margin-left: auto;
    }

        .container .tab-pane a.YardimModalLink, .container .tab-content a.YardimModalLink {
            /* float: right; */
            position: absolute !important;
            top: 18px !important;
            right: 5px !important;
        }
}

input.blue-btn2, .btn, .btn-primary, button, html input[type=button], input[type=reset], input[type=submit], input, select {
    border-radius: 3px !important;
}

.FakeInput {
    border-radius: 3px !important;
    min-height: 37px;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    border: 1px solid #f1f1f1;
    padding: 8px;
    padding-left: 20px;
    font-size: 14px;
}

button.carousel-control, button.carousel-control:hover, button.carousel-control:active, button.carousel-control:visited {
    border: none !important;
}



tfoot tr td {
    font-weight: bold !important;
}

.SkorCircle {
    border-radius: 50%;
    border: 14px solid #217be7;
    height: 175px;
    width: 175px;
    margin: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .SkorCircle .SkorLabel {
        font-size: 23px;
        font-weight: 600;
        padding-top: 14px;
    }

    .SkorCircle .SkorPoint {
        font-size: 55px;
        font-weight: 600;
    }

.SelectionTable {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

    .SelectionTable td {
        padding: 0px !important;
        margin: 0px !important;
        height: auto !important;
    }

.modal-content .file-preview .fileinput-remove {
    background: url(../../images/clear_ico.png) no-repeat center center !important;
    height: 27px !important;
    width: 27px !important;
    border-radius: 50% !important;
    top: 11px !important;
    right: 10px !important;
    display: none !important;
}

    .modal-content .file-preview .fileinput-remove span {
        display: none !important;
    }

.modal-content .file-drop-zone {
    margin: 1px !important;
}

.modal-content .file-preview {
    border-radius: 5px;
    border: none !important;
    padding: 0px !important;
    margin-bottom: 5px;
    position: relative;
}

.modal-content .file-caption.form-control.kv-fileinput-caption {
    height: 36px;
}

.modal-content .file-caption.form-control.kv-fileinput-caption {
    height: 36px;
    padding: 0px;
    padding-left: 6px;
}

h3.modal-title {
    padding: 0px;
    margin: 0px;
}

.modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    display: inline-block;
}

table table {
    margin-bottom: 0px !important;
}

    table table tr:last-child td {
        border-bottom: 0px solid #ddd !important;
    }

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}

.RiskPointContainer {
    position: relative;
    height: 300px;
    width: 400px;
    transform: scale(1.00);
    transform-origin: 0 0;
    margin-left: auto;
    margin-right: auto;
}

.RiskChapter {
    background: url('../../images/RiskChapter.png') no-repeat top center;
    height: 300px;
    width: 400px;
    position: absolute;
    background-position: 50% 56%;
    z-index: 9;
}

#RiskPuaniContainer {
    background: url('../../images/point.png') no-repeat center center;
    background-position: 50% 60%;
    height: 100%;
}

th.sorting_desc, th.sorting_asc, th.sorting {
    padding-right: 28px !important;
}

table .form-group {
    margin-bottom: 0px !important;
}

.ChartArea {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

    .ChartArea .highcharts-background {
        background: #f9f9f9 !important;
        fill: #f9f9f9 !important;
    }

.pGraphic {
    max-height: 600px;
}

caption {
    background: #005198;
    border-top: 1px solid #1f2736;
    border-left: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
}

table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.AreaTitle {
    border-top: 1px solid #1f2736;
    padding: 10px;
    border-bottom: 1px solid #1f2736;
    margin: 10px 0px 10px 0px;
    font-size: 28px;
}

.SmallTitle {
    border: none;
    text-align: center;
    font-size: 24px !important;
    color: #1f2736;
}

table thead td, table thead th {
    background-color: #2a7bc1;
    color: #fff;
}

table table, table table td, table table th {
    margin: 0px !important;
}

.progress {
    position: relative;
    overflow: visible;
    border: 2px solid #007be7;
    padding: 3px;
    height: 25px;
}

.progress-bar {
    position: relative;
    overflow: visible;
    background: #007be7;
}

.progressbar-percent-container {
    width: 60px;
    height: 28px;
    border-radius: 3px;
    background: #007be7;
    top: -39px;
    position: relative;
    margin-left: auto;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 600;
}

.SoruBaslangic {
    position: absolute;
    left: -30px;
    font-weight: 600;
    top: 0px;
    text-align: right;
    width: 25px;
}

.soruBitis {
    position: absolute;
    right: -30px;
    font-weight: 600;
    top: 0px;
    text-align: left;
    width: 25px;
}

.progress-container {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}

.SoruCover {
    border: none !important;
    padding-bottom: 0px;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 11px solid #007be7;
    margin-left: auto;
    margin-right: auto;
}

.label-group label {
    margin: 0px !important;
    margin-top: 5px !important;
}

    .label-group label.form-control {
        min-height: 37px;
        margin-top: 0px !important;
    }

        .label-group label.form-control input[type=checkbox], label input[type=radio] {
            margin-top: 2px;
        }

        .label-group label.form-control div {
            width: auto;
            float: left;
            margin-top: 1px;
        }



#PdfModal label {
    width: 100% !important;
}

/*datepicker start*/ /*datepicker start*/ /*datepicker start*/
/*datepicker start*/ /*datepicker start*/ /*datepicker start*/
/*datepicker start*/ /*datepicker start*/ /*datepicker start*/
.datepicker-dropdown {
    z-index: 99999999999 !important;
}

.datepicker-days tbody tr td:nth-of-type(6), .datepicker-days tbody tr td:nth-of-type(7) {
    color: #000000;
    font-weight: bold !important;
}

.datepicker {
    padding: 16px 25px;
    border-radius: 2px;
    font-size: 12px;
}

    .datepicker:after {
        border-bottom-color: #fafafa;
    }

    .datepicker thead tr .datepicker-switch {
        color: #6f7b8a;
        font-size: 13px;
    }

    .datepicker thead tr .next, .datepicker thead tr .prev {
        color: #6d5cae;
        content: '';
        font-size: 0;
    }

        .datepicker thead tr .next:before, .datepicker thead tr .prev:before {
            color: #6d5cae;
            font-family: fontawesome;
            font-size: 10px;
        }

        .datepicker thead tr .prev:before {
            content: "\f053";
        }

        .datepicker thead tr .next:before {
            content: "\f054";
        }

.date input {
    border-radius: 1px !important;
    min-height: 37px;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    border: 1px solid #e0e0e0;
}

.datepicker thead tr .dow {
    color: #007be6;
    text-transform: uppercase;
    font-size: 11px;
}

.datepicker thead tr th {
    width: 31px;
    height: 29px;
}

.datepicker tbody tr .odd {
    color: #d0d3d8;
}

.datepicker table tr td {
    width: 31px;
    height: 29px;
}

    .datepicker table tr td.old, .datepicker table tr td.new {
        color: #e6e6e6;
    }

    .datepicker table tr td.day:hover {
        background: #f0f0f0;
    }

    .datepicker table tr td.active {
        background-color: #007be7 !important;
        color: #fff;
    }

        .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
            background-image: none;
            text-shadow: none;
            font-weight: 600;
        }

    .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
        background-color: #f0f0f0;
        background-image: none;
        color: #fff;
    }

    .datepicker table tr td span {
        border-radius: 4px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

        .datepicker table tr td span.active {
            background-color: #007be7 !important;
        }

            .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
                background-image: none;
                border: none;
                text-shadow: none;
            }

.datepicker.dropdown-menu {
    border-color: #e6e6e6;
    color: #626262;
}

.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: #e6e6e6;
}

.datepicker-inline {
    width: auto;
}

.input-daterange .input-group-addon {
    text-shadow: none;
    border: 0;
    margin: 0;
}

.bootstrap-timepicker-widget table td a i {
    font-size: 12px;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    background: #fff;
}

.daterangepicker {
    background: #fff;
}

    .daterangepicker .calendar .calendar-date {
        border: 1px solid rgba(0,0,0,.07);
    }

    .daterangepicker .calendar .prev, .daterangepicker .calendar .next, .daterangepicker .calendar th {
        color: #6d5cae;
        text-transform: uppercase;
        font-size: 11px;
    }

    .daterangepicker .calendar .month {
        color: #6f7b8a;
        font-size: 13px;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #6d5cae;
        border-color: #6d5cae;
    }

.datepicker-dropdown table tr {
    border: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #6d5cae;
    background-image: none;
    color: #fff;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.1);
    font-family: Arial,sans-serif;
    /*-webkit-appearance: none;*/
    -webkit-appearance: !important;
    color: #2c2c2c;
    outline: 0;
    padding: 8px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all .12s ease;
    transition: all .12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background .2s linear 0s;
    transition: background .2s linear 0s;
}

.input-group-addon {
    background-color: #f0f0f0;
    color: rgba(98,98,98,.47);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.07);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #007be7;
    color: #fff;
}

.datepicker table thead td, .datepicker table thead th {
    background: #fff;
    color: #fff;
}

.datepicker table thead {
    background: none;
}

.table table tr td {
    border-bottom: 1px solid #ddd;
}
/*datepicker end*/ /*datepicker end*/ /*datepicker end*/
/*datepicker end*/ /*datepicker end*/ /*datepicker end*/
/*datepicker end*/ /*datepicker end*/ /*datepicker end*/


/*css ek*/
/*css ek*/
/*css ek*/

.Circle-center {
    float: none !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.dataTables_length select {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.corrCharts .svg-container {
    margin-left: auto !important;
    margin-right: auto !important;
}



.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    /*padding: 6px 12px;*/
    /*border: 1px solid #ccc;*/
    border-top: none;
}

.UyariMesaj {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.BoxSelect {
    width: 100%;
    display: inline-block;
}

.BoxSelectLeft {
    width: 50%;
    float: left;
}

    .BoxSelectLeft select {
        border-right: 0px !important;
        border-radius: 3px 0px 0px 3px !important;
    }

.BoxSelectRight {
    width: 50%;
    float: left;
}

    .BoxSelectRight input {
        border-left: 0px !important;
        background: rgba(247, 247, 247, 0.70) !important;
        border-radius: 0px 3px 3px 0px !important;
    }

.modal-dialog .ModelDuzenleTabs {
    margin-top: 0px !important;
}

    .modal-dialog .ModelDuzenleTabs .file-drop-zone {
        height: auto !important;
    }

.ModelTabsThree{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

.ModelTabsThree {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 250px;
    margin-top: 15px;
}

    .ModelTabsThree .nav-tabs li {
        width: 33.325%;
        text-align: center;
        background: rgba(0,0,0,0.12);
    }

    .ModelTabsThree .nav-tabs > li > a:hover {
        font-weight: bold !important;
        color: #007be7 !important;
        font-size: 17px !important;
    }

    .ModelTabsThree .nav-tabs > li.active > a, .ModelTabsThree .nav-tabs > li.active > a:focus, .ModelTabsThree .nav-tabs > li.active > a:hover {
        background: #fff !important;
        font-weight: bold !important;
        color: #007be7 !important;
        font-size: 17px !important;
    }
.modal-dialog .ModelTabsThree {
    margin-top: 0px !important;
}

    .modal-dialog .ModelTabsThree .file-drop-zone {
        height: auto !important;
    }
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#portfoyListeTabloParent a
{       
    color:black;

}