﻿/* Master Page*/
.div_Logged_User_Infomration {
    text-align: right;

    color: black;
    font-size: 14px;
}

.div_Logged_User_Information_Background {
    background: none repeat scroll 0 0 #edf0f1;
    display:inline-block;
    padding: 8px 12px;
    text-transform: uppercase;

    border: 1px solid black;
    padding: 12px;
    margin-bottom: 2px;
}

.div_Logged_User_Information_Background:hover {
    background-color: rgba(255, 91, 91, 1);
    color: white;
}

.div_Logged_User_Infomration a {
    color: black;
    font-weight: bold;
    margin-left: 8px;
}
/* Master Page*/



.div_Register_Form {
    max-width: 600px;
}

.div_Status {
    min-height: 50px;
    padding-bottom: 10px;
    text-align: center;
}
.label_Status {
    color: red;
    font-weight: bold;
    font-size: medium;
}

/* Width And Height */
.Width_100_Precantages {
    width: 100% !important;
}

.Min_Width_130px {
    min-width: 130px !important;
}

.Max_Width_130px {
    max-width: 130px;
}

.Max_Width_340px {
    max-width: 340px !important;
}

.Max_Width_600px {
    max-width: 600px !important;
}

.Min_Height_20px {
    min-height: 20px !important;
}

.Max_Height_25px {
    max-height: 25px !important;
}
/* Width And Height */

/* Margin TOP */
.Margin_Top_Auto {
    margin-top: auto !important;
}

.Margin_Top_3px {
    margin-top: 3px !important;
}

.Margin_Top_5px {
    margin-top: 5px !important;
}

.Margin_Top_7px {
    margin-top: 7px !important;
}

.Margin_Top_10px {
    margin-top: 10px !important;
}

Margin_Top_12px {
    margin-top: 12px !important;
}

.Margin_Top_20px {
    margin-top: 20px !important;
}

.Margin_Top_40px {
    margin-top: 40px !important;
}

.Margin_Top_60px {
    margin-top: 60px !important;
}

.Margin_Top_80px {
    margin-top: 80px !important;
}

.Margin_Top_100px {
    margin-top: 100px !important;
}
/* Margin TOP */
/* Margin LEFT */
.Margin_Left_Auto {
    margin-left: auto !important;
}

.Margin_Left_2px {
    margin-left: 2px !important;
}

.Margin_Left_3px {
    margin-left: 3px !important;
}

.Margin_Left_5px {
    margin-left: 5px !important;
}

.Margin_Left_7px {
    margin-left: 7px !important;
}

.Margin_Left_11px {
    margin-left: 11px !important;
}

.Margin_Left_20px {
    margin-left: 20px !important;
}

.Margin_Left_30px {
    margin-left: 30px !important;
}
/* Margin LEFT */

/* Margin  BOTTOM */
.Margin_Bottom_2px {
    margin-bottom: 2px !important;
}

.Margin_Bottom_5px {
    margin-bottom: 5px !important;
}

.Margin_Bottom_10px {
    margin-bottom: 10px !important;
}

.Margin_Bottom_15px {
    margin-bottom: 15px !important;
}
/* Margin  BOTTOM */

/* Padding LEFT*/
.Padding_Left_20px {
    padding-left: 20px !important;
}
/* Padding LEFT*/

/* Padding TOP */
.Padding_Top_5px {
    padding-top: 5px !important;
}

.Padding_Top_10px {
    padding-top: 10px !important;
}

.Padding_Top_12px {
    padding-top: 12px !important;
}

.Padding_Top_15px {
    padding-top: 15px !important;
}

.Padding_Top_20px {
    padding-top: 20px !important;
}

.Padding_Top_30px {
    padding-top: 30px !important;
}

.Padding_Top_40px {
    padding-top: 40px;
}

.Padding_Top_80px {
    padding-top: 80px !important;
}
/* Padding TOP */
/* Padding BOTTOM */
.Padding_Bottom_5px {
    padding-bottom: 5px !important;
}

.Padding_Bottom_10px {
    padding-bottom: 10px !important;
}

.Padding_Bottom_15px {
    padding-bottom: 15px !important;
}

.Padding_Bottom_20px {
    padding-bottom: 20px !important;
}

.Padding_Bottom_25px {
    padding-bottom: 25px !important;
}

.Padding_Bottom_34px {
    padding-bottom: 34px !important;
}

.Padding_Bottom_60px {
    padding-bottom: 60px !important;
}
/* Padding BOTTOM */

.Clear_Both {
    clear: both !important;
}

.Float_Left {
    float: left !important;
}

/* Text Align */
.Text_Horizontal_Align_Center {
    text-align: center !important;
}
/* Text Align */

/* Display*/
.Display_None {
    display: none !important;
}

.Display_Inline {
    display: inline !important;
}

.Display_Inline_Block {
    display: inline-block !important;
}
/* Display*/