﻿::-webkid-input-placeholder { color: #5f5f5f; }
:-moz-placeholder { color: #5f5f5f; }
::moz-placeholder { color: #5f5f5f; }
:-ms-input-placeholder { color: #5f5f5f; }

.loadingGIF 
{
    z-index:99999999;
    width: 400px; height: 300px;
    border-radius: 20px;
    position: absolute;
    top: 50%; left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    box-shadow: 0px 0px 100px #000000;
}

.imgcheckbox
{
    display: inline-block;
    float: left;
}
    .imgcheckbox input[type=checkbox] { display: none !important; }
        .imgcheckbox input[type=checkbox] + label { font-size: 25px; margin-bottom: 10px; }
        .imgcheckbox input[type=checkbox] + label::before { content: url('../images/../images/Checkbox.png') !important; margin-right: 10px; }
        .imgcheckbox input[type=checkbox]:checked + label::before { content: url('../images/../images/Checkbox-checked.png') !important; }
        .imgcheckbox label  { font-weight: normal !important; vertical-align: middle !important; }


.EditBox
{
    background-color: transparent;
    /*color: #000 !important;*/
    border-radius: 5px;
    border: solid 2px rgba(0,0,0,.1);
    width: 100%;
    font-size: 20px;
}
    .EditBox:hover, .EditBox:focus { border-color: red!important; }
    .EditBox:focus { box-shadow: 0px 0px 12px yellow; }
    .half {width: 50% !important;}
    .EditBox.half
    {
        width: 50% !important;
    }    
    .EditBox.small
        {
            font-size: 12px;
        }
        .EditBox.small.title
        {
            font-size: 14px;
        }
.medium {
            font-size: 16px;
            font-weight: bolder;
}
        .EditBox.medium.title
        {
            font-size: 16px;
            font-weight: bolder;
        }
    h3 .EditBox { font-size: 40px; }
    h4 .EditBox { font-size: 35px; }
    h2 .EditBox { font-size: 30px; }
    h6 .EditBox { font-size: 25px; }
    h5 .EditBox { font-size: 22px; }
    p  .EditBox { font-size: 18px; }
 
.SaveButton
{
    color:blue;
    font-size: 30px;
    text-align: left;
}

.AlertPopup
{
    position: fixed; top:0px; left:5%; 
    width: 90%; 
    z-index:99999992;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none !important;
}

.alert-success.AlertPopup
{
    border: solid 3px darkgreen;
}

.alert-danger.AlertPopup
{
    border: solid 3px maroon;
}

.ListBoxonDark
{
    background-color: transparent; 
    border: solid 1px white;
}
.ListBoxonDark::selection, .ListBoxonDark::-moz-selection { background: #FFF; color: transparent; }

.btn-save:hover {
  color: #ffffff;
  background-color: #2f50ee; /*a7c95a */
  border-color: #2f50ee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-delete:hover {
  color: #ffffff;
  background-color: #f64646; /*a7c95a */
  border-color: #f64646;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}