﻿
.Kabartma_Yazi {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.Login_PanelGolge {
    height: 320px;
    width: 500px;
    padding: 20px;
    box-shadow: rgba(144, 144, 144, 1) 0px 5px 15px; /*#7a7a7a 0px 5px 5px;  */
    border-radius: 5px;
    background: #e8e8ec;
}

.CustStyle_TextBox_Normal {
    padding: 3px 0px 3px 3px;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-top: 5px;
    border-radius: 3px;
    width:100%;
}


.CustStyle_TextBox_Normal_Focus {
    border-color: blue;
    border-width: 2px;

    /*transition: 0.5s linear;*/
}

.CustStyle_TextBox_Focus {
    border-color: blue;
    border-width: 2px;
    /*transition: 0.2s linear;*/
}

.CustStyle_Label_Normal {
    font-size: 14px;
    font-family: Arial;
    /*margin-top: 5px;*/
    /*height: 25px;*/
    border-radius: 3px;
}

.CustStyle_CustStyle_Button_Normal {
    margin-top: 5px;
    color: #2F7A96;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    border-radius: 3px;
    width: 90px;
}

.CustStyle_DateEdit {
   height:30px;
   }

.CustStyle_ComboBox {
    height: 30px;
    width: 100%;
}

.CustStyle_RowHeight {
   height:40px;
}


.headerRow {
    position: fixed;
    top: 0px;
    left: 15px;
    width: 100%;
    height: 50px;
    background: #293955;
    padding: 5px 0 0 10px;
    z-index: 10;
}