/* Import fonts */
/*@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);*/

@font-face {
    font-family: 'BYekan';
    src: url(../fonts/BYekan.ttf);
    src: url(../fonts/BYekan.ttf?#iefix) format("embedded-opentype"),url(../fonts/BYekan.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
 font-family:'IRANSansXV';
 src:url(../fonts/IRANSansXV.woff) format("woff-variations"),
 url(../fonts/IRANSansXV.woff) format("woff");
 font-weight:100 900;
 /*font-display:fallback;*/
}
@font-face {
 font-family:'iranyekan';
 src:url(../fonts/iranyekanweblightfanum.b29cf05ee1d8c79734a5.woff) format("woff-variations"),
 url(../fonts/iranyekanweblightfanum.b29cf05ee1d8c79734a5.woff) format("woff");
 font-weight:100 900;
 /*font-display:fallback;*/
}
@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan-modified.eot');
    src: url('../fonts/Yekan-modified.eot#iefix') format('embedded-opentype'),
         url('../fonts/Yekan-modified.woff') format('woff'),
         url('../fonts/Yekan-modified.ttf') format('truetype'),
         url('../fonts/Yekan-modified.svg#CartoGothicStdBook') format('svg');
    font-weight:100 900;
    font-style: normal;
}

/* BASIC THEME CONFIGURATION */
body {
    direction:rtl;
    color: #2f2f2f;
	background: #f1f1fc;
    font-family: iranyekan,IRANSansXV,'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #5b5bff;
    color: #fff;
}
::-moz-selection {
    background: #5b5bff;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/* Bootstrap Modifications */
.modal-header {
	/*background: #ff6c60;*/
     /*background-image: linear-gradient(30deg,#fbaf0f,#f5841d);*/
    /*background-image: linear-gradient(30deg,#ed5565,#ff6c60);*/
     background-image: linear-gradient(30deg,#9797e5,#5b5bff);
}

.modal-title {
	color: white;
}

.btn-round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	border-top: 1px solid #F5F5F5;
	padding: 5px 0px;
	line-height: 28.75px;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: #ffffff;
	outline: none !important;
	text-decoration: none;
}	

/*Theme Backgrounds*/

.bg-theme {
	background-color: #B2BFDB;
}

.bg-theme02 {
	background-color: #ac92ec;
}

.bg-theme03 {
  background-color: #48cfad;
}

.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/

.btn-theme {
  color: #fff;
  background-color: #B2BFDB;
  border-color: #48bcb4;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-clear-g {
	color: #48bcb4;
	background: transparent;
	border-color: #48bcb4;
}

.btn-clear-g:hover {
	color: white;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}



/*Helpers*/

.centered {
	text-align: center;
}

.goright {
	text-align: right;
}

.goleft {
	text-align: left;
}
/*fasele menu*/
.mt {
	margin-top: 5px;
}

.mb {
	margin-bottom: 5px;
}

.ml {
	margin-right: 5px;
	}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
	background-color: #B2BFDB;
}

.bg-theme {
	background-color: #B2BFDB;
}

ul.top-menu > li > .logout {
	color: #000000;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #adadff !important;
	padding: 5px 15px;
	margin-left: 15px;
	/*background: #B2BFDB;*/
    background:#ffc107;
	margin-top: 15px;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    /*background: #F7FAFB;*/
       /* color bg side bar*/
    background: #f1f1fc;
    border: 2px solid #d9dfed;
    /* i add this line*/
    /*border-radius: 50px;*/
}

#sidebar h5 {
	color: #f2f2f2;
	font-weight: 700;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-right: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 2px;
    /*payam change to 10*/
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url("../img/nav-expand.png") no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    left:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url("../img/nav-expand.png") no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
      /* color for hover sidebar menu list opend */
         background: #5b5bff;
         border-radius: 5px;
         /*box-shadow: 0 7px 15px rgba(104,152,248,.5);*/
        /*border-radius: 5px 5px 0 0;*/
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
     /* i add this line for list margin with together*/
    margin-top: 2px;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 14px;
    padding: 6px 0;
     /* i add color and center in start dropdownl list */
   text-align:center;
   /*color: #F5F5F5;*/
    color: #000000;

    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

ul.sidebar-menu li ul.sub li a:hover {
	color: white;
	background: transparent;
    /*drop down menu hover color*/
     /*background:#f4a425;*/
}

ul.sidebar-menu li ul.sub li.active a {
    /*color: #B2BFDB;*/
    color:#0909ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-right:5px;
    margin-left:5px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
      /*Vira color*/
    color: #2f2f2f;
    text-decoration: none;
    display: block;
      /*Vira right align*/
    padding: 10px 0px 10px 10px;
     /*Vira Font size*/
    font-size: 14px;
       /* i added two line bellow*/
        background: #d9dfed;
        color: #000000;

    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
     /* select menu color i changed it */
     background: #5b5bff;
     /*border-radius: 40px 999em 999em 40px;*/
      border-radius: 50px;

    color: #f2f2f2;
    font-size:16px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-left: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-right: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1002;
}

.black-bg {
     /* bg color for menu top */
    background: #D9DFED;
      /* border 1 to 2 px */
    border-bottom: 2px solid #deedff;
/*add this*/
     /*border-radius: 50px;*/
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

a.logo {
    font-size: 18px;
    color: #000000;
    float: right;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #B2BFDB;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: right;
}

.notify-row {
    float: right;
    margin-top: 15px;
    margin-right: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #666666 !important;
    padding: 2px 6px;
    margin-left: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #b6b6b6 !important;
    /*background-color: transparent !important;*/
    /*top menue hover*/
    background-color: #5b5bff;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
}

.notify-row .badge {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #B2BFDB;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: right;
    height: 40px;
    margin-left: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    left: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: left;
    left: 0;
    right: auto;
}

.dropdown-menu.extended.logout > li {
    float: right;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: right;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-left: 0;
}
.top-nav ul.top-menu > li {
    margin-right: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #B2BFDB;
    border-bottom-color: #B2BFDB !important;
    border-top-color: #B2BFDB !important;
}



/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: right;
    padding-left: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-right: 0px;
}

.sidebar-closed #sidebar {
    margin-right: -180px;
}


/* Dash Side */

.ds {
	background: #f1f1fc;
	padding-top: 20px;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: #ffffff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	margin: 0;
	/*background: #ff865c;*/
     /*background-image: linear-gradient(30deg,#fbaf0f,#f5841d);*/
         background-image: linear-gradient(30deg,#ed5565,#ff6c60);
	text-align: center;
}

.ds i {
	font-size: 12px;
	line-height: 16px;
}

.ds .desc {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
}

.ds .desc:hover {
	background: #f2f2f2;
}

.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: right;
}

.ds .details {
	width: 170px;
	float: right;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #B2BFDB;
}

/* LINE ICONS CONFIGURATION */

.mtbox {
	margin-top: 80px;
	margin-bottom: 40px;
}

.box1 {
	padding: 15px;
	text-align: center;
  /*for default page center box*/
	/*color: #989898;
	border-bottom: 1px solid #989898;*/
}

.box1 span {
	font-size: 50px;

}

.box1 h3 {
	text-align: center;
/*add this for box default page*/
    box-shadow: 0 8px 16px #deedff;
}

.box0:hover .box1 {
	/*border-bottom: 1px solid #ffffff;*/
    /*add 2 line below*/ 
     box-shadow: 0 8px 16px #2daff1;
     border-radius:7px;
}

.box0 p {
	text-align: center;
	font-size: 12px;
	color: #f2f2f2;
}

.box0:hover p {
	color: #ff865c;
}

.box0:hover {
	background: #ffffff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
/*background: linear-gradient(45deg,#d6d6ff 0%,#adadff 60.1%,#8484ff 100%);
border-radius: 4px;
padding: 10px;
box-shadow: 0 8px 16px #0D1E53;*/
}

/* MAIN CHART CONFIGURATION */
.main-chart {
	padding-top: 20px;
}

.mright {
}

.border-head h3 {
    /*chnaged*/
    margin-top: 20px;
    margin-bottom: 20px;
	margin-right: 15px;	
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #000000;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    /*changed*/
    margin: 0px 5px;
    float: right;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #f5871c;
    color: #B2BFDB;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #f9a712;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
	display: block;
	text-align: center;
}

.donut-main h4 {
	font-weight: 700;
	font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn {
	height: 250px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.pn:hover {
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	
}

/*Grey Panel*/

.grey-panel {
	text-align: center;
	background: #dfdfe1;
}
.grey-panel .grey-header {
	background: #ccd1d9;
	padding: 3px;
	margin-bottom: 15px;
}
.grey-panel h5 {
	font-weight: 200;
	margin-top: 10px;
}
.grey-panel p {
	margin-right: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
	margin-top: 5px;
	font-weight: 700;
	margin-right: 15px;
}
.donut-chart h2 {
	font-weight: 900;
	color: #FF6B6B;
	font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
	text-align: center;
	background: #444c57;
}
.darkblue-panel .darkblue-header {
	background: transparent;
	padding: 3px;
	margin-bottom: 15px;
}
.darkblue-panel h1 {
	color: #f2f2f2;
}
.darkblue-panel h5 {
	font-weight: 200;
	margin-top: 10px;
	color: white;
}
.darkblue-panel footer {
	color: white;
}
.darkblue-panel footer h5 {
	margin-right:10px; 
	margin-left: 10px;
	font-weight: 700;
}

/*Green Panel*/
.green-panel {
	text-align: center;
	background: #B2BFDB;
}
.green-panel .green-header {
	background: #43b1a9;
	padding: 3px;
	margin-bottom: 15px;
}
.green-panel h5 {
	color: white;
	font-weight: 200;
	margin-top: 10px;
}
.green-panel h3 {
	color: white;
	font-weight: 100;
}
.green-panel p {
	color: white;
}

/*White Panel */
.white-panel {
	text-align: center;
	/*background: #ffffff;*/
    background:#41cac0;
	color: #000000;
}

.white-panel p {
	margin-top: 5px;
	font-weight: 700;
	margin-right: 15px;
}
.white-panel .white-header {
	background: #f4f4f4;
	padding: 3px;
	margin-bottom: 15px;
	color: #c6c6c6;
}
.white-panel .small {
	font-size: 10px;
	color: #ccd1d9;
}

.white-panel i {
	color: #B2BFDB;
	padding-left: 4px;
	font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; 
  height: 250px;
}
.stock .stock-chart {
  background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat; 
}    
.stock .current-price {
  background: #1d2122;
  padding: 10px; 
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: left; 
}
.stock .changes .up {
	color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700; 
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
	text-align: center;
}
.stock .summary strong {
	font-weight: 900;
	font-size: 14px;
}

/*Content Panel*/
.content-panel {
	/*background: #face15;*/
    /*background-image: linear-gradient(30deg,#fbaf0f,#face15);*/
    /*background: #5b5bff;*/
      /*background: #f1f1fc;*/
    background: #d9dfed;
    border: 2px solid #d9dfed;
	/*box-shadow: 0px 3px 2px #041f3f;*/
	padding-top: 15px;
	padding-bottom: 5px;
    margin-top:10px;
    border-radius:5px;
    text-align:center;
}
.content-panel h4 {
	margin-right: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
	background: url(../Assets/img/weather.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.weather i {
	color: white;
	margin-top: 45px;
}
.weather h2 {
	color: white;
	font-weight: 900;
}
.weather h4 {
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
	background: #e9f0f4;
}
.weather-2 .weather-2-header {
	background: #54bae6;
	padding-top: 5px;
	margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
	color: white;
	margin-right: 5px;
	margin-left: 5px;
}
.weather-2 .weather-2-header p small {
	font-size: 10px;
}
.weather-2 .data {
	margin-left: 10px;
	margin-right: 10px;
	color: #272b34;
}
.weather-2 .data h5 {
	margin-top: 0px;
	font-weight: lighter;
}
.weather-2 .data h1{
	margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
	background: #ffcf00;
}

.weather-3 i {
	color: white;
	margin-top: 30px;
	font-size: 70px;
}
.weather-3 h1 {
	margin-top: 10px;
	color: white;
	font-weight: 900;
}
.weather-3 .info {
	background: #f2f2f2;
}
.weather-3 .info i {
	font-size: 15px;
	color: #c2c2c2;
	margin-bottom: 0px;
	margin-top: 10px;
}
.weather-3 .info h3 {
	font-weight: 900;
	margin-bottom: 0px;
}
.weather-3 .info p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 16px;
	color: #c2c2c2;
	font-size: 15px;
	font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
	background: #4fc1e9;
	text-align: center;
}
.twitter-panel i {
	color: white;
	margin-top: 40px;
}
.twitter-panel p {
	color: #f5f5f5;
	margin: 10px;
}
.twitter-panel .user {
	color: white;
	font-weight: 900;
}


/* Instagram Panel*/
.instagram-panel {
	background: url(../Assets/img/instagram.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.instagram-panel i {
	color: white;
	margin-top: 35px;
}
.instagram-panel p {
	margin: 5px;
	color: white;
}

/* Product Panel */
.product-panel {
	background: #dadad2;
	text-align: center;
	padding-top: 50px;
	height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
	background: #d9dfed;
	text-align: center;
}
.product-panel-2 .badge {
	position: absolute;
	top: 20px;
	right: 35px;
}
.badge-hot {
	background: #ed5565;
/*70 to 50*/
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

/* Soptify Panel */
#spotify {
	background: url(../Assets/img/lorde.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 220px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
	top: 15%;
	left: 10px;
	position: absolute;
	margin-top: 5px;
}
#spotify .sp-title {
	bottom: 15%;
	right: 25px;
	position: absolute;
	color: #efefef;
}
#spotify .sp-title h3 {
	font-weight: 900;
}
#spotify .play{
	bottom: 18%;
	left: 25px;
	position: absolute;
	color: #efefef;
	font-size: 20px
}
.followers {
	margin-right: 5px;
	margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
	background: url(../Assets/img/blog-bg.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
	position: absolute;
	top: 20px;
	right: 35px;
}
.badge-popular {
	background: #3498db;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.blog-title {
	background: rgba(0,0,0,0.5);
	bottom: 100px;
	padding: 6px;
	color: white;
	font-weight: 700;
	position: absolute;
	display: block;
	width: 120px;
}
.blog-text {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 15px;
	font-size: 12px;
}

/* Calendar Configuration */
#calendar {
	color: white;
	padding: 0px !important;
}
.calendar-month-header {
	background: #43b1a9;
}

/* TODO PANEL */
.steps{
  display: block;
}
.steps input[type=checkbox] {
  display: none;
}
.steps input[type=submit]{
  background: #f1783c;
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.5s ease
}
.steps input[type=submit]:hover{
  background: #8fde9c;
}
.steps label{
  background: #393D40;
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #44494e;
  color: #889199;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 52px;
  cursor: pointer;
  transition: all 0.7s ease;
  margin: 0px;
}
.steps label:before{
  content:"";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 26px 0px 0px 18px;
  border-radius: 100%;
  transition: border 0.7s ease
}
.steps label:hover{
  background: #2B2E30;
  color: #46b7e5
}
.steps label:hover:before{
  border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
  border: 2px solid #96c93c;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
	background: url(../Assets/img/profile-01.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
	color: white;
	padding-top: 50px;
	margin: 0px;
	text-align: center;
}
#profile-01 h6 {
	color: white;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 900;
}
.profile-01 {
	background: #B2BFDB;
	height: 50px;
}
.profile-01:hover {
	background: #2f2f2f;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  cursor: pointer;
}
.profile-01 p {
	color: white;
	padding-top: 15px;
	font-weight: 400;
	font-size: 15px;
}

/* Profile 02*/
#profile-02 {
	background: url(../Assets/img/profile-02.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
	padding-top: 40px;
	text-align: center;
}
#profile-02 h4 {
	color: white;
	margin:0px;
	padding-top: 8px;
}
.pr2-social a {
	color: #cdcdcd;
}
.pr2-social a:hover {
	color: #B2BFDB;
}
.pr2-social i {
	margin-top: 15px;
	margin-left: 12px;
	font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: right;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: left;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background:#39b7ac;
    color: #797979;
}
.panel.terques-chart .chart-tittle .value {
    float: left;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #B2BFDB;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
	cursor: move;
	display: inline-block !important;
	margin-bottom: 7px !important;
	margin-left: 7px !important;
	padding: 10px;
}

.drop-after {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
	background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
	background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #B2BFDB;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #B2BFDB;
	background-image:url(../Assets/img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
	margin-left: 5px;
}

.ez-checkbox, .ez-radio {
	height: 20px;
	width: 20px;
}

.brand-highlight {
background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
	background: #ffffff;
	margin: 10px;
	padding: 10px;
	box-shadow: 0px 3px 2px #aab2bd;
	text-align: right;
}

label {
	font-weight: 400;
}

.form-horizontal.style-form .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.round-form {
	border-radius: 500px;
	-webkit-border-radius: 500px;
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: right;
	}
}

#focusedInput {
	border: 1px solid #ed5565;
	box-shadow: none;
}

.add-on {
	float: left;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 80px; 
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    right: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    right: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: right;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-right {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-right: 1px solid transparent;
}
.has-switch span.switch-left {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-left [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-right {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-left {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}



/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
/*change from 100 to 10*/
	margin: 10px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	/*background: #B2BFDB;*/
     /*Add 2 line below*/
       background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(153, 0, 204), rgb(21, 59, 255)) repeat scroll 0% 0%;
        box-shadow: 0 7px 15px rgba(104,152,248,.5);

	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
/*20*/
	font-size: 18px;
	text-transform: uppercase;
/*300*/
	font-weight: 200;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}


/*LOCK SCREEN CONF*/
#showtime {
	width: 100%;
	color: #fff;
	font-size: 90px;
	margin-bottom: 30px;
	margin-top: 250px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.lock-screen {
	text-align: center;
}

.lock-screen a {
	color: white;
}

.lock-screen a:hover {
	color: #48cfad
}

.lock-screen i {
	font-size: 60px;
}

.lock-screen .modal-content {
	position: relative;
	background-color: #f2f2f2;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
}


.btn-facebook {
  color: #fff;
  background-color: #5193ea;
  border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2775e2;
  border-color: #2775e2;
}

.btn-twitter {
  color: #fff;
  background-color: #44ccfe;
  border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2bb4e8;
  border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: right;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-left: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-left: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-right: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    right:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-right: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-right: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-right: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-right: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-right: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-right: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    /*background: #B2BFDB;*/
    background: #d9dfed;
    color: #a1b1c0;
    padding: 10px 0;
}


.go-top {
    margin-left: 1%;
    float: left;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}


/* Css New */
.glow {
  font-size: 14px;
  color: #ed5565;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  text-align: center;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #face15, 0 0 20px #face15, 0 0 30px #face15, 0 0 40px #face15, 0 0 50px #face15, 0 0 60px #face15, 0 0 70px #face15;
  }
  to {
    text-shadow: 0 0 20px #041f3f, 0 0 30px #041f3f, 0 0 40px #041f3f, 0 0 50px #041f3f, 0 0 60px #041f3f, 0 0 70px #041f3f, 0 0 80px #041f3f;
  }
}
.AdminHeader {
    background: linear-gradient(45deg,#f5871c 0%,#fdc508 60.1%,#f9a712 100%);
    box-shadow: 0 4px 4px #343434;
    border-radius: 10px 10px;
    /*border-radius:50px;*/
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
}

.imgLeft {
    float: right;
    margin-right: 10px; /*padding-right: 4px;*/
    border-radius: 50px;
}

.MyNotification {
    /*background: linear-gradient(45deg,#E1B913 0%,#EDD674 60.1%,#face15 100%);*/
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 8px 16px #2A3542;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
/*ForSlider from argon template about page*/
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.about-page {
    padding: 30px 15px;
}

.about-page .flexslider {
    margin-bottom: 35px !important;
    background: transparent;
}

.about-page .flexslider img {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.about-page h2,
.services-page h2 {
    color: #343434;
    font-size: 20px;
    font-family: 'yekan','Montserrat', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
}

.about-page h2:after,
.services-page h2:after {
    position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #808080;
	
}

.about-page p,
.services-page p {
    color: #2f2f2f;
    font-size: 16px;
    font-family: iranyekan;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 15px;
}

.team-post {
    text-align: center;
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
}

.team-post .team-photo {
    position: relative;
    margin-bottom: 25px;
}

.team-post .team-photo img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.team-hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.93);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    visibility: hidden;
    opacity: 0;
}

.team-post:hover .team-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.team-hover .inn-hover {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.team-hover .inn-hover h3 {
    /*changed*/
    color: #000000;
    font-size: 18px;
    font-family: iranyekan;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}

.team-hover .inn-hover h3:after {
    position: absolute;
    content: '';
    bottom: -1px;
    right: 50%;
    margin-right: -25px;
    width: 50px;
    height: 2px;
    background: #9da7aa;
}

.team-hover .inn-hover span {
    display: inline-block;
    color: #a0abae;
    font-size: 16px;
    font-family: iranyekan;
    margin: 0 0 28px;
    position: relative;
}

.team-post p {
    margin: 0;
}

.team-post a {
    display: inline-block;
    color: #face15;
    font-size: 16px;
    font-family: iranyekan;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.about-company {
    /*margin-bottom: 25px;*/
    margin-left:-7px;
}
.meter { 
    height: 30px;  /* Can be anything */
    position: relative;
    background: #41cac0;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.meter > span {
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    position: relative;
    overflow: hidden;
    background: #967adc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.meter p {
    position: absolute;
    padding: 0 20px;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: iranyekan;
    line-height: 30px;
    z-index: 2;
    text-transform: uppercase;
}

.meter p span {
    float: left;
    display: inline-block;
    color: #343434;
}
.skills-section {
		margin-bottom: 30px;
	}
/*From vira*/
/* ========== */
/* = Country Flags = */
/* ========== */
/** FAMFAMFAM flag icons CSS.  Examples: <i class="famfamfam-flag-fr"> France</i> <i class="famfamfam-flag-us"> United States</i>  @author https://github.com/tkrotoff @link https://github.com/tkrotoff/famfamfam_flags  */
[class^="fam-flag"] {
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px; /* vertical-align: text-top; */
    background-image: url("../../Images/Design/flags.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.fam-flag-Arab {
    background-position: 0px -88px;
    width: 16px;
    height: 11px;
}

.fam-flag-FA {
    background-position: -127px -144px;
    width: 16px;
    height: 11px;
}
.fam-flag-gb {
    background-position: -176px -22px;
    width: 16px;
    height: 11px;
}
/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: left;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #2f2f2f;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}
/*carousel*/

.carousel-indicators li {
    background:  #41cac0 ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #5b5bff;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    right: 50%;
    margin-right: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.right, .carousel-control.left {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #50c8ea;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}


/*==========================1402*/
 @media all and (min-width: 480px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 479px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}
.mypage-alo-phone {
    position: fixed;
    z-index: 200000 !important;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 110px;
    height: 110px;
    cursor: pointer;
    background-color: transparent;
}

.mypage-alo-ph-img-circle {
    position: absolute;
    top: 43px;
    left: 43px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .7;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(30,30,30,.1) url(../../Images/Pages/call-icon.png) no-repeat center center;
    /*background-color: #967adc;*/
    background-color:#f9a712;
        /*background: linear-gradient(45deg,#f5871c 0%,#fdc508 60.1%,#f9a712 100%);*/
    /*f26f18*/
    background-image: url(../../Images/Pages/call-icon.png);
    background-size: 70%;
}

.mypage-alo-ph-circle-fill {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .2s ease-in-out;
    -moz-transition: all .5s;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -o-transition: all .5s;
    transition: all .2s ease-in-out;
    transition: all .5s;
    opacity: .75 !important;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*background-color: rgba(0,175,242,.5);*/
    background-color:#fdc508;
}

.animatedd {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animatedd.infinite {
        animation-iteration-count: infinite;
    }

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        transform: scaleX(1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%, 20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.tada {
    animation-name: tada;
}

.pulse {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 #f5871c;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0);
    }
}

h1.title-head {
    font-size: 1.4em;
    color: #efefef;
    padding: 5px 10px 7px;
    text-transform: Capitalize;
    background-image: linear-gradient(30deg,#5b5bff,#9797e5);
    box-shadow: 0 7px 15px rgba(123, 129, 139, 0.75);
    background-color: #167BCB;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0 7px 15px #000);
    margin: 20px auto !important;
    display: block;
    /*color: #000000 !important;*/
    line-height: 40px !important;
    text-align: center !important;
    margin-left:5px;
    margin-right:5px;
}
h1.title-head:hover {
    font-size: 1.4em;
    color: #efefef;
    padding: 5px 10px 7px;
    text-transform: Capitalize;
        background-image: linear-gradient(30deg,#9797e5,#5b5bff);
    /*box-shadow: 0 7px 15px rgba(104,152,248,1.5);*/
    background-color: #167BCB;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0 7px 15px #000);
    margin: 20px auto !important;
    display: block;
    /*color: #000000 !important;*/
    line-height: 40px !important;
    text-align: center !important;

}

.center {
    text-align: center;
}
    .article img {
        max-width: 98%;
        margin: 0 auto;
        border-radius: 7px; 
        margin-bottom: 5px;
        text-align: center;
    }
    .article-text img {
        max-width: 98%;
        margin: 0 auto;
        border-radius: 7px; 
        margin-bottom: 5px;
        text-align: center;
    }
        .article  ul li {
    clear: both;
    background: url(../../Images/Design/list.png) right no-repeat;
    list-style: none;
    padding: 2px 0 3px;
    padding-right: 25px;
    background-size: 20px;
}
            .pLeft {
       line-height:1.5em; direction:ltr; text-align: left;
   }
/*.KarikhanList ul li {
    clear: both;
    background: url(../../Images/Design/list.png) right no-repeat;
    list-style: none;
    padding: 2px 0 3px;
    padding-right: 25px;
    background-size: 20px;
}*/
.bussiness-right {
    font-family: IRANSansXV;
    line-height: 22px;
    color: #fff;
    padding: 20px;
}
.bussinessCTA {
    background: url(../../Images/Design/CTA.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 7px 15px rgba(104,152,248,.5);
    border-radius: 5px;
    font-size:18px;
    margin-bottom:10px;
    padding-bottom:20px;
}
.bussinessPattern {
    /*font-family: IRANSansXV;*/
    background: url(../../Images/Design/Pattern.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 7px 15px rgba(104,152,248,.5);
    border-radius: 5px;
    margin-bottom:10px;
    padding-bottom:20px;
}
.bussinessGreen {
    background: url(../../Images/Design/green.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 7px 15px rgba(104,152,248,.5);
    border-radius: 5px;
    margin-bottom:10px;
    padding-bottom:20px;
}

.bussinessOrange {
    background: url(../../Images/Design/Orange.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 7px 15px rgba(104,152,248,.5);
    border-radius: 5px;
    margin-bottom:10px;
    padding-bottom:20px;
}
.bussinessBlue {
    background: url(../../Images/Design/blue.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 7px 15px rgba(104,152,248,.5);
    border-radius: 5px;
    margin-bottom:10px;
    padding-bottom:20px;
}

/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/


.blog-page {
    padding: 30px 15px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.blog-post {
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden;
}

.blog-post .flexslider {
    margin: 0 !important;
}

.blog-post .gal-content {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
}

.blog-post .gal-content img {
    width: 100%;
}

.blog-hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.95);
    text-align: center;
    vertical-align: central;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    visibility: hidden\0/;
    opacity: 0\0/;
}

.blog-post:hover .blog-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: hidden\1/;
    opacity: 0\1/;
}

.blog-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.blog-hover a {
    display: inline-block;
    vertical-align: central;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-hover a:hover {
    opacity: 0.6;
}

.post-title {
    background: #fff;
    padding: 22px 20px 15px 30px;
    border-bottom: 1px solid #e7e6e6;
}

.post-title h2 {
    color: #343434;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 8px;
}

.post-title h2 a {
    color: #343434;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-title h2 a:hover {
    opacity: 0.7;
}

.post-content {
    background: #fff;
    padding: 13px 30px 20px;
}

.blog-page .post-content p {
    max-height: 130px;
    overflow: hidden;
}

.post-content p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.post-tags {
    padding: 0;
    margin: 0;
}

.post-tags li {
    display: inline-block;
    margin-left: 12px;
}

.post-tags li:last-child {
    margin-left: 0px;
}

.post-tags li a {
    display: inline-block;
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-tags li a i {
    color: #808080;
    font-size: 14px;
    margin-left: 6px;
}

a.load-more {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    background: #2f3133;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.load-more:hover {
    opacity: 0.7;
}
.MygridHeader
{
	/*font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;*/
	background-color : #967adc;
    color:#F7F7F7;
	text-align : center;
	vertical-align : middle;
	/*height : 30px;
	border-style : solid;
	border-width : 1px;
	border-color : rgb(147, 149, 152);*/
}
/*=================== webins added css and image folder to root*/
.poppanel
{
	padding-top : 8px;
	width : 150px;
	background-image : url(images/popmenueback.gif);
	background-repeat : repeat-y;
	
}

.popLinks
{
	padding-top : 5px;
	text-align : center;
	font-style : normal;
	font-size : 0.6em;
	font-weight : bold;
	color : rgb(180,0,30);
	text-decoration : none;
	background-image : url(images/poplinkback.gif);
	background-repeat : no-repeat;
}
.menueLinks
{
	padding-top : 8px;
	text-align : center;
	font-style : normal;
	font-size : 1em;
	font-weight : bold;
	color : rgb(150,0,0);
	text-decoration : none;
	background-image : url(images/menuelinkbuttonback.gif);
	background-repeat : no-repeat;
	margin-top:4px;
}
.titleLabel
{
	font-style : normal;
	font-size : 0.7em;
	font-weight : bold;
	color : rgb(180,0,30);
	text-decoration : none;
	z-index : 1;
	position : relative;
	top : 5px;
}

.striped
{
	background-color :Red;
}

.bottomTextLoginName
{
	font-style : normal;
	font-size : 0.7em;
	font-weight : bold;
	color : rgb(70,70,140);
	text-decoration : none;
}
.contenttitle
{
	background-image:url(images/bgmargintitle.gif); 
	width:160px; 
	height : 25px; 
	text-align:center; 
	background-repeat :no-repeat;
	float :right;
	display : inline;
}
.bottomLoginName
{
	background-image:url(images/bgmarginbottom.gif); 
	width:160px; 
	height : 25px; 
	text-align:center; 
	background-repeat :no-repeat;
}
.footercontent
{
	text-align:center; 
	border-color : Gray;
	border-style : solid;
	border-width : 1px;
	background-image : url(images/menuebarback.gif);
	background-repeat : repeat-x;
	height : 35px;
	padding-right : 20px;
	padding-left : 20px;
	font-size : 0.6em;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : Gray;
}
.dateRow
{
	text-align:center; 
	padding-right : 20px;
	padding-left : 20px;
	font-size : 0.6em;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : Navy;
}
.errorList
{
	text-align:center; 
	padding-right : 20px;
	padding-left : 20px;
	font-size : 1em;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : Red;
}
.wellcomtext
{
	text-align:left; 
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : White;
	display : inline;
	margin-left : 20px;
}
.WaterMarkClass
{
	color:Gray;
}

.contentDiv
{
	text-align:center; 
	font-size : 8pt; 
	font-style : normal; 
	font-weight : normal;
}
.panelheadright
{
	width:20px;
	height : 25px;
	background-image : url(images/paneltopright.gif);
	background-repeat : no-repeat;
}
.panelheadleft
{
	width:20px;
	height : 25px;
	background-image : url(images/paneltopleft.gif);
	background-repeat : no-repeat;
}
.panelheadrepeat
{
	height : 25px;
	background-image : url(images/paneltoprepeat.gif);
	background-repeat : repeat-x;
}
.panelcontentback
{
	background-image : url(images/panelcontentback.gif);
	background-repeat : repeat-x;
}
.panelcontent
{
	margin-top : 10px;
}
.panelbottomright
{
	width:20px;
	height : 12px;
	background-image : url(images/panelbottomright.gif);
	background-repeat : no-repeat;
}
.panelbottomleft
{
	width:20px;
	height : 12px;
	background-image : url(images/panelbottomleft.gif);
	background-repeat : no-repeat;
}
.panelbottomrepeat
{
	height : 12px;
	background-image : url(images/panelbottomrepeat.gif);
	background-repeat : repeat-x;
}
.panelmarginright
{
	width : 20px;
	background-image : url(images/panelmarginright.gif);
	background-repeat : repeat-y;
}
.panelmarginleft
{
	width : 20px;
	background-image : url(images/panelmarginleft.gif);
	background-repeat : repeat-y;
}
.femaleMargin
{
	margin-right : 15px;
}
.marqueePanel
{
	text-align:center; 
	border-right-color : Black; 
	border-right-style : solid; 
	border-right-width:2px; 
	height:275px; 
	border-left-color : Black; 
	border-left-style : solid; 
	border-left-width:2px; 
	width:150px;
}
.linkPanelTop
{
	background-image:url(images/linkpaneltop.gif); 
	background-repeat :no-repeat; 
	width:160px; 
	height:40px;
}
.menuePanel
{
	width:160px;
}
.content
{
	direction : rtl; 
	padding-right : 15px; 
	padding-left : 15px; 
	font-size : 8pt;
	font-style : normal; 
	font-weight : normal;
}
.gridHeader
{
	color : rgb(123, 0, 0);
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	background-color : rgb(220, 221, 222);
	text-align : center;
	vertical-align : middle;
	height : 30px;
	border-style : solid;
	border-width : 1px;
	border-color : rgb(147, 149, 152);
}
.gridPager
{
	color : rgb(123, 0, 0);
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	background-color : rgb(220, 221, 222);
	text-align : center;
	vertical-align : middle;
	height : 20px;
	border-style : solid;
	border-width : 1px;
	border-color : rgb(147, 149, 152);
}
.grid
{
	color : Black;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	background-color : White;
	text-align : center;
	vertical-align : middle;
	border-style : solid;
	border-width : 2px;
	border-color : rgb(147, 149, 152);
	width : 100%;
}
.gridCell
{
	height : 20px;
	color : Black;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
	vertical-align : middle;
	border-style : solid;
	border-width : 1px;
	border-color : rgb(147, 149, 152);
}
asp:LinkButton
{
	color : Green;
}
.popcontextpanel
{
	width : 240px;
	background-image : url(images/popcontextpanelback.gif);
	background-repeat : repeat-y;
	border-style : solid;
	border-width : 1px;
	border-color : Black;
	text-align : justify;
	font-size : 8pt;
	font-weight : normal;
	padding : 5px 5px 5px 5px;
	color : Black;
	line-height : 20px;
}
.pophtmlpanel
{
	width : 550px;
	background-color : White;
	border-style : solid;
	border-width : 1px;
	border-color : Black;
	padding : 10px 10px 10px 10px;
}
.divcontext
{
	width : 384px;
	background-image : url(images/divcontextback.gif);
	background-repeat : repeat-y;
	border-style : solid;
	border-width : 1px;
	border-color : Black;
	text-align : justify;
	font-size : 8pt;
	font-weight : normal;
	padding : 8px 8px 8px 8px;
	color : Black;
	line-height : 20px;
}
.subject
{
	text-align : center;
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	color : rgb(125, 0, 0);
}
.chatTextBox
{
	margin-right:10px;
	font-size:12pt;
	font-weight:bold;
	vertical-align : middle;
	width:500px;
	height:30px;
}
.poppanelgrid
{
	border-style : solid;
	border-width : 2px;
	border-color  :Gray;
}
.modalback
{
	background-color : rgba(104,152,248,.5);
	filter: alpha(opacity=80);
	opacity:0.8;
}
.gridgreenrow
{
	background-color : Green;
}
.gridlankaslabelred
{
	text-decoration : none;
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
	color : rgb(160,0,0);
}
.gridlankaslabelgreen
{
	text-decoration : none;
	font-size : 8pt;
	font-weight : bold;
	color : rgb(0,120,0);
}
.poppanelcancelreason
{
	width:200px;
	background-image : url(images/popcontextpanelback.gif);
	background-repeat : repeat-y;
	font-size : 8pt;
	color : Black;
	border-style : solid;
	border-width : 1px;
	border-color : Black;
}

/* from FlatLablRTL*/
/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-right: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    right: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-left: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-left: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#fcb322;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: right;
    margin-left: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-right: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
}
 /*End Of from FlatLablRTL*/

/*gridview*/
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview CssClass="table table-striped table-bordered table-hover" */

/*Start Socila*/
.icon-thumbs-down, .icon-thumbs-up, .comment-list .replies .comment::before, .icon-speech, .icon-social-rss, .icon-social-twitter, .icon-social-instagram, .icon-social-telegram, .icon-social-facebook, .icon-social-googleplus, .icon-social-linkedin, .icon-social-pinterest {
    background: url(../../Images/Design/Social.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.icon-social-telegram {
    background-position: -0px -214px;
    height: 24px;
    width: 24px;
}

.icon-social-instagram {
    background-position: -25px -214px;
    height: 24px;
    width: 24px;
}

.icon-social-facebook {
    background-position: -17px -166px;
    height: 24px;
    width: 24px;
}

.icon-social-twitter {
    background-position: -41px -133px;
    height: 24px;
    width: 24px;
}

.icon-social-linkedin {
    background-position: -65px -166px;
    height: 24px;
    width: 24px;
}

/*.icon-social-Tell {
    background-position: -45px -12px;
    height: 24px;
    width: 24px;
}
.icon-social-Mail {
    background-position: -65px -132px;
    height: 24px;
    width: 24px;
}*/
[class*="icon"] {
    display: inline-block;
    overflow: hidden;
    /*text-indent: -1000px;*/
}

.text-social {
    vertical-align: top;
    margin-right: 5px;
    color:#000000;
    /*text-align:right;*/
}
.panel-success a {
    color: #000000;
    font-size: 12px;
}
.panel-success a :hover{
    color: #ff6c60;
    font-size: 12px;
    text-decoration:underline;
}

/*a {
    vertical-align: top;
    color: #414546;
}*/
/*End Socila*/

.text-margin
{
 margin-right:7px;
 margin-left:7px;
}
    /*.article img {
        max-width: 98%;
        margin: 0 auto;
        border-radius: 7px; 
        margin-bottom: 5px;
        text-align: center;
    }
    .article-text img {
        max-width: 98%;
        margin: 0 auto;
        border-radius: 7px; 
        margin-bottom: 5px;
        text-align: center;
    }
    	.article-text p {
		margin: 1em 0 0.8em 0;
		font-size: 0.9em;
	}
        	.article-text p {
    color: #777;
    line-height: 2em;
    margin: 1.5em 0 0.8em 0;
    font-size: 0.95em;
}

.article-text a {
	font-size:1em;
	color:#000;
}
.article-text a {
    float: left;
}
.article-text a:hover {
	color:#000;
}*/

    /*====Loader Css Start====*/
body.loaded .ms_loader {
	display: none;
}
.ms_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #14182a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ms_inner_loader .ms_loader {
	background-color: #14182a;
}
.ms_inner_loader .ms_loader .bar {
	background: #ff4865;
}
.ms_loader .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ms_loader .wrap .lines {
	background: linear-gradient(to top, #f85032 0%, #db1ba8 82%, #db1ba8 100%);
}
.ms_loader .wrap .lines:nth-child(1) {
	-webkit-animation: lines 1s 0.1s ease-in-out infinite alternate;
	animation: lines 1s 0.1s ease-in-out infinite alternate;
}
@-webkit-keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(2) {
	-webkit-animation: lines 1s 0.2s ease-in-out infinite alternate;
	animation: lines 1s 0.2s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(3) {
	-webkit-animation: lines 1s 0.3s ease-in-out infinite alternate;
	animation: lines 1s 0.3s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(4) {
	-webkit-animation: lines 1s 0.4s ease-in-out infinite alternate;
	animation: lines 1s 0.4s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(5) {
	-webkit-animation: lines 1s 0.5s ease-in-out infinite alternate;
	animation: lines 1s 0.5s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(6) {
	-webkit-animation: lines 1s 0.6s ease-in-out infinite alternate;
	animation: lines 1s 0.6s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(7) {
	-webkit-animation: lines 1s 0.7s ease-in-out infinite alternate;
	animation: lines 1s 0.7s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(8) {
	-webkit-animation: lines 1s 0.8s ease-in-out infinite alternate;
	animation: lines 1s 0.8s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(9) {
	-webkit-animation: lines 1s 0.9s ease-in-out infinite alternate;
	animation: lines 1s 0.9s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(10) {
	-webkit-animation: lines 1s 1s ease-in-out infinite alternate;
	animation: lines 1s 1s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(11) {
	-webkit-animation: lines 1s 1.1s ease-in-out infinite alternate;
	animation: lines 1s 1.1s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}
.ms_loader .wrap .lines:nth-child(12) {
	-webkit-animation: lines 1s 1.2s ease-in-out infinite alternate;
	animation: lines 1s 1.2s ease-in-out infinite alternate;
}
@keyframes lines {
	0% {
		height: 0;
	}
	100% {
		height: 35px;
	}
}