﻿.linkAbutton{
    color:blue;
}
.uppercase
{
text-transform: uppercase;
}
.lowercase
{
 text-transform: lowercase;
}
.capitalize
{
text-transform: capitalize;
}
.overline
{
text-decoration: overline;
}
.linethrough
{
text-decoration: line-through;
}
.underline
{
text-decoration: underline;
}
.BlackLine
{
border-top:1px solid black
}
.NoBorder
{
border-style: none;
}
.Border1
{
border:1px solid black
}
.BorderRound1
{
border: 1px solid black;
border-radius: 5px;
}
.Margin2
{
margin:2%
}
.Margin3
{
margin:3%
}
.Margin4
{
margin:4%
}
.Margin5
{
margin:5%
}
.Padding2
{
padding:2%
}
.Padding3
{
padding:3%
}
.Padding4
{
padding:4%
}
.Padding5
{
padding:5%
}
.Center
{
text-align: center;
}
.left
{
text-align: left;
}
.right
{
text-align: right;
}
.FloatLeft
{
float:left;
}
.FloatRight
{
float:right;
}
.Justify
{
text-align: justify;
}
.NoDecoration
{
text-decoration:none
}
.Indent50
{
text-indent: 50px;
}
.Italic
{
 font-style: italic;
}
.Bold
{
font-weight: bold;
}
/*.Table
{
 border-collapse: collapse;
 border: 1px solid black;
}
.Table td, tr {
border :1px solid black;
padding:2%;

}
.Table th{
border: 1px solid black;
background-color:lightgray;
font-weight: bold;
text-align:center;
padding:2%;
height: 30px;
}*/
.Hide
{
display: none;
}
.Show
{
display: block;
}
.Inline
{
display: inline;
}
.Block
{
display: block;
}
OverFlowAuto
{
overflow: auto;
}
OverFlowScroll
{
overflow: scroll;
}
.TheLoginTextBox{
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.MyLine{
    box-sizing: content-box;
    border-style: inset;
    border-width: 1px;
}
.HeadLine{
    font-size:14px;
    font-weight:bold;
}
/*.modal-body input[type=text], .modal-body textarea, .textbox, .textbox1
{
     display: block;
    width: 100%;
    padding: 1px 1px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height:28px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   
}
    .textbox:focus, .modal-body textarea:focus, .modal-body input[type=text]:focus, textbox1:focus
    {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }


    .textbox::-moz-placeholder, .textbox1 ::-moz-placeholder
    {
        color: #999;
        opacity: 1;
    }

    .textbox::-moz-placeholder, .textbox1:-ms-input-placeholder
    {
        color: #999;
    }

    .textbox::-moz-placeholder, .textbox1::-webkit-input-placeholder
    {
        color: #999;
    }*/



    .Dropdownbox[disabled], .textbox1[readonly], .textbox[disabled], .textbox[readonly]
    {
        background-color: #eee;
        opacity: 1;
    }

    .Dropdownbox[disabled], .textbox1[readonly], .textbox[disabled], .textbox[readonly]
    {
        cursor: not-allowed;
    }
    .MinHieght20{
        min-height:20px;
    }
    .Title
    {
        padding-top:0.5%;
        font-weight:bold;
    }

        /* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #d65555;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #d65555;
    font-weight: normal;
    font-size: medium;
}
select.input-validation-error
{
    border: 1px solid #d65555;
}
.validation-summary-valid {
    display: none;
}
.table th{
    text-align:center;
}
 .Title1
    {
        padding-top:0.5%;
    }
 .Pointer{
     cursor:pointer;
 }

@media (min-width: 992px) {
    .CustomModal {
        width:1200px!important
    }
}
.container1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container1 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container1 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container1 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container1 {
    max-width: 85%;
  }
}



