@import url(../plugins/fonts/fontiran.css);

body {
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% 100%, cover;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

h1 {
  margin-top: 0;
  color: #eee;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
}

hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

/*Navbar*/

.navbar {
  position: relative;
  z-index: 20;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
}

.navbar .brand {
  text-shadow: 2px 2px 1px #000;
  float: right;
  font-family: IRANSans, Tahoma;
}

.navbar .navbar-inner {
  background: #4d5b76;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d5b76), color-stop(1, #6c7a95));
  background: -ms-linear-gradient(bottom, #4d5b76, #6c7a95);
  background: -moz-linear-gradient(center bottom, #4d5b76 0%, #6c7a95 100%);
  background: -o-linear-gradient(bottom, #4d5b76, #6c7a95);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7a95',EndColorStr='#4d5b76')";
  padding: 0em 1em;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-bottom: none;
  box-shadow: 0 1px 3px #272727;
}

.navbar .nav {
  margin: 0em;
  margin-right: -1em;
}

.navbar .nav>li>a {
  color: #fff;
  text-shadow: none;
  text-align: right;
}

.navbar .nav>li:hover {
  background-color: #444;
}

.navbar .nav>li>a:hover {
  color: #fff;
}

.navbar .dropdown-menu a:hover {
  background: none;
  color: #FF8C00;
}

.navbar .nav li.dropdown.open>.dropdown-toggle {
  background-color: #444;
  color: #fff;
  text-align: right;
}

.content {
  min-width: 340px;
  position: relative;
  min-height: 800px;
  margin-right: 195px;
  /*background: #fff;
  border-right: 1px solid #cccccc;
  border-right: 3px solid #999999;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% 100%, cover;*/
}

.header {
  background: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #cdcdcd, #ffffff);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #cdcdcd, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e6e6e6')";
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 2em 1.25em 0;
  /* Tablet */
}

.header h1 {
  margin: 1em 0em;
  padding: 0em;
  line-height: .5em;
  font-size: 1.5em;
  color: #eee;
  color: #333;
  text-align: right;
}

.breadcrumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eee;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fafafa;
  margin-bottom: 0em;
  direction: rtl;
  opacity: 0.8;
}

.page-content {
  padding: 1em;
}

footer {
  color: #666;
  font-size: 0.85em;
  width: 94%;
  position: absolute;
  bottom: 0;
  line-height: 0.7em;
  padding-bottom: 0.5em;
  padding-left: 1.33em;
  text-shadow: 1px 1px 1px #ccc;
}

.singin_footer {
  padding: 1em;
  margin-top: 3.5em;
  color: #666;
  font-size: .8em;
  line-height: .7em;
  text-shadow: 1px 1px 1px #ccc;
}

footer hr {
  margin: 1.2em -2em;
}

/*Quick Toolbar*/

.btn-toolbar.quick-toolbar {
  float: right;
}

.btn-toolbar.quick-toolbar .btn {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.stats p.stat {
  margin: .7em 0em 0em 1em;
}

.stats .stat {
  margin-left: 1em;
  line-height: 3em;
  float: left;
  direction: rtl;
}

.stats .stat .number {
  font-weight: bold;
  margin-left: .3em;
  padding: .35em;
  border: 1px solid #ccc;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
  background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 1px #ccc;
  text-shadow: 1px 1px 1px #ccc;
  border-radius: 4px;
}

/*Blocks*/

.block {
  background: white;
  margin: 0.5em 0em;
  border-radius: 8px 8px 15px 15px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 20px #555;
  opacity: 0.90;
}

.dialog .block {
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
}

.dialog-firest .block {
  box-shadow: 0px 1px 15px #53617C;
}

.dialog-success .block {
  box-shadow: 0px 1px 15px #00DB00;
}

.dialog-error .block {
  box-shadow: 0px 1px 15px #FF0000;
}

.block-footing {
  border-left: none;
  color: #505050;
  display: block;
  margin-bottom: -1px;
  text-shadow: 1px 2px 3px #ccc;
  text-transform: none;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 3em;
  direction: rtl;
  padding-right: 10px;
  border-radius: 0px 0px 13px 13px;
}

.block-footing .block-icon {
  border-right: 1px solid #AAA;
  border-left: none;
}

.block-footing .block-icon [class*="icon-"] {
  padding: 0em 1em;
  line-height: 1em;
}

.block-footing .block-icon.pull-right {
  border-left: 1px solid #AAA;
  border-right: none;
}

p.block-footing {
  color: #505050;
  background: #9cb4e3;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));*/
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9cb4e3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  display: block;
  padding-left: 1em;
  border-top: 1px solid #fff;
  outline: none;
}

.block-heading {
  border-bottom: 1px solid #a6a6a6;
  border-left: none;
  color: #505050;
  display: block;
  margin-bottom: 0px;
  text-shadow: 1px 2px 3px #ccc;
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
  line-height: 2.3em;
  direction: rtl;
  padding-right: 10px;
  border-radius: 5px 5px 0 0;
}

.block-heading .block-icon {
  border-right: 1px solid #AAA;
  border-left: none;
}

.block-heading .block-icon a {
  padding: 0em;
}

.block-heading .block-icon [class*="icon-"] {
  padding: 0em 1em;
  line-height: 1em;
}

.block-heading .block-icon.pull-right {
  border-left: 1px solid #AAA;
  border-right: none;
}

.block-heading .label {
  float: right;
  margin-top: .4em;
  margin-right: .75em;
  line-height: 1.6em;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
  float: left;
}

p.block-heading,
a.block-heading,
.block-heading a {
  color: #505050;
  background: #9cb4e3;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));*/
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9cb4e3), color-stop(1, #f3f7ff));
  background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  display: block;
  padding-left: 1em;
  border-top: 1px solid #fff;
  outline: none;
}

a.block-heading:hover,
.block-heading a:hover {
  background: #9add90;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9add90), color-stop(1, #fdfdfd));
  background: -ms-linear-gradient(bottom, #9add90, #fdfdfd);
  background: -moz-linear-gradient(center bottom, #9add90 0%, #fdfdfd 100%);
  background: -o-linear-gradient(bottom, #9add90, #fdfdfd);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd',EndColorStr='#dddddd')";
  color: #505050;
}

.block-body {
  margin: 1em;
  min-height: .25em;
}

.block-body h1,
.block-body h2,
.block-body h3,
.block-body h4,
.block-body h5,
.block-body h6,
.block-body table {
  margin-top: 5px;
  direction: rtl;
  margin-right: 10px;
}

.block-body.collapse {
  margin-top: 0em;
  margin-bottom: 0em;
}

/*Navigation*/

.sidebar-nav {
  width: 195px;
  position: fixed;
  float: left;
  border-top: none;
  border-left: none;
  right: 0;
  /* Table */
  margin: 2.1em 0 0;
  border-radius:  0 0 0 12px;
}

.sidebar-nav .nav-header {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cfcfcf;
  border-left: none;
  color: #242323;
  display: block;
  background: #efeff0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
  font-weight: normal;
  font-size: 1.14em;
  line-height: 2em;
  padding: 0em .38em;
  margin-bottom: 0px;
  text-shadow: 2px 1px 1px #ccc;
  text-transform: none;
  direction: rtl;
  /*Change the arrow direction if the item is collapsed*/
  opacity: 0.9;
}

.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .5em;
  margin-left: .25em;
  line-height: 1.5em;
}

.sidebar-nav .nav-header:hover {
  background: #efeff0;
/*  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";*/
}

.sidebar-nav .nav-header.collapsed .icon-chevron-up::before {
  content: "\f078";
}

.sidebar-nav .nav-header .icon-chevron-up {
  float: left;
}

.sidebar-nav .nav-header .label {
  float: left;
  margin-top: .4em;
  line-height: 1.5em;
}

.sidebar-nav .nav-header i[class^="icon-"] {
  margin-left: .75em;
  padding-right: 5px;
}

.sidebar-nav .nav-list {
  margin: 0px;
  border: 0px;
  background: #f6f6f6;
  direction: rtl;
  padding-right: 15px;
  opacity: 0.90;
}

.sidebar-nav .nav-list>li>a:hover {
  background: #e0e0e8;
}

.sidebar-nav .nav-list>.active>a,
.sidebar-nav .nav-list>.active>a:hover {
  background: #d2d2dd;
  color: #555;
  text-shadow: none;
}

.sidebar-nav .nav-list>.active>a:hover {
  background: #c3c3d2;
}

.sidebar-nav .nav-list>li>a {
  color: #444;
  padding: .5em 1em;
}

.sidebar-nav .nav-list.collapse.in {
  border-bottom: 1px solid #ccc;
}

/*Buttons*/

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 3px;
}

.btn-primary {
  background-color: #414959;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7994), to(#414959));
  background-image: -webkit-linear-gradient(top, #6c7994, #414959);
  background-image: -o-linear-gradient(top, #6c7994, #414959);
  background-image: linear-gradient(to bottom, #6c7994, #414959);
  background-image: -moz-linear-gradient(top, #6c7994, #414959);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7994',EndColorStr='#414959')";
  border: 1px solid #363d4a;
}

.btn-primary:hover {
  background-color: #414959;
  *background-color: #414959;
}

.btn-danger {
  background-color: #552c2f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95504c), to(#552c2f));
  background-image: -webkit-linear-gradient(top, #95504c, #552c2f);
  background-image: -o-linear-gradient(top, #95504c, #552c2f);
  background-image: linear-gradient(to bottom, #95504c, #552c2f);
  background-image: -moz-linear-gradient(top, #95504c, #552c2f);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#955959',EndColorStr='#553333')";
  border: 1px solid #552c2f;
}

.btn-danger:hover {
  background-color: #552c2f;
  *background-color: #552c2f;
}

.btn-success {
  background-color: #556665;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42ae3c), to(#556665));
  background-image: -webkit-linear-gradient(top, #42ae3c, #556665);
  background-image: -o-linear-gradient(top, #42ae3c, #556665);
  background-image: linear-gradient(to bottom, #42ae3c, #556665);
  background-image: -moz-linear-gradient(top, #42ae3c, #556665);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#869b99',EndColorStr='#556665')";
  border: 1px solid #556665;
}

.btn-success:hover {
  background-color: #2e663e;
  *background-color: #2e663e;
}

.btn-warning {
  background-color: #aaaa55;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccc99), to(#aaaa55));
  background-image: -webkit-linear-gradient(top, #cccc99, #aaaa55);
  background-image: -o-linear-gradient(top, #cccc99, #aaaa55);
  background-image: linear-gradient(to bottom, #cccc99, #aaaa55);
  background-image: -moz-linear-gradient(top, #cccc99, #aaaa55);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccc99',EndColorStr='#aaaa55')";
  border: 1px solid #99994d;
}

.btn-warning:hover {
  background-color: #aaaa55;
  *background-color: #aaaa55;
}

.well {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 2px 2px 5px #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/*Faq*/

.faq-content ul,
.faq-content ol {
  padding-left: 1em;
}

.faq-content ul .top,
.faq-content ol .top {
  float: right;
  line-height: 1.25em;
  padding: .75em 0em;
}

/*Gallery*/

.gallery {
  text-align: center;
}

.gallery>img {
  margin: .5em .5em .5em .5em;
}

.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.dialog,
.row .dialog,
.row-fluid .dialog,
.row-fluid [class*="span"].dialog:first-child {
  margin: 0px auto;
  margin-top: 5em;
  float: none;
  width: 335px;
}

.dialog input[type="checkbox"],
.row .dialog input[type="checkbox"],
.row-fluid .dialog input[type="checkbox"],
.row-fluid [class*="span"].dialog:first-child input[type="checkbox"] {
  margin: 0px;
}

.dialog .alert,
.row .dialog .alert,
.row-fluid .dialog .alert,
.row-fluid [class*="span"].dialog:first-child .alert {
  margin-bottom: 1em;
}

.dialog form,
.row .dialog form,
.row-fluid .dialog form,
.row-fluid [class*="span"].dialog:first-child form {
  margin-bottom: 0px;
}

.dialog .remember-me,
.row .dialog .remember-me,
.row-fluid .dialog .remember-me,
.row-fluid [class*="span"].dialog:first-child .remember-me {
  padding: .5em 0em 0em 0em;
}

input[type="text"],
input[type="password"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/*Alerts*/

.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5em 0.5em;
  margin-top: 0.8em;
  border: 1px solid #f2e187;
  background: #f7ecb5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
  background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
  background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
  direction: rtl;
}

.alert .close {
  right: 0.25em;
  float: left;
}

.alert.alert-error {
  border: 1px solid #8E3939;
  background: #963b3b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
  background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
  background: -moz-linear-gradient(center bottom, #963b3b 0%, #C97878 100%);
  background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
  box-shadow: 0px 1px 6px #555;
  border-radius: 7px;
}

.alert.alert-warning {
  border: 1px solid #CC8500;
  background: #CC8500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C78100), color-stop(1, #FFA90A));
  background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
  background: -moz-linear-gradient(center bottom, #DB8F00 0%, #FFC14D 100%);
  background: -o-linear-gradient(bottom, #C78100, #FFA90A);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFA90A',EndColorStr='#CC8500')";
  box-shadow: 0px 1px 6px #555;
  border-radius: 7px;
}

.alert.alert-info {
  border: 1px solid #7DC1E3;
  background: #afd9ee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
  background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
  background: -moz-linear-gradient(center bottom, #96CDE9 0%, #D5EBF6 100%);
  background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
  box-shadow: 0px 1px 6px #555;
  border-radius: 7px;
}

.alert.alert-success {
  border: 1px solid #96CE7E;
  background: #c1e2b3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
  background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
  background: -moz-linear-gradient(center bottom, #9FD289 0%, #D1EAC8 100%);
  background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
  box-shadow: 0px 1px 6px #555;
  border-radius: 7px;
}

/*Error Pages*/

.http-error {
  margin-top: 5em;
  text-align: center;
  color: #444;
}

.http-error h1 {
  font-size: 5em;
  line-height: 1em;
  text-shadow: 1px 1px 0px #fff;
  color: red;
}

.http-error p {
  margin: 0px;
  text-align: center;
}

.http-error .info {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 2em;
  text-align: center;
}

.http-error i {
  font-size: 4em;
  line-height: .75em;
  text-shadow: 1px 1px 0px #fff;
}

/*Tabs*/

.nav-tabs>li {
  margin-left: .5em;
}

.nav-tabs>li>a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/*Model*/

.modal {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.small {
  width: 400px;
  margin: -170px 0 0 -200px;
}

.modal .modal-icon {
  vertical-align: middle;
  font-size: 4em;
  float: left;
  margin-left: .25em;
}

.modal:focus {
  outline: none;
}

.modal .modal-header h3 {
  font-size: .95em;
}

.modal .modal-footer {
  padding: .5em;
}

.modal .modal-body {
  padding: 2em;
}

.modal p {
  margin: 0em;
  line-height: 1.5em;
}

/*Search*/

.search-well form {
  margin: 1em 0em 1.5em 0em;
}

.search-well label {
  margin-bottom: 0px;
  vertical-align: middle;
}

/*Table of Contents*/

.toc {
  margin-bottom: 2em;
}

.toc h3 {
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
}

.toc h4 {
  color: #555;
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

/*Dashboard Stats*/

.stat-widget-container {
  text-align: center;
}

.stat-widget-container .stat-widget {
  width: 25%;
  float: left;
}

.stat-widget-container .stat-widget .stat-button {
  margin-top: 1em;
  margin: 2em 1em;
  position: relative;
}

.stat-widget-container .stat-widget .stat-button .title {
  font-size: 2em;
  font-weight: bold;
  color: #999;
  text-align: center;
}

.stat-widget-container .stat-widget .stat-button .detail {
  font-size: 1.5em;
  color: #555;
  text-align: center;
}

table.table.list tr:first-child td {
  border-top: 0px;
}

/* Tweaks for mobile */

@media (max-width: 641px) {
  .content {
    margin: 0em;
  }
  .sidebar-nav {
    float: none;
    width: auto;
    position: relative;
  }
  h1 {
    text-align: center;
  }
  .stats {
    text-align: center;
    margin-top: 1em;
  }
  .stats .stat {
    float: none;
    display: inline;
  }
  .stat-widget-container .stat-widget {
    font-size: .5em;
  }
}

@media (max-width: 900px) {
  body.http-error {
    font-size: .75em;
  }
  body.http-error .error-message {
    padding: 0em 1em;
  }
}

@media (max-width: 851px) {
  .stat-widget-container .stat-widget {
    font-size: .75em;
  }
}

@media (max-width: 767px) {
  footer hr {
    margin-left: 0em;
    margin-right: 0em;
  }
}

@media (max-width: 604px) {
  body.http-error {
    font-size: .5em;
  }
}


/*----------------------------------------------------- My Css -------------------------------------------------------*/

.first-title {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding-right: 1.5em;
  padding-left: 3.5em;
}

.second-title {
  color: #37DB00;
  font-weight: bold;
  font-size: 20px;
}

.go-to-left {
  text-align: left;
}

.my-footer {
  line-height: 1.4em;
  text-align: center;
  font-weight: 700;
  box-shadow: 2px 1px 1px #eee;
  background-color: #f3f7ff;
  border-radius: 5px;
  opacity: 0.90;
}

.my-footer2 {
  text-align: center;
}

.login-is-ok {
  padding: 71px;
}

.forget-pass-is-ok {
  padding: 49px;
}

.get-text-shadow {
  text-shadow: 1px 2px 2px #ccc;
}

.icon_color_1 {
  color: #FF8C1A;
}

.icon_color_2 {
  color: #008F8F;
}

.icon_color_3 {
  color: #FF6347;
}

.icon_color_4 {
  color: #B8860B;
}

.icon_color_5 {
  color: #00B0EB;
}

.icon_color_6 {
  color: #D55DD1;
}

.icon_color_7 {
  color: #1E90FF;
}

.icon_color_8 {
  color: #990099;
}

.icon_color_9 {
  color: #FF0000;
}

.icon_color_10 {
  color: #84AF2C;
}

.icon_color_11 {
  color: #7B68EE;
}

.icon_color_12 {
  color: #D2691E;
}

.icon_color_13 {
  color: #00ADAD;
}

.icons_vertical_align {
  vertical-align: -.16em;
  line-height: 1em;
}

#draggable {
  width: auto;
  height: auto;
  padding: 0.5em;
}

#search {
  border: 4px solid #999;
  cursor: pointer;
  height: 10px;
  padding: 8px;
  position: relative;
  width: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#search:hover {
  border-color: #199ed9;
}

#search:focus {
  border-color: #199ed9;
  outline: none;
  width: 180px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#search.searching {
  margin-left: 80px;
  width: 10px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#search+p {
  background: #999;
  content: '';
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: -22px;
  width: 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}

#search+p:hover,
#search:hover+p,
#search:focus+p {
  background: #199ed9;
}

#search.searching+p {
  -moz-animation: rotateHandle .6s linear 6;
  -webkit-animation: rotateHandle .6s linear 6;
}

.ui-dialog-titlebar-close {
  left: 0.3em;
}

.ui-dialog-buttonset {
  float: left;
}

.plate_img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  width: 220px;
  height: 48px;
}

.plate_img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.device_img {
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  width: 48px;
  height: 48px;
}

.my_rounded_corners_on_list {
  max-width: 50px;
  max-height: 50px;
  border: 1px solid #ccc;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}

.my_rounded_corners_on_navbar {
  max-width: 35px;
  max-height: 35px;
  border: 0.16em solid #c4d5f6;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  margin: -5px -5px -6px 3px;
}

#back2Top {
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  bottom: 45px;
  left: 17px;
  color: #eb8a25;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
}

#back2Top:hover {
  color: #fc2a2f;
}

.sidebar-scroll {
  max-height: calc(110vh - 9rem);
  overflow-y: auto;
  box-shadow: 0px 0px 30px #645d5d;
}

.online {
  opacity: 1;
  animation-name: online1;
  animation-duration: 3s;
}
@keyframes online1 {
  from {opacity: 0.1;}
  to {opacity:1;box-shadow: #979797 6px 6px 6px;}
}


.temp_box a {
  color: #0e0e0e;
}

.temp_box a:hover {
  color: red;
  display: block;
  cursor: pointer;
}

.temp_box {
   background: #f5f5f5;
   border: #797979 solid 1px;
   border-radius: 8px;
   padding: 2px 3px 0px 3px;
   margin-bottom: -15px;
   box-shadow: #ccc 3px 2px;
}