﻿body {
    background-image: url('../images/subtle_dots.png');
    font-family: Calibri;
}

.LoginMain {
    width: 300px;
    background-image: url('../images/header_bg.png');
    padding-top: 30px;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -150px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 0 5px #333333;
    -moz-box-shadow: 0 0 5px #333333;
    -webkit-box-shadow: 0 0 5px #333333;
    box-shadow: 0 0 5px #333333;
    display: table;
    height: 310px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.LoginHeader {
    height: 120px;
    padding: 0 0;
    background-color: #FFFFFF;
    text-align: center;
}

    .LoginHeader img {
        height: 100px;
        max-width: 250px;
        margin: 10px auto;
    }

.TextBoxUsername {
    height: 20px;
    padding: 3px 10px 3px 25px;
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    margin: 15px 10px;
    border: 1px solid #2876cf;
    background-color: #FFFFFF;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.TextBoxPassword {
    height: 20px;
    padding: 3px 10px 3px 25px;
    background-image: url('../images/Password.png');
    background-repeat: no-repeat;
    margin: 15px 10px;
    border: 1px solid #2876cf;
    background-color: #FFFFFF;
    -ms-border-radius: 5px;
    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: 0 12px;
    text-align: right;
    height: 25px;
    padding: 5px 0;
}

    .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(to right, #7dbade 0, #2876cf 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
        -moz-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
        -o-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
        padding: 5px 20px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #FFFFFF;
        -ms-box-shadow: 0 0 2px #FFFFFF;
        box-shadow: 0 0 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;
            -ms-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 2px #FFFFFF;
            -ms-box-shadow: 0 0 2px #FFFFFF;
            box-shadow: 0 0 2px #FFFFFF;
        }

/*Hatalar Başlangıç*/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

.success {
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
    background-repeat: no-repeat;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    margin: 0 10px;
    margin-top: 10px;
}

/*Hatalar Son*/

/*Modal Popup Start*/
.modalBackground {
    height: 100%;
    background-color: Black;
    -webkit-filter: alpha(opacity=60);
    -moz-filter: alpha(opacity=60);
    -o-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    opacity: 0.6;
}

.pnlBackGround {
    position: fixed;
    top: 10%;
    text-align: left;
    border: solid 0 DarkGrey;
}

.popup {
    background-color: #E6ECFF;
    padding: 7px 7px 10px 7px;
    border: 0;
    font-size: 11pt;
}

.popupTable {
    padding: 5px;
    border: 0;
    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(to right, #7dbade 0, #2876cf 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
    -moz-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
    -o-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7dbade', EndColorStr='#2876cf', GradientType=0);
    -ms-text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px #000000;
    -ms-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    text-align: center;
    display: table;
    -ms-border-radius: 5px;
    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;
        -ms-border-radius: 5px;
        border-radius: 5px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
        -ms-text-shadow: 0 0 2px #999999;
        text-shadow: 0 0 2px #999999;
        -webkit-box-shadow: 2px 2px 5px #333333;
        -ms-box-shadow: 2px 2px 5px #333333;
        box-shadow: 2px 2px 5px #333333;
    }

        .popupBodyAccept a:hover {
            padding: 8px 140px;
            background-color: #00CC00;
            -ms-border-radius: 5px;
            border-radius: 5px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            -ms-text-shadow: 0 0 2px #999999;
            text-shadow: 0 0 2px #999999;
            -webkit-box-shadow: 0 0 5px #333333;
            -ms-box-shadow: 0 0 5px #333333;
            box-shadow: 0 0 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;
        -ms-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        -ms-text-shadow: 0 0 2px #999999;
        text-shadow: 0 0 2px #999999;
        -webkit-box-shadow: 2px 2px 5px #333333;
        -ms-box-shadow: 2px 2px 5px #333333;
        box-shadow: 2px 2px 5px #333333;
    }

        .popupBodyDecline a:hover {
            padding: 8px 140px;
            background-color: #CC0000;
            -ms-border-radius: 5px;
            border-radius: 5px;
            color: #CCCCCC;
            text-decoration: none;
            font-weight: bold;
            -ms-text-shadow: 0 0 2px #999999;
            text-shadow: 0 0 2px #999999;
            -webkit-box-shadow: 0 0 5px #333333;
            -ms-box-shadow: 0 0 5px #333333;
            box-shadow: 0 0 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: 0 0;
}

.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: 85%;
    float: left;
    margin-left: 15%;
}

/*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;
    height: 40px;
}

    .Heading .Cell p {
        margin: 0;
    }

.HeadingBg {
    color: #FFFFFF;
    background: #868686;
    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%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#505050',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#505050',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#505050',GradientType=0 );
    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(to bottom, #00b5e5, #008db2);
    background-color: #00a1cb;
    border-color: #007998;
}

.Row .Cell p {
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.RowBg {
    background: #f3f3f3;
    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%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e0e0e0',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e0e0e0',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e0e0e0',GradientType=0 );
    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);
    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%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    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 0 2px 4px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 1px 1px 1px 0 #CCCCCC inset;
    -ms-box-shadow: 1px 1px 1px 0 #CCCCCC inset;
    box-shadow: 1px 1px 1px 0 #CCCCCC inset;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 1s ease 0.01s;
    -moz-transition: all 1s ease 0.01s;
    -ms-transition: all 1s ease 0.01s;
    -o-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

    .allTextBoxes:hover {
        -webkit-box-shadow: 0 0 5px 2px #CCCCCC inset;
        -ms-box-shadow: 0 0 5px 2px #CCCCCC inset;
        box-shadow: 0 0 5px 2px #CCCCCC inset;
        border: 1px solid #373838;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

    .allTextBoxes:focus {
        -webkit-box-shadow: 0 0 5px 2px #CCCCCC inset;
        -ms-box-shadow: 0 0 5px 2px #CCCCCC inset;
        box-shadow: 0 0 5px 2px #CCCCCC inset;
        border: 1px solid #373838;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

.loadMoreMain {
    width: 100%;
    display: table;
}

.loadMoreA {
    display: table;
    margin: 0 auto;
}

    .loadMoreA img {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

    .loadMoreA span {
        float: left;
    }

.campanyLogoContent {
    display: table;
    margin: 0 auto;
}

    .campanyLogoContent img {
        max-height: 100px;
        max-width: 220px;
    }

.scrollup {
    width: 49px;
    height: 49px;
    position: fixed;
    bottom: 50px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    right: 5px;
    display: none;
    z-index: 999;
    text-indent: -9999px;
    background: url('../images/up.png') no-repeat;
}

.allBoxSizing, .allBoxSizing * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search, .ploginSearchGeneral, .ploginSearchGeneral input, .ploginSearchLine, .ploginSearchLineLeft, .ploginSearchGeneralText, .ploginSearchGeneralButton {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ploginSearchLineLeft, .ploginSearchGeneralText, .ploginSearchGeneralButton {
    padding: 0 4px;
}

.imgInvert {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media only screen and (min-device-width : 500px) and (max-device-width : 1023px) {
    .customerSelectRes {
        width: 95% !important;
    }

    .customerTextbox {
        width: 95% !important;
    }

    .ploginSearchGeneralCheck {
        margin-left: 15%;
    }

    .mobileBreak {
        -moz-min-width: 40px !important;
        -ms-min-width: 40px !important;
        -o-min-width: 40px !important;
        -webkit-min-width: 40px !important;
        min-width: 40px !important;
        width: auto !important;
        -moz-word-break: break-all !important;
        -o-word-break: break-all !important;
        word-break: break-all !important;
    }
}

@media only screen and (min-device-width : 224px) and (max-device-width : 500px) {
    .customerSelectRes {
        width: 95% !important;
        padding: 1% !important;
    }

    .customerTextbox {
        width: 95% !important;
    }

    .ploginSearchGeneralCheck {
        margin-left: 0;
        -moz-min-width: 240px;
        -ms-min-width: 240px;
        -o-min-width: 240px;
        -webkit-min-width: 240px;
        min-width: 240px;
        width: 100%;
        display: table;
    }

    .mobileHidden {
        display: none;
    }

    .mobileBreak {
        -moz-min-width: 40px !important;
        -ms-min-width: 40px !important;
        -o-min-width: 40px !important;
        -webkit-min-width: 40px !important;
        min-width: 40px !important;
        width: auto !important;
        -moz-word-break: break-all !important;
        -o-word-break: break-all !important;
        word-break: break-all !important;
    }

    .ploginSearchLineLeft, .ploginSearchGeneralText, .ploginSearchGeneralButton {
        display: table;
    }

    .ploginSearchLineLeft {
        font-size: 15px;
        padding-top: 2px;
        width: 30%;
        float: left;
    }

    .ploginSearchGeneralText {
        width: 70%;
        float: left;
    }

    .ploginSearchGeneralButton {
        width: 20%;
        float: right;
        text-align: right;
        margin: 5px 4px 5px 0;
    }

    .customerSelectRes {
        width: 95% !important;
        padding: 1% !important;
    }

    .customerTextbox {
        width: 100% !important;
        height: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobileHidden {
        display: none;
    }

    .ploginSearchLineLeft, .ploginSearchGeneralText, .ploginSearchGeneralButton {
        width: 100%;
        margin: 2px 0;
    }

    .mBtnNew {
        width: 100%;
        line-height: 30px;
        height: 30px;
        padding: 0 !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mbtnWitdh {
        padding: 3px 3px !important;
        line-height: 10px !important;
    }

    .mobileBreak {
        -moz-min-width: 40px !important;
        -ms-min-width: 40px !important;
        -o-min-width: 40px !important;
        -webkit-min-width: 40px !important;
        min-width: 40px !important;
        width: auto !important;
        -moz-word-break: break-all !important;
        -o-word-break: break-all !important;
        word-break: break-all !important;
    }
}
