﻿body {
    background-image: url('../images/subtle_dots.png');
    font-family: Calibri, Arial, sans-serif;
}

.LoginMain {
    width: 300px;
    background-image: url('../images/header_bg.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    padding-top: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #333333;
    display: table;
}

.LoginHeader {
    height: 120px;
    padding: 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
}

    .LoginHeader img {
        height: 100px;
        /*max-width: 250px;*/
        margin: 10px auto;
    }

.TextBoxUsername {
    height: 19px;
    padding: 3px 10px 3px 25px;
    background-image: url('../images/icons/User.png');
    background-repeat: no-repeat;
    margin: 15px 10px;
    border: 1px solid #2876cf;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.TextBoxPassword {
    height: 19px;
    padding: 3px 10px 3px 25px;
    background-image: url('../images/icons/Password.png');
    background-repeat: no-repeat;
    margin: 15px 10px;
    border: 1px solid #2876cf;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.LoginGeneral {
    height: 45px;
}

.btnNewUser {
    float: left;
    font-size: 12px;
    padding-top: 15px;
    padding-left: 13px;
}

    .btnNewUser a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .btnNewUser a:hover {
            color: #cccccc;
            text-decoration: underline;
        }

.btnLogin {
    float: right;
    margin: 0px 12px;
    text-align: right;
    height: 25px;
    padding: 5px 0px;
}

    .btnLogin a {
        color: #FFFFFF;
        text-decoration: none;
        background: #2876cf;
        background: -moz-linear-gradient(left, #7dbade 0%, #2876cf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dbade), color-stop(100%, #2876cf));
        background: -webkit-linear-gradient(left, #7dbade 0%, #2876cf 100%);
        background: -o-linear-gradient(left, #7dbade 0%, #2876cf 100%);
        background: -ms-linear-gradient(left, #7dbade 0%, #2876cf 100%);
        background: linear-gradient(left bottom, #7dbade 0%, #2876cf 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
        padding: 5px 20px;
        border-radius: 3px;
        box-shadow: 0px 0px 2px #FFFFFF;
    }

        .btnLogin a:hover {
            color: #333333;
            text-decoration: none;
            background: #dedede;
            background: -moz-linear-gradient(top, #c1c1c1 0%, #dedede 100%) fixed;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#dedede)) fixed;
            background: -webkit-linear-gradient(top, #c1c1c1 0%,#dedede 100%);
            background: -o-linear-gradient(top, #c1c1c1 0%,#dedede 100%);
            background: -ms-linear-gradient(top, #c1c1c1 0%,#dedede 100%);
            background: linear-gradient(#c1c1c1 0%,#dedede 100%);
            padding: 5px 20px;
            border-radius: 3px;
            box-shadow: 0px 0px 2px #FFFFFF;
        }



/*Hatalar Başlangıç*/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messagebox/info.png');
}

.success {
    border-radius: 5px;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/icons/success.png');
    background-repeat: no-repeat;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messagebox/warning.png');
}

.error {
    border-radius: 5px;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error.png');
    background-repeat: no-repeat;
    margin: 0px 10px;
    margin-top: 10px;
}

/*Hatalar Son*/


/*Modal Popup Start*/


.modalBackground {
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.pnlBackGround {
    position: fixed;
    top: 10%;
    /*left:10px;*/
    /*width:300px;*/
    /*height:125px;*/
    text-align: left;
    border: solid 0px DarkGrey;
}

.popup {
    background-color: #E6ECFF;
    padding: 7px 7px 10px 7px;
    border: 0px;
    font-size: 11pt;
}

.popupTable {
    padding: 5px;
    border: 0px;
    text-align: left;
}

.TotalBottomRight {
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    display: table;
}

    .TotalBottomRight tr {
        margin-top: 2px;
        margin-right: 5px;
    }

.TelerikGorunumluTextBox {
    text-align: right;
    border: 1px solid #dfdfdf;
    font-family: Calibri;
    font-weight: bold;
    padding: 1px 4px;
    width: 100px;
}

.popupHeader {
    width: 100%;
    font-size: 14pt;
    font-style: oblique;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 8px;
    background: #2876cf;
    background: -moz-linear-gradient(left, #7dbade 0%, #2876cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dbade), color-stop(100%, #2876cf));
    background: -webkit-linear-gradient(left, #7dbade 0%, #2876cf 100%);
    background: -o-linear-gradient(left, #7dbade 0%, #2876cf 100%);
    background: -ms-linear-gradient(left, #7dbade 0%, #2876cf 100%);
    background: linear-gradient(left bottom, #7dbade 0%, #2876cf 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
    text-shadow: 1px 1px 1px #000000;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    text-align: center;
    display: table;
    border-radius: 5px;
}

.popupBody {
    width: 965px;
    padding: 15px 5px 15px 10px;
    display: table;
}

.popupBodyTop {
    height: 55px;
}

.popupBodySecond {
    float: left;
    height: 50px;
    margin-left: 10px;
}

.popupBodyQuantity {
    float: right;
    height: 55px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: Black;
}

.popupBodyButton {
    padding: 15px 5px 15px 10px;
    height: 20px;
}

.popupBodyAccept {
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
}

    .popupBodyAccept a {
        padding: 8px 140px;
        background-color: #66FF33;
        border-radius: 5px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0px 0px 2px #999999;
        box-shadow: 2px 2px 5px #333333;
    }

        .popupBodyAccept a:hover {
            padding: 8px 140px;
            background-color: #00CC00;
            border-radius: 5px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            text-shadow: 0px 0px 2px #999999;
            box-shadow: 0px 0px 5px #333333;
            margin-top: 2px;
            margin-left: 2px;
        }

.popupBodyDecline {
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
}

    .popupBodyDecline a {
        padding: 8px 140px;
        background-color: #FF3300;
        border-radius: 5px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0px 0px 2px #999999;
        box-shadow: 2px 2px 5px #333333;
    }

        .popupBodyDecline a:hover {
            padding: 8px 140px;
            background-color: #CC0000;
            border-radius: 5px;
            color: #CCCCCC;
            text-decoration: none;
            font-weight: bold;
            text-shadow: 0px 0px 2px #999999;
            box-shadow: 0px 0px 5px #333333;
            margin-top: 2px;
            margin-left: 2px;
        }

/*Modal Popup Stop*/



.ploginSearchGeneral {
    width: 100%;
    display: table;
}

.ploginSearchLine {
    margin-top: 10px;
    height: 20px;
    padding: 5px;
    width: 100%;
    padding: 0px 0px;
}

.ploginSearchLineLeft {
    font-size: 15px;
    padding-top: 3px;
    width: 15%;
    float: left;
}

.ploginSearchGeneralText {
    width: 70%;
    float: left;
}

.ploginSearchGeneralButton {
    width: 15%;
    float: left;
    text-align: right;
}

.ploginSearchGeneralCheck {
    width: 420px;
    float: left;
    margin-left: 115px;
}

/*Table Start*/
.Table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #5b5b5b;
}

    .Heading .Cell p {
        margin: 0px;
        padding: 10px 0px;
    }

.HeadingBg {
    color: #FFFFFF;
    background: #868686;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ODY4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDUwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #868686 0%, #505050 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#505050));
    background: -webkit-linear-gradient(top, #868686 0%,#505050 100%);
    background: -o-linear-gradient(top, #868686 0%,#505050 100%);
    background: -ms-linear-gradient(top, #868686 0%,#505050 100%);
    background: linear-gradient(to bottom, #868686 0%,#505050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#505050',GradientType=0 );
}

.Row {
    display: table-row;
    border-bottom: 1px solid #d8d8d8;
}

.RowGroup {
    width: 100%;
    display: table-row-group;
}

.Cell {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.CellBg {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
    background: -webkit-linear-gradient(top, #00b5e5, #008db2);
    background: -moz-linear-gradient(top, #00b5e5, #008db2);
    background: -o-linear-gradient(top, #00b5e5, #008db2);
    background: linear-gradient(top, #00b5e5, #008db2);
    background-color: #00a1cb;
    border-color: #007998;
}

.Row .Cell p {
    margin: 0px;
    padding: 5px 0px;
    position: relative;
}

.RowBg {
    background: #f3f3f3;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e0e0e0',GradientType=0 );
}

.TableTextLeft {
    text-align: left;
}

.TableTextCenter {
    text-align: center;
}

.TableTextRight {
    text-align: right;
}

/*Table Start End*/

.pageHeader {
    width: 100%;
    font-size: 10pt;
    color: #454545;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: left;
    display: table;
    border: 1px solid #cfcfcf;
    background: rgb(255,255,255);
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.pageHeaderIcon {
    float: left;
    padding-left: 10px;
}

    .pageHeaderIcon img {
        height: 30px;
    }

.pageHeaderHeader {
    float: left;
    margin-top: 7px;
    padding-left: 10px;
    font-weight: bold;
}

.allTextBoxes {
    padding: 2px 0px 2px 4px;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px 0px #CCCCCC inset;
    border-radius: 2px;
    transition: all 1s ease 0s;
    resize: none;
}

    .allTextBoxes:hover {
        box-shadow: 0px 0px 5px 2px #CCCCCC inset;
        border: 1px solid #373838;
        border-radius: 2px;
    }

    .allTextBoxes:focus {
        box-shadow: 0px 0px 5px 2px #CCCCCC inset;
        border: 1px solid #373838;
        border-radius: 2px;
    }

.loadMoreMain {
    width: 100%;
    display: table;
}

.loadMoreA {
    display: table;
    margin: 0px auto;
}

    .loadMoreA img {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

    .loadMoreA span {
        float: left;
    }

.campanyLogoContent {
    display: table;
    margin: 0px auto;
}

    .campanyLogoContent img {
        max-height: 100px;
        max-width: 220px;
    }

.scrollup {
    width: 49px;
    height: 49px;
    position: fixed;
    bottom: 50px;
    border-radius: 3px;
    right: 5px;
    display: none;
    z-index: 999;
    text-indent: -9999px;
    background: url('../images/up.png') no-repeat;
}
