﻿input
{
    cursor:pointer;
}
input[type="text"], input[type=password], textarea {
    /*border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #555555;
  display: inline-block;*/
    cursor:text;
    font-size: 8pt;
    height: 24px;
    font-family: 'bein-normal';
    margin-bottom: 5px;
    width: 100%;
    /*padding: 2px;*/
}
select {
    font-family: 'GE SS';
    margin-bottom: 5px;
    min-height: 34px !important;
    width: 101%;
}
textarea {
    /*border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #555555;
  display: inline-block;*/
    height: 50px;
    font-size: 9pt;
    /*font-family: 'GE SS';*/
    margin-bottom: 5px;
    width: 100%;
    /*padding: 2px;*/
}

/*/////////////////////////*/
/*/////////////////////////*/

body, html {
    font-family: 'bein-normal' !important;
    font-size:12px !important;
}

.table a, .table span, .table th, .table td {
    font-size: 12px !important;
}
.table th, .table td, .chats li .message .body {
    color: #444 !important;
}
.btn{
    font-family: 'bein-normal' !important;
    font-size:12pt !important;
}
a div,li div {
    font-family: 'bein-normal' !important;
    font-size:13px !important;
}
.alert{
    font-size:13px !important;
}

.table-striped th {
    background-color: #e6e6e6 !important;
    color: #6e6e6e !important;
}

/*/////////////////////////*/
/*/////////////////////////*/

.dropdown_list {
    width: 100%;
}

.page-title {
    font-family: 'bein-normal' !important;
}

.my_label {
    font-size: 9pt;
    height: 30px;
    font-family: 'GE SS';
    margin-bottom: 5px;
    /*padding: 2px;*/
}

.center {
    text-align: center;
}

.center-page {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.space-vert-15 {
    margin-top: 15px;
}

.blank_page {
    margin-top: 0px;
    font-family: 'bein-normal' !important;
    background: #fff !important;
}

.footer-pos {
    width: auto;
    height: auto;
    position: absolute;
    top: 600;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hidden {
    visibility: hidden;
    width: 10px;
}

.button {
    font-family: 'bein-normal';
    color: #fff;
}

.required {
    color: #ff0000;
    font-family: Arial;
    font-size: 12pt;
}
