body{

}
.inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

fieldset {
    float: right;
    padding: 10px;
    min-width: 100%;
}
legend {
    font-weight: 600;
    text-align: right;
    font-size: 15px;
}
.TitlePanel {
    font-weight: 500;
    font-size: 16px;
}
.PasswordPanel {
    margin-top: 9.5%;
}
.WelcomePanel,.SidebarItems {
    font-weight: 400;
    font-size: 16px;
}

.col-form-label{
    float: right;
    text-align: right;
}
.form-group {
    direction: rtl;
}
.custom-control-label{
    margin-right: 20px;
}
.TableStyle thead tr th,.TableStyle tbody tr td {
    font-size: 14px;
}
label {
   font-weight: 400;
}
 .icon{
     width: 30px;
 }
footer .content-footer .follow-us ul li a {
    color: white;
}
.display-inline{
    display: inline-block;
}
/*
 dashboard admin
 */
.page-wrapper >.col-md-9 >.col-sm-9 .col-xs-12{
float: right;
}

.page-content {
    flex-grow: 1;
    padding: 25px;
    margin-top: 60px;



}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-9 {
      margin-right:340px;
    }
}
.grid-margin {
    margin-bottom: 1.5rem;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.flex-grow {
    flex-grow: 1;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;

}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f4f9;
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    text-align: right;
}
.card .card-body {
    padding: 1.5rem 1.5rem;
}
.card .card-title {
    color: #000;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.mt-2{
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
    font-size: 15px;
    text-align: right;
    direction: rtl;
    margin-right: 10px;
    padding-top: 10px;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

