﻿

.table-bordered {
    /*direction: rtl;*/
}

.table > thead:first-child > tr:first-child > th {
    text-align: left;
    background-color: rgb(178, 32, 77);
    color: white;
}




label {
    top: 7px;
    font-size: 12px;
}

.rtlLable {
    float: right;
    direction: rtl;
}

.ltrLable {
    float: left;
    direction: ltr;
}


.divInternalCenter {
    text-align: center;
}

.btnPaingAndFont {
    padding: 9px 30px;
    font-size: 16px;
    margin-left: 12px;
}

.btnNews {
    padding: 9px 30px;
    font-size: 16px;
    /*margin-left: 12px;*/
}

.errMsgLogin {
       /* width: 80%; */
    text-align: center;
    color:  #b2204d;
    font-weight: bold;
    /* background: #b11a04; */
    /* background: #d9534f; */
    padding: 5px;
    /* margin: 0px; */
    margin-bottom: 20px;
    display: none;
    border-radius: 3px;
    /* font-size: 17px; */
    font-size: 100%;
}
.errMsg {
    /*width: 80%;*/
    text-align: center;
    color: white;
    font-weight: bold;
    /*background: #b11a04;*/
    background: #d9534f;
    padding: 5px;
    /*margin: 0px;*/
   margin-bottom: 20px;
    display: none;
    border-radius: 3px;
    /*font-size: 17px;*/
    font-size: 100%;
}

.sucsiz {
    /*width: 95%;*/
    text-align: center;
    color: white;
    font: bold;
    /*background: #00a65a !important;*/
    /*background: #394D5F;*/
    background-color: #33b35ae3;
    padding: 5px;
    margin: 25px;
    display: none;
    border-radius: 3px;
    font-size: 20px;
}


.errMsgReset {
    /*width: 80%;*/
    text-align: center;
    color: white;
    font-weight: bold;
    /*background: #b11a04;*/
    background: #d9534f;
    padding: 5px;
    margin: 25px;
    display: none;
    border-radius: 3px;
    font-size: 20px;
}

.sucsizReset {
    /*width: 95%;*/
    text-align: center;
    color: white;
    font: bold;
    /*background: #00a65a !important;*/
    background: #394D5F;
    padding: 5px;
    margin: 25px;
    display: none;
    border-radius: 3px;
    font-size: 20px;
}

.ulMesgJQuery {
    list-style-type: none;
    margin: 5px;
    color:#fff;
}

th {
    text-align: center;
}

td {
    /*text-align: center;*/
}

.form-control {
    height: auto;
}

.font-size-10 {
    font-size: 10px;
}
/*.marquee {
            width: 300px;
            overflow: hidden;
            border: 1px solid #ccc;
            background: #ccc;
        }*/


::-webkit-file-upload-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    background-color: #169F85;
    border-color: #169F85;
}



body {font-family: Arial;}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab input[type='button'] {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab input[type='button']:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab input[type='button'].active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}