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: 105px;
}

/* ----- 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;
    
}

.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: #5ebe43;
        -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 ----- */

@media (max-width: 1200px)
{

    .register h2
    {
        background: url(../img/pencil.png) 20px 6px no-repeat;
    }

}

@media (min-width: 768px) and (max-width: 979px)
{

    .register h2
    {
        background: none;
    }

}

@media (max-width: 767px)
{

    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .logo, .links
    {
        text-align: center;
    }

    .links
    {
        padding-bottom: 5px;
    }

    .logo h1
    {
        padding-left: 0;
    }

    .links a.home
    {
        margin-left: 0;
    }

    .links a.blog
    {
        margin-right: 0;
    }

    .register-container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .register h2
    {
        background: none;
    }
}

@media (max-width: 480px)
{

    .register .btn
    {
        width: 97%;
    }
}

.custom-control-label
{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    margin-bottom: 0;
    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: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    padding-right: 2px;
    color: #000;
    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 1px #129748;
    text-align: center;
    /*padding: 30px;*/
    background-color: #64caec;
}

.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: #3c8dbc !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;
}

/* Custom responsive gridview style */
/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr
    {
        display: block;
        width: 100% !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr
    {
        border: 1px solid #ccc;
    }

    td
    {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before
    {
        /* Now like a table header */
        position: absolute; /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .well
    {
        width: 50% !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;
}


.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: #fff !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;
}
aside ul.nav-list > li > a
{
    padding-left: 18px !important;
}
ul.nav-list li a:before
{
    margin-left: -9px !important;
}
.custom-margin {
/*margin-right:100px!important;*/

}
.tp-caption.Creative-Button, .Creative-Button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 13px;
    font-weight: 800;
    font-style: normal;
    font-family: Lato;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(152, 218, 243, 0.85);
    border-color: rgba(122, 208, 240, 0.95);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    /*text-shadow: 2px 2px 4px rgb(0, 0, 0);*/
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 5);
}

    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: #129748;
        text-decoration: none;
        background-color: rgba(152, 218, 243, 0.85);
        border-color: #129748;
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }