body
{
//    background-image: url('img/body.jpg');
    background-attachment: fixed;
    background-position:center top;
//    background-color: #9EB6D2;
}
#general_form
{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: solid;
    margin-top: 20%;
    margin-left: 370px;
    margin-right: 370px;
    box-shadow: 20px -15px 10px 5px rgba(0, 0, 0, .2);
}
#preview_form
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-top: 10%;
    margin-left: 370px;
    margin-right: 370px;
    box-shadow: 20px -15px 10px 5px rgba(0, 0, 0, .2);
}
#label_field
{
    text-align: center;
    font-size: 200%;
    text-shadow: 3px -3px 3px gray;
}
#label_text
{
    text-align: center;
    color: black;
    font-size: 50%;
    text-shadow: 3px -3px 3px gray;
}
#login_form,#preview_mail
{
    background-color: rgba(200, 200, 200, 0.5);
}
#login_form fieldset,#preview_mail fieldset
{
    border: none;
}
#footer
{
    text-align: center;
    height: 7px;
    color: rgba(185, 200, 200, 1);
    position: relative;
    margin-top: 3%;
}
#login_field
{
    margin: 0 0 20px 0;
    text-align: right;
}
#login
{
    background-repeat: no-repeat;
    background-image: url("../img/user_suit.png");
    font-size: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#login:focus
{
    border: 1px solid #ffffff;
}
#pass_field
{
    text-align: right;
    margin: 0 0 20px 0;
}
#pass
{
    background-repeat: no-repeat;
    background-image: url("../img/pass1.png");
    font-size: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#pass:focus
{
    border: 1px solid #ffffff;
}
#btn_field
{
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#login_btn
{
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    text-shadow: 5px -5px 5px rgba(255, 255, 255, 0.5);
}
#login_btn:hover
{
    background-color: rgba(255, 255, 250, 0.5);
    color: black;
    border: 1px solid #ffffff;
}
#list
{
    float: right;
    padding: 42px 0 0 30px;
    list-style: none;
}
#list li
{
    float: left;
    margin: 0 40px 0 40px;
}
#list li a
{
    padding: 5px 15px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#list li a:hover,
#list li a:focus
{
    color: black;
    background: rgba(255, 255, 255, 0.7);
    text-shadow: 3px -3px 3px gray;
}
#label_general
{
    background-color: rgba(200, 200, 200, 0.5);
    float: left;
    text-align: center;
    font-size: 250%;
    text-shadow: 3px -3px 3px gray;
    border: solid;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 3px -3px 3px 3px white;
    margin-top: 1%;
}
#exit_btn
{
    margin-top: 70%;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    background-color: rgba(200, 200, 200, 0.7);
    text-shadow: 5px -5px 5px rgba(255, 255, 255, 0.5);
    width: 10%;
}
#exit_btn:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
}
#general_btn
{
    margin-top: 10%;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    background-color: rgba(200, 200, 200, 0.7);
    text-shadow: 5px -5px 5px rgba(255, 255, 255, 0.5);
    width: 10%;
}
#general_btn:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
//    border: 1px solid #ffffff;
}
#center
{
//    margin-left: 30%;
//    width: 150px;
    text-align: center;
    position: relative;
//    margin-bottom: 10%;
}
#clear
{
    clear: both;
}
#preview_btn,#send_button
{
    text-align: center;
    margin: 0 0 30px 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    background-color: rgba(200, 200, 200, 0.7);
    text-shadow: 5px -5px 5px rgba(255, 255, 255, 0.5);
}
#preview_btn:hover,#send_button:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
}
#msi_search
{
    font-size: 100%;
//    background-color: rgba(255, 255, 255, 0.5);
//    background-color: lightblue;
    border-radius: 5px;
    border-color: lightblue;
    border-bottom-color: darkred;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 30px 0;
    width: 20%;
}
#msi_search:focus,
#msi_search:hover
{
/    border: 1px solid #ffffff;
}
/*#msi_search_btn
{
    font-size: 65%;
    background-color: rgba(255, 255, 255, 0.5);
    background-color: #1481b4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 10%;
    color: #ffffff;
 }*/
/*.search
{
    border-radius: 5px;
    background-color: #428bca;
    border: 1px solid #357ebd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 150px;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
}
.search:focus,
.search:hover
{
    cursor: pointer;

}
#msi_search_btn:disabled,
#msi_search_history:disabled
{
    background-color: #83B3DC;
    border: 1px solid white;
}

#msi_search_btn:hover
{
    border: 1px solid #ffffff;
    cursor: pointer;
    background-color: 
    transition: 3s ease out;
}*/

/* Styles for button */
.general_btn {
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 3px;
    color: white;
    padding: 3px;
    width: 150px;
    transition: .3s ease;
}
.general_btn:hover {
    transition: .3s ease;
    background-color: #125b9a;
    cursor: pointer;
}
.general_btn:disabled {
    background-color: #72abfa;
    border-color: #65aeed;
    cursor: default;
}
/* end styles for button*/
#unsub_btn
{
	display: none;
}
#unsub_btn:focus,
#unsub_btn:hover
{
#    border: 1px solid #ffffff;
    cursor: pointer;
    box-shadow:0 0 8px lightblue;
}
#select
{
    font-size: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 30px 0;
}
#select:focus,
#select:hover
{
    border: 1px solid #ffffff;
}
#number_telefon
{
    color: black;
    font-style: italic;
}
#instruct
{
    color:black;
    position: relative;
    text-align: center;
    margin-left: 8%;
    font-style: oblique;
    font-size: 110%;
    text-shadow: 3px -3px 3px gray;
}
#instruct_table
{
    font-style: normal;
}
#table
{
    border-radius: 7px;
}
.del,.activate,.del_new,.activate_new
{
    color:black;
    font-size: 60%;
    border-radius: 5px;
}
.del,.activate,.del_new,.activate_new:hover
{

    box-shadow:0 0 8px lightblue;
    background-color: rgba(200, 200, 200, 0.9);
    color: white;
//    border: 1px solid #ffffff;
    cursor: pointer;
//    font-size: 61%;
}
#add
{
    text-align: center;
    color:black;
    font-size: 70%;
    font-style: italic;
}
#add:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 72%;
}
.new_row
{
    color:black;
    font-size: 60%;
}
.new_row:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 61%;
}
#stat_instruct
{
    padding-top: 3%;
    font-style: normal;
    font-weight: 600;
    font-size: 110%;
    text-shadow: 3px -3px 3px gray;
}
#exit_btn_oper
{
    margin-top: 20%;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    background-color: rgba(200, 200, 200, 0.7);
    text-shadow: 5px -5px 5px rgba(255, 255, 255, 0.5);
}
#exit_btn_oper:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
}
.color:hover
{
    background-color: rgba(200, 200, 200, 0.5);
    color: black;
    border: 1px solid #ffffff;
    cursor: pointer;
}










#workarea
{
    position: absolute;
    left: 28%;
    top: 30%;
    margin-bottom: 0px;
    font-family: meta, arial, sans-serif;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 15px;
    border-top: 15px solid ;
    border-bottom: 15px solid;
    background-color: rgba(200, 200, 200, 0.5);
    border-color: red;
    background-color: #9D1F20;
    background-image:-webkit-linear-gradient(#444, #9D1F20);
    background-image:-moz-linear-gradient(#444, #9D1F20);
    background-image:-ms-linear-gradient(#444, #9D1F20);
    background-image:linear-gradient(#444, #9D1F20);
#    color: #268CFF;
}
#label_index
{
    color: black;
    margin-top: 14%;
    margin-left: 12%;
    background-color: rgba(200, 200, 200, 0.5);
    float: left;
    text-align: center;
    font-size: 250%;
    text-shadow: 3px -3px 3px gray;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 3px -3px 3px gray;
}
#workarea_left
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 542px;
    height: 250px;
//    background-color: #FFFF0B;
    box-shadow: 3px 0px 30px #942223;
}
#Popolam
{
    position: absolute;
    border: dashed 1px #ffffff;
    height: 200px;
    width: 0px;
    top: 25px;
    left: 272px;
}
#Forma
{
    position: absolute;
    top: 10%;
    left: 55%;
    width: 43%;
}
.inline
{
    font-size: 12pt;
    text-align: right;
    padding-top: 12px;
    width: 150%;
}
input
{
    width:92%;
    border: solid 1px #cccccc;
}
.box div
{
    width:60%;
    display:inline-block;
}
.input_button
{
    border: solid 1px black;
    background: black;
    color: white;
    font-size: 13pt;
    border-radius: 2px;
    position: inherit;
    margin-top: 15px;
    cursor: pointer;
}
.input_button:hover
{
    background-color: rgba(200, 200, 200, 0.8);
    box-shadow: 3px -3px 3px gray;
}
#hid
{
    width:100%;
    color: #ffffff;
}
#hid h3
{
    width:90%;
    display:inline-block;
}
#box1_label
{
    width:28%;
    color: #ffffff;
}
#box2_label
{
    width:28%;
    color: #ffffff;
}
#box_button
{
    width:30%;
}
th
{
    text-align: center;
}
td
{
    text-align: center;
}
#menu_do
{
    float: right;
}
.btn
{
//    float: right;
    width: 33%;
    box-shadow: 3px -3px 3px gray;
    background-color: rgba(200, 200, 200, 0.4);
}

.btn:hover,
.btn:focus
{
    cursor: pointer;
    -moz-box-shadow:0 0 8px lightgray;
    -webkit-box-shadow:0 0 8px lightgray;
    box-shadow:0 0 8px lightgray;
    color: white;
}
#label_person
{
    background-color: rgba(200, 200, 200, 0.5);
    float: left;
    text-align: center;
    font-size: 150%;
    text-shadow: 3px -3px 3px gray;
    border: solid;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
//    box-shadow: 3px -3px 3px 3px white;
//    margin-top: 1%;
}
.status
{
    cursor: default;
}
.save
{
    color:black;
    font-size: 60%;
    border-radius: 5px;
}
.save:hover
{
    box-shadow:0 0 8px lightblue;
    background-color: rgba(200, 200, 200, 0.9);
    color: white;
    cursor: pointer;
}
#sms_block
{
    float: left;
}
#sms_check
{
    width: 1%;
}
#time
{
    font-size: 60%;
}
.header
{
    text-align: center;
    font-size: 100%;
    font-weight: 600;
}
#header
{
    background-color: #9D1F20;
    background-image:-webkit-linear-gradient(#444, #9D1F20);
    background-image:-moz-linear-gradient(#444, #9D1F20);
    background-image:-ms-linear-gradient(#444, #9D1F20);
    background-image:linear-gradient(#444, #9D1F20);
    border-radius: 8px;
}
#search_blok
{
//	border: solid 1px black;
    width: 100%;
    border-top: 2px solid #1481b4;
//	border-bottom: 15px solid #009f44;
}
#number
{
    color: #1481b4;
    font-size: 110%;
//    margin-right: 1%;
}
#search
{
    margin-top: 2%;
}
#loading
{
    width: 100px;
    height: 100px;
//	background-color:#00FF00;
    padding: 5px;
//	border: solid 1px black;
    background-image: url("../img/ajax_loader_blue_128.gif");
    background-repeat: no-repeat;
    position:absolute;
    background-size: cover;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-110px;
    display:none
}
#old_ver
{
    margin-top: 50%;
    text-align: center;
}
#old_ver>a
{
    color: black;
}



