@import url('https://fonts.googleapis.com/css?family=El+Messiri');

/* arabic */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: local('El Messiri'), local('ElMessiri-Regular'), url('../fonts/K2F0fZBRmr9vQ1pHEey6MoiAAhLz.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* cyrillic */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: local('El Messiri'), local('ElMessiri-Regular'), url('../fonts/K2F0fZBRmr9vQ1pHEey6MomAAhLz.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: local('El Messiri'), local('ElMessiri-Regular'), url('../fonts/K2F0fZBRmr9vQ1pHEey6Mo2AAg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: 'Lucida Fax', 'Lucida Calligraphy', 'El Messiri', 'PT Sans', sans-serif;
    font-size: 14px;
    height: 100%;
    background: #f9f9f9
}
[dir=rtl] body{
    text-align: right;
   /* font-family: 'El Messiri','Lucida Calligraphy';*/
}

body.single-page {
    background: #565656
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Armata', sans-serif*/
}

ul.mainNav li a {
    /*font-family: 'Armata', sans-serif*/
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    line-height: 23px
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #e0e0e0;
    margin: 1em 0;
    padding: 0
}

pre {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

label {
    font-weight: 400
}

text {
    font-weight: normal
}

.ls-header {
    font-size: 15px
}

.ls-top-header {
    margin-bottom: 15px;
    margin-top: 5px
}

nav {
    background: #555557
}

.header-logo {
    text-align: center;
    /*width: 180px;*/ /* commented for univ logo*/
    float: left;

    /*A.S.*/
    background: #e6e6e6;
    width: 200px;
    margin: 0;
    padding: 0;
    height: 49px;
    /* end A.S.*/
}
/* mmostafa rtl */
[dir=rtl] .header-logo {
    float:right;
    margin-right: -15px;/*A.S.*/
}
[dir=ltr] .header-logo {
    margin-left: -15px;/*A.S.*/
}

.header-logo a {
    /*line-height: 50px*/ /*subtitle maximized it*/
}

.header-logo a span {
    font-size: 28px;
   /* font-family: 'Montserrat', sans-serif;*/
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase
}

.header-logo a:hover {
    text-decoration: none
}

#main-container {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #565656
}

.menu-control {
    /*float: left;*//*mmostafa rtl */
    line-height: 38px;
    /*margin-left: 5px;*//*mmostafa rtl */
    text-align: center;
    margin-top:7px; /*A.S.*/
}
/* mmostafa rtl */
[dir=ltr] .menu-control {
    float:left;
    /*margin-left: 5px;*/ /*A.S.*/
    margin-left: 10px; /*A.S.*/
}
[dir=rtl] .menu-control {
    float:right;
    /*margin-right: 5px;*/ /*A.S.*/
     margin-right: 10px; /*A.S.*/
}

.menu-control a {
    color: #fff;
    outline: 0
}

.menu-control a:hover {
    color: #ff7878
}

.menu-control a i {
    line-height: 25px;
    font-size: 18px
}
.top-navigation {
    text-align: center; /*mmostafa*/ /*added for the day date to be centered*/
}
.top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}
/* mmostafa rtl */
[dir=rtl] .top-navigation ul {
    float:left;
}

.top-navigation ul li {
    display: inline-block
}

 .top-navigation ul li a,
.top-navigation a.dropdown-toggle /****mmostafa b3 to b4 ***/
{
    color: #fff;
    text-decoration: none;
    line-height: 17px;
    outline: 0;
    /*padding: 10px 15px;*//*A.S.*/
    padding: 15px 15px;/*A.S.*/
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-size: 18px*/ /*mmostafa*/
    font-size: 16px
}

.top-navigation ul li a:hover,
.top-navigation a.dropdown-toggle:hover /****mmostafa b3 to b4 ***/
{
    background: #7a8b83;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top-navigation ul li a.right-sidebar,
.top-navigation ul li a.right-sidebar-setting {
    -webkit-transition: none .3s ease-in-out;
    -moz-transition: none .3s ease-in-out;
    -o-transition: none .3s ease-in-out;
    transition: none .3s ease-in-out
}

.top-navigation ul li.only-phone {
    display: none
}

.top-navigation ul li.only-phone a {
    -webkit-transition: none .3s ease-in-out;
    -moz-transition: none .3s ease-in-out;
    -o-transition: none .3s ease-in-out;
    transition: none .3s ease-in-out
}

.top-navigation ul li.only-phone a:hover {
    background: 0;
    color: #ff7878;
    -webkit-transition: none .3s ease-in-out;
    -moz-transition: none .3s ease-in-out;
    -o-transition: none .3s ease-in-out;
    transition: none .3s ease-in-out
}

.search-box {
    float: left;
    margin-left: 5px;
    text-align: center
}
/* mmostafa rtl */
[dir=rtl] .search-box{
    float:right;
}

.search-box ul li a span,
.search-box a span /****mmostafa b3 to b4 ***/
{
    font-size: 18px;
    line-height: 12px
}

.search-box input[type=search] {
    background: url("../images/b.png") no-repeat scroll 9px center / 19px 19px #f2f2f2;
    border: 0;
    color: #000;
    cursor: auto;
    height: 40px;
    outline: 0;
    /*padding-left: 32px; ******* separated as ltr*/
    width: 320px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%
}
/* mmostafa rtl */
html[dir=ltr] .search-box input[type=search] {
    padding-left: 32px;
}
/* mmostafa rtl */
html[dir=rtl] .search-box input[type=search] {
    padding-right: 32px;
}

.search-box input::-webkit-input-placeholder {
    color: #999
}

.search-box input::-webkit-search-decoration,
.search-box input::-webkit-search-cancel-button {
    display: none
}

.top-navigation li.show:after {
    border-bottom: 6px solid #ff7878;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    /*right: 18px; **** separated as ltr */
    /*top: 33px;*/
    top: 41px;
    z-index: 1
}

/* mmostafa ltr */
html[dir=ltr] .top-navigation li.show:after{
    right:18px;
}
/* mmostafa rtl */
html[dir=rtl] .top-navigation li.show:after{
    left:18px;
}
.red-color .top-navigation li.show:after {
    border-bottom: 6px solid #c45c5c
}

.top-navigation li a span.badge {
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    /*right: 5px;*** separated for rtl */
    text-align: center;
    top: 4px;
    /*font-family: 'Pontano Sans', sans-serif;*/
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
/* mmostafa rtl */
html[dir=ltr] .top-navigation li a span.badge {
    right: 5px;
}
html[dir=rtl] .top-navigation li a span.badge {
    left: 5px;
}
html[dir=ltr] .top-navigation .dropdown-menu.right {
    left: auto;
    right: 0
}
html[dir=rtl] .top-navigation .dropdown-menu.right {
    right: auto;
    left: 0
}
.top-navigation .dropdown-menu {
    margin: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 0;
    border: 0;
    min-width: 275px;

    /* was in old bootstrap */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-navigation .dropdown-menu h4, .land-header-group .dropdown-menu h4 {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    color: white;
    background: #ff7878;
    cursor: none;
}

.red-color .top-navigation h4 {
    background: #c45c5c
}

.top-navigation .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none
}

.top-navigation .dropdown-menu ul li.only-link {
    text-align: center;
    padding: 5px 0;
    border-bottom: 0;
    margin-top: 0
}

.top-navigation .dropdown-menu ul li.only-link a {
    font-size: 14px
}

.ls-feed {
    list-style: none;
    padding: 0;
    margin: 0
}

.ls-feed li {
    background-color: #e0e0e0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 10px 0 10px 33px;
    position: relative
}
/* mmostafa rtl */
html[dir=rtl] .ls-feed li {
    padding: 10px 33px 10px 0;
}

.top-navigation ul.ls-feed li {
    display: block
}

.top-navigation ul.ls-feed li a {
    padding: 0;
    color: #6e6e6e;
    display: block;
    line-height: 22px;
    font-size: 14px
}

.top-navigation ul.ls-feed li a:hover {
    background: 0
}

.ls-feed li .label {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*left: 7px; **** separated for rtl */
    line-height: 11px;
    padding: 5px;
    position: absolute;
    top: 11px;
    height: 20px;
    width: 20px
}
/* mmostafa rtl */
html[dir=ltr] .ls-feed li .label {
    left:7px;
}
html[dir=rtl] .ls-feed li .label {
    right:7px;
}

.feed-box .ls-feed li .label {
    top: 7px;
    padding: 5px 0
}

.ls-feed li .date {
    font-style: italic;
    font-size: 12px;
}
/* mmostafa rtl */
html[dir=ltr] .ls-feed li .date {
    padding-right: 10px;
    text-align: right;
    float: right;
}
html[dir=rtl] .ls-feed li .date {
    padding-left: 10px;
    text-align: left;
    float: left;
}
.dropdown-menu.top-notification h4 {
    color: white;
    background: #ff7878
}

.red-color .dropdown-menu.top-notification h4 {
    background: #c45c5c
}

.dropdown-menu.top-notification .ls-feed li {
    margin-bottom: 0;
    border-bottom: 1px dotted #cbc5ba;
    background: white;
    color: dimgrey
}

#left-navigation {
    width: 200px;
    background: #58595b;
    /*float: left;*/
    position: absolute;
    /*left: 0;*/
    height: 100%;
    overflow: visible!important
}
/* mmostafa rtl */
html[dir=ltr] #left-navigation{
    float:left;
    left: 0;
}
html[dir=rtl] #left-navigation{
    float:right;
    right: 0;
}
#left-navigation.active {
    width: 50px
}

#left-navigation .user-image {
    margin: 10px auto 0;
    width: 80px;
    position: relative
}

#left-navigation.active .user-image, .top-navigation .user-image {
    width: 40px
}

#left-navigation .user-image img, .top-navigation .user-image img {
    width: 100%; /*mmostafa*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

#left-navigation.active .user-image {
    width: 40px
}

#left-navigation.active .user-image img {
    width: 40px
}
/* mmostafa */
#left-navigation .user-name {
    color: #ff7878;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12pt;
    /*display: block;*/
}
#left-navigation.active .user-name {
    display: none;
}
#left-navigation .user-online-status {
    display: block;
    left: 0;
    position: absolute;
    top: 10px
}

#left-navigation.active .user-online-status {
    top: -5px
}

/*

#left-navigation.active .social-icon {
    display: none
}

#left-navigation .social-icon {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    text-align: center
}

#left-navigation .social-icon li {
    display: inline-block;
    margin: 0 5px
}

#left-navigation .social-icon li a {
    color: #ff7878;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#left-navigation .social-icon li a:hover {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
*/

.black-color #left-navigation {
    background: #444755
}

.blue-color #left-navigation {
    background: #53a2b8
}

.deep-blue-color #left-navigation {
    background: #324e59
}

.red-color #left-navigation {
    background: #dd7878
}

.light-green-color #left-navigation .social-icon li a, .light-green-color #left-navigation .user-name {
    color: #fff
}

.light-green-color #left-navigation .social-icon li a:hover {
    color: #565656
}

.blue-color #left-navigation .social-icon li a, .blue-color #left-navigation .user-name {
    color: #fff
}

.blue-color #left-navigation .social-icon li a:hover {
    color: #ff7878
}

.red-color #left-navigation .social-icon li a, .red-color #left-navigation .user-name {
    color: #fff
}

.red-color #left-navigation .social-icon li a:hover {
    color: #3f414d
}

.light-green-color #left-navigation {
    background: #4fada8
}

ul.mainNav {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #555557
}

ul.mainNav.mobile {
    display: none
}

.red-color ul.mainNav {
    background: #ff7878
}

.blue-color ul.mainNav {
    background: #5ebfd8
}

.light-green-color ul.mainNav {
    background: #1fb5ad
}

.black-color ul.mainNav {
    background: #3f414d
}

.deep-blue-color ul.mainNav {
    background: #3a515a
}

ul.mainNav li {
    border-top: 1px solid #58595b;
    position: relative
}

ul.mainNav.active li ul li {
    border: 0
}

ul.mainNav li:last-child {
    border-bottom: 1px solid #58595b
}

.black-color ul.mainNav li {
    border-top: 1px solid #444755
}

.black-color ul.mainNav li:last-child {
    border-bottom: 1px solid #444755
}

.blue-color ul.mainNav li {
    border-top: 1px solid #47aac5
}

.blue-color ul.mainNav li:last-child {
    border-bottom: 1px solid #47aac5
}

.deep-blue-color ul.mainNav li {
    border-top: 1px solid #3d5863
}

.deep-blue-color ul.mainNav li:last-child {
    border-bottom: 1px solid #3d5863
}

.red-color ul.mainNav li {
    border-top: 1px solid #e48080
}

.red-color ul.mainNav li:last-child {
    border-bottom: 1px solid #e48080
}

.light-green-color ul.mainNav li {
    border-top: 1px solid #4fada8
}

.light-green-color ul.mainNav li:last-child {
    border-bottom: 1px solid #4fada8
}

ul.mainNav li a {
    line-height: 13px;
    font-size: 13px;
    padding: 10px 5px 10px 10px;
    display: block;
    text-decoration: none;
    color: #c6c6c6;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/* mmostafa rtl */
html[dir=rtl] ul.mainNav li a {
    padding: 10px 10px 10px 5px;
}
ul.mainNav li a.active {
    color: #fff;
    background-color: #7a8b83
}

.red-color ul.mainNav li a,
.blue-color ul.mainNav li a,
.light-green-color ul.mainNav li a {
    color: #fff
}

ul.mainNav li a i {
    width: 15px;
    /*margin-right: 5px;*/
    font-size: 14px
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav li a i {
    margin-right: 5px;
}

html[dir=rtl] ul.mainNav li a i {
    margin-left: 5px;
}

ul.mainNav li a b {
    width: 12px
}

#left-navigation.active ul.mainNav li a i {
    width: 50px
}

#left-navigation.active ul.mainNav li a b {
    width: 22px
}

ul.mainNav li a span {
    line-height: 13px;
    font-size: 13px
}

ul.mainNav li a span.badge {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    padding: 2px 5px;
    position: absolute;
    /*right: 30px*/
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav li a span.badge {
    right: 30px
}
html[dir=rtl] ul.mainNav li a span.badge {
    left: 30px
}
/* mmostafa rtl */
html[dir=ltr] #left-navigation.active ul.mainNav li a span.badge {
    right: 25px
}
html[dir=rtl] #left-navigation.active ul.mainNav li a span.badge {
    left: 25px
}

ul.mainNav li a span.navTag {
    font-size: 18px
}

ul.mainNav li a:hover {
    background-color: #7a8b83;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.mainNav ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    background: #58595b
}

ul.mainNav.active ul {
    position: absolute;
    /*left: 50px;*/
    width: 200px;
    background: #4c4c4e
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav.active ul {
    left: 50px;
}
html[dir=rtl] ul.mainNav.active ul {
    right: 50px;
}
ul.mainNav.active li ul.open {
    display: block
}

ul.mainNav li.active ul {
    display: block
}

ul.mainNav li.active ul ul {
    display: none
}

ul.mainNav li.active ul li.active ul {
    display: block
}

ul.mainNav li.active ul li.active ul li.active {
    display: block
}

ul.mainNav li.active ul li.active ul li.active ul li.active {
    display: block
}

ul.mainNav li.active ul li.active ul li.active ul li.active ul li.active {
    display: block
}

ul.mainNav.active li.active ul {
    display: none
}

ul.mainNav.active li.active ul.open {
    display: block
}

ul.mainNav.active li ul.active {
    display: none
}

ul.mainNav.active li ul.active.open {
    display: block
}

.blue-color ul.mainNav.active ul,
.blue-color ul.mainNav ul {
    background: #53a2b8
}

.deep-blue-color ul.mainNav.active ul,
.deep-blue-color ul.mainNav ul {
    background: #3d5863
}

.red-color ul.mainNav.active ul,
.red-color ul.mainNav ul {
    background: #dd7878
}

.light-green-color ul.mainNav.active ul,
.light-green-color ul.mainNav ul {
    background: #4fada8
}

.black-color ul.mainNav.active ul,
.black-color ul.mainNav ul {
    background: #444755
}

ul.mainNav ul li {
    margin: 0;
    padding: 0;
    clear: both
}

ul.mainNav ul li a {
    /*padding-left: 30px;*/
    font-size: 12px;
    font-weight: normal;
    outline: 0
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav ul li a {
    padding-left: 30px;
}
html[dir=rtl] ul.mainNav ul li a {
    padding-right: 30px;
}
/* mmostafa rtl */
html[dir=ltr] #left-navigation.active ul.mainNav ul li a {
    padding-left: 20px
}
html[dir=rtl] #left-navigation.active ul.mainNav ul li a {
    padding-right: 20px
}

ul.mainNav ul li a:hover {
    background-color: #7a8b83;
    color: #fff
}

ul.mainNav.active li.active a i {
    color: #fff
}

ul.mainNav ul li a.active {
    color: #fff;
    background-color: #7a8b83
}

ul.mainNav ul ul li a {
    color: #c6c6c6;
    /*padding-left: 30px*/
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav ul ul li a {
    padding-left: 30px
}
html[dir=rtl] ul.mainNav ul ul li a {
    padding-right: 30px
}

ul.mainNav ul ul li a:hover {
    background-color: #7a8b83;
    color: #fff
}

ul.mainNav b {
    float: right;
    font-size: 14px;
    font-weight: 400
}
/* mmostafa rtl */
html[dir=rtl] ul.mainNav b {
    float: left;
}

ul.mainNav.active ul {
    display: none
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav.active li a i {
    padding-left: 10px
}
html[dir=rtl] ul.mainNav.active li a i {
    padding-right: 10px
}
ul.mainNav.active li a b {
    display: none
}

ul.mainNav.active li:hover,
ul.mainNav.check li.check {
    width: 200px;
    background: #49494b;
    z-index: 999
}

ul.mainNav.active li:hover,
ul.mainNav.active li.check {
    background: #555557
}

.blue-color ul.mainNav.active li:hover,
.blue-color ul.mainNav.active li.check {
    background: #53a2b8
}

.deep-blue-color ul.mainNav.active li:hover,
.deep-blue-color ul.mainNav.active li.check {
    background: #3d5863
}

.red-color ul.mainNav.active li:hover,
.red-color ul.mainNav.active li.check {
    background: #dd7878
}

.light-green-color ul.mainNav.active li:hover,
.light-green-color ul.mainNav.active li.check {
    background: #4fada8
}

.black-color ul.mainNav.active li:hover,
.black-color ul.mainNav.active li.check {
    background: #444755
}

ul.mainNav.active>li:hover,
ul.mainNav.active>li.check {
    width: 250px;
    z-index: 11
}

ul.mainNav.active li a span,
ul.mainNav.active li a b {
    display: none
}

ul.mainNav.active li:hover a span,
ul.mainNav.active li.check a span,
ul.mainNav.active li:hover a b,
ul.mainNav.active li.check a b {
    display: inline-block
}
/* mmostafa rtl */
html[dir=ltr] ul.mainNav.active ul ul,
html[dir=ltr] ul.mainNav.active ul ul ul {
    left: 0
}
html[dir=rtl] ul.mainNav.active ul ul,
html[dir=rtl] ul.mainNav.active ul ul ul {
    right: 0
}
.navigation {
    color: #fff
}

.black-color .navigation {
    background: #3f414d
}

.blue-color .navigation {
    background: #5ebfd8
}

.deep-blue-color .navigation {
    background: #3a515a
}

.red-color .navigation {
    background: #ff7878
}

.light-green-color .navigation {
    background: #1fb5ad
}

.navigation a h1 {
    font-size: 22px;
    /*font-family: 'Montserrat', sans-serif;*/
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    line-height: 37px;
    text-transform: uppercase
}

.navigation a h6 {
    color: #f2f2f2;
    /*color: #41868f;*//*A.S.*/
    vertical-align: bottom;
    margin-bottom: 0;
}

.light-green-color .navigation a h1 {
    color: #f2f2f2
}

.red-color .navigation a h1 {
    color: #f2f2f2
}

.blue-color .navigation a h1 {
    color: #fff
}
/* mmostafa rtl */
html[dir=ltr] .navigation input.top-search {
    float: left
}
html[dir=rtl] .navigation input.top-search {
    float: right
}

.phone-nav-box {
    background: #58595b;
    text-align: right
}
/* mmostafa rtl */
html[dir=rtl] .phone-nav-box {
    text-align: left;
}

/* mmostafa rtl */
html[dir=ltr] .phone-nav-box .phone-logo {
    text-align: left;
    float: left
}
html[dir=rtl] .phone-nav-box .phone-logo {
    text-align: right;
    float: right;
}
.phone-nav-box .phone-logo h1 {
    color: #fff;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 20px;
    /*line-height: 38px;*/ /*mmostafa*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase*//*mmostafa*/
}

.red-color .phone-nav-box .phone-logo h1,
.blue-color .phone-nav-box .phone-logo h1,
.light-green-color .phone-nav-box .phone-logo h1,
.black-color .phone-nav-box .phone-logo h1,
.deep-blue-color .phone-nav-box .phone-logo h1 {
    color: #fff
}

.red-color .phone-nav-box {
    background: #dd7878
}

.blue-color .phone-nav-box {
    background: #53a2b8
}

.light-green-color .phone-nav-box {
    background: #4fada8
}

.black-color .phone-nav-box {
    background: #444755
}

.deep-blue-color .phone-nav-box {
    background: #324e59
}

.phone-nav-box a {
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    outline: 0;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    line-height: 38px
}
/* mmostafa rtl */
html[dir=ltr] .phone-nav-box a {
    text-align: left;
}


.red-color .phone-nav-box a,
.blue-color .phone-nav-box a,
.light-green-color .phone-nav-box a,
.black-color .phone-nav-box a,
.deep-blue-color .phone-nav-box a {
    color: #fff
}

.phone-nav-box a:hover {
    text-decoration: none
}

.phone-nav-box a span {
    line-height: 28px
}

/*
.ls-breadcrumbs {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px
}

.ls-breadcrumbs a {
    text-decoration: none;
    outline: 0;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #565656;
    padding: 0 20px 0 30px;
    background: #e3dfd8;
    position: relative
}
.ls-breadcrumbs a:first-child {
    padding-left: 20px;
    border-radius: 1px
}
.ls-breadcrumbs a:first-child:before {
    left: 14px
}
.ls-breadcrumbs a:last-child {
    border-radius: 1px;
    padding-right: 20px
}

.ls-breadcrumbs a.active,
.ls-breadcrumbs a:hover {
    background: #e0e0e0
}

.ls-breadcrumbs a.active:after,
.ls-breadcrumbs a:hover:after {
    background: #e0e0e0
}

.ls-breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #e3dfd8;
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.1), 3px -3px 0 2px #e0e0e0;
    border-radius: 0 5px 0 50px
}
.ls-breadcrumbs a:last-child:after {
    content: none
}

.ls-breadcrumbs a .fa {
    font-size: 14px;
    margin-right: 3px;
    color: #565656
}

.breadcrumb-box {
    margin-bottom: 20px
}

.breadcrumb li {
    font-size: 12px
}

.breadcrumb li a {
    color: #565656;
    font-size: 12px;
    outline: 0
}

.breadcrumb>li+li:before {
    color: #565656
}

.ls-breadcrumbs-simple {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px
}

.ls-breadcrumbs-simple a {
    text-decoration: none;
    outline: 0;
    display: block;
    float: left;
    font-size: 12px;
    color: #565656;
    padding: 0 10px 0 10px;
    position: relative
}

.ls-breadcrumbs-simple a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-radius: 1px
}

.ls-breadcrumbs-simple a:first-child:before {
    left: 14px
}

.ls-breadcrumbs-simple a:last-child {
    border-radius: 1px;
    padding-right: 20px
}

.ls-breadcrumbs-simple a.active,
.ls-breadcrumbs-simple a.active .fa,
.ls-breadcrumbs-simple a:hover {
    color: #1fb5ad
}

.ls-breadcrumbs-simple a.active:after,
.ls-breadcrumbs-simple a:hover:after,
.ls-breadcrumbs-simple a:hover .fa {
    color: #1fb5ad
}

.ls-breadcrumbs-simple a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 1px #e3dfd8;
    border-radius: 0 5px 0 50px
}

.ls-breadcrumbs-simple a:last-child:after {
    content: none
}

.ls-breadcrumbs-simple a .fa {
    font-size: 14px;
    margin-right: 3px;
    color: #565656
}

.breadcrumb {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #e0e0e0;
    margin-bottom: 15px
}

.breadcrumb.no-background {
    background: 0
}*/

#min-wrapper {
    width: 100%;
    /*float: left;
    padding-left: 200px;*/
    background: #58595b
}
/* mmostafa rtl */
html[dir=ltr] #min-wrapper {
    float: left;
    padding-left: 200px;
}
html[dir=rtl] #min-wrapper {
    float: right;
    padding-right: 200px;
}

/* mmostafa rtl */
html[dir=ltr] #min-wrapper.active {
    padding-left: 50px
}
html[dir=rtl] #min-wrapper.active {
    padding-right: 50px
}
.black-color #min-wrapper {
    background: #3f414d
}

.deep-blue-color #min-wrapper {
    background: #324e59
}

.red-color #min-wrapper {
    background: #dd7878
}

.blue-color #min-wrapper {
    background: #53a2b8
}

.light-green-color #min-wrapper {
    background: #4fada8
}


#right-wrapper {
    width: 280px;
    height: 100%;
    min-height: 800px;
    background: #303741;
    /*float: left;*/
    position: fixed;
    /*right: -280px;*/
    z-index: 999;
    top: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
[dir=ltr] #right-wrapper {
    float: left;
    right: -280px;
}
[dir=rtl] #right-wrapper {
    float: right;
    left: -280px;
}

[dir=ltr] #right-wrapper.slide-out {
    right: 0;
}
[dir=rtl] #right-wrapper.slide-out {
    left: 0;
}
#right-wrapper .close-right-wrapper {
    position: absolute;
    /*right: 10px;*/
    top: 5px
}
[dir=ltr] #right-wrapper .close-right-wrapper{right:10px;}
[dir=rtl] #right-wrapper .close-right-wrapper{left:10px;}

#right-wrapper .close-right-wrapper a {
    font-size: 16px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#right-wrapper .close-right-wrapper a:hover {
    /*color: #ff7878;*/
    color: #303741;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#right-wrapper.active {
    right: 0
}
/*mmostafa*/
#right-wrapper .wright-wrapper-header {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #ff7878;
    color: #fff;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#right-wrapper .wright-wrapper-header p{
    font-size: 14px;
    padding: 9px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.content-right-wrapper label {
    color: #bec0c2
}
.content-right-wrapper .form-control {
    font-size: inherit;
}
/*
#right-wrapper .tab-content {
    background: #303741
}
#right-wrapper .nav-tabs {
    border-bottom: 0;
    text-align: center
}

#right-wrapper .nav-tabs li {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0
}

#right-wrapper .nav-tabs li a {
    font-size: 14px;
    padding: 9px 10px;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#right-wrapper .nav-tabs li.active a,
#right-wrapper .nav-tabs li:hover a {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #ff7878;
    color: #fff;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
*/
/*
.chat-group {
    color: #7f8186;
    padding: 10px 0 10px 20px
}

.chat-group h3 {
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px
}

.chat-group a {
    color: #bec0c2;
    font-style: normal;
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    outline: 0
}

.chat-group a:hover,
.chat-group a.active {
    text-decoration: none;
    color: #fff;
    outline: 0
}

#chatTab .badge {
    font-size: 10px;
    line-height: 1;
    margin-left: 20px;
    min-width: 14px;
    padding: 0;
    line-height: 15px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.chat-box {
    width: 100%;
    background: #343a45
}

.chat-box .chat-box-header {
    padding: 3px 0 3px 20px;
    border-bottom: 1px solid #303741;
    color: #bec0c2
}

.chat-box .chat-box-header h5 {
    font-size: 13px
}

.chat-box .chat-box-content {
    color: #bec0c2
}

.chat-box .chat-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.chat-box .chat-box-content ul li {
    padding: 10px 0 20px 20px;
    margin-bottom: 0;
    position: relative
}

.chat-box .chat-box-content ul li:nth-child(even) {
    background: #303844
}

.chat-box .chat-box-content span.user {
    font-size: 13px;
    color: #fff
}

.chat-box .chat-box-content p {
    font-size: 14px;
    margin-bottom: 0
}

.chat-box .chat-box-content span.time {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    margin-right: 20px
}

.chat-write textarea {
    border: 1px solid #303741;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    background: #303741;
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 32px
}

.chat-write textarea:focus,
.chat-write textarea:hover {
    border: 1px solid #303741;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0
}
*/

.nano {
    height: 300px
}

.nano .nano-pane {
    background: #e0e0e0
}

.nano .nano-slider {
    background: #3f414d
}

.nano-chat {
    height: 200px
}

.nano-progress {
    height: 150px
}

/* mmostafa rtl */
[dir=ltr] .progress-content {
    padding-right: 20px
}
[dir=ltr] .progress-content {
    padding-left: 20px
}

/*
.setting-box {
    color: #7f8186;
    padding: 10px 0 10px 0
}

.setting-box h3 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize
}

.setting-box h5 {
    font-size: 12px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #bec0c2
}

.setting-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.setting-box-content ul li {
    text-align: right;
    margin-bottom: 10px
}
.setting-box-content ul li b {
    float: left
}

.setting-box-content ul li span {
    color: #bec0c2
}

.setting-box-content ul li span.switchery {
    height: 15px;
    width: 30px
}

.setting-box-content ul li span.switchery small {
    height: 15px;
    width: 15px
}
*/

.rotationToClick,
.right-sidebar,
.right-sidebar-setting {
    display: inline-block
}
/*
#realTimeChart {
    overflow: hidden
}

.home-row-top {
    margin-top: 27px;
    margin-bottom: 15px
}

.current-status-widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.current-status-widget ul li {
    margin-bottom: 8px;
    cursor: pointer
}

.current-status-widget ul li div.status-box {
    height: 100%;
    width: 100%
}

.current-status-widget ul li div.status-box div.status-box-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    float: left
}

.current-status-widget ul li div.status-box div.status-box-icon i {
    font-size: 25px;
    line-height: 50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}
*/

@keyframes changeiconsize {
    0% {
        font-size: 25px
    }
    25% {
        font-size: 10px
    }
    50% {
        font-size: 40px
    }
    75% {
        font-size: 10px
    }
    100% {
        font-size: 25px
    }
}

@-webkit-keyframes changeiconsize {
    0% {
        font-size: 25px
    }
    25% {
        font-size: 10px
    }
    50% {
        font-size: 40px
    }
    75% {
        font-size: 10px
    }
    100% {
        font-size: 25px
    }
}
/*
.current-status-widget ul li:hover div.status-box div.status-box-icon i {
    -webkit-animation: changeiconsize 1s infinite;
    animation: changeiconsize 1s infinite
}

div.status-box-content {
    float: left;
    height: 50px;
    margin-left: 10px
}

div.status-box-content h5 {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 15px
}

div.status-box-content p {
    font-size: 15px
}

div.status-box-content h5 i {
    font-size: 12px
}

.pie-widget {
    text-align: center;
    margin: auto;
    border: 1px solid #e0e0e0;
    padding: 20px 0
}

.pie-widget p {
    display: block;
    margin-bottom: 5px;
    font-size: 15px
}

.pie-widget h5 {
    margin: 5px;
    font-size: 15px
}

.pie-widget canvas {
    left: 0;
    position: absolute;
    top: 0
}

.chart-pie-widget {
    display: inline-block;
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 2
}

.pie-widget-count {
    line-height: 110px;
    text-align: center;
    font-size: 14px
}

.pie-widget-count:after {
    content: "%";
    font-size: 12px;
    margin-left: .1em;
}

.v-map-widget {
    border: 1px solid #e0e0e0;
    height: 340px
}

.v-map-widget h3 {
    padding: 10px 20px;
    margin: 0
}

.world_map_home_widget {
    height: 302px
}

.v-map-overlay {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 100px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1
}

.v-map-overlay ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px
}

.v-map-overlay ul li {
    color: #f2f2f2
}

.world_map_home_widget .jvectormap-zoomin,
.world_map_home_widget .jvectormap-zoomout {
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.50)
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px
}

.flotPieChartWidget {
    height: 250px;
    width: 100%;
    margin-top: 15px
}
*/
/*
.top-navigation .email-top li a {
    padding: 0;
    display: block;
    color: #6e6e6e
}

.top-navigation .email-top li a:hover {
    background: 0
}

.email-top {
    list-style: none;
    padding: 0;
    margin: 0
}

.email-top li {
    border-bottom: 1px dashed #cbc5ba;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 100%
}

.email-top li a {
    color: dimgrey
}

.email-top li .email-top-image {
    float: right;
    height: 50px;
    width: 50px
}

.email-top li .email-top-image img {
    width: 100%;
    border-radius: 50%
}

.email-top li .email-top-content {
    font-size: 14px;
    padding-top: 6px;
    line-height: 18px
}

.email-top li .email-top-content>div {
    font-size: 13px;
    font-style: italic
}

.email-top li .email-top-content .badge {
    float: right
}

.email-top li .email-top-content a {
    color: #1fb5ad;
    font-size: 15px
}

.email-top li .email-top-content a:after {
    content: "  -  "
}
*/

.fieldcontainer {
    display: block;
    margin: 0;
    position: relative;
    width: 100%
}

.searchfieldjs {
    background-color: #fff;
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #ccc;
    display: block;
    font-size: 12px;
    padding: 7px 11px;
    width: 100%
}

.search-btn-js {
    background: url("../images/search-icon.png") top left no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 32px;
    opacity: .65;
    position: absolute;
    /*right: 0;* /*mmostafa rtl */
    top: 7px;
    width: 25px
}
/*mmostafa rtl*/
[dir=ltr] .search-btn-js{
    right:0;
}
[dir=rtl] .search-btn-js{
    left:4px;
}

.no-default-padding {
    padding: 0
}

.mail-search-box {
    margin-bottom: 15px
}
/*
.mail-box {
    width: 100%
}

.mail-box-navigation {
    height: 100%;
    width: 100%;
    text-align: center
}
*/
.mail-box-list.home {
    padding-left: 10px;
    width: 100%
}
/* mmostafa rtl */
[dir=rtl] .mail-box-list.home {
    padding-right: 10px;
}
/*
.mail-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.mail-navigation li {
    text-align: center;
    background: #e0e0e0;
    width: 100px;
    height: 60px;
    overflow: hidden;
    display: inline-block
}

.mail-navigation li a {
    display: inline;
    color: #000;
    text-decoration: none;
    outline: 0
}

.mail-navigation li a:hover {
    text-decoration: none
}

.mail-navigation li a i.fa {
    font-size: 28px;
    line-height: 60px;
    display: block;
    color: #ff7878;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.mail-navigation li a span {
    color: #565656;
    display: block;
    padding-bottom: 11px
}

.mail-navigation li a:hover i.fa {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #1fb5ad
}

.mail-navigation li a.active i.fa {
    color: #1fb5ad
}
*/
.mail-box-list {
    width: 30%;
    float: left;
    overflow: hidden
}
[dir=rtl] .mail-box-list {
    float: right;
}

.mail-list {
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer
}

.mail-list li {
    padding: 10px;
    border-bottom: 1px solid #cbc5ba;
    border-left: 1px solid #cbc5ba;
    border-right: 1px solid #cbc5ba;
    /*height: 72px;*/ /*mmostafa*/
    overflow: hidden
}
.mail-list li:hover{
    color: #269abc;
}
.mail-list li.active{
    color: #269abc;
    font-weight: 800;
}

.mail-list li.new-mail div.mail-user-image {
    color: #1fb5ad;
    border: 1px solid #1fb5ad;
    -moz-border: 1px solid #1fb5ad;
    -webkit-border: 1px solid #1fb5ad
}

.mail-list li.new-mail div.mail-user-image i {
    color: #1fb5ad
}

.mail-list li:first-child{
    border-top: 1px solid #cbc5ba
}

.mail-list a>i {
    color: #565656;
    width: 20px;
    font-size: 14px
}

.mail-list div.mail-user-image,
.mail-list div.mail-user-mail {
    float: left
}

.mail-list div.mail-user-image {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
    border: 1px solid #fe6c6c
}

.mail-list div.mail-user-image i {
    color: #fe6c6c;
    font-size: 25px;
    line-height: 30px
}

.mail-list div.user-picture {
    padding: 0;
    overflow: hidden;
    height: 50px
}

.mail-list div.user-picture img {
    height: 100%
}

.mail-list div.mail-user-mail {
    padding-left: 10px
}

.mail-list div.mail-user-mail span {
    line-height: 45px;
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.mail-list div.mail-user-mail .mail-action {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.mail-list li:hover .mail-user-mail span {
    line-height: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.mail-list li:hover .mail-action {
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 1
}

/*
.mail-header {
    border-top: 1px solid #cbc5ba;
    border-bottom: 1px dashed #cbc5ba
}
.mail-contact-user-image-box {
    float: right;
    width: 115px
}

.mail-contact-user-image-box .mail-date {
    float: right;
    width: 115px;
    color: white;
    background: #fe6c6c;
    padding: 5px;
    text-align: center
}

.mail-contact-user-image-box .mail-date span.date {
    font-weight: bold;
    font-size: 20px
}

.mail-contact-user-image-box .mail-date span.month {
    text-transform: uppercase
}

div.mail-contact-user-image {
    border: 1px solid #fe6c6c;
    border-radius: 58px;
    padding: 10px;
    text-align: center;
    width: 115px;
    height: 115px;
    line-height: 115px;
    margin-bottom: 10px;
    float: right
}
div.user-picture-big {
    padding: 0;
    overflow: hidden;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

div.user-picture-big img {
    height: 100%
}

div.mail-contact-user-image i {
    color: #fe6c6c;
    font-size: 50px
}

.border {
    border: 1px solid #fe6c6c
}
*/
.mail-body {
    /*float: left;*/
    width: 70%
}
/* mmostafa rtl */
[dir=ltr] .mail-body{
    float: left;
}
[dir=rtl] .mail-body{
    float: right;
}

.mail-body.mail-body-inbox {
    padding-left: 20px
}
[dir=rtl] .mail-body.mail-body-inbox {
    padding-right: 20px
}
/*
.mail-contact {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cbc5ba
}

.mail-contact-address {
    float: left;
    width: 80%;
    font-size: 16px;
    margin-top: 40px
}

.mail-contact-address .contact-address,
.mail-contact-address .mail-subject {
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 1px;
    border: 1px solid #cbc5ba;
    background: #e0e0e0;
    margin-bottom: 15px
}

.compose-mail-box.home .mail-contact-address {
    float: left;
    width: 100%
}

.compose-mail-box.home .mail-contact-user-image-box {
    display: none
}
*/
/* mmostafa */
.item-data-content{
    background: white;
    border: 1px solid #cbc5ba;
    padding: 15px;
    text-align: left
}
[dir=rtl] .item-data-content{
    text-align: right;
}
/**********************/

.mail-main-content {
    padding: 10px 0
}

.mail-action-bar {
    background: white;
    border: 1px solid #cbc5ba;
    margin: 0 auto 15px auto;
    text-align: left
}
/* mmostafa */
[dir=rtl] .mail-action-bar{
    text-align: right;
}

.mail-action-bar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mail-action-bar ul li {
    display: inline-block;
    height: 30px;
    /*margin-left: 15px*//*mmostafa*/
}
/*mmostafa*/
[dir=ltr] .mail-action-bar ul li {
    margin-left: 15px
}
/*mmostafa*/
[dir=rtl] .mail-action-bar ul li {
    margin-right: 15px
}

.mail-action-bar ul li a {
    line-height: 30px;
    /*margin-right: 20px;*//*mmostafa*/
    color: dimgrey
}

/* mmostafa */
[dir=ltr] .mail-action-bar ul li a{
    margin-right: 20px;
}
/* mmostafa */
[dir=rtl] .mail-action-bar ul li a{
    margin-left: 20px;
}

.mail-action-bar ul li a i.fa {
    font-size: 14px
}

.mail-action-bar ul li a.active {
    color: #269abc
}
/*
div.compose-mail-box {
    width: 100%
}

div.compose-mail-box.home {
    padding-left: 0
}

input.bg-white {
    background: white
}

.addBccView,
.addCcView {
    display: none;
    margin-bottom: 10px
}

.toView {
    margin-bottom: 10px
}

.compose-mail-box .mail-contact {
    border-bottom: 0;
    -moz-border-bottom: 0;
    -webkit-border-bottom: 0
}

#compose-popup-view {
    position: fixed;
    right: 0;
    bottom: -500px;
    min-height: 500px;
    width: 50%;
    border: 1px solid #fe6c6c;
    z-index: 100;
    background: white
}

.mail-box-header {
    background: #ff7878;
    height: 50px
}

.mail-box-header h4 {
    padding: 0;
    margin: 0;
    color: white;
    width: 100px;
    float: left;
    line-height: 50px;
    padding-left: 15px
}

.mail-box-header ul.popup-mail-action {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 15px
}

.mail-box-header ul.popup-mail-action li {
    display: inline-block;
    padding-left: 10px
}

.mail-box-header ul.popup-mail-action li a i {
    color: white;
    line-height: 50px
}

.mail-box-content {
    padding: 10px
}

.mail-box-content #mail_body_content {
    width: 100%;
    height: 300px;
    margin: 5px 0
}

.mail-send-btn {
    margin-top: 15px
}

ul.attachments-preview-list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.attachments-preview-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px
}

.ls-mail-img {
    position: relative;
    display: inline-block
}

.ls-mail-img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto
}

.ls-mail-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: block;
    overflow: hidden;
    position: absolute;
    transition: all .5s ease 0s;
    z-index: 20;
    overflow: hidden
}

.ls-mail-overlay {
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    width: 100%
}

.ls-mail-overlay-link {
    display: block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    z-index: 100
}

.ls-mail-overlay-link a {
    color: #f2f2f2;
    font-size: 24px;
    margin: 0 5px;
    outline: 0 none;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-mail-overlay-link a:hover {
    color: #ff7878;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-mail-overlay-link {
    bottom: 50%;
    left: 0;
    margin: 0 auto -30px;
    right: 0
}

.overlay-hover .ls-mail-overlay {
    height: 100%
}
*/
/*
.ls-chat {
    overflow: hidden;
    margin-bottom: 20px
}

.ls-chat img,
.ls-chat .rounded {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: auto
}

.ls-chat img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ls-chat img.rounded {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ls-chat .text {
    margin-left: 45px
}

.ls-chat .text-right {
    margin: 0 45px 0 0
}

.ls-chat .status,
.ls-chat .status-alter {
    height: 25px;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

.ls-chat .status {
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fef9f9));
    background: -webkit-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -moz-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -ms-linear-gradient(top, #f9f9f9, #fef9f9);
    background: -o-linear-gradient(top, #f9f9f9, #fef9f9);
    /*filter: progid: dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0)*-/
}

.ls-chat .status-alter {
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fee));
    background: -webkit-linear-gradient(top, #f9f9f9, #fee);
    background: -moz-linear-gradient(top, #f9f9f9, #fee);
    background: -ms-linear-gradient(top, #f9f9f9, #fee);
    background: -o-linear-gradient(top, #f9f9f9, #fee);
    /*filter: progid: dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0)*-/
}

.status .date {
    margin-right: 10px;
    float: right;
    font-style: italic;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.92)
}

.ls-chat .user {
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.92);
    font-size: 14px
}

.ls-chat p {
    margin: 0;
    background: #fff;
    padding: 2px 10px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.text .msg,
.text .msg-alter {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
}

.text .date,
.text-right .date {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 3px 0
}

.text .date {
    float: right
}

.text-right .date {
    float: left
}

.text .msg {
    background-color: #e0e0e0
}

.text .msg-alter {
    background-color: #1fb5ad;
    text-align: right;
    color: white
}

.ls-chat .right {
    float: right;
    margin-right: 0
}

.ls-chat .triangle,
.ls-chat .triangle-right {
    width: 9px;
    height: 12px
}

.ls-chat .triangle {
    float: left;
    position: relative;
    position: relative;
    left: 2px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e0e0e0
}

.ls-chat .triangle-right {
    float: right;
    position: relative;
    position: relative;
    right: 1px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1fb5ad
}

.input-group-message input {
    height: 34px
}

.nano.nano-chat-widget {
    height: 340px
}

.nano .nano-content.nano-chat-box {
    padding: 10px 20px 10px 5px
}

.nano.nano-recent-activities {
    height: 430px
}

.nano .nano-content.nano-activities {
    padding: 10px 10px 10px 5px
}

.nano>.nano-pane {
    width: 10px;
    cursor: pointer
}
*/

.bar_chart_canvas_box,
.line-chart-area-box {
    width: 100%
}

.pie-chart-area-box,
.doughnut-chart-area-box,
.polar-chart-area-box,
.radar-chart-area-box {
    width: 100%
}

#chartTwoLine svg {
    height: 400px;
    width: 100%
}

.groupMultiBarView {
    height: 400px;
    width: 100%
}

canvas#barChartCanvas {
    width: 100%!important;
    height: auto!important
}

canvas#polarAreaChartCanvas,
canvas#radarChartCanvas,
canvas#doughnutChartCanvas,
canvas#pieChartCanvas,
canvas#lineChartCanvas {
    width: 100%!important;
    height: auto!important
}

.pieChartCanvasDataView,
.doughnutChartCanvasDataView,
.polarAreaChartCanvasDataView,
.radarChartCanvasDataView {
    border-top: 1px solid #e3dfd8;
    margin: 15px -16px 0
}

.pieChartCanvasDataView ul,
.doughnutChartCanvasDataView ul,
.polarAreaChartCanvasDataView ul,
.radarChartCanvasDataView ul {
    height: 95px;
    list-style: none outside none;
    margin: 20px auto 10px;
    padding: 5px auto;
    width: 175px
}

.pieChartCanvasDataView ul li span,
.doughnutChartCanvasDataView ul li span,
.polarAreaChartCanvasDataView ul li span,
.radarChartCanvasDataView ul li span {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px
}

.sparkBarView,
.sparkPieView {
    height: 400px
}

.sparkPieViewData {
    margin-top: 20px
}

.sparkPieViewData ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px
}

.sparkPieViewData ul li {
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block
}

.sparkPieViewData ul li span {
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px
}

.sparkLine-border {
    border: 1px solid #e3dfd8
}

span.textColor {
    background: #565656
}

span.greenActive {
    background: #71ad70
}

span.redActive {
    background: #ff7878
}

span.fillColor1 {
    background: rgba(220, 220, 220, 0.5)
}

span.fillColor4 {
    background: #c2e2c2
}

span.fillColor5 {
    background: rgba(255, 120, 120, 0.76)
}

span.fillColor6 {
    background: rgba(91, 194, 222, 0.9)
}

span.fillColor7 {
    background: rgba(239, 174, 77, 0.71)
}

span.lightBlueActive {
    background: #269abc
}

span.brownActive {
    background: #b16666
}

span.defultColor {
    background: #1fb5ad
}

span.defultBorder {
    background: #e3dfd8
}

span.blueActive {
    background: #706af4
}
/*
.flotChartRealTime {
    width: 100%;
    height: 350px;
    font-size: 14px;
    line-height: .5em;
    padding: 10px
}

.flotChartRealTime.homeChart {
    height: 280px
}

.flotPieChart {
    height: 350px;
    width: 100%
}

.seriesToggle {
    height: 400px;
    width: 100%
}

#choices {
    margin: 25px auto 0;
    list-style: none
}

#choices li {
    width: 20%;
    display: inline-block
}

#choices label.switch-label {
    margin-left: 8px;
    margin-right: 35px
}

.paiChartAction {
    text-align: center
}

.paiChartAction button {
    margin-bottom: 10px
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

.sparkline-box {
    text-align: center
}

.sparkline-box p {
    margin-top: 15px
}

.sparkline-box div.panel-heading {
    text-align: left
}

.sparkline {
    width: 250px;
    height: auto;
    margin: auto
}

.sparklineBadge-box {
    padding: 10px;
    float: right;
    display: inline-block
}
*/

/*
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

form.ls_form_dashed {
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-bottom: 1px dashed #cbc5ba;
    box-shadow: none
}

form.ls_form_dashed input {
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-bottom: 1px dashed #cbc5ba;
    box-shadow: none;
    border-radius: 0
}

form.ls_form_dashed input:focus,
input.bootbox-input:focus {
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-bottom: 1px solid #cbc5ba;
    box-shadow: none;
    border-radius: 0
}
*/
form.ls_form input,
form.ls_form select,
form.ls_form textarea,
input.bootbox-input {
    border-radius: 1px;
    outline: 0;
    font-size: inherit; /* mmostafa */
}

form.ls_form input:focus,
form.ls_form input.active,
form.ls_form select:focus,
form.ls_form select.active,
form.ls_form textarea:focus,
form.ls_form textarea.active,
input.bootbox-input:focus {
    box-shadow: 0 2px 2px #f2f2f2 inset, 0 0 2px #98b6cf;
    border-color: #aeaeae;
    outline: 0
}

form.ls_form input.rounded {
    border-radius: 30px
}

form.ls_form label.checkbox,
form.ls_form label.radio {
    font-weight: 400
}
/*
div.form_view {
    padding: 0 30px
}

.form-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cbc5ba
}

.form-box.last {
    border: 0
}
*/
.form-control {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}
/*
.message-form .control-label {
    text-align: right
}

.has-success .form-control {
    border-color: #6db46f
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #6db46f
}

.has-success .form-control:focus {
    border-color: #6db46f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #a1eaa3;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #a1eaa3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #a1eaa3
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #aa8e5e
}

.has-warning .form-control {
    border-color: #aa8e5e
}

.has-warning .form-control:focus {
    border-color: #aa8e5e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dcc59d;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dcc59d;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dcc59d
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff3434
}

.has-error .form-control {
    border-color: #ff3434
}

.has-error .form-control:focus {
    border-color: #ff3434;
    box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #b4aeae;
    -moz-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #b4aeae;
    -webkit-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #b4aeae
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 10px
}

.form-horizontal .has-feedback .radio .form-control-feedback {
    visibility: hidden
}

.form-horizontal .has-feedback .checkbox .form-control-feedback {
    visibility: hidden
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    box-shadow: 0 0 6px #000;
    border: 0;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px
}

.formError .formErrorArrow div {
    border-left: none;
    border-right: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    font-size: 0;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}

#editor {
    width: 100%;
    min-height: 200px;
    background-color: white;
    border: 1px dashed #cbc5ba;
    padding: 15px
}

.editor-toolbar {
    border: 1px dashed #cbc5ba;
    margin: 0 0 15px 0
}

.editor-toolbar .btn-group>a.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 12px;
    color: #235b67
}

.editor-toolbar .btn-group>a.btn-info {
    color: white;
    background-color: #269abc
}

.editor-toolbar a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.radio-button-place {
    line-height: 84px
}

#voiceBtn {
    display: none
}

#editor:focus,
#editor:active {
    outline: 0
}

.myEditor.demo-image {
    text-align: center
}

.box-switchery input {
    margin-left: 15px
}

.help_text {
    font-size: 12px
}
*/
div.ls_divider {
    border-bottom: 1px dashed #cbc5ba;
    margin-top: 15px;
    padding-right: 15px
}

div.ls_divider.last {
    border: 0
}

input.ls-group-input,
.ls-group-input {
    margin-bottom: 15px
}
/*
.multiselect-container>li>a {
    padding: 3px 0
}

.multiselect-container>li>a>label>input {
    left: -9999em;
    position: absolute
}
*/
.full-width {
    width: 100%
}
/*
.slider.slider-vertical {
    margin-left: 5px
}
*/
.datePickerCall,
.datePickerCall1 {
    cursor: pointer
}
/*
form.ls_form input.dial,
form.ls_form input.dial:active,
form.ls_form input.dial:focus {
    border: 0;
    box-shadow: none;
    outline: 0
}

.ls_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

.ls_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #dbcdad;
    left: 25%;
    margin-left: -10px
}

.ls_tmtimeline>li {
    position: relative
}

.ls_tmtimeline>li .ls-timeline-user {
    position: absolute;
    text-align: center;
    width: 25%;
    padding-right: 60px
}

.ls-timeline-user .media-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5c5b56;
    font-size: 15px
}

.ls_tmtimeline>li .ls-timeline-user img {
    width: 75px
}

.ls_tmtimeline>li .ls_tmtime {
    display: block
}

.ls_tmtimeline>li .ls_tmtime span {
    display: block
}

.ls_tmtimeline>li .ls_tmtime span:first-child {
    font-size: 15px;
    color: #706a5c
}

.ls_tmtimeline>li .ls_tmtime span:last-child {
    font-size: 15px;
    color: #71624e;
    font-weight: bold
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmtime span:last-child {
    color: #71624e
}

.ls_tmtimeline>li .ls_tmlabel {
    margin: 0 0 15px 30%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    border-radius: 1px
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel {
    background: #5c5b56;
    color: #fff
}

.ls_tmtimeline>li:nth-child(even) .ls_tmlabel {
    background: #cab38b
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel p {
    color: #d1d0ce
}

.ls_tmtimeline>li .ls_tmlabel h2 {
    margin-top: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 15px
}

.ls_tmtimeline>li .ls_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #cab38b;
    border-width: 10px;
    top: 20px
}

.ls_tmtimeline>li:nth-child(odd) .ls_tmlabel:after {
    border-right-color: #5c5b56
}

.ls_tmlabel ul.task {
    padding: 0;
    margin: 0
}

.ls_tmlabel ul.task li {
    display: block;
    list-style: none;
    text-align: left;
    color: #d1d0ce
}

.ls_tmlabel ul.task li a {
    color: #d1d0ce
}

.ls_tmlabel ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.ls_tmlabel ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 3px
}

.ls_tmlabel ul li img {
    width: 90px
}

.ls_tmtimeline>li .ls_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #b39c7d;
    text-align: center;
    left: 25%;
    top: 0;
    margin: 7px 0 0 -25px
}

.ls_tmtimeline>li.month {
    position: relative;
    text-align: center;
    height: 100px;
    margin: 40px 0
}

.ls_tmtimeline>li.month h4 {
    font-size: 14px;
    line-height: 60px;
    /*color: timeline-user-time*-/
}

.ls_tmtimeline>li .ls_tmicon_ls {
    width: 80px;
    height: 80px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #5c5b56;
    text-align: center;
    left: 23%;
    top: 0;
    margin: 0 0 0 -25px
}

.ls_tmtimeline>li .ls_tmlabel iframe {
    height: 250px
}

.ls-project {
    position: relative
}

.ls-project ul {
    padding: 0;
    margin: -7px 0 0;
    text-align: center
}

.ls-project ul li {
    display: inline-block;
    list-style: none;
    margin: 5px
}

.ls-project ul li img {
    width: 95px;
    max-width: 100%
}

td.ls-table-progress .progress {
    margin-bottom: 0;
    margin-top: 6px
}
*/
.ls-table .table>thead>tr>th {
    /*font-family: 'Armata', sans-serif;*/
    /*font-weight: normal;*/
    font-size: 14px;
    border-bottom: medium none
}

.ls-table-pagination .pagination {
    margin: 0
}

.table tbody form input {
    width: 100%!important;
    height: 100%!important
}
/*
.ls-animated-table th div.sortArrow {
    display: inline-block;
    float: right;
    height: 6px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    vertical-align: 2px;
    width: 11px
}


.ls-animated-table th div.sortArrow div.sortArrowAscending,
.ls-animated-table th div.sortArrow div.sortArrowDescending {
    display: none;
    height: 6px;
    position: absolute;
    width: 11px
}

.ls-animated-table th div.sortArrow div.sortArrowAscending {
    background: url("../images/arrow_asc.png") repeat scroll 0 0 rgba(0, 0, 0, 0)
}

.ls-animated-table th div.sortArrow div.sortArrowDescending {
    background: url("../images/arrow_desc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

#ls-row tbody tr:hover {
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move
}

#ls-column th:hover {
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move
}

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
    _height: 302px;
    zoom: 1
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white
}

.dataTables_length {
    float: left;
    margin-bottom: 10px
}

.dataTables_length label select {
    width: 100px;
    color: #555;
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    transition-delay: 0s, 0s;
    transition-duration: .15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    background: url("../images/datatable/sort_both.png") no-repeat;
    background-position: center right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ""
}

.dataTables_length label select:focus {
    border: 1px solid #cbc5ba;
    background: url("../images/datatable/sort_desc.png") no-repeat;
    background-position: center right
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    margin-bottom: 10px
}

.dataTables_filter label input {
    margin-left: 10px;
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: .15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out
}

.dataTables_filter label input:focus {
    border: 1px solid #cbc5ba
}

.dataTables_info {
    float: left;
    margin-top: 10px
}

.dataTables_paginate {
    *width: 50px;
    float: right;
    text-align: right;
    margin-top: 10px
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left
}

.paginate_disabled_previous {
    background-image: url("../images/datatable/back_disabled.png")
}

.paginate_enabled_previous {
    background-image: url("../images/datatable/back_enabled.png")
}

.paginate_disabled_next {
    background-image: url("../images/datatable/forward_disabled.png")
}

.paginate_enabled_next {
    background-image: url("../images/datatable/forward_enabled.png")
}

.sorting_asc {
    background: url("../images/datatable/sort_asc.png") no-repeat center right
}

.sorting_desc {
    background: url("../images/datatable/sort_desc.png") no-repeat center right
}

.sorting {
    background: url("../images/datatable/sort_both.png") no-repeat center right
}

.sorting_asc_disabled {
    background: url("../images/datatable/sort_asc_disabled.png") no-repeat center right
}

.sorting_desc_disabled {
    background: url("../images/datatable/sort_desc_disabled.png") no-repeat center right
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    *margin-top: -1px
}

.clear {
    clear: both
}

.dataTables_empty {
    text-align: center
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px
}

.paging_full_numbers a:active {
    outline: 0
}

.paging_full_numbers a:hover {
    text-decoration: none
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333!important;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear
}

.paging_full_numbers a.paginate_button:hover {
    border-bottom: 2px solid #cbc5ba;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    text-decoration: none!important;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear
}

.paging_full_numbers a.current {
    font-size: 16px;
    color: dimgray;
    border-bottom: 2px solid dimgray
}

table.KeyTable td {
    border: 3px solid transparent
}

table.KeyTable td.focus {
    border: 3px solid #cbc5ba
}
*/
div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #cbc5ba;
    background-color: #cbc5ba
}
/*
table#ls-editable-table thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px
}

table#ls-editable-table thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0
}

table#ls-editable-table tbody tr td:hover {
    background: url("../images/icons/glyphicons_pencil.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px 12px
}

table#ls-editable-table tbody tr td input {
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: .15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out
}
*/
.amaran {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.amaran-wrapper {
    z-index: 9999
}

.amaran-wrapper.top {
    top: 22px
}

.amaran-close i.fa {
    color: #fff
}

.amaran.default,
.amaran.user {
    font-family: inherit;
    background-color: #323232;
    font-size: 14px
}

.amaran.default p span.light,
.amaran.default p span {
    font-size: 13px
}

.amaran.user {
    color: #f2f2f2;
}

.amaran.user .info {
    padding-right: 12px
}

.amaran.user .info b {
    font-size: 16px
}

.amaran.default.ok .icon {
    background: #5cb85c
}

.amaran.default.ok p.bold {
    color: #5cb85c
}

.amaran.default p {
    color: #f2f2f2
}

.amaran.default p span.light {
    color: #bbb
}

.amaran.default.error .icon {
    background-color: #ff7878
}

.amaran.default.error p.bold {
    color: #ff7878
}

.amaran.default.warning .icon {
    background-color: #f0ad4e
}

.amaran.default.warning p.bold {
    color: #f0ad4e
}

.amaran.default.green .icon,
.amaran.user.green {
    background-color: #1fb5ad
}

.amaran.default.green p.bold {
    color: #1fb5ad
}

.amaran.user .icon {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    height: 80px;
    width: 80px;
    margin: 10px;
    overflow: hidden
}

.amaran.user.blue {
    background-color: #5bc0de
}

.amaran.readmore .content {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    padding: 20px;
    background: #fff;
    color: #222;
    margin: 0
}

.amaran.readmore .title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px
}

.amaran.readmore,
.amaran.readmore .readmore-user {
    border-color: #323232
}

.amaran.readmore .title {
    background-color: #323232
}

.amaran.readmore.success,
.amaran.readmore.success .readmore-user {
    border-color: #5cb85c
}

.amaran.readmore.success .title {
    background-color: #5cb85c
}

.amaran.readmore.red,
.amaran.readmore.red .readmore-user {
    border-color: #ff7878
}

.amaran.readmore.red .title {
    background-color: #ff7878
}

.amaran.readmore.warning,
.amaran.readmore.warning .readmore-user {
    border-color: #f0ad4e
}

.amaran.readmore.warning .title {
    background-color: #f0ad4e
}

.amaran.readmore.info,
.amaran.readmore.info .readmore-user {
    border-color: #5bc0de
}

.amaran.readmore.info .title {
    background-color: #5bc0de
}

.amaran.readmore.green,
.amaran.readmore.green .readmore-user {
    border-color: #1fb5ad
}

.amaran.readmore.green .title {
    background-color: #1fb5ad
}

.customNotification.alert {
    border-radius: 1px;
    margin-bottom: 10px;
    padding: 10px
}

.alert {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}
/*
.list-group-item:first-child {
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px
}

.list-group-item:last-child {
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px
}

#slippylist {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#slippylist li {
    border: 1px solid #cbc5ba;
    padding: 10px 0;
    margin-bottom: 10px;
    background: white;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all .3 fade-in-out;
    -moz-transition: all .3s fade-in-out;
    -o-transition: all .3s fade-in-out;
    transition: all .3s fade-in-out
}

#slippylist li:hover {
    cursor: move
}

#slippylist li i {
    margin: 0 0 0 8px;
    width: 15px;
    cursor: pointer
}

#slippylist li button i {
    margin: 0 3px
}

#slippylist li i.fa-circle-o {
    color: #507d50;
    line-height: 20px
}

#slippylist li i.fa-check {
    color: #fe6c6c;
    line-height: 20px
}

#slippylist li span.doneTask {
    text-decoration: line-through
}

#slippylist li.strikeout span {
    position: relative
}

#slippylist li.strikeout span::after {
    border-bottom: 1px solid #fe6c6c;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear
}

.slip-reordering {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45)
}

.slip-swiping-container {
    overflow-x: hidden
}

.removeTask {
    float: right;
    padding: 0;
    margin-right: 10px
}

#newTaskAdd {
    margin-top: 15px
}
*/
/*
ul.sortable ul {
    list-style: none!important
}

ul.sortable {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.sortable li {
    border: 1px solid #cbc5ba;
    padding: 10px;
    margin-bottom: 15px
}

ul.sortable li i {
    cursor: pointer
}

ul.sortable li.dragged {
    position: absolute;
    opacity: 1;
    z-index: 2000;
    padding: 10px;
    height: 40px!important;
    background: #e0e0e0
}

ul.sortable li.placeholder {
    position: relative;
    padding: 20px;
    background: #e0e0e0
}

ul.sortable li.placeholder:before {
    position: absolute
}

.nano-task-progress {
    height: 370px
}

.nano-task-progress .goal-box {
    padding-right: 10px
}

ul.sortable-box {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.sortable-box li {
    border: 1px solid #cbc5ba;
    padding: 10px;
    float: left;
    width: 22%;
    margin: 0 5px 15px 5px;
    cursor: move
}

ul.sortable-box li.dragged {
    position: absolute;
    opacity: 1;
    z-index: 2000;
    padding: 10px;
    height: 40px!important;
    background: #e0e0e0
}

ul.sortable-box li.placeholder {
    position: relative;
    padding: 18px;
    background: #e0e0e0
}

ul.sortable-box li.placeholder:before {
    position: absolute
}
*/
/*
.goal-item {
    list-style: none;
    padding: 0;
    margin: 0
}

.goal-item li {
    border-bottom: 1px dashed #cbc5ba;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%
}

.goal-item li .goal-user-image {
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
    margin-top: -5px
}

.goal-item li .goal-user-image img {
    width: 100%;
    border-radius: 50%
}

.goal-item li .goal-content {
    font-size: 14px
}

.goal-item li .goal-content .progress {
    margin-top: 7px
}

.goal-item li .goal-content a {
    color: #1fb5ad;
    font-size: 15px
}

.goal-item li .goal-content a:after {
    content: "  -  "
}

.top-navigation .goal-item li a {
    padding: 0;
    display: block;
    color: #6e6e6e;
    margin-top: 3px
}

.top-navigation .goal-item li a:hover {
    background: 0
}

button.addEvent {
    width: 100%;
    font-size: 14px
}

#full-calendar {
    margin-top: 20px
}

#full-calendar .fc-event {
    font-size: 14px
}

#full-calendar .fc-grid th {
    font-weight: normal;
    line-height: 40px
}

#full-calendar .fc-grid .fc-day-number {
    padding: 0 5px
}

#full-calendar .fc-event-inner {
    text-align: center
}

#calender-wrap {
    margin: 0 auto
}

#external-events {
    position: relative;
    width: 100%;
    padding: 0 10px 10px 10px;
    background: #e0e0e0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -wibkit-border-radius: 1px
}

#external-events h4 {
    font-size: 15px;
    margin-top: 0;
    padding-top: 10px
}

.eventList {
    margin-bottom: 20px
}

.external-event {
    background: #1fb5ad;
    color: white;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.cal-event-remove {
    margin: 20px 0
}

#external-events p {
    margin: 1.5em 0;
    font-size: 14px;
    color: #666;
    text-align: center
}

#external-events p input {
    margin: 0;
    vertical-align: middle
}

#trash {
    background-color: #e6e6e6;
    border: 1px solid #e3dfd8;
    height: 100px;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

#trash:hover {
    font-size: 40px;
    color: #fe6c6c
}

#trash.active {
    font-size: 40px;
    color: #fe6c6c
}

#loading {
    position: absolute;
    top: 5px;
    right: 5px
}

.fc-calendar-container {
    height: 365px
}

.fc-state-default {
    background-color: #1fb5ad;
    color: white;
    background-image: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px
}

.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px
}

.fc-text-arrow {
    font-family: 'Armata', sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: 0
}

.fc-state-default {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
    font-weight: normal
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: white;
    background-color: #1fb5ad
}

.fc-state-hover {
    color: white;
    background: #ff7878;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-down,
.fc-state-active {
    background-color: #ff7878;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-header .fc-button {
    text-transform: capitalize
}

.fc-event {
    background-color: #1fb5ad!important;
    border: 0;
    color: #fff!important;
    padding: 4px
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-bottom-right-radius: 1px;
    border-right-width: 1px;
    border-top-right-radius: 1px
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-bottom-left-radius: 1px;
    border-left-width: 1px;
    border-top-left-radius: 1px
}

.fc-content {
    clear: none
}

.custom-calendar-wrap {
    margin: 0 auto
}

.custom-calendar-wrap .custom-header {
    height: 80px
}

.custom-calendar-wrap .custom-header nav span {
    top: 24px
}

.fc-calendar .fc-row>div>span.fc-date {
    font-size: 14px
}
*/
/*
#direction,
#branch,
#mapDirections,
#findLocation,
#addMarkerMap,
#groupMarker {
    height: 400px;
    width: 100%
}

.ls-map-locator {
    background: none repeat scroll 0 0 #555557;
    padding: 10px 0
}

.ls-map-locator ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.ls-map-locator ul li {
    display: inline-block;
    text-align: center;
    width: 19%
}

.ls-map-locator ul li a {
    color: #fff;
    outline: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

.ls-map-locator ul li a:hover,
.ls-map-locator ul li a.active {
    outline: 0;
    text-decoration: none;
    color: #ff7878;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

.ls-map-locator ul li a i {
    font-size: 30px;
    line-height: 35px
}

.ls-map-locator ul li a span {
    display: list-item;
    font-size: 14px
}

.ls-map-locator ul li a img {
    width: 40px
}

.mapDirectionsData {
    margin: auto;
    padding: 20px 0;
    text-align: center
}

.world_map {
    height: 600px;
    width: 100%
}

.world_map_home {
    height: 300px;
    width: 100%
}

#za_mill_en,
#au_mill_en,
#map_decoration,
#uk_mill_en {
    height: 400px;
    width: 100%
}

.decoration-map p {
    background: #1fb5ad;
    color: #fff;
    padding: 10px;
    margin: 0
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #e3dfd8;
    border-radius: 1px;
    color: #565656;
    cursor: pointer;
    height: 17px;
    left: 20px;
    line-height: 15px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 23px
}
*/
/*
.ls-gallery-paddingless-wrap {
    padding: 0
}

.ls-gallery-filter-wrap {
    margin: 10px 0
}

.ls-gallery-search {
    text-align: right
}

.ls-gallery-search input {
    border-radius: 0;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #dedede
}

.ls-gallery-search input:focus,
.ls-gallery-search select {
    border: 1px solid #ff7878
}

.ls-gallery-search select {
    border-radius: 0;
    border: 1px solid #dedede;
    height: 35px;
    background: #fff;
    display: inline-block;
    padding: 3px 3px 3px 5px
}

.ls-gallery-search select>option {
    border-bottom: 1px solid #dedede;
    height: 35px;
    padding: 6px 3px 3px 5px;
    background: #fff
}

.ls-gallery-search select option:hover {
    color: #fff;
    background-color: #ff7878;
    cursor: pointer
}

.ls-gallery-filter {
    position: relative;
    margin: 5px 0
}

.ls-gallery-filter ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.ls-gallery-filter ul li {
    list-style: none;
    display: inline-block;
    width: 100px;
    padding: 2px 10px;
    background-color: #235b67
}

.ls-gallery-filter ul li a {
    color: #e3dfd8
}

.ls-gallery-filter ul:hover {
    color: #fff
}

.ls-gallery-filter ul .active {
    background: #222
}

.ls-gallery {
    position: relative;
    margin-top: 20px
}

.ls-gallery .item {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 192px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    /*filter: progid: DXImageTransform.Microsoft.Shadow(color=#adacac, direction=135, strength=2)*-/
}

.ls-gallery .item img {
    display: block
}

.ls-gallery .item a {
    text-decoration: none;
    position: absolute;
    padding: 5px 20px;
    bottom: -15px;
    left: 60px;
    background-color: #222;
    z-index: 20;
    color: #fff
}

.ls-gallery:hover {
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
    /*filter: progid: DXImageTransform.Microsoft.Shadow(color=#979797, direction=135, strength=3)*-/
}
.ls-hover-block {
    position: relative;
    overflow: hidden
}

.ls-hover-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center
}

.ls-hover-info div.ls-icons-link,
.ls-hover-info div.ls-icons-remove,
.ls-hover-info div.ls-icons-preview {
    position: absolute;
    width: 60px
}

.ls-two-column-icon div.ls-icons-link,
.ls-two-column-icon div.ls-icons-remove,
.ls-two-column-icon div.ls-icons-preview {
    top: 45%
}

.ls-three-column-icon div.ls-icons-link,
.ls-three-column-icon div.ls-icons-remove,
.ls-three-column-icon div.ls-icons-preview {
    top: 40%
}

.ls-four-column-icon div.ls-icons-link,
.ls-four-column-icon div.ls-icons-remove,
.ls-four-column-icon div.ls-icons-preview {
    top: 35%
}

.ls-hover-info div.ls-icons-link {
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear
}

.ls-hover-info div.ls-icons-preview {
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear
}

.ls-hover-info div.ls-icons-remove {
    right: -100%;
    transition: right 200ms linear;
    -webkit-transition: right 200ms linear;
    -moz-transition: right 200ms linear
}

.ls-hover-info:hover div.ls-icons-link {
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms
}

.ls-hover-info:hover div.ls-icons-preview {
    opacity: 1;
    transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms
}

.ls-hover-info:hover div.ls-icons-remove {
    transition-delay: 650ms;
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms
}

.ls-two-column-icon:hover div.ls-icons-link {
    top: 45%;
    left: 30%
}

.ls-two-column-icon:hover div.ls-icons-preview {
    top: 45%;
    left: 0;
    right: 0;
    margin: auto
}

.ls-two-column-icon:hover div.ls-icons-remove {
    top: 45%;
    right: 30%
}

.ls-three-column-icon:hover div.ls-icons-link {
    top: 40%;
    left: 20%
}

.ls-three-column-icon:hover div.ls-icons-preview {
    top: 40%;
    left: 0;
    right: 0;
    margin: auto
}

.ls-three-column-icon:hover div.ls-icons-remove {
    top: 40%;
    right: 20%
}

.ls-four-column-icon:hover div.ls-icons-link {
    top: 35%;
    left: 10%
}

.ls-four-column-icon:hover div.ls-icons-preview {
    top: 35%;
    left: 0;
    right: 0;
    margin: auto
}

.ls-four-column-icon:hover div.ls-icons-remove {
    top: 35%;
    right: 10%
}

.ls-hover-info h1 {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    background: rgba(255, 120, 120, 0.62);
    color: #e7e7e7;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear
}

.ls-hover-info p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear
}

.ls-hover-info div.ls-icons-link a,
.ls-hover-info div.ls-icons-preview a,
.ls-hover-info div.ls-icons-remove a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #555557;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    margin: 0 5px;
    color: #fff;
    opacity: .6
}

.ls-hover-info:hover h1 {
    left: 0;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms
}

.ls-hover-info:hover p {
    opacity: 1;
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms
}

.ls-hover-info:hover a {
    right: 0;
    transition: right 200ms linear 700ms, color, background 200ms linear;
    -webkit-transition: right 200ms linear 700ms, color, background 200ms linear;
    -moz-transition: right 200ms linear 700ms, color, background 200ms linear
}

.ls-hover-info a:hover .fa {
    color: #ff7878
}

.ls-block-effect .ls-blind {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.ls-block-effect .ls-blind {
    top: 0;
    left: 0
}

.ls-block-effect:hover .ls-blind {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.ls-cropper-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    box-shadow: inset 0 0 3px #f7f7f7;
    height: auto;
    width: 100%;
    overflow: hidden
}

.ls-cropper-wrapper img {
    width: 100%
}

.ls-cropper-preview {
    margin-bottom: 15px
}

.preview {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f7f7f7
}

.preview-lg {
    width: 290px;
    height: 160px;
    max-width: 100%
}

.preview-md {
    width: 145px;
    height: 90px;
    max-width: 100%
}

.preview-sm {
    width: 72.5px;
    height: 45px;
    max-width: 100%
}

.preview-xs {
    width: 36.25px;
    height: 22.5px;
    max-width: 100%
}

.ls-cropper-data {
    padding-right: 15px
}

.ls-cropper-data .input-group {
    width: 100%;
    margin-bottom: 15px
}

.ls-cropper-data .input-group-addon {
    min-width: 65px
}

.ls-cropper-button {
    margin-bottom: 15px
}

.ls-cropper-button>.btn {
    margin-right: 15px
}

.ls-cropper-input .input-group {
    margin-bottom: 15px
}

.ls-cropper-input .input-group .btn {
    width: 140px
}

.cropper-button {
    margin-top: 15px
}
*/
/*
.media-gap {
    margin-top: 30px
}

.ls-pricing-table-wrap {
    margin-top: 40px;
    margin-bottom: 20px
}

.ls-android-pricing-table-wrap {
    margin-top: 30px;
    margin-bottom: 50px
}

.basic {
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms
}

.basic ul {
    padding: 0;
    margin: 0
}

.basic ul li {
    position: relative;
    list-style: none;
    text-align: center;
    height: 70px;
    padding: 10px
}

.basic ul li h4 {
    font-size: 14px;
    padding: 5px;
    margin: 0
}

.basic ul li:first-child {
    height: 150px;
    line-height: 150px;
    background-color: #fff!important;
    padding: 0
}

.basic ul li:first-child div.ls-hex-bage {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    margin: auto;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-box-shadow: 0 -2px 2px #fff;
    -webkit-box-shadow: 0 -2px 2px #fff;
    box-shadow: 0 -2px 2px #fff
}

.basic ul li:first-child div.ls-hex-bage span.ls-pricing {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

.basic ul li:first-child div.basic-price-simple {
    position: absolute;
    height: 85px;
    width: 100%;
    bottom: 0;
    color: #746566
}

.basic ul li:first-child div.basic-price-simple h3 {
    font-size: 46px;
    font-weight: bold
}

.basic ul li:first-child div.basic-price-simple h3 span {
    font-size: 18px
}

.basic ul li:first-child div.basic-price-simple h3 span.doller {
    font-size: 30px;
    position: relative;
    top: -12px
}

.basic ul li:first-child div.bage-hide {
    display: none
}

.basic ul li:first-child div.free-bage {
    background: #beb7a7
}

.basic ul li:first-child div.basic-bage {
    background: #f2aec1
}

.basic ul li:first-child div.standard-bage {
    background: #f2809f
}

.basic ul li:first-child div.premium-bage {
    background: #f2527d
}

.basic ul li:first-child div.ls-hex-bage:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent
}

.basic ul li:first-child div.free-bage:after {
    border-top: 50px solid #beb7a7
}

.basic ul li:first-child div.basic-bage:after {
    border-top: 50px solid #f2aec1
}

.basic ul li:first-child div.standard-bage:after {
    border-top: 50px solid #f2809f
}

.basic ul li:first-child div.premium-bage:after {
    border-top: 50px solid #f2527d
}

.basic ul li:last-child {
    height: 80px;
    line-height: 80px;
    background-color: #fff!important;
    padding: 0
}

.basic ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: white
}

.basic ul li:last-child a.free-btn {
    background: #beb7a7
}

.basic ul li:last-child a.basic-btn {
    background: #f2aec1
}

.basic ul li:last-child a.standard-btn {
    background: #f2809f
}

.basic ul li:last-child a.premium-btn {
    background: #f2527d
}

.basic ul li:nth-child(odd) {
    background-color: #e0e0e0
}

.basic ul li:nth-child(even) {
    background-color: #fafafa
}

.basic:hover {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99
}

.basic:hover ul li:first-child div.bage-hide {
    display: block
}

.basic:hover ul li:last-child a.btn:hover {
    color: white;
    background: #58595b
}

.free-wrap ul li:first-child {
    border-top: 3px solid #beb7a7;
    border-bottom: 2px solid #beb7a7
}

.free-wrap ul li:last-child {
    border-top: 2px solid #beb7a7
}

.basic-wrap ul li:first-child {
    border-top: 3px solid #f2aec1;
    border-bottom: 2px solid #f2aec1
}

.basic-wrap ul li:last-child {
    border-top: 2px solid #f2aec1
}

.standard-wrap ul li:first-child {
    border-top: 3px solid #f2809f;
    border-bottom: 2px solid #f2809f
}

.standard-wrap ul li:last-child {
    border-top: 2px solid #f2809f
}

.premium-wrap ul li:first-child {
    border-top: 3px solid #f2527d;
    border-bottom: 2px solid #f2527d
}

.premium-wrap ul li:last-child {
    border-top: 2px solid #f2527d
}

.basic-active {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99
}

.basic-active ul li:first-child div.bage-hide {
    display: block;
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    z-index: 99
}

.android {
    position: relative;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms
}

.android ul {
    padding: 0;
    margin: 0
}

.android ul li {
    display: block;
    list-style: none;
    text-align: center;
    border: 1px solid #e0e0e0
}

.android ul li h4 {
    font-size: 14px
}

.android ul li p .fa {
    font-size: 16px
}

.android ul li p span {
    font-size: 15px;
    margin-left: 10px
}

.android ul li:first-child {
    height: 270px;
    border: 0
}

.android ul li:first-child h3 {
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 38px;
    text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px
}

.android ul li:first-child p {
    color: #000
}

.android ul li:first-child .ls-bubble {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: -220px;
    -moz-box-shadow: inset -1px -1px 10px #141412;
    -webkit-box-shadow: inset -1px -1px 10px #141412;
    box-shadow: inset -1px -1px 10px #141412
}

.android ul li:first-child .ls-bubble span.ls-pricing {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-shadow: #2e2e2e 0 4px 5px
}

.android ul li:first-child .ls-bubble span.ls-pricing-m {
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
    color: #fff
}

.android ul li:last-child {
    height: 80px;
    line-height: 80px;
    padding: 0;
    border: 0
}

.android ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: #000
}

.android ul li:last-child a.btn:hover {
    color: white;
    background: #58595b
}

.android-active {
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99
}

.android-basic ul li:first-child {
    background: #aaaa9e
}

.android-basic ul li:first-child .ls-bubble {
    background: #aaaa9e
}

.android-basic ul li:last-child {
    background: #aaaa9e
}

.android-basic ul li:last-child a.btn {
    background-color: white
}

.android-basic:hover,
.android-pro:hover,
.android-premium:hover {
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 200
}

.android-pro ul li:first-child {
    background: #71624e
}

.android-pro ul li:first-child .ls-bubble {
    background: #71624e
}

.android-pro ul li:last-child {
    background: #71624e
}

.android-pro ul li:last-child a.btn {
    background-color: white
}

.android-premium ul li:first-child {
    background: #5f4f3f
}

.android-premium ul li:first-child .ls-bubble {
    background: #5f4f3f
}

.android-premium ul li:last-child {
    background: #5f4f3f
}

.android-premium ul li:last-child a.btn {
    background-color: white
}

.basic-simple {
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms
}

.basic-simple ul {
    padding: 0;
    margin: 0
}

.basic-simple ul li {
    position: relative;
    list-style: none;
    text-align: center;
    height: 45px;
    padding: 10px
}

.basic-simple ul li h4 {
    font-size: 14px;
    padding: 5px;
    margin: 0
}

.basic-simple ul li:first-child {
    height: 150px;
    line-height: 150px;
    padding: 0
}

.basic-simple ul li:first-child div.ls-hex-bage-simple {
    width: 150px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    margin: auto;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-box-shadow: 0 -2px 3px #000;
    -webkit-box-shadow: 0 -2px 3px #000;
    box-shadow: 0 -2px 3px #000
}

.basic-simple ul li:first-child div.ls-hex-bage-simple span.ls-pricing {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase
}

.basic-simple ul li:first-child div.basic-price-simple {
    position: absolute;
    height: 85px;
    width: 100%;
    bottom: 0;
    color: #746566
}

.basic-simple ul li:first-child div.basic-price-simple h3 {
    font-size: 46px;
    font-weight: bold;
    color: white
}

.basic-simple ul li:first-child div.basic-price-simple h3 span {
    font-size: 18px
}

.basic-simple ul li:first-child div.basic-price-simple h3 span.doller {
    font-size: 30px;
    position: relative;
    top: -12px
}

.basic-simple ul li:first-child .basic-simple-package,
.basic-simple ul li:first-child .basic-standard-package,
.basic-simple ul li:first-child .basic-premium-package {
    position: relative;
    padding-top: 2px
}

.basic-simple ul li:first-child .basic-simple-package h3,
.basic-simple ul li:first-child .basic-standard-package h3,
.basic-simple ul li:first-child .basic-premium-package h3 {
    color: white;
    font-size: 44px;
    text-shadow: #030303 4px 4px 4px
}

.basic-simple ul li:first-child div.bage-hide {
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0
}

.basic-simple ul li:first-child div.simple-basic-bage {
    background: white
}

.basic-simple ul li:first-child div.simple-standard-bage {
    background: white
}

.basic-simple ul li:first-child div.simple-premium-bage {
    background: white
}

.basic-simple ul li:first-child div.ls-hex-bage-simple:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent
}

.basic-simple ul li:first-child div.simple-basic-bage:after {
    border-top: 50px solid white
}

.basic-simple ul li:first-child div.simple-standard-bage:after {
    border-top: 50px solid white
}

.basic-simple ul li:first-child div.simple-premium-bage:after {
    border-top: 50px solid white
}

.basic-simple ul li:last-child {
    height: 80px;
    line-height: 80px;
    padding: 0
}

.basic-simple ul li:last-child a.btn {
    width: 50%;
    border: 0;
    color: black
}

.basic-simple ul li:last-child a.free-btn {
    background: white
}

.basic-simple ul li:last-child a.basic-btn {
    background: white
}

.basic-simple ul li:last-child a.standard-btn {
    background: white
}

.basic-simple ul li:last-child a.premium-btn {
    background: white
}

.basic-simple ul li:nth-child(odd) {
    background-color: #e0e0e0
}

.basic-simple ul li:nth-child(even) {
    background-color: #fafafa
}

.basic-simple:hover {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99
}

.basic-simple:hover ul li:first-child div.bage-hide {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.basic-simple:hover ul li:first-child div.basic-simple-package,
.basic-simple:hover ul li:first-child div.basic-standard-package,
.basic-simple:hover ul li:first-child div.basic-premium-package {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

.basic-simple:hover ul li:last-child a.btn:hover {
    color: white;
    background: #58595b
}

.simple-basic-wrap ul li:first-child {
    background: #e8b690
}

.simple-basic-wrap ul li:last-child {
    background: #e8b690
}

.simple-standard-wrap ul li:first-child {
    background: #e88f6c
}

.simple-standard-wrap ul li:last-child {
    background: #e88f6c
}

.simple-premium-wrap ul li:first-child {
    background: #ffa17f
}

.simple-premium-wrap ul li:last-child {
    background: #ffa17f
}

.basic-active {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99
}

.basic-active ul li:first-child div.bage-hide {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.basic-active ul li:first-child div.basic-simple-package,
.basic-active ul li:first-child div.basic-standard-package,
.basic-active ul li:first-child div.basic-premium-package {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}
*/
/*
.ls-user-skills {
    position: relative
}

.ls-user-skills ul {
    padding: 0;
    margin: 0
}

.ls-user-skills ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #cbc5ba;
    padding: 5px 0;
    height: 40px;
    line-height: 30px
}

.ls-user-skills ul li div.ls-skill-list {
    position: relative
}

.ls-user-skills ul li div.ls-skill-list h4 {
    width: 15%;
    float: left;
    font-size: 12px
}

.ls-user-skills ul li div.ls-skill-list .ls-progress {
    width: 75%;
    float: left;
    margin-top: 13px
}

.ls-user-skills ul li div.ls-skill-list span {
    padding: 5px 0 5px 15px
}

.ls-user-skills ul li:last-child {
    border: 0
}

.ls-user-skills .ls-add-skill-wrap {
    border: 1px solid #cbc5ba
}

.ls-user-skills .ls-add-skill-wrap a {
    width: 100px
}

.ls-user-details {
    position: relative
}

.ls-user-details .ls-user-name {
    position: relative;
    margin-top: 10px
}

.ls-user-details .ls-user-name h1 {
    font-size: 18px;
    padding: 0;
    margin: 0
}

.ls-user-details .ls-user-name a.user-edit {
    position: absolute;
    top: 1px;
    right: 0;
    border: 5px solid #cbc5ba;
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #cbc5ba
}

.ls-user-details .ls-user-links {
    position: relative
}

.ls-user-details .ls-user-links ul {
    padding: 0;
    margin: 0;
    text-align: right
}

.ls-user-details .ls-user-links ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border: 1px solid #cbc5ba;
    border-radius: 50%;
    text-align: center
}

.ls-user-details .ls-user-links ul li .fa {
    font-size: 20px;
    color: #ff7878
}

.ls-user-details .ls-user-links ul li:hover .fa {
    color: #1fb5ad
}

.ls-user-details .user-detail {
    margin: 15px 0 0 0;
    padding: 0 10px
}

.ls-user-details .user-detail .ls-user-position {
    padding: 5px 10px;
    background: #dfdfdf;
    margin-bottom: 15px
}

.ls-user-details .user-detail .ls-user-position h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal
}

.ls-user-details .user-detail .ls-user-position P {
    margin: 0
}

.ls-user-details .user-detail address {
    background: #1fb5ad;
    padding: 5px 10px;
    color: #fff
}

.ls-user-details .user-detail .ls-user-links {
    position: relative;
    margin-top: 50px
}

.ls-user-details .user-detail .ls-user-links ul {
    padding: 0;
    margin: 0
}

.ls-user-details .user-detail .ls-user-links ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border: 1px solid #cbc5ba;
    border-radius: 50%;
    text-align: center
}

.ls-user-details .user-detail .ls-user-links ul li .fa {
    font-size: 20px
}

.ls-user-details .user-detail .user-pic {
    position: absolute;
    top: -35px;
    left: 315px;
    width: 200px;
    height: 200px;
    border: 10px solid #f8f7f7;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden
}

.ls-user-details .user-detail .user-pic img {
    max-width: 100%;
    width: 180px;
    height: 180px;
    border: 10px solid #dfdfdf;
    border-radius: 50%
}

.ls-user-details .ls-user-info .ls-user-text {
    color: #fff;
    background: #1fb5ad;
    text-align: right;
    margin-top: 15px;
    padding: 5px 10px 5px 45px
}

.ls-user-details .ls-user-info .ls-user-text2 {
    background: #dfdfdf;
    text-align: right;
    margin-top: 15px;
    padding: 5px 10px 5px 45px
}

.ls-user-details .ls-user-info .ls-user-text2 h4 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: normal
}

.ls-user-subscriber {
    position: relative;
    margin-top: 15px
}

.ls-user-subscriber .ls-user-element {
    float: left;
    margin-top: -12px
}

.ls-user-subscriber .ls-user-element .easyPieChartBlack {
    margin: 0;
    line-height: 100px
}

.ls-user-subscriber .ls-user-box-content {
    text-align: center;
    float: left;
    margin-left: -45px;
    margin-top: 15px
}

.ls-user-subscriber .ls-user-box-content .fa {
    font-size: 20px;
    color: #ff7878
}

.ls-user-subscriber .ls-user-box-content h1 {
    font-size: 18px;
    margin-top: 5px
}

.ls-user-feature {
    width: 100%
}

.ls-user-feature ul {
    padding: 0;
    margin: 0;
    text-align: right
}

.ls-user-feature ul li {
    list-style: none;
    display: inline-block
}

.ls-user-feature ul li .circliful {
    position: relative
}

.ls-user-feature ul li .circle-text,
.ls-user-feature ul li .circle-info,
.ls-user-feature ul li .circle-text-half,
.ls-user-feature ul li .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block
}

.ls-user-feature ul li .circle-info,
.ls-user-feature ul li .circle-info-half {
    color: #999
}

.ls-user-feature ul li .circliful .fa {
    position: absolute;
    top: 25px;
    font-size: 18px;
    color: #ff7878
}

.user-profile-tab .user-friend-list {
    position: relative
}

.user-friend-list ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.user-friend-list ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 5px;
    outline: none!important
}

.user-friend-list ul li a {
    outline: 0
}

.user-friend-list ul li a:focus {
    outline: 0
}

.user-friend-list ul li img {
    height: auto;
    width: 70px;
    max-width: 100%;
    border: 2px solid #fff;
    transition: all 300ms ease-in-out 0s
}

.user-friend-list ul li:hover img {
    border: 2px solid #ff7878;
    transition: all 300ms ease-in-out 0s
}

span.ls-friend-status {
    border-radius: 8px;
    bottom: -3px;
    display: block;
    height: 10px;
    left: 30px;
    position: absolute;
    width: 10px
}

.ls-friends-info ul {
    padding: 0;
    margin: 0;
    text-align: left
}

.ls-friends-info ul li .fa {
    color: #1fb5ad
}

.ls-friends-info ul li:hover .fa {
    color: #ff7878
}

.ls-friends-info ul li:first-child {
    margin-left: -1px
}

.ls-friends-info address .fa {
    color: #1fb5ad
}

.ls-friends-info-wrap img {
    margin-right: 5px
}

span.about-me-text {
    margin-bottom: 10px
}

h3.user-profession-title {
    font-size: 14px;
    margin: 5px 0;
    padding: 0
}

span.user-company-name {
    color: #1fb5ad
}

#ls-downloadLink {
    margin-top: 15px
}

.user-map-locator {
    width: 100%;
    height: 200px;
    margin-top: 25px
}

.ls-view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.ls-view .ls-mask,
.ls-view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.ls-view img {
    display: block;
    position: relative
}

.ls-view a.info {
    background: url("../images/link.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px
}

.ls-view a.ls-timeline-project-info {
    background: url("../images/link.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px
}

.ls-hover-effect .ls-mask {
    opacity: 0;
    overflow: visible;
    border: 0 solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ls-hover-effect a.info {
    position: relative;
    left: -60px;
    top: -67px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -moz-transition: -moz-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -o-transition: -o-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -ms-transition: -ms-transform .2s .1s ease-in, opacity .1s ease-in-out;
    transition: transform .2s .1s ease-in, opacity .1s ease-in-out
}

.ls-hover-effect a.ls-timeline-project-info {
    position: relative;
    left: -65px;
    top: -70px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -moz-transition: -moz-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -o-transition: -o-transform .2s .1s ease-in, opacity .1s ease-in-out;
    -ms-transition: -ms-transform .2s .1s ease-in, opacity .1s ease-in-out;
    transition: transform .2s .1s ease-in, opacity .1s ease-in-out
}

.ls-hover-effect:hover .ls-mask {
    opacity: 1;
    border: 100px solid rgba(0, 0, 0, 0.7)
}

.ls-hover-effect:hover a.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.ls-hover-effect:hover a.ls-timeline-project-info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}
*/
/*
.feed-box-profile {
    border: 1px solid #cbc5ba
}

.not-found {
    color: #fff;
    margin: 20% auto;
    text-align: center
}

.not-found h1 {
    font-size: 100px;
    line-height: 100px
}

.not-found p {
    font-size: 15px
}

.not-found a {
    color: #fff
}

#outer-wrapper {
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out 0s;
    width: 100%
}

.coming-soon {
    color: #fff;
    margin: 10% auto;
    text-align: center
}

.coming-soon h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 50px
}

.time_circles>div>span {
    font-weight: normal
}

.coming-soon .timer {
    margin: auto;
    width: 80%
}

#main-container.comingSoonBody {
    background: #58595b
}
*/
/*
.gaugeBox {
    text-align: center
}

.gaugeBox canvas {
    margin: auto
}

.gaugeBox p {
    margin: 0;
    padding: 0
}

.ls-chart-box {
    cursor: pointer;
    height: 75px;
    box-shadow: 3px 3px 3px #e0e0e0;
    color: white;
    background: #3f414d
}
*/
.ls-wizard {
    position: relative;
    margin: auto;
    border: 1px solid #cbc5ba;
    height: 75px;
    background: #1fb5ad;
    color: white;
    box-shadow: 3px 3px 3px #e0e0e0;
    cursor: pointer
}

.ls-wizard h2 {
    font-size: 20px;
    margin: 0;
    padding: 25px 0 0 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard.no-icon{
    text-align: center;
}
.ls-wizard.no-icon h3 { /*mmostafa*/
    font-size: 14px;
    margin-top: 15%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
.ls-wizard.no-icon:hover
, .ls-wizard.no-icon.active { /*mmostafa*/
    background: #1fb5ad;
}
.ls-wizard.no-icon:hover h3 ,
.ls-wizard.no-icon.active h3 { /*mmostafa*/
    font-weight: bold;
    font-size: 105%;
}

.ls-wizard span {
    padding: 0 0 0 10px;
    opacity: 0;
    font-size: 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard .icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard .icon i.fa {
    text-align: right;
    font-size: 40px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard.fullWidth {
    width: 100%
}

.ls-wizard:hover h2,
.ls-wizard.active h2 {
    font-size: 15px;
    padding: 5px 0 0 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard:hover span,
.ls-wizard.active span {
    font-size: 25px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard:hover .icon,
.ls-wizard.active .icon {
    top: 8px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-wizard:hover .icon i.fa,
.ls-wizard.active .icon i.fa {
    font-size: 60px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

/*
.ls-chart-box .chart-box-content {
    float: left;
    display: inline-block
}

.ls-chart-box .chart-box-content h1 {
    margin: 0;
    padding: 10px 0 0 15px;
    font-size: 20px;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-chart-box .chart-box-content p {
    padding: 0 18px;
    font-size: 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-chart-box .sparklineBadge-box {
    padding: 10px;
    float: right;
    display: inline-block
}

.ls-chart-box:hover h1,
.ls-chart-box.active h1 {
    font-size: 14px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-chart-box:hover p,
.ls-chart-box.active p {
    font-size: 22px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-widget-box {
    cursor: pointer;
    position: relative;
    height: 120px;
    box-shadow: 3px 3px 3px #e0e0e0;
    background: #3f414d
}

.ls-widget-box i {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    line-height: 120px;
    opacity: .5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-widget-box .chart-box-content {
    float: left;
    display: inline-block;
    padding-left: 60px
}

.ls-widget-box .chart-box-content h1 {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 20px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-widget-box .chart-box-content p {
    padding: 0;
    font-size: 12px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-widget-box .box-element {
    margin: 5px 10px 0 0;
    float: right;
    display: inline-block
}

.ls-widget-box:hover i,
.ls-widget-box.active i {
    opacity: 1;
    font-size: 40px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-widget-box:hover h1,
.ls-widget-box.active h1 {
    font-size: 12px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-widget-box:hover p,
.ls-widget-box.active p {
    font-size: 25px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}
*/
.ls-circle-widget {
    cursor: pointer;
    /*height: 180px;
    width: 180px;*/ /*mmostafa*/
    height: 160px;
    width: 160px;/*mmostafa*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget i {
    /*font-size: 65px;*//* mmostafa */
    font-size: 40px;/* mmostafa */
    margin: auto;
    /*line-height: 180px;*//* mmostafa */
    line-height: 110px;/* mmostafa */
    margin-bottom:-10px;/* mmostafa */
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*opacity: 0;*//* mmostafa */
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget:hover,
.ls-circle-widget.active {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget.square-hover:hover,
.ls-circle-widget.square-hover.active {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget:hover i,
.ls-circle-widget.active i {
    /*font-size: 45px;*//* mmostafa */
    font-size: 30px;/* mmostafa */
    /*line-height: 65px;*//* mmostafa */
    line-height: 100px;
    /*padding-top: 50px;*/
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-circle-widget:hover h1,
.ls-circle-widget.active h1 {
    /*opacity: 1;*//* mmostafa */
    font-size: 110%;/* mmostafa */
    font-weight: bold;/* mmostafa */
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}
/*
.setting-widget {
    border: 1px solid #e3dfd8
}

.setting-widget-header {
    padding: 5px 10px
}

.setting-widget-header i {
    float: right
}

.setting-widget-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.setting-widget-box ul li {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    background: #f2f2f2
}

.setting-widget-box ul li div.setting-switch {
    float: right
}

.change-color-switch {
    text-align: center
}

.change-color-switch ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.change-color-switch ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 5px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.change-color-switch ul li.active {
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.change-color-switch ul li.default {
    background: #49494b
}

.change-color-switch ul li.red-color {
    background: #ff7878
}

.change-color-switch ul li.blue-color {
    background: #5ebfd8
}

.change-color-switch ul li.light-green-color {
    background: #1fb5ad
}

.change-color-switch ul li.black-color {
    background: #3f414d
}

.change-color-switch ul li.deep-blue-color {
    background: #3a515a
}

.flotChartRealTime.widgetRealTime {
    height: 220px
}

.memberBox {
    border: 1px solid #e0e0e0;
    padding: 0 10px
}

.memberBox-header {
    padding: 10px 0
}

.memberBox-details {
    margin: 0;
    padding: 5px 20px 15px;
    text-align: center
}

.memberBox-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.memberBox-details ul li {
    display: inline-block;
    padding: 0 9%;
    text-align: center
}

.widget-memberBox-details ul li {
    padding: 0 4%
}

.memberBox-details ul li div.memberBox-title {
    text-align: center;
    font-size: 17px
}

.memberBox-details ul li div.memberBox-title h4 {
    margin: 3px 0;
    font-size: 15px
}

.memberBox-details ul li div.memberBox-value {
    text-align: center
}

.memberBox-details ul li div.memberBox-value i {
    font-size: 15px
}

.memberBox-details ul li div.memberBox-value.up {
    color: #1fb5ad
}

.memberBox-details ul li div.memberBox-value.down {
    color: #269abc
}

.sale-widget {
    margin-bottom: 20px
}

.sale-widget ul li a {
    letter-spacing: 1px
}

.sale-widget .tab-content {
    border-left: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    height: 300px
}

.sale-widget .tab-content p {
    line-height: 14px
}

.sale-widget label.switch-label {
    margin-top: 5px
}

.easy-pai-box {
    margin: auto;
    text-align: center
}

.easyPie {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2
}

.easyPieChart,
.easyPieChartBlue,
.easyPieChartGreen,
.easyPieChartBrown,
.easyPieChartLightGreen,
.easyPieChartBlack {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2
}

.easyPie canvas {
    position: absolute;
    top: 0;
    left: 0
}

.easyPieChart canvas,
.easyPieChartBlue canvas,
.easyPieChartGreen canvas,
.easyPieChartBrown canvas,
.easyPieChartLightGreen canvas,
.easyPieChartBlack canvas {
    position: absolute;
    top: 0;
    left: 0
}

.easyPiePercent:after {
    content: '\0025';
    margin-left: .1em;
    font-size: .8em
}

.easyPieChartBlue:before {
    content: '\0024';
    font-size: .8em
}

.easyPieChartGreen:before {
    content: '\20AC';
    font-size: .8em
}

.easyPieChartBrown:before {
    content: "\00a3";
    font-size: .8em
}

.easyPieChartLightGreenPercent:after {
    content: '\0025';
    margin-left: .1em;
    font-size: .8em
}

.easyPiePercentFacebook:after {
    content: '\0025';
    margin-left: .1em;
    font-size: .8em
}

.easyPieChartBlackPercent:after {
    content: '\0025';
    margin-left: .1em;
    font-size: .8em
}

.icon-tab .tab-content {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

.hero-donut-widget {
    height: 200px
}

.c3-chart-arc text {
    font-size: 12px
}

.hero-donut-widget svg text,
.hero-donut-widget svg text tspan {
    font-family: 'PT Sans', sans-serif!important;
    font-size: 12px!important;
    font-weight: normal!important
}

.hero-donut-box svg text,
.hero-donut-box svg text tspan {
    font-family: 'PT Sans', sans-serif!important;
    font-size: 12px!important;
    font-weight: normal!important
}

.sale-widget #product {
    text-align: center;
    height: 300px
}

.hero-bar-widget {
    height: 300px
}

.monthlySale {
    height: 200px;
    text-align: center
}

.progress.vertical {
    margin: 0 10px
}

.monthlySale ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.monthlySale ul li {
    height: 200px;
    display: inline-block;
    text-align: center
}

.monthlySale ul li div.progress {
    margin-bottom: 0
}

.monthlySale ul li div.monthName {
    display: block;
    text-align: center
}

.monthlySale ul li div.progress.vertical {
    float: none
}

.monthlySale .progress.vertical {
    width: 50px
}

.progress.vertical .progress-bar.six-sec-ease-in-out {
    -webkit-transition: height 6s ease-in-out;
    -moz-transition: height 6s ease-in-out;
    -ms-transition: height 6s ease-in-out;
    -o-transition: height 6s ease-in-out;
    transition: height 6s ease-in-out
}

.progress-bar-danger {
    background: #ff7878
}

.seriesToggleWidget {
    height: 260px;
    width: 80%;
    float: left
}

.seriesToggleWidget div.legend table {
    margin-right: 10px
}

.seriesToggleWidget div.legend table tbody tr td {
    height: 20px
}

.seriesToggleWidget div.legend table tbody tr td.legendColorBox div {
    margin-right: 10px
}

.seriesToggleWidget div.legend table tbody tr td.legendColorBox div>div {
    margin-right: 0
}

.seriesToggleWidget div.legend table tbody tr td.legendLabel {
    font-size: 13px
}

#choicesWidget {
    width: 20%;
    list-style: none;
    float: left;
    margin: 5px 0 0 0;
    padding: 0
}

#choicesWidget li {
    margin-bottom: 10px;
    margin-left: 10px
}
*/
/*
.skyWeather {
    height: 250px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.current-weather {
    width: 100%;
    height: 180px
}

.current-weather-icon {
    width: 50%;
    margin: auto;
    float: left;
    text-align: center;
    padding-top: 40px
}

.current-weather-icon canvas {
    margin: auto;
    width: 128px
}

.current-weather-details {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 10%
}

.current-weather-details h2 {
    font-size: 45px;
    margin-bottom: 0
}

.current-weather-details p,
.current-weather-details span {
    font-size: 14px
}

.feature-weather {
    border-top: 1px solid #82cdca
}

.feature-weather ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.feature-weather ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #82cdca;
    width: 19%
}

.feature-weather ul li:last-child {
    border: 0
}

.feature-weather ul li a {
    display: block;
    line-height: 14px;
    padding: 10px 0;
    text-align: center
}

.feature-weather ul li a:hover {
    text-decoration: none;
    color: #f2f2f2
}

.feature-weather ul li a span {
    color: #fff;
    display: list-item;
    text-transform: uppercase
}
*/
/*
.social-share-box {
    height: 250px
}

.social-share {
    height: 50%;
    display: inline-block;
    background: #e0e0e0;
    text-align: center;
    position: relative;
    cursor: pointer
}

.social-share i {
    font-size: 50px;
    color: #fff;
    line-height: 125px
}

.ls-fb-share {
    background: #3b5998
}

.ls-tw-share {
    background: #55acee
}

.ls-google-plus {
    background: #d44032
}

.ls-dribble-plus {
    background: #c32361
}

.share-overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer
}

a.close-overlay.hidden {
    display: none
}

a.expand {
    color: #f2f2f2;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    position: absolute;
    text-align: center;
    z-index: 100;
    outline: 0;
    text-decoration: none
}

a.expand:hover {
    outline: 0;
    text-decoration: none
}

.share-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0
}

.share-overlay a.expand {
    bottom: 50%;
    font-size: 38px;
    left: 0;
    letter-spacing: 2px;
    margin: 0 auto -30px;
    right: 0;
    font-weight: bold
}

.overlay-hover .share-overlay {
    height: 100%
}
*/

.form-control {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.panel .form-control {
    background-color: rgba(0, 0, 0, 0)
}

.no-margin {
    margin: 0
}
/*
.panel-control,
.panel-note-control,
.note-control {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px
}

.panel-control li,
.panel-note-control li,
.note-control li {
    display: inline-block;
    margin: 0 3px
}

.panel-control li a,
.panel-note-control li a,
.note-control li a {
    font-size: 13px;
    color: #fff;
    outline: 0;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.panel-default .panel-control li a,
.panel-default .panel-note-control li a,
.panel-default .note-control li a {
    color: #565656
}

.panel-control li a:hover,
.panel-note-control li a:hover,
.note-control li a:hover {
    color: #565656;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.panel-default .panel-control li a:hover,
.panel-default .panel-note-control li a:hover,
.panel-default,
.note-control li a:hover {
    color: #565656
}

.panel,
.panel-heading {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.panel-default {
    border-color: #e3dfd8
}

.panel-default>.panel-heading {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #515151
}

.panel-red {
    border-color: #ff7878
}

.panel-red>.panel-heading {
    background-color: #ff7878;
    border-color: #ff7878;
    color: white
}

.panel-light-green {
    border-color: #1fb5ad
}

.panel-light-green>.panel-heading {
    background-color: #1fb5ad;
    border-color: #1fb5ad;
    color: white
}

.panel-light-blue {
    border-color: #269abc
}

.panel-light-blue>.panel-heading {
    border: #269abc;
    background: #269abc;
    color: white
}

.panel-dark {
    border-color: #555557
}

.panel-dark>.panel-heading {
    border: #555557;
    background: #555557;
    color: white
}

.panel>.panel-body {
    background-color: #fafafa
}
*/
/*
.ls-light-green-progress {
    background-color: #269abc
}

.ls-light-blue-progress {
    background-color: #1fb5ad
}

.ls-green-progress {
    background-color: #507d50
}

.ls-yellow-progress {
    background-color: #aaa900
}

.ls-red-progress {
    background-color: #ff7878
}

.top-panel {
    margin-top: 20px
}

.modal-footer {
    padding: 10px 20px;
    margin-top: 0
}

.modal-header {
    padding: 10px 15px
}

.panel-less {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0
}

.panel-less.panel-default {
    border: 0;
    background-color: transparent
}

.panel-less>.panel-heading {
    background-color: transparent;
    border: 0;
    padding: 15px 0
}

.panel-less>.panel-body {
    background-color: transparent
}

h3.panel-title {
    font-size: 15px
}

.modal-content {
    border-radius: 1px
}

.grid-panel-body {
    text-align: center;
    line-height: 50px
}

.icon-list-padding {
    padding: 0 15px
}

.icon-view-tab.tab-content {
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8
}

div.fontawesome-icon-list div {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    float: left;
    font-size: 14px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    cursor: pointer
}

div.fontawesome-icon-list div i.fa {
    color: #626161;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear
}

div.fontawesome-icon-list div a {
    color: #235b67;
    display: block;
    text-align: center;
    word-wrap: break-word
}

div.fontawesome-icon-list div:hover i {
    color: #1fb5ad;
    font-size: 35px
}

.animation-icon-box {
    text-align: center;
    color: #626161
}

ul.icon-list.middle {
    padding-bottom: 20px;
    padding-top: 20px
}

ul.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    cursor: pointer
}

ul.icon-list li {
    display: inline-block;
    padding: 0 5px
}
*/
.animation-icon {
    text-align: center;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear
}

.animation-icon:hover {
    /*color: #1fb5ad;*/
    opacity: 1;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(360deg)*/
    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2)
}
/*
.ls-glyphicons-list {
    list-style: none outside none;
    padding: 0;
    margin: 0
}
/*
.ls-glyphicons li {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 20%
}

.ls-glyphicons .glyphicon {
    color: #626161;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear
}

.ls-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.ls-glyphicons li:hover span.glyphicon {
    color: #1fb5ad;
    font-size: 35px
}

.popupIcon {
    text-align: center
}

.popupIcon i {
    font-size: 50px;
    color: #1fb5ad
}

.popupIcon pre {
    margin-top: 20px
}

.customizationIcon h5 {
    margin-bottom: 20px
}

.customizationIcon ul {
    margin-bottom: 50px
}

p.bg-label {
    background-color: #1fb5ad;
    padding: 15px
}
*/
.red,
i.red {
    color: #ff7878
}

.blue,
i.blue {
    color: #6b97f4
}

.green,
i.green {
    color: #507d50
}

.brown,
i.brown {
    color: #763d3d
}

.white,
i.white {
    color: white
}

.lightGreen,
i.lightGreen {
    color: #1fb5ad
}

.light-blue,
i.light-blue {
    color: #269abc
}

.yellow,
i.yellow {
    color: #aaa900
}

.phast,
i.phast {
    color: #70cac8
}

.spinIn {
    -webkit-animation: spinIn .6s 1 linear;
    animation: spinIn .6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes spinIn {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes spinIn {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

.spinOut {
    -webkit-animation: spinOut .6s 1 linear;
    animation: spinOut .6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes spinOut {
    0% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinOut {
    0% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#footer {
    background: #fff;
    padding: 10px;
    border-top: 1px #cbc5ba dotted
}

#footer.right {
    text-align: right;
    padding-right: 50px
}

#footer a {
    color: #565656
}

#footer a:hover {
    text-decoration: none
}
/*
blockquote.styles {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 80%;
    margin: auto;
    padding: 50px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec
}

blockquote.styles:before {
    color: #7a7a7a;
    content: "â€œ";
    display: block;
    font-size: 80px;
    left: 10px;
    position: absolute;
    top: 10px
}

blockquote.styles cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

blockquote.styles cite:before {
    content: "\2014 \2009"
}

blockquote.styles footer {
    text-align: right
}

div.demo-blockquote {
    margin-top: 10%
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 40%;
    left: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: 0 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 40%;
    right: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: -20px 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px
}

.owl-theme .owl-controls .owl-page span {
    background: #ff7878
}

.owl-caption {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    opacity: .5;
    padding: 10px 10px
}

.owl-caption h3 {
    font-size: 16px;
    padding: 0;
    margin: 0
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

#bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ff7878
}

#progressBar {
    width: 100%;
    background: #ededed
}

#slideShow {
    width: 100%
}

#slideShow img {
    width: 100%;
    height: auto
}

.ls-slider-content {
    padding: 10px;
    margin: 15px;
    background-color: #5ebfd8;
    color: #fff;
    text-align: center
}

.s2 .ls-slider-content {
    background: #58595b;
    text-align: center;
    font-weight: 300;
    font-size: 16px
}

.s3 .ls-slider-content {
    background-color: #7a8b83;
    color: #ccc
}

.ls-slider-title {
    background-color: #ff7878;
    margin: 15px 15px 0;
    height: 60px;
    text-align: center
}

.ls-slider-title h2,
.ls-slider-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 3
}

.ls-slider-right-view {
    margin-left: 67.3333%!important
}
*
@media only screen and (min-width:600px) {
    #slideShow {
        height: 350px
    }
    #slideShow img {
        height: 350px
    }
}

@media only screen and (min-width:1px) and (max-width:600px) {
    #slideShow {
        height: 150px
    }
    #slideShow img {
        height: 150px
    }
    .ls-slider-content {
        padding: 5px;
        margin: 10px;
        font-size: 10px
    }
    .s2 .ls-slider-content {
        font-size: 10px
    }
    .s3 .ls-slider-content,
    .s1 .ls-slider-content {
        width: 150%;
        height: 20px;
        font-size: 10px
    }
    #slideShow .title {
        display: none
    }
}

ul.slideControl {
    list-style: none;
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
    border-top: 0;
    opacity: .5
}

ul.slideControl li {
    display: inline-block;
    padding: 5px;
    background: #ccc;
    margin: 5px;
    cursor: pointer
}

ul.slideControl li:hover,
ul.slideControl li.current {
    background: #555
}

div.opt {
    margin: 10px;
    background: #eee;
    padding: 5px
}

span.option {
    font-weight: 700
}

span.description {
    margin-left: 10px
}

.ls-slider-2 {
    margin-top: 30px
}

.button-alignment button.btn {
    margin-bottom: 10px
}
*/
.ls-blue-btn {
    background-color: #6b97f4;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-blue-btn:hover,
.ls-blue-btn:active,
.ls-blue-btn:focus {
    background-color: #269abc;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-light-blue-btn {
    background-color: #269abc;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-light-blue-btn:hover,
.ls-light-blue-btn:active,
.ls-light-blue-btn:focus {
    background-color: #6b97f4;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-green-btn {
    background-color: #507d50;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-green-btn:hover,
.ls-green-btn:active,
.ls-green-btn:focus {
    background-color: #47a447;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-light-green-btn {
    background-color: #1fb5ad;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-light-green-btn:hover,
.ls-light-green-btn:active,
.ls-light-green-btn:focus {
    background-color: #1fd9d0;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-red-btn {
    background-color: #ff7878;
    color: white;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-red-btn:hover,
.ls-red-btn:active,
.ls-red-btn:focus {
    background-color: #d2322d;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-dark-btn {
    background-color: #565656;
    color: #999;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-dark-btn:hover,
.ls-dark-btn:active,
.ls-dark-btn:focus {
    background-color: #626262;
    color: white;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear
}

.ls-yellow-btn {
    background-color: #aaa900;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-yellow-btn:hover,
.ls-yellow-btn:active,
.ls-yellow-btn:focus {
    background-color: #c6c524;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-brown-btn {
    background-color: #763d3d;
    color: white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-brown-btn:hover,
.ls-brown-btn:active,
.ls-brown-btn:focus {
    background-color: #ae6a6a;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
/*
.ls-button-group button {
    margin-right: 10px
}

.ls-button-group .btn-group {
    margin-right: 10px
}

.ls-button-group .btn-group button {
    margin: 0
}

.btn.fa {
    line-height: 1.42857
}

.btn-ls {
    background-color: #269abc;
    border-color: #269abc;
    color: white;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

.btn-ls:focus,
.btn-ls:hover {
    color: #269abc;
    background-color: white
}

button.fileinput-remove-button {
    background-color: #ff7878;
    border-color: #ff7878;
    color: white;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

.fileinput-remove-button:hover,
.fileinput-remove-button:focus {
    background-color: white;
    color: #ff7878
}

.ls-hexagon-lightBlue {
    width: 44px;
    height: 25px;
    background: #269abc;
    position: relative;
    text-align: center
}

.ls-hexagon-lightBlue:after {
    content: "";
    position: absolute;
    bottom: -12.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 22px;
    border-right: solid transparent 22px;
    border-top: solid #269abc 12.5px
}

.ls-hexagon-lightBlue:before {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 22px;
    border-right: solid transparent 22px;
    border-bottom: solid #269abc 12.5px
}

.ls-hexagon-lightBlue:hover {
    background-color: #ff7878
}

.ls-hexagon-lightBlue .fa {
    line-height: 25px;
    font-size: 25px;
    color: white
}

.ls-hexagon-red {
    width: 34px;
    height: 20px;
    background: #ff7878;
    position: relative;
    text-align: center
}

.ls-hexagon-red:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 17px;
    border-right: solid transparent 17px;
    border-top: solid #ff7878 10px
}

.ls-hexagon-red:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid transparent 17px;
    border-right: solid transparent 17px;
    border-bottom: solid #ff7878 10px
}

.ls-hexagon-red:hover {
    background-color: #ff7878
}

.ls-hexagon-red .fa {
    line-height: 20px;
    font-size: 20px;
    color: white
}

.hex {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -moz-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -ms-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -o-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    transform: rotate(-30deg) skewX(30deg) scaleY(0.866)
}

.hex a {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background-color: #e1e1e1;
    position: absolute;
    right: 6.7%;
    left: 6.7%;
    -webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -ms-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    -o-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    outline: 0
}

.hex a:hover .overlay {
    top: 0;
    outline: 0
}

.hex a:focus {
    outline: 0
}

.hex a i {
    width: 100%;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
}
*/
/*
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out
}

.facebook .overlay {
    background-color: #269abc
}

.twitter .overlay {
    background-color: #269abc
}

.gplus .overlay {
    background-color: #ff7878
}

.rss .overlay {
    background-color: #aaa900
}

.email .overlay {
    background-color: #507d50
}

.linkedin .overlay {
    background-color: #763d3d
}

.youtube .overlay {
    background-color: #ff7878
}

.skype .overlay {
    background-color: #269abc
}

.instagram .overlay {
    background-color: #457299
}

.pinterest .overlay {
    background-color: #ff7878
}
*/

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #aeaeae;
    box-shadow: 0 2px 2px #f2f2f2 inset, 0 0 2px #98b6cf;
    -moz-box-shadow: 0 2px 2px #f2f2f2 inset, 0 0 2px #98b6cf;
    -mwebkit-box-shadow: 0 2px 2px #f2f2f2 inset, 0 0 2px #98b6cf
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #269abc
}


.btn.btn-round {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px
}

.label {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-weight: 400
}

.label-Blue,
.label-blue {
    background-color: #6b97f4
}

.label-dark {
    background-color: #58595b
}

.label-lightBlue {
    background-color: #269abc
}

.label-yellow {
    background-color: #aaa900
}

.label-green {
    background-color: #507d50
}

.label-brown {
    background-color: #763d3d
}

.label-red {
    background-color: #ff7878
}

.label-black {
    background-color: #3f414d
}

.label-light-green {
    background-color: #1fb5ad
}

.badge-Blue {
    background-color: #6b97f4
}

.badge-lightBlue {
    background-color: #269abc
}

.badge-yellow {
    background-color: #aaa900
}

.badge-green {
    background-color: #507d50
}

.badge-brown {
    background-color: #763d3d
}

.badge-red {
    background-color: #ff7878
}

.red-color .badge-red {
    background-color: #c45c5c
}
/*
.user-status {
    background: none repeat scroll 0 0 padding-box #575d67;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px
}

.is-online {
    background-color: #2ecc71
}

.is-busy {
    background-color: #ff7878
}

.is-idle {
    background-color: #f7d227
}

.is-offline {
    background-color: #a0a0a0
}

.ls-pagination {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.ls-pagination>li:first-child>a,
.ls-pagination>li:first-child>span,
.ls-pagination>li:last-child>a,
.ls-pagination>li:last-child>span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.ls-pagination>li a {
    background-color: #e1e1e1;
    color: dimgrey
}

p.preview-advance {
    padding: 10px 0
}

p.preview-advance a {
    font-size: 12px;
    color: dimgrey
}

p.preview-advance a:hover {
    color: #269abc;
    text-decoration: underline
}
*/
/*
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 5px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 5px
}

.file-preview {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.summerNoteToolBox {
    margin: 10px 0
}

.v-progressbar {
    height: 175px;
    margin: 0 auto
}

.v-progressbar .progress.vertical {
    width: 50px
}

.v-progressbar .progress.vertical .progress-bar.six-sec-ease-in-out {
    -webkit-transition: height 6s ease-in-out;
    -moz-transition: height 6s ease-in-out;
    -ms-transition: height 6s ease-in-out;
    -o-transition: height 6s ease-in-out;
    transition: height 6s ease-in-out
}

.progress {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 5px
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out
}

.ls-light-blue-progress {
    background-color: #269abc
}

.ls-green-progress {
    background-color: #507d50
}

.ls-yellow-progress {
    background-color: #aaa900
}

.ls-red-progress {
    background-color: #ff7878
}

.ls-header-button {
    font-size: 14px
}

.selectize-input {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.selectize-input.focus {
    box-shadow: 0 2px 2px #f2f2f2 inset, 0 0 2px #98b6cf;
    border-color: #aeaeae;
    outline: 0
}

.selectize-input.dropdown-active {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.selectize-control.multi .selectize-input>div {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 14px;
    padding: 2px 10px
}

.selectize-control.multi .selectize-input>div.active {
    background: #1fb5ad
}

.selectize-dropdown-content span.label {
    font-size: 13px;
    /*font-size: 700;*-/
    color: #565656
}

.selectize-dropdown-content span.caption {
    font-size: 12px;
    /*font-size: 700;*-/
    color: #565656
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.minicolors-theme-bootstrap .minicolors-swatch {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}*/
.xdsoft_datetimepicker {
    border-color: #ccc!important;
}

.xdsoft_datetimepicker .xdsoft_label {
    font-weight: normal;
    color: #565656!important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 400!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #1fb5ad!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #ff7878!important
}/*
.irs-from,
.irs-to,
.irs-single {
    background: #ff7878
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.tooltipButton {
    list-style: none;
    margin: 0;
    padding: 0
}

.tooltipButton li {
    margin-bottom: 15px;
    display: inline-block
}

.toolButton {
    list-style: none;
    margin: 0;
    padding: 0
}

.toolButton li {
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.ls-settings-button:hover,
.ls-settings-button.pressed {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    text-decoration: none
}

.ls-settings-button {
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
    display: block;
    height: 28px;
    margin: 0;
    opacity: .9;
    width: 30px;
    z-index: 2
}

.ls-settings-button i {
    display: block;
    margin: 0 auto;
    line-height: 28px;
    color: dimgrey
}

.tool-container {
    background-color: #e1e1e1;
    box-shadow: 0 0 3px #898989;
    background-image: none
}

.tool-item.selected,
.tool-item:hover {
    background-color: #ccc;
    box-shadow: 0 0 3px #898989;
    background-image: none
}

.tool-items a {
    color: #696969;
    line-height: 33px
}

.tool-top .tool-item,
.tool-bottom .tool-item {
    border: 0
}

.tool-left .tool-item,
.tool-right .tool-item {
    border: 0
}

.remodal,
.remodal * {
    font-family: 'PT Sans', sans-serif
}

.remodal h1,
.remodal h2,
.remodal h3,
.remodal h4,
.remodal h5 {
    /*font-family: 'Armata', sans-serif*-/
}
*/
/*
.tab-pane {
    padding: 10px
}

.nav-tabs>li>a {
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    color: #555;
    font-size: 15px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    outline: 0;
    color: #269abc
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.nav-tabs.nav-justified>li>a {
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0
}

#qrcodeTable table {
    margin: 30px auto
}

#qrcodeCanvas>canvas {
    margin: 30px auto;
    display: block
}

.knoob-box {
    text-align: center;
    width: 49%;
    display: inline-block
}

.knoob-box h4 {
    padding: 0;
    margin: 0
}

.knoob-box-3 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto
}

.knoob-box-4 {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 20px 0
}

.knoob-box-4 h4 {
    padding: 0;
    margin: 0
}

.radio-inline {
    padding-left: 10px
}

.radio-inline label {
    padding-right: 10px
}

.icheck-radio-inline {
    padding-left: 20px
}
*/
.input-group-addon, .input-group-text {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}
/*
.ui-widget-header {
    background-image: none;
    background-color: #e0e0e0
}

.selectize-control.multi .selectize-input>div {
    background: #e0e0e0;
    color: #777
}
*/
#main-content {
    background: #f9f9f9;
    padding-top: 15px;
    height: 100%;
    min-height: 900px
}

#change-color {
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 200px;
    /*right: -200px;*/
    background: #555557;
    z-index: 990
}
/* mmostafa rtl */
[dir=ltr] #change-color {right: -200px;}
[dir=rtl] #change-color {left: -200px;}

#change-color-control {
    background: #ff7878;
    bottom: 0;
    /*left: -30px;*/
    position: absolute;
    text-align: center
}
/* mmostafa rtl */
[dir=ltr] #change-color-control {left: -30px;}
[dir=rtl] #change-color-control {right: -30px;}

#change-color-control a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 4px 10px
}

#change-color-control a:hover,
#change-color-control a:focus {
    outline: 0
}

#change-color .change-color-box {
    text-align: center
}

#change-color .change-color-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#change-color .change-color-box ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    /*margin: 5px 0 0 5px;*/
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #555557;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
/* mmostafa rtl */
[dir=ltr] #change-color .change-color-box ul li { margin: 5px 0 0 5px;}
[dir=rtl] #change-color .change-color-box ul li { margin: 5px 5px 0 0;}



#change-color .change-color-box ul li.active {
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#change-color .change-color-box ul li.default {
    background: #49494b
}

#change-color .change-color-box ul li.red-color {
    background: #ff7878
}

#change-color .change-color-box ul li.blue-color {
    background: #5ebfd8
}

#change-color .change-color-box ul li.light-green-color {
    background: #1fb5ad
}

#change-color .change-color-box ul li.black-color {
    background: #3f414d
}

#change-color .change-color-box ul li.deep-blue-color {
    background: #3a515a
}

.btn {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.popover {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #fafafa
}

.btn-default {
    background-color: #e1e1e1;
    color: #565656;
    border-color:#ccc;
}

.border-bottom {
    border-bottom: #cbc5ba dashed 1px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.no-border-bottom {
    padding-bottom: 15px
}

.page-min-height {
    min-height: 750px
}

.no-padding {
    padding: 0
}

hr.hr-20 {
    margin: 20px 0
}

hr.footer-border {
    margin: 0;
    border: 0
}

.progress {
    border-radius: 1px;
    height: 5px
}

.tab-content {
    background: #fff
}

.tab-border.tab-content {
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8
}
/*
.ls-audio-player-wrap,
.ls-video-player-wrap {
    position: relative
}

.ls-audio-player-wrap .jp-audio,
.ls-video-player-wrap .jp-video {
    width: 100%;
    background-color: transparent;
    border: 0
}

.ls-video-player-wrap div.jp-video-360p,
.ls-video-player-wrap div.jp-video-full {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0
}

.ls-video-player-wrap .jp-jplayer {
    border: 1px solid #e2e2ea;
    background: transparent;
    margin-bottom: -7px
}

.ls-audio-player {
    position: relative;
    height: 70px;
    background: #58595b
}

.ls-audio-play {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    background: #58595b;
    color: #000;
    position: absolute;
    top: 15px;
    left: 10px;
    box-shadow: 0 0 10px #000 inset
}

.ls-audio-play:hover {
    cursor: pointer;
    color: #1fb5ad
}

.ls-audio-play a.jp-pause .fa,
.ls-audio-suffle a.jp-shuffle-off .fa,
.ls-audio-repeat a.jp-repeat-off .fa {
    color: #1fb5ad
}

.ls-audio-left {
    position: absolute;
    left: 60px
}

.ls-audio-right {
    position: absolute;
    left: 140px
}

.ls-audio-stop {
    position: absolute;
    left: 100px
}

.ls-audio-suffle {
    position: absolute;
    right: 10px;
    top: 20px
}

.ls-audio-repeat {
    position: absolute;
    right: 38px;
    top: 20px
}

.ls-audio-list {
    position: absolute;
    right: 65px;
    top: 20px
}

.ls-video-screen {
    position: absolute;
    right: 90px;
    top: 20px
}

.ls-audio-left,
.ls-audio-right,
.ls-audio-stop {
    top: 20px;
    color: #ff7878;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #58595b;
    text-align: center;
    box-shadow: 0 0 10px #000 inset
}

.ls-audio-play a.jp-play {
    margin-left: 3px
}

.ls-audio-left a.jp-previous {
    margin-left: -3px
}

.ls-audio-stop a.jp-stop {
    margin-top: 3px;
    margin-left: 0
}

.ls-audio-right a.jp-next {
    margin-left: 3px
}

.ls-audio-play .fa {
    color: #ff7878;
    font-size: 16px
}

.ls-audio-left .fa,
.ls-audio-right .fa,
.ls-audio-stop .fa,
.ls-audio-suffle .fa,
.ls-audio-repeat .fa,
.ls-vol-down .fa,
.ls-vol-up .fa,
.ls-audio-list .fa,
.ls-video-screen .fa {
    color: #ff7878;
    font-size: 12px
}

.ls-audio-play:hover .fa,
.ls-audio-left:hover .fa,
.ls-audio-right:hover .fa,
.ls-audio-stop:hover .fa,
.ls-audio-suffle:hover .fa,
.ls-audio-repeat:hover .fa,
.ls-vol-down:hover .fa,
.ls-vol-up:hover .fa,
.ls-audio-list:hover .fa,
.ls-video-screen:hover .fa {
    color: #1fb5ad
}

.ls-audio-time,
.ls-audio-vol {
    position: absolute;
    right: 10px
}

.ls-video-player-wrap div.jp-video a.jp-mute,
.ls-video-player-wrap div.jp-video a.jp-unmute,
.ls-video-player-wrap div.jp-video a.jp-volume-max {
    top: 0;
    position: static
}

.ls-audio-time div.jp-current-time,
.ls-audio-time div.jp-duration {
    float: none
}

.ls-audio-time div.jp-duration {
    margin-right: 0!important
}

.ls-audio-time div.jp-current-time {
    color: #ff7878
}

.ls-audio-time div.jp-duration {
    color: #969696
}

.ls-audio-vol {
    top: 15px
}

.ls-vol-down {
    position: absolute;
    top: 25px;
    right: 75px
}

.ls-vol-up {
    position: absolute;
    top: 25px;
    right: 0
}

.ls-audio-player .ls-audio-vol div.jp-volume-bar {
    left: -67px;
    top: 39px
}

.ls-video-player-wrap div.jp-seek-bar {
    background: rgba(255, 120, 120, 0.50)
}

.ls-video-player-wrap div.jp-play-bar {
    background: #ff7878
}

.ls-audio-player-wrap .ls-player-playlist,
.ls-video-player-wrap .ls-player-playlist {
    position: relative;
    background-color: transparent;
    border-top: 0
}

.ls-audio-player-wrap .ls-player-playlist ul,
.ls-video-player-wrap .ls-player-playlist ul {
    padding: 0;
    margin: 0;
    background-color: #555557
}

.ls-audio-player-wrap .ls-player-playlist ul li,
.ls-video-player-wrap .ls-player-playlist ul li {
    list-style: none;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #58595b
}

.ls-audio-player-wrap .ls-player-playlist ul li a,
.ls-video-player-wrap .ls-player-playlist ul li a {
    color: #969696
}

.ls-video-player-wrap .ls-player-playlist ul li a span {
    color: #ff7878
}

.ls-audio-player-wrap .ls-player-playlist ul li:hover a,
.ls-video-player-wrap .ls-player-playlist ul li:hover a {
    color: #ff7878
}

.ls-video-player-wrap .ls-player-playlist ul li:hover a span {
    color: #969696
}

.ls-audio-player-wrap .ls-player-playlist ul li.jp-playlist-current a,
.ls-video-player-wrap .ls-player-playlist ul li.jp-playlist-current a {
    color: #ff7878
}

.ls-video-player-wrap .ls-player-playlist ul li.jp-playlist-current a span {
    color: #969696
}

.ls-audio-player-wrap .ls-player-playlist ul li span.jp-free-media,
.ls-video-player-wrap .ls-player-playlist ul li span.jp-free-media {
    float: right
}

.ls-audio-player-wrap .ls-player-playlist ul li a.jp-playlist-item-remove,
.ls-video-player-wrap .ls-player-playlist ul li a.jp-playlist-item-remove {
    display: block!important;
    float: right;
    margin-left: 10px
}
*/
/*
.ls-tree-view {
    background: 0
}

.ls-tree-view>ul {
    padding: 0;
    margin: 0
}

.ls-tree-view ul li {
    font-size: 14px
}

.ls-tree-view li:before {
    border: 2px solid #e3dfd8
}

.ls-tree-view li:after {
    border-top: 1px solid #e3dfd8
}

.ls-tree-view li:last-child:before {
    height: 25px
}

.ls-tree-view li>span {
    border: 1px solid #e3dfd8;
    border-radius: 1px
}

.ls-tree-view ul li span,
.ls-tree-view ul li a {
    color: #333
}

.ls-tree-view li>span span.glyphicon {
    color: #b4b0a9;
    margin-right: 5px
}

.ls-tree-view li.parent_li>span>span.glyphicon {
    margin-right: 10px
}

.ls-tree-view li.parent_li>span:hover,
.ls-tree-view li.parent_li>span:hover+ul li span {
    background: #e0e0e0
}

.ls-tree-view .easy-tree-toolbar {
    background-color: inherit;
    position: relative
}

.ls-tree-view .easy-tree-toolbar>div>button {
    margin: 5px
}

.ls-tree-view .easy-tree-toolbar .create {
    float: left
}

.ls-tree-view .easy-tree-toolbar .create .btn {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
    float: left
}

.ls-tree-view .easy-tree-toolbar .edit .btn {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.ls-tree-view .easy-tree-toolbar .remove .btn {
    background-color: #ff7878;
    border-color: #ff7878;
    color: #fff
}

.ls-tree-view .easy-tree-toolbar .create .input-group {
    top: 0
}

.ls-tree-view .easy-tree-toolbar .create .input-group-btn {
    width: inherit
}

.ls-tree-view .easy-tree-toolbar .create .input-group .form-control {
    top: 5px;
    height: 30px
}

.ls-tree-view .easy-tree-toolbar .create .input-group span.input-group-btn>.btn {
    height: 30px;
    line-height: 15px;
    top: 5px
}
*/
/*
.ls-animated-multi-lists ul {
    padding: 0
}

.ls-animated-multi-lists ul li,
.ls-animated-multi-lists ul li ul li {
    position: relative;
    top: 0;
    bottom: 0;
    padding-bottom: 7px
}

.ls-animated-multi-lists ul li ul {
    margin-left: 3em;
    position: relative
}

.ls-animated-multi-lists li {
    list-style-type: none
}

.ls-animated-multi-lists li a {
    padding: 0 0 0 10px;
    position: relative;
    top: 1em;
    color: #86827b
}

.ls-animated-multi-lists li a:hover {
    text-decoration: none
}

.ls-animated-multi-lists a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 28px;
    position: absolute;
    left: -47px;
    top: -16px;
    border-left: 1px solid #e3dfd8
}

.ls-animated-multi-lists li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0;
    top: 11px;
    border-top: 1px solid #e3dfd8
}

.ls-animated-multi-lists ul li ul li:last-child:after,
.ls-animated-multi-lists ul li:last-child:after {
    content: '';
    display: block;
    position: relative
}
*/
/*
.ls-image-fluid-box a[data-fluidbox] {
    background-color: #eee;
    border: 0;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    margin-bottom: 1.5rem
}

.ls-image-fluid-box a.fluidbox-opened {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}

.ls-image-fluid-box a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    transition: all .25s ease-in-out
}

.ls-image-fluid-box a[class^='float'] {
    margin: 1rem;
    margin-top: 0;
    width: 33.33333%
}

.ls-image-fluid-box a.float-left {
    float: left;
    margin-left: 0
}

.ls-image-fluid-box a.float-right {
    float: right;
    margin-right: 0
}

.ls-image-fluid-box a.has-border img {
    border: .25em solid #111
}

.ls-image-fluid-box a.has-padding img {
    padding: .25em
}

.ls-image-fluid-box .ls-fluid-box-gallery {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between
}

.ls-image-fluid-box .ls-fluid-box-gallery a {
    margin-bottom: 1rem
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-1 {
    width: 100%
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-2 {
    width: 49%;
    width: calc(50% - .5rem)
}

.ls-image-fluid-box .ls-fluid-box-gallery a.col-3 {
    width: 32%;
    width: calc(33.33333% - .66667rem)
}

.ls-image-fluid-box .box {
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, .25);
    box-sizing: border-box;
    padding-bottom: 66.66667%;
    position: relative;
    width: 100%
}

.ls-image-fluid-box .box img {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 50%
}

.overlay-1 .fluidbox-overlay {
    background-color: rgba(153, 145, 139, .85)
}

.overlay-2 .fluidbox-overlay {
    background-color: transparent;
    background-image: linear-gradient(to top left, rgba(130, 168, 158, 0.85), rgba(134, 150, 173, .85))
}

.overlay-3 .fluidbox-overlay {
    background-color: #000
}

.overlay-3 .fluidbox-overlay::before {
    background-image: url('../images/slider/pestrycake-1280x800.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .33333;
    -webkit-filter: blur(4px)
}
*/

/********** added from another template // mmostafa ****************/
/*
.gradient-45deg-light-blue-teal {
  background: #b3e5fc;
  background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
  background: linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
}

.gradient-45deg-light-blue-teal.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
}

.gradient-45deg-indigo-light-blue {
  background: #c5cae9;
  background: -webkit-linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
  background: linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
}

.gradient-45deg-indigo-light-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(179, 229, 252, 0.5);
}

.gradient-45deg-light-blue-indigo {
  background: #b3e5fc;
  background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
  background: linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
}

.gradient-45deg-light-blue-indigo.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(159, 168, 218, 0.5);
}

.gradient-45deg-yellow-green {
  background: #ffff8d;
  background: -webkit-linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
  background: linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
}

.gradient-45deg-yellow-green.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(185, 246, 202, 0.5);
}

.gradient-45deg-orange-deep-orange {
  background: #ffe0b2;
  background: -webkit-linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
  background: linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
}

.gradient-45deg-orange-deep-orange.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 204, 188, 0.5);
}

.gradient-45deg-deep-purple-purple {
  background: #d1c4e9;
  background: -webkit-linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
  background: linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
}

.gradient-45deg-deep-purple-purple.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(243, 229, 245, 0.5);
}

.gradient-45deg-red-pink {
  background: #FF5252;
  background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
  background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

.gradient-45deg-red-pink.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(244, 143, 177, 0.5);
}

.gradient-45deg-light-green-amber {
  background: #c5e1a5;
  background: -webkit-linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
  background: linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
}

.gradient-45deg-light-green-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 248, 225, 0.5);
}

.gradient-45deg-amber-amber {
  background: #ff6f00;
  background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
  background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
}

.gradient-45deg-amber-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 111, 0, 0.3);
}

.gradient-45deg-purple-pink {
  background: #ea80fc;
  background: -webkit-linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
  background: linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
}

.gradient-45deg-purple-pink.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(252, 228, 236, 0.5);
}

.gradient-45deg-indigo-light-blue {
  background: #3949ab;
  background: -webkit-linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
  background: linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
}

.gradient-45deg-indigo-light-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
}

.gradient-45deg-teal-cyan {
  background: #e0f2f1;
  background: -webkit-linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
  background: linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
}

.gradient-45deg-teal-cyan.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
}

.gradient-45deg-blue-grey-blue-grey {
  background: #cfd8dc;
  background: -webkit-linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
  background: linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
}

.gradient-45deg-blue-grey-blue-grey.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(84, 110, 122, 0.5);
}

.gradient-45deg-cyan-light-green {
  background: #0097a7;
  background: -webkit-linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
  background: linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
}

.gradient-45deg-cyan-light-green.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(178, 255, 89, 0.5);
}

.gradient-45deg-orange-amber {
  background: #e65100;
  background: -webkit-linear-gradient(45deg, #e65100 0%, #ffa000 100%);
  background: linear-gradient(45deg, #e65100 0%, #ffa000 100%);
}

.gradient-45deg-orange-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-indigo-blue {
  background: #303f9f;
  background: -webkit-linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
  background: linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
}

.gradient-45deg-indigo-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-brown-brown {
  background: #6d4c41;
  background: -webkit-linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
  background: linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
}

.gradient-45deg-brown-brown.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(187, 222, 251, 0.5);
}

.gradient-45deg-blue-grey-blue {
  background: #263238;
  background: -webkit-linear-gradient(45deg, #263238 0%, #2979FF 100%);
  background: linear-gradient(45deg, #263238 0%, #2979FF 100%);
}

.gradient-45deg-blue-grey-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(41, 121, 255, 0.5);
}

.gradient-45deg-purple-deep-orange {
  background: #8e24aa;
  background: -webkit-linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
  background: linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
}

.gradient-45deg-purple-deep-orange.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 110, 64, 0.5);
}

.gradient-45deg-green-teal {
  background: #43A047;
  background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
  background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}

.gradient-45deg-green-teal.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(77, 182, 172, 0.5);
}

.gradient-45deg-purple-light-blue {
  background: #e040fb;
  background: -webkit-linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
  background: linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
}

.gradient-45deg-purple-light-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
}

.gradient-45deg-cyan-cyan {
  background: #18ffff;
  background: -webkit-linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
  background: linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
}

.gradient-45deg-cyan-cyan.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
}

.gradient-45deg-yellow-teal {
  background: #fff9c4;
  background: -webkit-linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
  background: linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
}

.gradient-45deg-yellow-teal.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
}

.gradient-45deg-purple-deep-purple {
  background: #7b1fa2;
  background: -webkit-linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
  background: linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
}

.gradient-45deg-purple-deep-purple.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(124, 77, 255, 0.5);
}

.gradient-45deg-cyan-light-green {
  background: #00e5ff;
  background: -webkit-linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
  background: linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
}

.gradient-45deg-cyan-light-green.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(204, 255, 144, 0.5);
}

.gradient-45deg-purple-amber {
  background: #d500f9;
  background: -webkit-linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
  background: linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
}

.gradient-45deg-purple-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 160, 0, 0.5);
}

.gradient-45deg-indigo-purple {
  background: #303f9f;
  background: -webkit-linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
  background: linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
}

.gradient-45deg-indigo-purple.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(123, 31, 162, 0.5);
}

.gradient-45deg-deep-purple-blue {
  background: #6200ea;
  background: -webkit-linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
  background: linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
}

.gradient-45deg-deep-purple-blue.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-deep-orange-orange {
  background: #bf360c;
  background: -webkit-linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
  background: linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
}

.gradient-45deg-deep-orange-orange.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(245, 124, 0, 0.5);
}

.gradient-45deg-light-blue-cyan {
  background: #0288d1;
  background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
  background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

.gradient-45deg-light-blue-cyan.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(38, 198, 218, 0.5);
}

.gradient-45deg-blue-indigo {
  background: #2962FF;
  background: -webkit-linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
  background: linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
}

.gradient-45deg-blue-indigo.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(57, 73, 171, 0.5);
}

.gradient-45deg-semi-dark {
  background: #00AEFF;
  background: -webkit-linear-gradient(180deg, #00AEFF 0%, #3369E6 100%);
  background: linear-gradient(-90deg, #00AEFF 0%, #3369E6 100%);
}

.gradient-45deg-semi-dark.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(51, 105, 230, 0.5);
}
 */

/*----------------------------------------
  Helper Classes
------------------------------------------*/
/* Width */
.width-10 {
  width: 10% !important;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

/* Border Radius */
.border-radius-1 {
  border-radius: 1px !important;
}

.border-radius-2 {
  border-radius: 2px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-7 {
  border-radius: 7px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-9 {
  border-radius: 9px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-round {
  border-radius: 50px !important;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.m-0 {
  margin: 0 !important;
}

/* Margin Top */
.mt-0 {
  margin-top: 0% !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-6 {
  margin-right: 6% !important;
}

.mr-7 {
  margin-right: 7% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mr-9 {
  margin-right: 9% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-6 {
  margin-left: 6% !important;
}

.ml-7 {
  margin-left: 7% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ml-9 {
  margin-left: 9% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0% !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mb-6 {
  margin-bottom: 6% !important;
}

.mb-7 {
  margin-bottom: 7% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.mb-9 {
  margin-bottom: 9% !important;
}

.mb-10 {
  margin-bottom: 10% !important;
}

/* Padding All */
.padding-1 {
  padding: 1% !important;
}

.padding-2 {
  padding: 2% !important;
}

.padding-3 {
  padding: 3% !important;
}

.padding-4 {
  padding: 4% !important;
}

.padding-5 {
  padding: 5% !important;
}

.padding-6 {
  padding: 6% !important;
}

.padding-7 {
  padding: 7% !important;
}

.padding-8 {
  padding: 8% !important;
}

.padding-9 {
  padding: 9% !important;
}

.padding-10 {
  padding: 10% !important;
}

.p-0 {
  padding: 0 !important;
}

/* Padding Top */
.pt-0 {
  padding-top: 0% !important;
}

.pt-1 {
  padding-top: 1% !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-3 {
  padding-top: 3% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pt-5 {
  padding-top: 5% !important;
}

.pt-6 {
  padding-top: 6% !important;
}

.pt-7 {
  padding-top: 7% !important;
}

.pt-8 {
  padding-top: 8% !important;
}

.pt-9 {
  padding-top: 9% !important;
}

.pt-10 {
  padding-top: 10% !important;
}

/* Padding Right */
.pr-0 {
  padding-right: 0% !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-6 {
  padding-right: 6% !important;
}

.pr-7 {
  padding-right: 7% !important;
}

.pr-8 {
  padding-right: 8% !important;
}

.pr-9 {
  padding-right: 9% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

/* Padding Left */
.pl-0 {
  padding-left: 0% !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-6 {
  padding-left: 6% !important;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-8 {
  padding-left: 8% !important;
}

.pl-9 {
  padding-left: 9% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0% !important;
}

.pb-1 {
  padding-bottom: 1% !important;
}

.pb-2 {
  padding-bottom: 2% !important;
}

.pb-3 {
  padding-bottom: 3% !important;
}

.pb-4 {
  padding-bottom: 4% !important;
}

.pb-5 {
  padding-bottom: 5% !important;
}

.pb-6 {
  padding-bottom: 6% !important;
}

.pb-7 {
  padding-bottom: 7% !important;
}

.pb-8 {
  padding-bottom: 8% !important;
}

.pb-9 {
  padding-bottom: 9% !important;
}

.pb-10 {
  padding-bottom: 10% !important;
}

/* Minimum Height */
.min-height-100 {
  min-height: 100px !important;
}

.min-height-150 {
  min-height: 150px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.min-height-300 {
  min-height: 300px !important;
}






/************ custom *********/
/*
.card {
    overflow: hidden;
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}
.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
}
.card .card-content img {
    width:80px;
    border-radius:40px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
.card .card-content h5 {
    font-weight: 700;
    font-size: 24px;
    vert-align: bottom;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
.card .card-content:hover img{
    width:90px;
}

.center, .center-align {
    text-align: center;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
*/
/*
.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}
*/
.white-text {
  color: #FFFFFF !important;
}
/*
.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}
*/
/*mmostafa*/
/******** override bootstrap *********/
.dropdown-toggle::after{
    content: unset !important;
}

.alert{
    text-align:center;
}

/****** panels **************/
h3.panel-title {
    font-size: 13px;
}

/*********** b3 to b4 *******/

 .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}

 /********* spinner:copied from qBank *************/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#spinner-container {
    position: fixed;
    z-index: 300000;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
#spinner-container #spinner {
    border: 14px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top: 14px solid #ff7878;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
    position: fixed !important;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

/*** datepicker ************/
.datepicker {
    border: 1px solid #ccc;
    color: #333333;
}
.datepicker-inline{
    margin:auto!important;
    width:280px!important;
}
.datepicker-inline table tr td, .datepicker-inline table th td{
    width:40px!important;
    height:40px!important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color:#666666;
    opacity: 0.5;
}

.datepicker table tr td:hover{
    background: #ff7878!important;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active{
    background:#269abc!important;;
}

[dir=ltr] .l-float-l{
    float:left;
}
[dir=rtl] .l-float-l{
    float:right;
}

[dir=ltr] .l-float-r{
    float:right;
}
[dir=rtl] .l-float-r{
    float:left;
}

[dir=ltr] .l-align-r{
    text-align:right;
}
[dir=rtl] .l-align-r{
    text-align:left;
}
[dir=ltr] .l-mg-r-70{
    margin-right:70px;
}
[dir=rtl] .l-mg-r-70{
    margin-left:70px;
}
[dir=ltr] .l-pos-r-10{
    right:10px;
}
[dir=rtl] .l-pos-r-10{
    left:10px;
}
.hidden{
    display: none!important;
}
.modal-footer .btn{
    margin-right: .25rem!important;
    margin-left: .25rem!important;
}

.sys-stamp{
    font-size: smaller;
}

/****** fees button *****/
.ls-custom-wizard {
    position: relative;
    margin: auto;
    border: 1px solid #cbc5ba;
    height: 120px;
    background: #1fb5ad;
    color: white;
    box-shadow: 3px 3px 3px #e0e0e0;
    cursor: pointer
}

.ls-custom-wizard h2 {
    font-size: 20px;
    margin: 0;
    padding: 35px 0 0 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
[dir=rtl] .ls-custom-wizard h2{
    padding: 35px 10px 0 0;
}

.ls-custom-wizard span {
    padding: 0 0 0 10px;
    font-size: 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
[dir=rtl] .ls-custom-wizard span {
    padding: 0 10px 0 0;
}

.ls-custom-wizard .icon {
    position: absolute;
    top: 39px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

[dir=ltr] .ls-custom-wizard .icon {
    float: right;
    right: 10px;
}
[dir=rtl] .ls-custom-wizard .icon {
    float: left;
    left: 10px;
}

.ls-custom-wizard .icon i.fa {
    text-align: right;
    font-size: 40px;
    opacity: .5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-custom-wizard:hover h2,
.ls-custom-wizard.active h2 {
    font-size: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-custom-wizard:hover span,
.ls-custom-wizard.active span {
    font-size: 25px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-custom-wizard:hover .icon,
.ls-custom-wizard.active .icon {
    top: 29px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ls-custom-wizard:hover .icon i.fa,
.ls-custom-wizard.active .icon i.fa {
    font-size: 60px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}
/****** end of fees button *****/

[dir=rtl] .was-validated .form-control{
    background-position: center left calc(2.25rem / 4) !important;
    padding-right: 0.75rem;
    padding-left: 2.25rem;

}
/******** mullti select********/

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}
/************** narorow-table **************/
table.narrow th, table.narrow td{
    padding:0.2rem;
}

.report-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/******* land page ****************/
#land-page{
    /*padding:80px 300px;*//*A.s.*/
    padding:30px 200px; /*A.s.*/
}
.land-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.land-navigation li {
    text-align: center;
    background: #e0e0e0;
    /*width: 120px;
    height: 80px;*/ /*A.S.*/
    overflow: hidden;
    display: inline-block;
    /* A.S.*/
    width: 200px;
    height: 100px;
    border: solid 2px #dcdcdc;
    /* end A.S.*/
}

.land-navigation li a {
    display: inline;
    color: #000;
    text-decoration: none;
    outline: 0
}

.land-navigation li a:hover {
    text-decoration: none
}

.land-navigation li a i {
    font-size: 45px; /*A.S.*/
    padding: 14px; /*A.S.*/
    /*font-size: 20px;*/ /*A.S.*/
    line-height: 40px;
    display: block;
    color: #ff7878;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
     -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.land-navigation li a span {
    color: #565656;
    display: block;
    /*padding-bottom: 11px;*/
}

.land-navigation li a:hover i {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    color: #1fb5ad
}


.land-navigation li a:hover span {
    font-weight: bold;
}

.land-navigation li a.active i.fa {
    color: #1fb5ad
}


.top-navigation .user-image {
    height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

[dir=rtl] .custom-control{
    padding-right:1.5rem;
}
[dir=rtl] .custom-control-label::before{
    right:-1.5rem;
}
[dir=rtl] .custom-control-label::after{
    right:-1.5rem;
}

/*---- auto suggest 'mail' -------*/
[dir=rtl] li[class^='token-input-input-token'], [dir=rtl] li[class^='token-input-token']{
    float:right;
}
ul[class^='token-input-list']{
    font-family:inherit!important;
}
div[class^='token-input-dropdown']{
    font-family:inherit!important;
}

[dir=rtl] .custom-file-label::after {
    left: 0;
    right: auto;
    border-left-width: 0;
    border-right: inherit;
}
[dir=rtl] .close{
    float:left;
    left: 0;
}

/**** bootbox ------*/
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    height: 100%;
}
.modal-body > .close {
  position: absolute;
  top: 0;
  padding: 0.5rem 0.75rem;
  /*z-index: 1;*/
}
.modal-content {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.modal-lg .bootbox-body{
    font-size: larger;
}

/**** modal ****/

[dir=rtl] .modal-header .close {
  margin: -1rem auto -1rem -1rem!important;
}

.modal.zoom .modal-content{
    -webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.modal.zoom.show .modal-content{
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*** blink *****/

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



/* ribbon */
.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  background-color: #3498db;
  /*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
  color: #fff;
  /*font: 700 18px/1 'Lato', sans-serif;*/
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 27px;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -60px;
  top: 20px;
  transform: rotate(-45deg);
}

/******* datatables ***********/
[dir=rtl] .dataTables_wrapper .dataTables_info{
    float: right!important;
}

table.clickable tbody tr:hover{
    color: white;
    background-color: #0275d8;
    cursor: pointer;
}

/*** bootstrap-select ***/
.dropdown-menu{
    font-size: inherit!important;
}

[dir=rtl] .dropdown-menu{
    text-align: right!important;
    float: right!important;
}

[dir=rtl] .dropdown-menu[role="combobox"]{
    left:auto;
    right: 0;
}
[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option{
    text-align: right;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: inherit!important;
}


.card-default {
    border-color: #e3dfd8
}

.card-default>.card-header {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #515151
}

.centered {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.bg-white {
  background: #FFFFFF !important;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#3071a9;
    border-color:#285e8e
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
    background-image:none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{
    background-color:#428bca;
    border-color:#357ebd
}
.btn-primary .badge{
    color:#428bca;
    background-color:#fff
}

.label {
    border: 1px solid #000
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    /*font-size: 75%;*/
    /*font-weight: 700;*/
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.bold {
    font-weight: bold;
}


@media print {
  .bold-borders-in-print td, .bold-borders-in-print th { border: 1px solid #565656 !important;}
}