body
{
    /*text-align: left;*/ /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
    /*color: #555;*/ /*font-size: 16px;     font-weight: 400;*/
}

strong
{
    font-weight: 700;
}
.red
{
    color: #eb4141;
}
a:hover
{
    text-decoration: none;
}


.password
{
    position: relative;
}

.password input[type="password"]
{
    padding-right: 30px;
}

.password .glyphicon, #password2 .glyphicon
{
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

.logo h1
{
    padding-left: 50px;
    font-family: 'Oleo Script' , cursive;
    font-size: 36px;
    font-weight: 400;
}

.logo h1 a
{
    color: #555;
}

.links
{
    text-align: right;
}

.links a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 15px 0 0 20px;
}


.register-container
{
    margin-top: 30px;
}

/* ----- Registration ----- */

.register
{
    padding: 20px 50px 20px 50px;
    background: #f8f8f8 url(../Images/pattern.jpg) left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
    float: right;
}

.register h2
{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #bbb;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.register .forminput
{
    width: 95%;
    height: 28px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans' , Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}
.register .formselect
{
    width: 95%;
    height: 30px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans' , Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}
.register .forminput:focus
{
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register .formselect:focus
{
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register .formlabel
{
    margin: 7px 0 5px 5px;
    font-size: 16px;
    text-align: left;
}

.register .formlabel span
{
    font-style: italic;
}

.register input:-moz-placeholder
{
    color: #aaa;
}
.register input:-ms-input-placeholder
{
    color: #aaa;
}
.register input::-webkit-input-placeholder
{
    color: #aaa;
}

.register select:-moz-placeholder
{
    color: #aaa;
}
.register select:-ms-input-placeholder
{
    color: #aaa;
}
.register select::-webkit-input-placeholder
{
    color: #aaa;
}

.register .btn
{
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 0px;
    padding: 0;
    background: #eb4141;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.register .btn:hover
{
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register .btn:active
{
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset, 0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset, 0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset, 0 5px 8px 0 rgba(0,0,0,.1) inset;
}


/* ----- Media queries ----- */

.custom-control-label
{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    margin-bottom:2px;
    font-size: 100%;
    color: #000;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
}
.btn-buttom
{
    vertical-align: bottom !important;
}
.table-col-group
{
    width: 14.66666667%;
}
.table-col-group-2
{
    width: 18.66666667%;
}
/*
*Ajax loading Image
*-------------
*/

.LoadingModal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.LoadingCenter
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 120px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.LoadingCenter img
{
    height: 100px;
    width: 100px;
}
/*
 * Admin  Dashboard
 * -------------------
 */

.GridView
{
    font-size: 11px;
    color: #493c31;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.GridView th
{
    font-size: 11px;
    border: none; /*background:#82a1b6;*/
    background-color:#2a3f54/* #09bbb1*/;
    
    border: 1px solid #ddd;
    text-align: center;
    padding-right: 2px;
    color: #fff;
    padding-left: 2px;
    height: 35px;
}
.GridView td
{
    border: solid 1px #ddd;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-family: Arial;
    line-height: 25px;
    padding: 3px; /*font-weight:bold;    */
}

.DashBoardLinks
{
    display: inline-block;
    background-color: #fff; /*height: 180px;*/
    max-width: 180px;
    width: 180px;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -ms-transition: -ms-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    outline: 1px solid #ccc; /*padding: 10px;*/
    text-decoration: none;
    margin-left: 2em;
    margin-top: 2em;
}
.DashBoardLinks:hover img
{
    /* width: 100px;     height: 100px;     transition: transform 300ms ease-out;*/
}
.DashBoardLinks:hover
{
    background-color: #2a3f54;
    color: #fff; /*outline: 1px dashed #0071c5;     -webkit-transform: scale(1,1);     -moz-transform: scale(1,1);     -ms-transform: scale(1,1);     -o-transform: scale(1,1);     transform: scale(1.1,1.1);*/
}
.DashBoardImage
{
    border: dashed 0px red;
    text-align: center;
    padding: 30px;
    background-color: #f7f7f7;
}

.DashBoardInnerText
{
    border: dashed 1px #f7f7f7;
    height: initial;
    vertical-align: bottom; /*background-color: #2a3f54;*/
    padding: 5px;
    text-align: center;
}
.DashBoardInnerText span a
{
    /*color:#fff;*/
}

.wellDashBoard
{
    display: none;
    margin: 1em;
    width: 50%;
}


/*
 * Component: Info Box
 * -------------------
 */
.info-box > .page_link
{
    display: block;
    min-height: 50px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 5px;
    color: Black;
}
.info-box > .page_link:hover
{
    background-color: #000;
    background: rgba(0, 0, 0, 0.1);
}

.info-box small
{
    font-size: 14px;
}
.info-box .progress
{
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.info-box .progress, .info-box .progress .progress-bar
{
    border-radius: 0;
}
.info-box .progress .progress-bar
{
    background: #fff;
}
.info-box-icon
{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > i
{
    padding-top: 15px;
}
.info-box-content
{
    padding: 14.749px 10px;
    margin-left: 25px;
}
.info-box-number
{
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.progress-description, .info-box-text
{
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-text
{
    text-transform: none;
}
.info-box-more
{
    display: block;
}
.progress-description
{
    margin: 0;
}

/* Background colors */
.bg-dashboard, .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-waring, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer
{
    /*color: #fff !important;*/
}
.bg-dashboard
{
    background-color: #2a3f54 !important;
}
.bg-gray
{
    color: #000;
    background-color: #d2d6de !important;
}
.bg-black
{
    background-color: #111111 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body
{
    /*background-color: #dd4b39 !important;*/
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body
{
    background-color: #f39c12 !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body
{
    background-color: #00c0ef !important;
}
.bg-blue
{
    background-color: #0073b7 !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body
{
    background-color: #d58b07 !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body
{
    /*background-color: #00a65a !important;*/
}
.bg-navy
{
    background-color: #001f3f !important;
}
.bg-teal
{
    background-color: #39cccc !important;
}
.bg-olive
{
    background-color: #3d9970 !important;
}
.bg-lime
{
    background-color: #01ff70 !important;
}
.bg-orange
{
    background-color: #ff851b !important;
}
.bg-fuchsia
{
    background-color: #f012be !important;
}
.bg-purple
{
    background-color: #605ca8 !important;
}
.bg-maroon
{
    background-color: #d81b60 !important;
}
.bg-gray-active
{
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active
{
    background-color: #000000 !important;
}
.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer
{
    background-color: #d33724 !important;
}
.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer
{
    /*background-color: #db8b0b !important;*/
}
.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer
{
    background-color: #00a7d0 !important;
}
.bg-blue-active
{
    background-color: #005384 !important;
}
.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer
{
    background-color: #357ca5 !important;
}
.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer
{
    background-color: #008d4c !important;
}
.bg-navy-active
{
    background-color: #001a35 !important;
}
.bg-teal-active
{
    background-color: #30bbbb !important;
}
.bg-olive-active
{
    background-color: #368763 !important;
}
.bg-lime-active
{
    background-color: #00e765 !important;
}
.bg-orange-active
{
    background-color: #ff7701 !important;
}
.bg-fuchsia-active
{
    background-color: #db0ead !important;
}
.bg-purple-active
{
    background-color: #555299 !important;
}
.bg-maroon-active
{
    background-color: #ca195a !important;
}


[class^="bg-"].disabled
{
    opacity: 0.65;
    filter: alpha(opacity=65);
}
/* Text colors */
.text-red
{
    color: #dd4b39 !important;
}
.text-yellow
{
    color: #f39c12 !important;
}
.text-aqua
{
    color: #00c0ef !important;
}
.text-blue
{
    color: #0073b7 !important;
}
.text-black
{
    color: #111111 !important;
}
.text-light-blue
{
    color: #3c8dbc !important;
}
.text-green
{
    color: #00a65a !important;
}
.text-gray
{
    color: #d2d6de !important;
}
.text-navy
{
    color: #001f3f !important;
}
.text-teal
{
    color: #39cccc !important;
}
.text-olive
{
    color: #3d9970 !important;
}
.text-lime
{
    color: #01ff70 !important;
}
.text-orange
{
    color: #ff851b !important;
}
.text-fuchsia
{
    color: #f012be !important;
}
.text-purple
{
    color: #605ca8 !important;
}
.text-maroon
{
    color: #d81b60 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    body
    {
        padding: 0;
        margin: 0; /*width: 320px; */
        width: 100%;
    }
    .well
    {
        width: 90% !important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    body
    {
        /*width: 495px; */
        width: 100%;
    }
    .well
    {
        width: 90% !important;
    }

}
/* end malek */


.LinkButton-danger
{
    color: #fff !important;
}
.LinkButton-danger:hover
{
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: #fff !important;
}
.LinkButton-success
{
    color: #fff !important;
}
.LinkButton-success:hover
{
    background-color: #169F85 !important;
    border-color: #169F85 !important;
    color: #fff !important;
}

.password
{
    position: relative;
}

.password input[type="password"]
{
    padding-right: 30px;
}

.password .glyphicon, #password2 .glyphicon
{
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

.contactussection h2
{
    color: #d58b07 !important;
}

/* form icons */
.FormLabelColor
{
    color: #fff !important;
    font-size: 18px !important;
    line-height: 30px;
}

.form-Address-Icon
{
    text-align: center;
}
.form-Address-Icon > i
{
    width: 60px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.form-address-label
{
    font-size: 19px;
    font-weight: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    margin: .5em 0;
}


.form-address-icon-bg > i
{
    background-color: #6cbd45;
}
.form-mobile-icon-bg > i
{
    background-color: #d86435;
}

.form-contact-icon-bg > i
{
    background-color: #18428e;
}
.form-working-hours-icon-bg > i
{
    background-color: #00a899;
}
.position
{
    float: left!important;
}
.position-right
{
    float: right!important;
}
.lang-text-align
{
    text-align:left;
}
.text-align
{
    padding-left: 3px;
    text-align: justify;
}
.input-group-addon:first-child
{
    border-right:0!important;
    border-left: solid 1px #ccc;
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a
{
    text-align: left;
}


/* Grid View Paging */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    /*display: inline;*/
    border:0;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
   /* color: #dd4814;*/
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}


/*Image Slide in specialty Page*/
.header-image img
{
    position: absolute;
    top: 0;
    left: 55%;
    max-width: none;
    width: 45%;
    height: 330px;
    background-repeat: no-repeat;
}
.content-container .section.content-header.content-header-image p, .content-container .section.content-header.content-header-image h1
{
    box-sizing: border-box;
    padding: 0px 20px 20px 0;
    width: 55%;
}
/*end*/

.feature-box-margin
{
    margin-right:3px;
    padding:0!important;
}
ul.simple-post-list
{
    text-align:left;
}
.home-intro .get-started
{
    text-align:right!important;
}
p
{
   /* text-align:left!important;*/
}
.custom-icon-nav
{
    padding-right:10px!important;
    
}
