/* Minification failed. Returning unminified contents.
(2326,121): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ctl00_activePage_rdbTransactionDate
(2330,107): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ctl00_activePage_rdbTransactionDate
(2334,122): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ctl00_activePage_rdbTransactionCount
(2338,108): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ctl00_activePage_rdbTransactionCount
(3178,1): run-time error CSS1019: Unexpected token, found '}'
(8387,3653): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8387,3688): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8387,3809): run-time error CSS1019: Unexpected token, found '@keyframes'
(8387,3836): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8670,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*
 * Table styles
 */


table.dataTable {
  width: 100%;
  margin: 0 auto;
 clear: both;
  border-collapse: collapse;
  border-spacing: 0;

  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}




.child>td>ul {
    width:100%;
}

/*table.dataTable thead th,
table.dataTable thead td {
 padding: 10px 18px;
  border:1px solid #000;
}*/

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  /*padding: 10px 18px 6px 18px;*/
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/content/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/content/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/content/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/content/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/content/images/sort_desc_disabled.png");
}
/*
table.dataTable tbody tr {
  background-color: white;
}
 */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 5px;
}
 
 
/*table.dataTable.no-footer {
  border-bottom: 1px solid #798992;
    color: #616f77;
    border-color: #798992;
}*/
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  /*padding: 4px 17px 4px 4px;*/
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  /*padding: 4px;*/
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  /*padding: 4px;*/
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
 
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  /*clear: both;*/
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 40px;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
/*.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #798992;
    color: #616f77;
}*/
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }

   
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 600px) {
.DepositList .OpenControl {min-width: 10px !important; width: 10px !important; height: 20px;}
.DepositList table.dataTable.dtr-column > tbody > tr > td.control::before,.DepositList table.dataTable.dtr-column > tbody > tr > th.control::before 
 {right: 30%;}
.DepositList .DepositNum {width: 140px !important; min-width:140px !important;}
.DepositList .CostViewHeader {min-width: 100px !important;width: 100px !important;}
.DepositList .DepositNumber {  width: 120px !important;}
.DepositList .pencilGrid {display:none !important;}
}

 
* {
    padding: 0;
    margin: 0;
}

#menu, .tblLoggedInMenuItems {
    width: 240px;
}

.imgbox2 {
    display: none;
}

#menu {
    max-width: 240px;
    top: 100px;
    bottom: 0;
    z-index: 101;
    -webkit-overflow-scroll: touch;
    direction: ltr;
    background-color: transparent;
    float: right;
    padding-bottom: 10px;
    overflow: hidden;
    direction: ltr;
}

.tblLoggedInMenuItems {
    text-align: right;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

.mainUl {
    width: 100%;
    direction: rtl;
}

    .mainUl li {
        font-weight: normal;
        text-decoration: none;
        cursor: pointer;
        text-align: right;
        list-style: none;
    }

    .mainUl a {
        outline: 0;
        text-decoration: none;
        display: block;
        font-size: 12px;
        line-height: 200%;
    }

    .mainUl ul ul {
        display: none;
        border: 2px solid #888;
        border-top-width: 0;
        padding-bottom: 10px;
        background-color: #fff;
    }

.menuItemHidden {
    display: none !important;
}

.hdnMediateMenuContent {
    display: none;
}

.mainUl ul {
    display: none;
}

.leftPlus {
    margin: 8px 0 0 15px;
}

.leftPlus2 {
    margin: -3px 0 0 15px;
}

.leftPlus, .leftPlus2 {
    width: 20px;
    float: left;
    height: 20px;
    display: inline-block;
}

#btnFilterMenuCancel {
    border: 0;
    position: absolute;
    cursor: pointer;
}

#btnFilterMenu {
    border: 0;
    position: absolute;
}

#btnFilterMenuCancel {
    right: 1px;
    top: 4px;
    padding: 10px;
}

#btnFilterMenu {
    left: 8px;
    width: 20px;
    height: 20px;
    top: 10px;
}

#txtFilterMenu {
    direction: rtl;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #155e82 !important;
    padding: 2px 37px;
    min-height: 15px;
    height: 40px;
    background-color: #285d77;
    color: #fff;
    margin-bottom: 15px;
}

.FilterMenuDiv {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.MenuIcon {
    margin-left: 10px;
    float: right;
}

.mainUl > li > a {
    padding: 10px 25px 0 0;
    border-width: 0;
    height: 32px;
    vertical-align: middle;
    background-color: #008acc;
    background-repeat: repeat-x;
    background-position: top;
    color: #fff;
}

.mainUl > li {
    background-color: #285d77;
    color: #fff;
    margin: 0 0 10px;
    margin-top: 4px;
    color: #888;
    border-width: 0;
}

.mainUl ul > li {
    background-color: #fff;
    color: #474747;
    border-bottom: 1px #efefef solid;
}

    .mainUl ul > li > a {
        margin: 0;
        border-width: 0;
        margin: 0;
        padding: 5px 30px 2px 0;
        color: #000;
    }

        .mainUl ul > li > a:hover {
        background: #e5e6e2;
        }


 .mainUl > li > a:hover{
    background-color: #285d77;
}
.viewMediateMenu {
    text-align: center;
    padding-top: 12px;
    background-image: url('/content/images/menubar.png');
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-size: 12px;
    display: inline-block;
    width: 52px;
    height: 30px;
}

    .viewMediateMenu:hover {
        background-color: #475c66;
    }

.menuCategoryActive > .viewMediateMenu, .menuCategoryActive > .menuCategory, .menuCategoryActive > .menuCategoryWithoutMore {
    font-weight: bold;
    background-color: #475c66;
}

.menuCategoryWithoutMore {
    width: 100% !important;
}

.menuItem .leftPlus {
    display: none;
}

.midMenuItemHidden {
    display: none !important;
}

#divFilterMenuCancel {
    display: none;
}

.midMenuItem {
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    height: 63px;
    text-align: right;
    margin: 0px 10px 10px 5px;
    /* display: inline-block; */
    box-shadow: 0px 0px 6px 0px #c6c6c6;
    overflow: hidden;
    }

.OfflineMidMenuStyle {
    background: url('/content/images/offline.png') no-repeat left center;
    padding: 0px 10px 0px 30px !important;
    padding-left: 30px;
    }

.towBoxMenuItem .midMenuItemTitle {
    padding-top: 7px !important;
    }

.midMenuItemTitle {
    font-weight: 500;
    text-align: right;
    padding: 13px 1px 0px 0px;
    display: inline-block;
    }

.midMenuItemList {
    text-align: left;
    padding: 0px 10px 5px 8px;
    margin: 5px 50px 0px 0px;
    cursor: pointer;
    border-top: 1px dashed #e6c318;
    }

.IconmidMenu {
    height: 100%;
    vertical-align: middle;
    width: 50px;
    float: right;
    border-left: 1px solid #ddd;
    background: #e4e4e4;
    margin-left: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #adaaaa;
    padding-top: 10px;
    }

.midMenuItemTitle:hover, .midMenuItemList:hover {
        }
.midMenuItemListWithoutContent {
}

.midMenuItemDescription {
    /* display: none !important; */
    padding-right: 4px;
    display: inline;
}

.midMenuOfflineImage {
    float: left;
    margin: -7px 10px 0px 0px;
}

.mainContainerMidMenu {
    padding: 0 2%;
    max-width: 1900px;
    margin: 0 auto;
}

.titleContainerMidMenu {
    text-align: right;
    color: black;
    border-bottom: 1px solid #f2c40f;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.contentContainerMidMenu {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.itemContainerMidMenu {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

    .itemContainerMidMenu:last-child {
        border: 0;
    }

.rightItemMidMenu {
    padding: 9px 14px 9px 0;
    width: 73%;
    display: inline-block;
    cursor: pointer;
    min-width: 300px;
    float: right;
}

.leftItemMidMenu {
    float: right;
    width: 17%;
    padding: 9px 10px 9px 0;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
    vertical-align: top;
    text-align: left;
}

.wholeItemMidMenu {
    padding: 9px 10px 9px 0;
    width: 97%;
    display: inline-block;
    cursor: pointer;
}

    .rightItemMidMenu:hover, .leftItemMidMenu:hover, .wholeItemMidMenu:hover {
        background-color: #fff0b3;
    }

.requestListImageMidMenu {
    margin-left: 10px;
    vertical-align: middle;
}

.infoMidMenu {
    background-color: #eee;
    width: 90%;
    /* min-height: 400px; */
    color: #5d5d5d;
    text-shadow: none;
    padding: 15px 15px 22px;
    text-align: justify;
    background-image: url('/content/images/MidMenuInfoBackground.png');
    background-repeat: no-repeat;
    background-position: left 98%;
    margin: 0 auto;
    margin-top: 1px;
    margin-right: 40px;
}

.titleInfoMidMenu {
    font-weight: bold;
}

.divTabContentMidMenu {
    border: 2px solid #ccc;
    padding: 25px;
}

.contentContainerMidMenu .linkList {
    color: #222;
    padding-right: 30px;
}

.contentContainerMidMenu img + .linkList {
    padding: 0;
}

.contentContainerMidMenu .Tab_StyleMidMenu {
    padding: 0;
    margin: 10px 0;
}

    .contentContainerMidMenu .Tab_StyleMidMenu li {
        display: inline;
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 2px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .contentContainerMidMenu .Tab_StyleMidMenu a {
        position: relative;
        top: 1px;
        font-size: 14px;
        color: darkgray;
        padding: 5px 15px;
    }

.contentContainerMidMenu .TabActiveMidMenu {
    color: #5d5d5d !important;
    border: 2px solid #ccc;
    background: white;
    padding: 13px 14px 11px 14px !important;
    border-top: 3px solid gold;
    border-bottom: none !important;
}

.twoColumnContentContainerMidMenu {
    width: 47%;
    float: right;
}

    .twoColumnContentContainerMidMenu:last-child {
        margin-right: 10px;
    }

@media only screen and (max-width:900px) {
    #layout.active1 #menu {
        right: 0;
    }

    .tblLoggedInMenuItems, #menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        padding-top: 60px;
        background-color: none;
    }

    .tblLoggedInMenuItems {
        background-color: #303e45;
        z-index: 1000;
    }

    .imgbox2 {
        position: fixed;
        top: 50px;
        right: 0;
    }

    .mainUl {
        width: 100%;
    }

    #behindTheMenu {
        width: 100% !important;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 100;
        left: 0;
        padding-top: 55px;
        opacity: .6;
        filter: alpha(opacity=90);
        background-color: #fff;
        display: none;
        height: 100% !important;
    }

    body {
        height: 100%;
    }

    .leftPlus, .leftPlus2 {
        width: 20px;
        float: left;
        height: 20px;
        display: inline-block;
    }

    .leftPlus {
        margin: 8px 0 0 15px;
    }

    .leftPlus2 {
        margin: -3px 0 0 15px;
    }

    .mainUl > li {
        border-top: 1px solid #52626a;
}

        .mainUl > li:last-child {
            border-bottom: 0;
}

        .mainUl > li > a {
            color: #fff;
}

    .menuCategory {
        border-bottom: 1px solid #20292e !important;
    }

    .viewMediateMenu {
        display: none;
    }

    .mainUl > li:hover {
        border-bottom-color: none;
        background-color: #7ea9ce;
    }

        .mainUl > li:hover + li {
            border-top-color: none;
        }

        .mainUl > li:hover > a {
            text-shadow: 0 0 2px #1b4871,0px 0 5px #023c6f;
        }

    .mainUl ul {
        width: 100%;
    }

        .mainUl ul > li {
            background-color: #415159;
            border-bottom: 0;
            border-top: 0;
        }

            .mainUl ul > li > a {
                padding: 2px 50px 2px 0;
                color: #fff;
            }

    #btnFilterMenu {
        left: 3px;
    }

    #txtFilterMenu {
        direction: rtl;
        font-size: 12px;
        min-height: 37px;
        background-color: #415159;
        border: none !important;
        margin-bottom: 0 !important;
    }

    .mainUl ul > li > a {
        font-size: 13px !important;
        color: #E8F0F3;
    }
     .mainUl > li > a:hover{
    background-color: none;
}
    #menu {
        background: none !important;
    }

    .FilterMenuDiv {
        margin: 4px auto;
        width: 95%;
    }

    .mainUl > li {
        margin: 0 !important;
    }

    .contentContainerMidMenu {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .rightItemMidMenu {
        float: right;
        margin-right: 0;
    }

    .leftItemMidMenu {
        float: right;
        text-align: right;
        min-width: 150px;
    }

    .itemContainerMidMenu {
        display: inline-block;
        width: 100%;
    }

    .infoMidMenu {
        width: 80%;
        min-height: 600px;
        /* height: 300px; */
    }
}

@media only screen and (max-width:600px) {
    .leftItemMidMenu {
        float: right;
        width: 100%;
        text-align: right;
        padding-left: 10px;
    }

    .rightItemMidMenu {
        width: 100%;
    }

    .itemContainerMidMenu {
        display: inline-block;
    }

    .infoMidMenu {
        width: 99%;
        min-height: 100px;
        margin-right: 0;
    }

    .contentContainerMidMenu .Tab_StyleMidMenu li {
        margin: 1px 0 0;
        width: 100%;
    }

    .contentContainerMidMenu .Tab_StyleMidMenu a {
        width: 90%;
        display: inline-block !important;
    }

    .twoColumnContentContainerMidMenu {
        width: 99%;
        float: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .titleContainerMidMenu {
        font-size: 16px;
    }

    .midMenuItem {
        width: 99%;
        display: block;
        min-width: 200px;
        height: 70px;
    }

    .midMenuItemTitle {
        font-size: 12px;
        font-weight: 400;
        padding: 15px 0px 5px 5px;
    }

    .midMenuItemList {
        font-size: 12px;
    }

    .OfflineMidMenuStyle {
        padding-left: 25px !important;
    }
}

@media only screen and (max-width:300px) {
    .midMenuItem {
    }

    .IconmidMenu {
        background-size: 20px 20px;
        width: 25px;
}

    .towBoxMenuItem .midMenuItemTitle {
        padding: 12px 5px 5px 25px !important;
}

    .midMenuItemTitle {
        font-size: 10px;
        font-weight: 300;
        padding: 25px 5px 5px 2px;
    }

    .midMenuItemList {
        margin-right: 25px;
        font-size: 10px;
        padding: 5px 5px 5px !important;
    }
}
.container{width:90%;max-width:900px;margin: 0px auto;}
.toggleMenu{display:none;background:#666;padding:10px 15px;color:#fff}
.nav{list-style:none;*zoom:1;background:#175e4c}
.nav:before,.nav:after{content:" ";display:table}
.nav:after{clear:both}
.nav ul{list-style:none;width:9em}
.nav a{padding:10px 15px;color:#fff}
.nav li{position:relative}
.nav>li{float:left;border-top:1px solid #104336}
.nav>li>.parent{background-image:url("/content/images/downArrow.png");background-repeat:no-repeat;background-position:right}
.nav>li>a{display:block}
.nav li ul{position:absolute;left:-9999px}
.nav>li.hover>ul{left:0}
.nav li li.hover ul{left:100%;top:0}
.nav li li a{display:block;background:#1d7a62;position:relative;z-index:100;border-top:1px solid #175e4c}
.nav li li li a{background:#249578;z-index:200;border-top:1px solid #1d7a62}


.min-width{
    display:none;
}
.dispaly-none
{
    display:none !important;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),url('/fonts/IRANSansWeb.woff') format('woff'),url('/fonts/IRANSansWeb.ttf') format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: padding-box;
    height: 100%;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input{
    border:1px #555 solid;
}

input[type="text"], input[type="image"] {
    -webkit-border-radius: 0;
}

.tblCalendar input, html {
    color: #3b3b3b;
}

body {
    font-family: IRANSans,Tahoma;
    font-weight: 300;
}

legend {
    white-space: nowrap;
    text-align: right;
}

h2 {
    font-size: 19px;
    color: #000;
}

input {
    font-size: 12px;
    margin-left: 0;
}

    input[type=text], select {
        min-height: 25px;
    }

input, select, textarea, button {
    font-family: inherit;
}

    input[type=text]:disabled, input[type=password]:disabled {
        background-color: #eee;
        border-color: #ccc !important;
    }

    input:focus {
        outline: 0 !important;
    }

    input[type=text], input[type=file], textarea, input[type=password] {
        border: 1px solid #d4d4d4;
        min-height: 25px;
        padding-right: 5px;
        padding-left: 5px;
    }

select {
    border: 1px solid #d4d4d4;
    height: 27px;
}

.selectStyle {
    font-size: 11px;
    min-width: 220px;
    max-width: 400px;
    margin-right: 4px;
}

input[type$=checkbox], input[type$=radio] {
    border: 0 !important;
}

input.NoteBookDepositPosition {
    width: 190px !important;
}

#inpDestDeposit input[type=text], #inpDestCardNumber input[type=text] {
    padding-right: 0;
    padding-left: 0;
}

#inpShomareShebaMaghsad input[type=text] {
    width: 190px !important;
}

#inpVarizVajhMojood input[type=text] {
    padding-right: 0;
}

.DescriptionInpute {
    width: 130px;
}

.inputDescription {
    width: 190px;
}

.normalInput {
    width: 190px;
}

.normalselect {
    width: 146px;
}

.SmallnormalInput {
    width: 140px;
}

.filterrecordCount {
    width: 70px;
}

.lstGridViewPageSize, .recordCount {
    width: 50px;
}

.InputPin2 {
    width: 120px;
}

.YearDateInput, .MonthDateInput {
    width: 30px;
}

.txtAmount {
    width: 145px;
}

.textBoxStyleLTR {
    width: 190px;
}

.txtBillNumber dt:first-child {
    width: 115px !important;
}

.txtOfficeCode dt:first-child {
    width: 70px !important;
}

.BillNumber {
    width: 105px !important;
}

.officeCode {
    width: 60px !important;
}

.standardWidth dt:first-child {
    width: 200px !important;
}

.txtCVV2 dt:first-child {
    width: 60px !important;
}

.txtMonthExpireDate dt:first-child {
    width: 50px !important;
}

.txtYearExpireDate dt:first-child {
    width: 50px !important;
}

.Ex2Exel, .exlButton {
    height: 20px;
    width: 20px;
}

.txtMonthExpireDate input, .txtYearExpireDate input, .txtOfficeCode input {
    padding: 2px 5px !important;
}

.txtMonthExpireDate dt:first-child > a, .txtYearExpireDate dt:first-child > a, .txtOfficeCode dt:first-child > a {
    min-height: 25px;
    padding: 2px 5px !important;
}

.txtMonthExpireDate dt:first-child > input, .txtYearExpireDate dt:first-child > input, .txtOfficeCode dt:first-child > input {
    font-size: 13px;
}

.txtCVV2 dt:first-child input {
    width: 60px !important;
}

.txtcardPass dt:first-child {
    width: 125px !important;
}

.noteCenter {
    font-size: 12px;
    color: navy;
    font-weight: 700;
    text-align: center;
}

.pageFotter {
    color: #118;
    font-weight: 700;
    font-size: 12px;
    background-color: #FFD;
}

.ClickableImage {
    cursor: pointer;
    text-decoration: none;
}

.content {
    font-size: 12px;
    background-color: #aF5;
    color: #0a2003;
    text-align: justify;
}

.top {
    background-color: #ffbbd0;
}

.btnSearch {
    background-image: url('/content/images/Find.png');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    width: 16px;
    border: none !important;
}

.Pencil {
    background-image: url('/content/images/Pencil.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    border: none !important;
}

.tick {
    background-image: url('/content/images/tick.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    border: none !important;
    width: 20px;
    height: 20px;
}

.stop {
    background-image: url('/content/images/stop.png');
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    background-color: transparent;
}

.Delete16 {
    background-image: url('/content/images/delete16.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    border: none !important;
    width: 20px;
}

.Cancel {
    background-image: url('/content/images/cancel.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    border: none !important;
    width: 20px;
    height: 20px;
}

.listView {
    text-align: center;
}

.DepositNum {
    min-width: 160px;
}

.text {
    font-size: 12px;
}

.buttonStyleGray {
    background: #e0e0e0;
    border: 1px solid #d7d4d4;
    color: #969696;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: 700;
}

    .buttonStyleGray:enabled {
        color: #333;
    }

    .buttonStyleGray:enabled, .buttonStyle {
        background-color: #0068a2;
        border: 2px solid #015e92 !important;
        display: inline-block;
        cursor: pointer;
        color: #fff !important;
        font-size: 14px;
    }

.buttonStyle {
    box-shadow: 0 2px silver;
    padding: 4px 30px;
    border-radius: 3px;
    font-weight: lighter;
    font-size: 15px;
    line-height: 98%;
    margin: 2px 0 !important;
}

    .buttonStyleGray:hover, .buttonStyle:hover {
        background-color: #0576b6;
        border-color: #046da8 !important;
    }

    .buttonStyle:focus {
        border: 1px solid #074162;
    }

    .buttonStyleGray:active, .buttonStyle:active {
        position: relative;
        top: 1px;
        box-shadow: 0 0 #999494;
    }

    .buttonStyle:disabled {
        background-color: #d9e2e7;
        border: 2px solid #c2d4e0 !important;
        color: #6e798f !important;
    }

    .buttonStyle[value="در حال پردازش..."] {
        padding: 4px 1px !important;
        font-weight: 400 !important;
        box-shadow: 0 0 silver;
    }

.noteBookSelectedStyle {
    background-color: #ebebe4;
    color: #545454;
    height: 21px;
}

.linkList {
    font-size: 16px;
    text-align: right;
    color: #039;
    cursor: pointer;
    line-height: 32px;
}

.captionTD {
    text-align: left;
}

.footer {
    font-size: 11px;
    color: #3c9ac9;
}

.link1:link {
    font-size: 11px;
    color: #008acc;
    text-decoration: none;
    font-size: 12px;
}

.link1:visited {
    font-size: 11px;
    color: #008acc;
    text-decoration: none;
}

.link1:hover {
    color: #285d77;
    text-decoration: underline;
}

.text1 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.text2 {
    color: #000;
    text-decoration: none;
}

.infoText {
    font-size: 12px;
    font-style: normal;
    color: navy;
}

.divUpdateCardDepositBook .infoText {
    color: Gray !important;
}

.infoTextLarge {
    font-size: 13px;
    font-style: normal;
    color: navy;
}

.footerText {
    color: #303e45;
    background-color: #f3fff9;
    height: 30px;
}

.SubtitleBigStyle .infoText {
    color: #000 !important;
    font-size: 16px !important;
}

.infoTDLTR {
    border: 1px dashed #ffaeae;
    text-align: left;
}

.infoTDRTL {
    border: 1px dashed #ffaeae;
    text-align: right;
}

.subTitle, .confirmationtransferForm .tblCard .divForAddCardDepositBookRecord .subTitle {
    color: white !important;
}

.ClickableText {
    font-size: 13px;
    font-weight: inherit;
    color: Navy;
    cursor: pointer;
    text-decoration: underline;
}

.Header {
    font-size: 24px;
    font-weight: bold;
    padding-right: 15px;
    text-decoration: none;
}

.tdGrid {
    width: 150px;
    max-width: 150px;
    word-break: break-all;
}

.GridViewEmptyDataRow {
    color: #616f77;
    border-collapse: separate;
    height: 40px;
}

.GridViewEmptyDataRowGreen {
    border: 0;
    font-size: 16px;
    color: Green;
    text-align: Center;
    vertical-align: Middle;
    font-weight: bold;
}

.FontStyle1 {
    font-size: 12px;
    color: Navy;
    font-weight: bold;
}

.listViewHeader a {
    color: #fff;
    height: 30px;
}

.broker {
    color: #1c2397;
    text-align: center;
}

.tblDeposit {
    margin-bottom: 5px;
}

.captionTD_Top {
    text-align: left;
    vertical-align: top;
}

.tdStyle_RTL_Right {
    direction: rtl;
    text-align: right;
}

.Style_RTL_Right {
    direction: rtl;
    text-align: right;
}

.Style_LTR_Right {
    direction: ltr;
    text-align: right;
}

.Style_RTL_Center {
    direction: rtl;
    text-align: center;
}

.Style_Right {
    text-align: right;
}

.Style_Bold {
    font-weight: bold;
}

.ChequeOperation {
    background: #FFC;
}

.ChequeRule {
    color: Red;
}

.Style_Top {
    vertical-align: top;
}

.PaymentContent {
    background: #cff4ca;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.Style_TopRight {
    text-align: right;
    vertical-align: top;
}

.keyBoard {
    margin-top: 25px;
}

.Style_Justify {
    text-align: justify;
}

.Style_Left {
    text-align: left;
}

.Style_LeftIcon {
    float: left;
    padding-left: 20px;
}

.Style_Left_Top {
    text-align: left;
    vertical-align: top;
}

.Style_Center {
    text-align: center;
}

.divLightGreen .Style_Center {
    background-color: #d9ffea;
    color: #03773a;
    height: 35px;
    text-align: right;
    font-size: 14px;
    padding: 4px 28px;
    border: solid #94e4c6;
    border-width: 0 0 1px 0;
}

.divLightGreen {
    padding: 0;
    line-height: 200%;
    border: 1px solid #94e4c6;
}

    .divLightGreen ul {
        text-align: justify;
        padding: 15px;
        margin: 5px 25px 5px 5px !important;
    }

        .divLightGreen ul li:not(:last-child) {
            margin-bottom: 10px;
        }

.noteBlack {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.tblCard {
    background: #FFC;
    text-align: center;
}

.tblPage2 {
    border-style: double;
    background: #cff4ca;
    border-width: 1px;
    border-color: #000;
}

.tdPage2 {
    text-align: center;
    border-bottom-style: double;
    border-width: 1px;
    border-color: #000;
}

.tblContent2 {
    border: solid 1px gray;
    padding: 5px;
}

.infoTDLTR_Top {
    border: 1px dashed #ffaeae;
    text-align: left;
    vertical-align: top;
}

.FontStyle {
    font-size: 12px;
}

.buttonStyle_Margin {
    font-size: 12px;
    height: 22px;
    margin-right: 5px;
}

.infoTDLTR_12 {
    border: 1px dashed #ffaeae;
    text-align: left;
    font-size: 12px;
}

.infoTDRTL_12 {
    border: 1px dashed #ffaeae;
    text-align: right;
    font-size: 12px;
    direction: ltr;
}

.NavyBold {
    font-weight: bold;
    color: Navy;
}

.NavyRegular {
    font-size: 12px;
    color: Navy;
}

.NavyBold12 {
    font-size: 12px;
    color: Navy;
    font-weight: bold;
}

.FontStyle13 {
    font-size: 13px;
}

.Padding10 {
    padding: 10px;
}

.PaddingRight {
    padding-right: 12px;
}

.Style_Middle {
    vertical-align: middle;
}

.linkListRP {
    font-size: 16px;
    text-align: right;
    color: #039;
    cursor: pointer;
    line-height: 32px;
    padding-right: 12px;
}

.MenuPage {
    background-color: #1e7fc4;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-bottom: 3px solid #d6d6d6;
    border-top: 3px solid #d6d6d6;
}

.MenuBasePage {
    vertical-align: top;
    color: #000;
    padding: 20px;
    background: rgba(128,181,234,1);
    background: -moz-linear-gradient(top,rgba(128,181,234,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(128,181,234,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(128,181,234,1) 0,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(128,181,234,1) 0,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(128,181,234,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(128,181,234,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea',endColorstr='#ffffff',GradientType=0);
    background-color: #bddbfa;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #528ecc;
}

.OfflineRequestsWarning {
    padding: 0 45px;
    text-align: justify;
    font-size: 18px;
}

.Warning {
    color: #0d4a8c;
    font-size: 20px;
}

.tblpageDetail {
    width: 100%;
    border-width: 3px;
    border-style: double;
    border-color: #000;
}

.tdpageDetail {
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: center;
}

.textBoxStyleLTR {
    font-size: 12px;
    direction: ltr;
}

.NavidRate {
    font-size: 12px;
    font-weight: bold;
    background-color: #dfdfdf;
}

.PanelStyle {
    border: 1px solid #666;
    background-color: Silver;
}

.validation {
    font-size: 11px;
    font-weight: bold;
    color: #ee1008;
    background-image: none;
}

.TarifBody {
    background-color: #f9f9f9;
    background-image: none;
}

.Style_TopCenter {
    text-align: center;
    vertical-align: top;
}

.Page1 {
    text-align: left;
    background-color: #FF9;
}

.Time {
    font-weight: bold;
}

.Span11 {
    font-size: 11px;
    color: #C30;
}

.AddressPanel {
    background-color: #EEE;
    direction: rtl;
}

.PrintDiv {
    background: #cff4ca;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    text-align: center;
}

.footerCB {
    font-size: 11px;
    color: #333;
    text-align: center;
    vertical-align: bottom;
}

.Navy12 {
    color: Navy;
    font-weight: bold;
    font-size: 12px;
}

.Style_TopLeft {
    text-align: left;
    vertical-align: top;
}

.InternetBranchTitle {
    direction: rtl;
    width: 400px;
    text-align: justify;
    margin-top: 50px;
}

.Satchel {
    border: 1px solid #777;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #e4eaed;
    border-radius: 3px;
    margin: 10px auto;
}

.Style_Bold {
    font-weight: bold;
}

.Style_Center {
    text-align: center;
}

.buttonStyle3 {
    font-size: 12px;
}

.infoTextCenter {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: navy;
    text-align: center;
}

.infoTextRight, .infoTextRightRegular {
    font-size: 12px;
    font-style: normal;
    color: navy;
    text-align: right;
}

    .infoTextRight ul ul {
        padding-right: 10px;
        list-style: square;
    }

.BatchTMEnable, .BatchTMDisabled {
    padding: 15px 0;
    margin: -10px auto 15px;
    border-radius: 0;
}

.BatchTMEnable {
    border: 1px solid #cecece;
    background-color: #efefe4;
}

    .BatchTMEnable input:not([type="submit"]) {
        background-color: #fff;
    }

.BatchTMDisabled {
    border: 1px solid #d2d2d2;
    background-color: #e4e4e4;
    color: #969696 !important;
}

    .BatchTMEnable .leftColumn, .BatchTMDisabled .leftColumn {
        float: right;
    }

.BatchTM input:disabled {
    border-color: #d8d4d4 !important;
    background-color: #eaeaea;
}

.search-container, .search-container-disable, .info-container {
    padding: 6px 0;
    margin: -10px auto 0px;
}

.search-container {
    border: 1px solid #c0e3e6;
    background-color: #eafaf5;
}

.info-container {
    /* border: 1px solid #c0e3e6; */
    background-color: #fff;
    padding: 10px;
}

.search-container input:not([type="submit"]) {
    background-color: #fff;
    width: 200px;
}

.search-container-disable {
    border: 1px solid #ccc;
    background-color: #ececec;
    color: #969696 !important;
}

.InvoiceSearch input:disabled {
    border-color: #d8d4d4 !important;
    background-color: #eaeaea;
}

.divInvoiceSetting {
    padding: 0 0 10px;
    border: 1px solid #accccf;
}

    .divInvoiceSetting .InvoiceSettingheader {
        padding: 10px 45px 10px 0 !important;
        border: 2px solid #cce6e6;
        color: #034444;
        font-size: 14px;
        background: #dce8e8 url(/content/images/Setting.png) no-repeat 99% center;
        margin: 0 0 10px;
    }

        .divInvoiceSetting .InvoiceSettingheader .infoText {
            color: #034444;
        }

.headingRedioGrop {
    background-color: #fff;
    display: inline;
}

    .headingRedioGrop .textAfterCheckbox {
        float: right;
        width: 40px;
    }

.headingBachTM, .headingBachTMTableName {
    width: 100%;
    color: #2b2b2b;
    padding: 6px 20px 4px 0;
    font-size: 13px;
}

.headingBachTM {
    width: 100%;
    background-color: #dadad0;
    box-sizing: border-box;
    border-width: 0;
    margin: 10px 0;
}

.BatchTM .basicValidationContainer span li {
    padding-bottom: 1em !important;
}

.BatchTable {
    max-width: 750px;
    margin: 15px auto 0 !important;
}

.BigBatchTable {
    max-width: 1000px;
    margin: 15px auto 0 !important;
}

.BatchTablePayaSatna, BatchTablePayaSatnaCreditors {
    max-width: 1200px;
}

.divDestinationDepositsTitle {
    color: #00008b;
    font-size: 13px;
    padding: 5px 20px 5px 0;
}

.Style_Red {
    color: Red;
}

.Style_Blue {
    color: Blue;
}

.Style_Red_M {
    color: Red;
    margin-bottom: 10px;
}

.persianCalender {
    float: right;
    width: 110px;
}

.PersianCalendarTxt {
    font-size: 12px;
    direction: ltr;
    border: none !important;
}

.divAddType {
    padding: 10px 20px 10px 10px;
}

.ItalicFont {
    font-style: italic;
    font-size: 12px;
}

.Tooltip {
    text-align: justify;
    font-size: 12px;
    height: auto !important;
    padding: 0;
}

    .Tooltip .InformationSecurity {
        padding: 10px;
        background-color: white;
        border: 0;
        border-radius: 0;
        max-width: 350px;
    }

        .Tooltip .InformationSecurity > div:first-child {
            padding-bottom: 5px;
            color: #65b296;
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 10px;
            border-bottom: 1px solid #d4d4d4;
        }

.inlineTooltip {
    display: inline-block;
    margin-right: 0 !important;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #555;
}

.blockTooltip {
    display: block;
    margin-left: 10px;
}

.Propose {
    font-size: 10pt;
    color: #622;
    padding: 5px;
    text-align: justify;
    margin: 0;
}

.TitleLeft {
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

.Text {
    font-size: 19px;
}

.orange {
    color: orange;
}

.email {
    font-size: 16px;
}

.emailLable {
    padding: 6px 0 0 !important;
}

.subTitleRight {
    font-size: 16px;
    color: #000;
}

.ErrTop {
    vertical-align: top;
    background-color: #FFF;
}

.text1_Middle_Left {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
    direction: rtl;
}

.text1_Middle_Right {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
    direction: rtl;
}

.footerError {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    text-align: center;
    vertical-align: bottom;
}

.ErrorMenu {
    vertical-align: top;
    background-color: #eff0f6;
}

.UnknownError {
    text-align: right;
    vertical-align: top;
    padding: 15px;
    color: red;
    font-weight: bold;
    direction: rtl;
}

.ChangePass {
    background-color: #FFF;
    font-size: 12px;
    text-align: center;
}

.infoTextNoBold {
    font-size: 12px;
}

.MiddleLeft11 {
    font-size: 11px;
    vertical-align: middle;
    text-align: left;
}

.Style_Center_Yellow {
    text-align: center;
    color: #ff0;
}

.InlineTable {
    vertical-align: middle;
    display: inline-table;
    width: 600px;
}

.trDate table {
    background-color: expression(document.getElementById(ctl00_activePage_rdbTransactionDate).checked ? "#ADDAFF":"#FFF");
}

.trDate label {
    color: expression(document.getElementById(ctl00_activePage_rdbTransactionDate).checked ? "navy":"Gray");
}

.trCount table {
    background-color: expression(document.getElementById(ctl00_activePage_rdbTransactionCount).checked ? "#ADDAFF":"#FFF");
}

.trCount label {
    color: expression(document.getElementById(ctl00_activePage_rdbTransactionCount).checked ? "navy":"Gray");
}

.commentDiv {
    border-width: 3px;
    border-style: double;
    border-color: #000;
    background: #ebebe4;
    position: absolute;
}

.tblComment {
    border-width: 0;
    border-style: solid;
    border-color: #000;
}

.infoTextComment {
    font-size: 12px;
    font-style: normal;
    color: navy;
    background: #ffffe0;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #000;
}

.Border1 {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.border-bottom-column100 {
    border-bottom: 1px #ccc solid;
    float: right;
    margin-bottom: 6px;
}

.infoTextGray {
    font-size: 12px;
    font-style: normal;
    color: Gray;
}

.Style_Left5 {
    text-align: left;
    margin-bottom: 5px;
}

.LoginGuide {
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
}

.Step1 {
    color: #1e7fc4;
}

.Paya {
    border: solid 1px gray;
    padding: 5px;
}

.infoTextCenter {
    font-size: 12px;
    font-style: normal;
    color: navy;
    text-align: center;
}

.DarkBlue {
    color: #00008b;
}

.CHPass1 {
    font-size: 19px;
    text-align: center;
}

.CHPass1InnerDiv {
    text-align: center;
    margin: auto;
}

.MaroonCenter {
    text-align: center;
    color: Maroon;
}

.DivNewfeature {
    font-size: 23px;
    text-align: center;
    color: #028;
    vertical-align: middle;
    background-color: #bed8eb;
    border: 1px solid gray;
    padding: 5px;
}

.DivMessageBoard {
    font-size: 23px;
    text-align: center;
    color: #000;
    padding-top: 10px;
    vertical-align: middle;
    width: 80%;
}

.MessageBoardTitle {
    font-size: 16px;
}

.HrNewfeature {
    border: 1px solid #1e7fc4;
    width: 90%;
    margin: 0 auto;
}

.infoTextRTL {
    direction: rtl;
    text-align: right;
}

.GridEvenRow {
    background-color: #d3ebfe;
    color: #0f0f0f;
    font-size: 12px;
}

.GridOddRow {
    background-color: #f2faff;
    color: #0f0f0f;
    font-size: 12px;
}

.ExcelGridRow0 {
    background-color: #8491a9;
    color: #fafafa;
    font-size: 12px;
}

.tdinfoTextLarge {
    border-bottom-style: double;
    border-width: 2px;
    border-color: #000;
    font-size: 13px;
    font-style: normal;
    color: navy;
}

.InvoiceRowTD {
    border-width: 1px;
    border-color: LightGray;
    border-style: solid;
    text-align: center;
}

.InvoiceRowSpan {
    font-size: 10px;
    color: #000;
}

.infoTDLTR_12_T {
    text-align: left;
    font-size: 12px;
}

.infoTDRTL_12_T {
    text-align: right;
    font-size: 12px;
    direction: ltr;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.directionltr {
    direction: ltr;
}

.selectdLink {
    background-color: #868079;
}

.cdbmcontent {
    background: #fff;
    border-top: 0;
}

.tblPaySuggestionRow {
    background-color: #5d5d5d;
    color: #fafafa;
    font-size: 12px;
    text-align: center;
    height: 30px;
    border-color: #798992;
}

.tblPaySuggestionDataRow {
    background-color: #fcfcfc;
    color: #303e45;
    font-size: 12px;
    text-align: center;
    height: 30px;
}

#pnlPayInstallment {
    text-align: center;
}

.OPage2 {
    text-align: center;
    width: 100%;
}

.OPage4 {
    text-align: center;
    padding: 10px;
}

.LoanDetailTitle {
    font-weight: bold;
    color: Navy;
    width: 100%;
    text-align: right;
    padding: 2px;
    direction: rtl;
}

input[type=radio]:checked + label {
    color: navy;
}

    input[type=radio]:checked + label div {
        background-color: #addaff;
    }

.CalenderlineSyle {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

    .CalenderlineSyle input, .CalenderContainer input {
        border: none !important;
    }

.basicValidationContainer {
    text-align: right;
    color: red;
    font-size: 12px;
    line-height: 150%;
    padding: 0 15px 0 0;
}

    .basicValidationContainer span[style*="hidden"] {
        display: none;
    }

.moreInfo {
    font-size: 12px;
    line-height: 150%;
    padding: 0 15px 0 0;
}

.inlineValidation {
    display: inline-block;
    color: red;
    font-size: 12px;
}

.attentionAlertStyle {
    text-align: justify;
    border: 1px solid #ddd;
    padding: 10px 30px;
    background: #fbfae5;
    max-width: 800px;
    margin: 10px auto;
    color: #ad8a00;
}

.textAfterCheckbox, .textAfterCheckbox a {
    vertical-align: top;
}

.textInsideCheckInput label {
    vertical-align: middle;
    padding-right: 2px;
}

.textInsideCheckInput input {
    padding: 0;
    margin: 0;
}

.transferFormReceipt hr {
    outline: #bcd5cd 1px solid;
    color: #80ae9f;
    width: 99%;
    margin: 0 auto;
    display: none;
}

.transferFormReceipt .NavyRegular {
    font-weight: bold;
}

.infoTextBoldRight {
    padding-right: 15px;
    font-weight: bold;
    font-style: normal;
    color: #444;
}

.warningTextBoldRight {
    background: #fffdee url(/content/images/warning1.png) no-repeat 99% 3px;
    border: 1px solid #d1a600;
    color: #ad8a00;
}

.infoTextRight, .infoTextRightSmall, .infoTextRightRegular {
    background: #f5fbfd url(/content/images/info.png) no-repeat 99% 5px;
    border: 1px solid #3c9ac9;
    color: #397695;
}

.warningTextBoldRight, .infoTextRight, .infoTextRightSmall, .infoTextRightRegular {
    padding: 7px 50px 9px 10px;
    line-height: 24px;
    text-align: justify;
    text-align: right;
    margin: 10px 10px;
}

    .infoTextRight li, .warningTextBoldRight li {
        padding-right: 20px;
        list-style: disc inside;
        line-height: 150%;
    }

.infoTextBoldRight li {
    list-style: none;
}

.infoTextRight img, .warningTextBoldRight img {
    vertical-align: bottom;
}

.infoTextRight::before {
    text-align: center;
}

fieldset .warningTextBoldRight {
    width: 90%;
    line-height: 24px;
    background: #fffdee;
    border: 1px solid #d1a600;
    color: #ad8a00;
    padding: 5px 10px 5px 1px;
}

.infoTextBold li {
    list-style: inside disc;
}

.Style_Center .infoTextRight, .Style_Center .infoTextRightSmall, .Style_Center .warningTextBoldRight {
    display: inline-block;
}

.alignFormReceipt .infoTextBold li {
    margin: 0 auto;
    max-width: 800px;
    list-style: none;
}

.showDeposits a {
    vertical-align: middle;
    display: inline-block;
}

.showDeposits span {
    padding: 0;
    margin: 0;
}

.showDeposits img {
    position: relative;
}

.textInForm {
    padding: 5px 0;
}

    .textInForm .rightColumn {
        padding-top: 10px !important;
    }

    .textInForm .leftColumn {
        border: #e0e0e0 1px solid;
        background: #ededed;
        padding: 8px !important;
    }

.divGuidance {
    font-size: 12px;
    font-style: normal;
    padding: 2px 10px;
    text-align: right;
    line-height: 200%;
    text-align: justify;
    margin: 5px auto;
    display: inline-block;
}

    .divGuidance ul li {
        list-style: disc inside;
    }

    .divGuidance ul ul li {
        list-style: square inside;
        padding-right: 20px;
    }

    .divGuidance li {
        list-style: outside;
    }

.partialPageName {
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-bottom: 2px solid #999;
    margin-bottom: 15px;
}

.headingTable .Style_Center {
    padding: 2px 0 10px;
}

fieldset.BillPaymentfieldset {
    background: 0;
    border-width: 0;
    border-radius: 0;
}

.BillPaymentfieldset legend {
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #23332a;
    background: 0;
    width: 98%;
    border-bottom: 1px solid #bbb;
}

fieldset.BillPaymentfieldset .confirmationtransferForm {
    margin: 3%;
}

legend {
    white-space: nowrap;
    text-align: right;
    font-size: 13px;
    border-color: #d0d0d0 #d0d0d0 -moz-use-text-color;
    margin: 0 10px 7px 0;
    font-size: 13px;
    color: #3b3b3b;
}

fieldset {
    border: 1px solid #dbdbdb;
    margin: 10px 0;
    background-color: #ececec;
    padding: 5px 0;
}

.pnlStyle legend {
    font-size: 15px;
    color: #00008b !important;
}

.pnlStyle fieldset {
    margin: 10px 0;
    border-radius: 2px;
    padding: 0 10px 10px;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 2px;
    background-color: #ececec;
}

.resultsBox {
    padding: 15px 0;
    background-color: #e7fff2;
    margin: 10px 0;
    border: 1px solid #c6ddd0;
}

.CustomerAddressControldiv .btnContainer {
    padding: 2px 0 !important;
}

    .CustomerAddressControldiv .btnContainer > .leftColumn {
        max-width: 390px;
        text-align: left !important;
    }

.textInsideCheckInput td {
    padding: 4px 0 0 10px;
}

.BillPaymentStyle1 fieldset, .tabStyle fieldset {
    padding: 0;
    border-radius: 0 0 2px 2px;
    background: none !important;
}

.tabStyle fieldset {
    border: 0 solid #6d8293;
    margin: 10px 0;
}

.tabStyle legend {
    display: none;
}

.BillPaymentStyle1 fieldset {
    border: 0 solid #224b6e;
    margin: 0;
    border-width: 0;
    padding: 10px 0 10px;
}

.BillPaymentStyle1 legend {
    margin: 0;
    padding: 7px 10px 7px 0;
    border-width: 0;
    color: #2b2b2b;
    font-size: 13px !important;
    background-color: #dadad0;
    width: 100%;
    box-sizing: border-box;
}

.resultsPage {
    line-height: 250%;
}

.lineInformation {
    font-size: 14px;
    color: #3c464a;
    padding: 0;
    margin: 10px 0;
}

    .lineInformation div {
        background: url(/content/images/info.png) no-repeat right 6px;
        padding: 5px 30px 5px 0;
        background-size: 20px;
    }

.testClass, .testClass div {
    box-sizing: padding-box;
}

.RequestTextBox {
    bottom: -27px;
    right: -76px;
}

.infoimg .imgInfo, .infoimg a {
    border-width: 0;
}

table .listInTable > li {
    list-style: inside;
    padding-right: 5px !important;
    color: red;
    border-bottom-width: 0 !important;
}

.CompactCenterForm {
    max-width: 400px;
    margin: 0 auto;
}

.greenLink {
    color: #007147;
    border: 1px solid #32ab7e;
    padding: 3px 30px;
    font-size: 14px;
    max-height: 36px;
    margin: 5px 10px 5px 10px;
    font-weight: 200;
    cursor: pointer;
    height: 36px;
    text-decoration: none !important;
    font-weight: 400;
}

    .greenLink:hover {
        background-color: #32ab7e;
        cursor: pointer;
        color: #fff;
    }

    .greenLink img {
        display: none;
    }

.moreDetailGrid {
    display: inline-block;
    width: 100px;
    height: 20px;
    background: #5cb85c;
    padding-right: 10px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.TarifHTML, .TarifBody {
    background: #fff !important;
}

    .TarifBody .CaptchaRefreshImage {
        background: url(/content/images/refresh.png) no-repeat center;
        width: 20px;
        border: 0;
    }

.TarifeMoshtariMasterTable {
    margin: 0 auto;
    font-size: 13px;
}

.TarifeMoshtariPage {
    width: 850px;
    margin: 0 auto;
    border: #dea20c 1px solid;
    border-width: 1px 1px 0 1px;
}

.TarifBody .footerCB {
    background: url('/content/images/bg_02.gif') repeat-x;
    height: 28px;
}

.TarifeMoshtariPage .rightColumn50, .TarifeMoshtariPage .leftColumn50 {
    width: 49% !important;
    text-align: right;
    padding: 0;
    margin: 0;
}

.EnglishFild .LableColumn {
    direction: ltr;
}

.LableColumn {
    width: 100px;
    background: red;
    display: inline-block;
    text-align: left;
}

.LableColumnBig {
    width: 150px;
    background: pink;
    display: inline-block;
    text-align: left;
}

.FildColumn {
    min-width: 130px;
    background: yellow;
    display: inline-block;
    vertical-align: bottom;
}

.formInfoContainer input, .formInfoContainer select {
    border: 1px #aaa solid;
}

.formInfoContainer {
    padding: 5px;
}

.Column30 {
    width: auto;
    display: inline-block;
}

div, div:after, div:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.CollapseIcon {
    cursor: pointer;
}

.ColumnFiftypercentStyle, .InlineTable_Date {
    font-weight: 500 !important;
}

.ColumnFiftypercentStyle {
    padding: 5px 0;
    min-height: 30px;
    width: 100%;
    margin: 2px 0;
}

.CommentOld {
    display: none;
}

.footer, header {
    position: relative;
    margin: .2em;
    padding: .2em;
}

.FillForm {
    position: relative;
}

.rightColumnPersonalInfo, .leftColumnPersonalInfo {
    width: 45%;
    display: inline-block;
    box-sizing: padding-box;
}

.rightColumnPersonalInfo {
    text-align: right;
    padding-right: 10px;
}

.leftColumnPersonalInfo {
    text-align: left;
}

input[type=checkbox]#toggle:checked ~ .mainMenu {
    left: 0;
}

input[type=checkbox]#toggle {
    display: none;
}

#toggle {
    display: none;
}

.KeyboardNumberTable {
    display: none;
}

#KeyboardshowByDefault .KeyboardNumberTable {
    display: block;
}

.GridDetail, .showHeader, table.dataTable.dtr-inline.collapsed > tbody > tr > td > img.imgInfo {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
    cursor: pointer;
}

.listViewRow0, .listViewRow1 {
    max-height: 35px !important;
}

    .listViewRow0 td, .listViewRow1 td {
        white-space: nowrap;
    }

    .listViewRow0 .WrapWord, .listViewRow1 .WrapWord {
        white-space: pre-line;
        min-width: 200px;
    }

.BalanceCheckBox .columnsContainer > div {
    padding: 5px 0;
}

.imgShowTargetBalance {
    border: 0;
}

.selectStyleRightAlign {
    float: right;
    margin-left: 3px;
}

.textBoxMsg {
    font-size: 12px;
    width: 95%;
    resize: none;
    min-height: 150px !important;
    border-radius: 3px;
    outline: #e9e9e9 solid 3px;
    border: 1px solid #9b9191 !important;
    max-width: 450px;
    margin-top: 5px;
}

.OpenControl {
    min-width: 25px;
    width: 25px;
    height: 20px;
}

.GridAction {
    min-width: 20px;
    max-width: 20px;
}

.multiAction {
    min-width: 20px;
    max-width: 90px;
}

.TwoAction {
    min-width: 40px;
    max-width: 55px;
}

}

.GridAction.continualAction {
    width: 60px;
}

th.inGridTextArea {
    width: 150px;
}

.inGridTextArea {
    width: 85%;
    font-size: 12px;
    height: 80px;
    word-wrap: break-word;
}

.dtr-data .inGridTextArea {
    width: 130px;
}

.gridAmountCurrency {
    float: left;
    display: inline;
    padding-right: 15px;
}

.girdAmount {
    display: inline;
    float: right;
    padding-bottom: 2px;
}

.gridAmountContainer {
    width: 100%;
    display: inline-block;
    clear: both;
}

.gridAmountHR {
    border: 0;
    height: 2px;
    clear: both;
}

.editableText {
    width: 200px;
}

.CVV2Input {
    width: 50px;
}

.errorMessage:empty, .successMessage:empty {
    display: none;
}

.errorMessage {
    min-width: 200px;
    background: url(/content/images/unsuccess.png) no-repeat 98% 4px;
    display: inline-block;
    color: #d01f1f;
    border: #920300 1px solid;
    padding: 7px 50px 7px 12px;
    line-height: 24px;
    text-align: justify;
    text-align: right;
    margin: 10px auto;
    font-weight: 700;
}

.successMessage {
    min-width: 200px;
    background: url(/content/images/success.png) no-repeat 98% 4px;
    display: inline-block;
    color: #2e9670;
    border: #2e9670 1px solid;
    padding: 7px 50px 7px 12px;
    line-height: 24px;
    text-align: justify;
    text-align: right;
    margin: 10px auto;
    font-weight: 700;
}

.attention {
    font-size: 12px;
    font-weight: bold;
    color: #ee1008;
    direction: ltr;
}

.note {
    font-size: 12px;
    color: #000080;
    font-weight: bold;
}

.darknote {
    color: #3c464a !important;
    font-size: 13px !important;
}

.infoTextRight .loading {
    vertical-align: middle;
}

.confirmationtransferForm .NoteBookGroupDeposit {
    border: none !important;
}

html, body {
    background-repeat: repeat;
    background-image: url('/content/images/bg-pattern.jpg');
}

.ShowOnNonResponsive {
    display: none;
}

#CentralContent {
    vertical-align: top;
    background-color: #fff;
    display: inline-block;
    width: 725px;
    float: left;
    margin-left: 4px;
}

#MainContainer {
    text-align: center;
    margin: 0 auto;
    background-repeat: repeat;
    background-image: url('/content/images/bg-pattern.jpg');
}

#MenuContainer {
    width: 185px;
    padding-right: 4px;
    float: right;
}

.FooterBank {
    display: inline-block;
}

.FooterAZ {
    display: inline-block;
}

#ButtomContent {
    text-align: center;
    vertical-align: top;
    clear: both;
    background-color: #285d77;
    padding: 5px 10px 0;
}

.MainFooter {
    font-size: 11px;
    color: #fff;
    direction: rtl;
    padding: 5px 0;
    overflow: hidden;
}

    .MainFooter > div {
        margin: 0 auto;
    }

.innerFooterCenter {
    display: inline-block;
    direction: rtl;
}

.innerFooterRight {
    text-align: right;
}

.innerFooterLeft {
    text-align: center;
    display: inline-block;
    padding: 0 10px 5px;
    vertical-align: top;
    /* width: 100%; */
    float: left;
}

.innerFooterRight {
    display: inline-block;
    padding: 0 10px 5px;
    vertical-align: top;
    float: right;
}

#ButtomContent img {
    vertical-align: middle;
    width: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

.ChangeDesktopView input {
    vertical-align: middle;
}

.FooterMenu {
    text-align: right;
}

    .FooterMenu li {
        cursor: pointer;
        list-style: none;
        text-align: right;
        font-size: 11px;
        line-height: 200%;
        display: inline;
    }

        .FooterMenu li a {
            padding: 0 5px;
            color: #fff;
        }

        .FooterMenu li:hover a {
            color: #efc319;
        }

#CentralContentTop {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: right;
    width: 98%;
}

#CentralContentTopHeader {
    padding-right: 5px;
    padding-bottom: 2px;
}

h1.page-header {
    position: relative;
    display: inline-block;
    float: none;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 6px 0px 15px;
    /* margin-bottom: 10px; */
    background: #ffcf45;
    text-align: center;
    font-weight: normal;
}

.ToolbarIconStyle {
    cursor: pointer;
    margin: 0;
}

#authenticationMethodSpan {
    visibility: visible;
}

.UserNameLabelClass {
    visibility: visible;
}

.AuthenticationMethodLabelClass {
    visibility: visible;
}

.DateLabelClass {
    visibility: visible;
}

.CheckDesktop {
    display: none;
}

.BtnDesktopView, .BtnMobileView {
    cursor: pointer;
    border: 0;
    width: 120px;
    height: 32px;
}

.BtnDesktopView {
    background: url('/content/images/DesktopMode.png') no-repeat;
    background-size: 100%;
}

.BtnMobileView {
    background: url('/content/images/MobileMode.png') no-repeat;
    background-size: 100%;
}

.HeaderIcon {
    display: none;
}

.ShowOnNonResponsive {
    display: none;
}

.gridDescriptionAcceptButton {
    background: url('/content/images/tick.png');
    width: 16px;
    height: 16px;
    border: 0;
    cursor: pointer;
}

.gridDescriptionCancelButton {
    background: url('/content/images/stop.png');
    width: 16px;
    height: 16px;
    border: 0;
    cursor: pointer;
}

.MainPartContainer {
    margin: 0 1%;
    min-height: 100%;
}

.HeaderLogo {
    width: 230px;
    height: 60px;
    margin-right: 2%;
    background-image: url('/content/images/HeaderLogo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.Tooltip {
    z-index: 101;
}

.infoTable {
    border-collapse: collapse;
}

.tdinfoTextLarge {
    border: 0 !important;
    background-color: #3b9ac8;
    color: #fff !important;
    background-image: url('/content/images/detailInfo.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
    background-origin: content-box;
}

.infoTable {
    width: 100% !important;
}

.TooltipDetail {
    border: 1px solid #3c464a;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 2px rgba(135,133,135,1);
    -moz-box-shadow: 0 1px 5px 2px rgba(135,133,135,1);
    box-shadow: 0 1px 5px 2px rgba(135,133,135,1);
    color: #3c464a;
    line-height: 200%;
}

.PageContainer {
    text-align: right;
    /* padding: 10px 0 10px 8px; */
    width: 100% !important;
    overflow: auto;
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #b5b5a8;
}

#layout {
    min-height: 95%;
    width: 100%;
    min-width: 750px;
    margin: 0 auto !important;
    border-width: 0;
    direction: rtl;
}

.MainContent {
    min-height: 400px;
    margin: 5px;
    font-size: 11px;
    margin-right: 255px;
}

.innerFirst {
    background: #008acc;
    background-position: center;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
}

.firstHeader {
    background-repeat: repeat;
    width: 100%;
    height: 60px;
    z-index: 10000;
}


label.menu {
    z-index: 20000;
    -webkit-transition: .6s;
    float: left;
    position: fixed;
    top: 13px;
    left: 10px;
    cursor: pointer;
    display: block;
    display: none;
}

    label.menu:hover {
        cursor: pointer;
    }

.pure-menu-link {
    display: none;
    top: 0;
    font-size: 10px;
    z-index: 30000;
    width: 40px;
    height: 41px;
    padding-right: 20px;
    padding-top: 18px;
    cursor: pointer;
    direction: rtl;
}

    .pure-menu-link span {
        position: absolute;
    }

        .pure-menu-link span, .pure-menu-link span:after, .pure-menu-link span:before {
            background-color: #fff;
            width: 20px;
            height: .2em;
        }

            .pure-menu-link span:after, .pure-menu-link span:before {
                position: absolute;
                margin-top: -.6em;
                content: " ";
                width: 20px;
            }

            .pure-menu-link span:after {
                margin-top: .6em;
            }

.mainMenu {
    float: left;
    padding-top: 6px;
    padding-left: 2%;
    border-width: 0;
    position: relative;
    left: 0;
    text-align: left;
    top: 0;
}

    .mainMenu ul {
        color: #fff;
        display: inline;
        padding: 0;
        width: 100%;
    }

        .mainMenu ul li {
            list-style: none;
            padding: 2px 27px 2px 2px;
            margin: 8px 4px 0;
            font-size: 12px;
            text-align: left;
            cursor: pointer;
            border: 0;
            color: #3f3d3e;
            display: inline-block;
            background-position: 90% center;
            background-repeat: no-repeat;
        }

.mainMenuTextItem {
    color: #efefef;
    padding: 5px 2px 0 0;
    display: inline-block;
    background: none !important;
    border: none;
    cursor: pointer;
}

.mainMenu ul li.mainMenuHomeItem {
    background-image: url('/content/images/Home.png');
}

.mainMenu ul li.mainMenuPersonItem {
    background-image: url('/content/images/Person.png');
}

.mainMenu ul li.mainMenuSttingItem {
    background-image: url('/content/images/SettingHeader.png');
}

.mainMenu ul li.mainMenuLogoutItem {
    background-image: url('/content/images/logout.png');
}

.mainMenu ul li:hover .mainMenuTextItem {
    color: #efc319;
}

.mainMenu ul li.mainMenuHomeItem:hover {
    background-image: url('/content/images/HomeHover.png');
}

.mainMenu ul li.mainMenuPersonItem:hover {
    background-image: url('/content/images/PersonHover.png');
}

.mainMenu ul li.mainMenuSttingItem:hover {
    background-image: url('/content/images/SettingHeaderHover.png');
}

.mainMenu ul li.mainMenuLogoutItem:hover {
    background-image: url('/content/images/logout-hover.png');
}

    .mainMenu ul li.mainMenuLogoutItem:hover .mainMenuTextItem {
        color: #f44336;
    }

.scrollContent {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    bottom: 0;
    top: 190px;
}

.btnshowDeposits {
    vertical-align: middle;
}

.showDeposits {
    vertical-align: top;
}

.btnshowDeposits label {
    line-height: 160%;
}

.btnshowDeposits, .showDeposits {
    display: inline-block;
}

.btnshowDeposits {
    height: 25px;
    padding-top: 3px;
    padding-right: 4px;
}

.txtNewCardDepositBookRecordName {
    width: 258px;
}

.divForHelp {
    height: auto !important;
}

.InfoTooltip {
    width: 360px;
    height: 156px;
}

.DoubleBorder, .ViewTransferLimit {
    border: 1px solid #96a3a9;
    color: #465a60;
    cursor: pointer;
    margin: 5px auto;
    width: 100%;
}

    .ViewTransferLimit > center.columnsContainer {
        vertical-align: top !important;
    }

    .ViewTransferLimit .btnShowTransferLimit {
        padding: 5px 10px 2px 0;
        display: block;
        box-sizing: border-box;
        text-align: right;
        min-height: 25px;
        vertical-align: middle;
        background: #b2dfdb url(/content/images/TransferLimit.png) no-repeat 2% 10px;
        color: #465a60;
        font-weight: bold;
    }

.ViewTransferLimit {
    text-align: right;
    padding: 0;
    display: inline-block;
}

    .ViewTransferLimit a, .ViewTransferLimit strong {
        color: #465a60;
        white-space: nowrap;
    }

    .ViewTransferLimit div {
        list-style: none;
        padding: 5px 10px;
    }

    .ViewTransferLimit .columnsContainer {
        vertical-align: top;
    }

        .ViewTransferLimit .columnsContainer div {
            padding: 4px 27px 4px;
            display: inline-block;
            width: 100%;
        }

    .ViewTransferLimit div div a.Right-Style {
        float: right;
        display: inline-block;
    }

    .ViewTransferLimit div div a.Left-Style {
        float: left;
        padding: 0 15px 0 0;
        text-align: left;
        display: inline-block;
    }

.Error_Style {
    line-height: 300%;
    color: #870808;
}

.ViewTransferContainer {
    vertical-align: top;
    margin: 0 auto;
    width: 35%;
    min-width: 330px;
    display: inline-block;
    max-width: 500px;
}

.ViewTransferLimit .columnsContainer div:not(.caption):last-child {
    margin-bottom: 12px;
}

.ViewTransferContainer .caption {
    font-size: 14px;
    color: #465a60;
    text-align: right;
    padding: 3px 27px 5px !important;
}

.DoubleBorder {
    padding: 0;
    border-collapse: collapse;
    font-size: 14px;
    max-width: 400px;
}

    .DoubleBorder td {
        margin: 0;
        padding: 2px 4px;
    }

    .DoubleBorder tr {
        margin: 0;
        padding: 0;
    }

        .DoubleBorder tr:first-child, .ViewTransferContainer .caption {
            background: #b2dfdb;
        }

    .DoubleBorder .FiftyPercentChild {
        width: 50% !important;
    }

.Cycle {
    font-size: 14px;
    color: #465a60;
    text-align: center;
    padding: 3px 0 5px !important;
}

.NavidRateBorder {
    border: 0 solid #000;
}

.leftColumn, .rightColumn {
    display: inline-block;
    background-color: transparent;
}

.leftColumn {
    width: 66%;
    text-align: right;
    border: 0;
}

.rightColumn {
    width: 33%;
    text-align: left;
    border: 0;
    float: right;
}

.leftColumn50 {
    text-align: right;
    border: 0;
    background-color: transparent;
    display: inline-block;
    width: 46%;
}

.leftColumn50, .rightColumn50 {
    min-width: 350px;
}

.rightColumn {
    margin-left: 1%;
}

.columnsContainer {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    text-align: center;
    /* padding-top: 10px; */
}

.leftColumn, .leftColumn50, .rightColumn {
    padding: .2em;
}

.rightColumn50 {
    width: 49%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.rightColumn30 {
    width: 33%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.rightColumn20 {
    width: 20%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.rightColumn40 {
    width: 35%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.rightColumn60 {
    width: 60%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.rightMenuColumn {
    margin-bottom: .2em;
}

.compactFormStyle .leftColumn {
    width: 66%;
}

.compactFormStyle .rightColumn {
    width: 33%;
}

.compactFormStyle .columnsContainer, .wideFormStyle .columnsContainer {
    padding: 0;
}

.compactFormStyle .btnContainer, .wideFormStyle .btnContainer {
    padding: 30px 0 10px;
}

.wideFormStyle .leftColumn {
    width: 66%;
}

.wideFormStyle .rightColumn {
    width: 33%;
}

.wideFormStyle .Satchel .btnContainer .Style_Center {
    width: 81%;
    float: left;
    text-align: right;
}

.compactFormStyle .btnContainer .Style_Center {
    width: 66%;
    float: left;
    text-align: right;
}

.compactFormStyle .ConfirmationFunction .btnContainer .Style_Center, .compactFormStyle .resultsPage .btnContainer .Style_Center {
    width: 100%;
    float: none;
    text-align: center;
}

.SearchPageStyle .btnContainer .Style_Center {
    width: 100%;
    text-align: right;
    padding-right: 153px;
}

.SearchPageStyleOneColumn .btnContainer .Style_Center {
    width: auto;
    float: none;
}

.SearchPageStyle .leftColumn50, .SearchPageStyle .rightColumn50 {
    width: 49%;
    min-width: 415px;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.SearchPageStyle .rightColumn {
    width: 150px;
    margin-left: 0;
}

.SearchPageStyle .leftColumn50 .leftColumn, .SearchPageStyle .rightColumn50 .leftColumn {
    width: 63%;
}

.SearchPageStyle .btnContainer {
    padding: 10px 0 0;
}

.SearchPageStyleOneColumn {
    padding: 10px 10px 10px 0;
}

    .SearchPageStyleOneColumn .leftColumn50 .leftColumn, .SearchPageStyleOneColumn .rightColumn50 .leftColumn {
        float: right;
        width: auto;
    }

    .SearchPageStyleOneColumn .rightColumn50 {
        width: auto;
        min-width: 380px;
    }

    .SearchPageStyleOneColumn .leftColumn50 {
        width: auto;
        min-width: 0;
    }

    .SearchPageStyleOneColumn .rightColumn {
        width: 150px;
    }

    .SearchPageStyleOneColumn .btnContainer {
        padding: 0;
    }

.SearchPageStyle, .SearchPageStyleOneColumn {
    background-color: #e7e7e5;
    border: 1px solid #e1e1df;
    padding: 10px 0;
    border-radius: 0;
    margin: 0 auto 10px;
}

    .SearchPageStyleOneColumn .SearchPageStyleOneColumn, SearchPageStyle .SearchPageStyleOneColumn, .SearchPageStyle .SearchPageStyle {
        border-width: 0;
        margin: 0;
    }

.infoTextBold {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

.btnContainer {
    padding: 10px 0;
}

.btnRight {
    text-align: right;
}

.textDescription {
    display: inline-block;
    min-height: 0;
    font-size: 11px;
    min-width: 320px;
    padding-right: 5px;
}

.Satchel {
    max-width: 900px;
    margin: 0 auto;
}

    .Satchel .SatchelDescription {
        height: 20px;
        width: 200%;
        max-width: 200%;
    }

    .Satchel .Style_Center {
        padding: 10px;
    }

.printContainer {
    padding-right: 10px;
}

.confirmationtransferForm .headingTable .Style_Center {
    padding: 5px 5px 7px;
}

.confirmationtransferForm .tblCard, .printContainer, .transferFormReceipt {
    max-width: 800px;
    margin: 0 auto;
    line-height: 180%;
}

    .confirmationtransferForm .tblCard .columnsContainer {
        border-bottom: 1px solid #ddd;
        word-break: normal;
    }

    .confirmationtransferForm .tblCard .divForAddCardDepositBookRecord .columnsContainer {
        border-bottom: 0;
        padding: 0 !important;
    }

.confirmationtransferForm fieldset {
    padding: 0 10px 10px;
    border: 1px solid #636260;
}

fieldset .confirmationtransferForm {
    width: 90%;
    margin: 0 auto;
}

.confirmationtransferForm .tblCard {
    background: #fbfae6;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #444;
}

.confirmationtransferForm .headingTable {
    background-color: #fff39c;
    font-weight: bold !important;
    display: block;
}

.confirmationtransferForm .tblCard .headingTable span, .confirmationtransferForm .tblCard .headingTable label {
    font-size: 14px;
    font-weight: 500 !important;
}

.confirmationtransferForm .tblCard span {
    word-wrap: break-word;
}

.confirmationtransferForm .tblCard .infoText, .confirmationtransferForm .tblCard .not {
    color: #333 !important;
}

.confirmationtransferForm .columnsContainer, .transferFormReceipt .columnsContainer {
    padding: 5px 0;
}

.confirmationtransferForm .btnContainer, .transferFormReceipt .btnContainer {
    padding: 30px 0 10px;
}

.transferFormReceipt {
    background: #d9ffeb url(/content/images/Logo48.png) 98% 2% no-repeat;
    border: 1px solid #aaa;
    padding: 3px 0 0 !important;
    border-bottom-width: 0 !important;
}

    .transferFormReceipt .HeaderTransfer {
        border-bottom-width: 0 !important;
        padding-top: 10px;
    }

        .transferFormReceipt .HeaderTransfer .Style_Center #Img1 {
            display: none;
        }

        .transferFormReceipt .HeaderTransfer span, .transferFormReceipt .headingTable span {
            font-size: 14px;
            font-weight: 500;
        }

    .transferFormReceipt span, .transferFormReceipt .rightColumn {
        color: #444;
    }

    .transferFormReceipt .HeaderTransfer span {
        color: #01763c;
    }

    .transferFormReceipt .headingTable {
        padding: 15px 0 0;
    }

    .transferFormReceipt .columnsContainer {
        border-bottom: 1px solid #aaa;
    }

    .transferFormReceipt .leftColumn {
        width: 65%;
        padding-right: 10px;
    }

    .transferFormReceipt .rightColumn {
        width: 30%;
    }

.CalenderContainer, .unitControl {
    display: inline-block;
    vertical-align: top;
}

.btnAddCustomerAddress {
    display: inline-block;
    vertical-align: bottom;
    padding: 4px 0 0;
}

.leftMenuColumn {
    width: 50%;
    min-height: 25px;
}

.rightMenuColumn {
    width: 49%;
    margin-bottom: .5em;
    float: right;
}

.leftMenuColumn, .rightMenuColumn {
    text-align: right;
    border: 0;
    background-color: transparent;
    display: inline-block;
}

.MenuBasePage .leftMenuColumn img, .MenuBasePage .rightMenuColumn img, .Tab_Style a, .greenLink img {
    vertical-align: middle;
}

.MenuBasePage .leftMenuColumn, .MenuBasePage .rightMenuColumn {
    text-align: right;
}

    .MenuBasePage .leftMenuColumn li, .MenuBasePage .leftMenuColumn span, .MenuBasePage .rightMenuColumn li, .MenuBasePage .rightMenuColumn span {
        padding-right: 16px;
        list-style: inside;
    }

    .MenuBasePage .leftMenuColumn img + span, .MenuBasePage .rightMenuColumn img + span {
        padding-right: 5px;
    }

.MenuBasePage .leftMenuColumn, .MenuBasePage .rightMenuColumn {
    float: right;
    min-width: 280px;
}

.arbitrarySettingBox {
    border: 1px solid #d7ded8;
    margin: .2em 0 !important;
    background-color: #effff2;
}

    .arbitrarySettingBox .arbitrarytextdiv {
        text-align: right;
        line-height: 200%;
        padding: 5px 10px 2px !important;
    }

    .arbitrarySettingBox .leftColumn {
        padding-bottom: 10px;
    }

.divForAddCardDepositBookRecord {
    height: auto;
    margin-top: 22px;
    margin-right: 200px;
    max-width: 400px;
}

    .divForAddCardDepositBookRecord .leftColumn input {
        width: 80% !important;
    }

.TwoRowTableIntelligence {
    border: 1px solid #bdd5d8;
    background-color: #e8f2ed;
    margin: 0;
    padding: 0;
    border-bottom-width: 0;
}

    .TwoRowTableIntelligence .headingTable {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        background-color: #d4e4e7;
        line-height: 200%;
        padding: 7px 5px;
        color: #4a4949;
        box-sizing: border-box;
    }

    .TwoRowTableIntelligence .rightColumn, .TwoRowTableIntelligence .rightColumn > .note {
        color: #272616 !important;
    }

    .TwoRowTableIntelligence .infoText, .TwoRowTableIntelligence .note {
        color: #272616;
        font-weight: inherit !important;
    }

    .TwoRowTableIntelligence .columnsContainer {
        border-bottom: 1px #bdd5d8 solid;
    }

        .TwoRowTableIntelligence .columnsContainer:last-child {
            border-bottom: 1px #bdd5d8 solid;
        }

        .TwoRowTableIntelligence .columnsContainer .Style_OnColomn {
            width: auto !important;
            padding-right: 10px;
            min-height: 20px;
        }

    .TwoRowTableIntelligence span:not(:last-child) .columnsContainer:last-child {
        border-bottom: 1px solid #bdd5d8 !important;
    }

    .TwoRowTableIntelligence .columnsContainer:empty {
        display: none;
    }

    .TwoRowTableIntelligence .leftColumn50, .TwoRowTableIntelligence .rightColumn50 {
        width: 48%;
        min-width: 297px;
        padding: 0 !important;
    }

    .TwoRowTableIntelligence li {
        list-style: inside;
    }

    .TwoRowTableIntelligence .OneRowTowColumnsContainer {
        padding-right: 10px;
        min-height: 20px;
    }

    .TwoRowTableIntelligence .rightColumn {
        width: 130px;
    }

    .TwoRowTableIntelligence .leftColumn {
        float: right;
        width: auto;
        word-wrap: break-word;
    }

    .TwoRowTableIntelligence li {
        text-indent: -12px;
        padding-right: 12px;
    }

    .TwoRowTableIntelligence .OneRowTowColumnsContainer .rightColumn {
        width: auto !important;
        max-width: none !important;
        margin-left: 3px;
    }

    .TwoRowTableIntelligence .OneRowTowColumnsContainer .leftColumn {
        width: auto !important;
        max-width: none;
    }

.grdSuccessfullTransfer {
    margin: 0 auto;
    border: 1px solid #333;
}

.SubtitleBigStyle {
    font-weight: bold;
    padding: 30px 20px 15px 0;
    font-size: 15px;
    word-wrap: break-word;
}

.ConfirmationFunction {
    background-color: #e7e7e5;
    border: 1px solid #e1e1df;
    padding: 10px 0;
    border-radius: 0;
    margin: 20px auto 10px;
}

    .ConfirmationFunction .note {
        font-size: 13px !important;
        color: #3c464a !important;
    }

    .ConfirmationFunction .CenterBox .leftColumn {
        display: inline-block;
    }

.CenterBox {
    width: 510px;
    margin: 0 auto;
}

    .CenterBox .rightColumn {
        display: inline-block;
    }

    .CenterBox .rightColumn {
        width: 150px;
    }

    .CenterBox .leftColumn {
        width: 350px;
        text-align: right;
    }

.DetailedDescription, .RecordOperationConfirmation {
    border-radius: 0;
    border: 1px solid #ddd;
    background: #eee;
    background-color: white;
    z-index: 100;
    box-shadow: 0 2px 10px #555;
    padding-top: 8px;
    position: absolute;
    text-align: right;
}

    .DetailedDescription hr {
        border: 1px solid #d4d4d4 !important;
        display: inline-block;
        width: 100%;
    }

    .DetailedDescription .header {
        padding: 2px 0 8px 0;
        line-height: normal !important;
        color: #059ce5 !important;
        text-align: right !important;
        font-size: 13px !important;
        vertical-align: top;
    }

    .DetailedDescription .note {
        color: #3c464a;
        padding: 23px 10px 23px 10px;
        display: inline-block;
        line-height: normal !important;
        text-align: center !important;
        font-size: 13px !important;
        border: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
        margin: 0 auto !important;
    }

    .DetailedDescription .infoImage {
        margin-right: 5px;
        cursor: default;
    }

    .DetailedDescription .closeImage {
        margin-left: 15px;
        margin-top: 6px;
        float: left;
    }

.DetailedDescription {
    max-width: 400px;
    min-width: 350px;
    margin-top: 10px;
    right: 50%;
    margin-right: -60px;
}

.RecordOperationConfirmation {
    text-align: right;
    max-width: 350px;
    right: 50%;
    margin-right: -60px;
}

    .RecordOperationConfirmation .closeImage {
        margin-left: 21px;
        margin-top: 8px;
        float: left;
    }

    .RecordOperationConfirmation .note {
        padding: 0 20px 11px 0;
        line-height: normal !important;
        color: #3c464a !important;
        text-align: right !important;
        font-size: 13px !important;
        border: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
        margin: 0 auto !important;
        width: 100% !important;
        display: inline-block !important;
    }

.Tab_Style {
    margin: 10px 0 0;
}

    .Tab_Style li {
        display: inline;
        list-style-type: none;
        padding: 0;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .Tab_Style a {
        display: inline-block;
        font-size: 14px;
        padding: 12px 15px;
        color: #666;
        margin: 0 0 0 2px;
    }

        .Tab_Style a.active {
            border-width: 1px 1px 0 1px;
            border-color: #ccc;
            border-style: solid;
            border-top: #efc319 2px solid;
            color: #d7af16;
            position: relative;
            top: 1px;
            background-color: #fff;
        }

        .Tab_Style a:hover {
            color: #d7af16;
        }

.TabFormContainer {
    border: #ccc solid 1px;
    padding: 20px 2% 2%;
}

.tblPaySuggestion {
    width: 100%;
    background-color: #fff;
    max-width: 500px;
    margin: 5px auto 40px;
}

.LeftContentTopHeader, .divForPersonalInfo {
    float: left;
    text-align: center;
}

.LeftContentTopHeader {
    background: #fff;
    padding: 0 0 10px;
    border: 0 solid #e5ae58;
    top: 50px;
    position: absolute;
    display: none;
    box-shadow: -1px 1px 4px #2c2c2c;
    text-align: right;
    z-index: 10000;
}

.SettingPopup {
    left: 80px;
    width: 210px;
}

.profilePopup {
    left: 20px;
    width: 250px;
}

.LeftContentTopHeader > div {
    padding: 5px 20px;
    line-height: 200%;
    font-size: 13px;
}

.LeftContentTopHeader > div {
    border-bottom: 1px solid #ddd;
}

    .LeftContentTopHeader > div.borderStting {
        border-bottom-width: 0;
    }

.headerPersonalInfo {
    background: url(/content/images/Person.png) 95% center no-repeat #285d77;
    padding: 5px 0 !important;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.SettingPopup .headerPersonalInfo {
    background-image: url(/content/images/SettingHeader.png);
}

.profilePopup .headerPersonalInfo {
    background-image: url(/content/images/Person.png);
}

.headerPersonalInfo > img {
    float: left;
    padding-left: 14px;
    padding: 8px 14px 13px;
    cursor: pointer;
}

.SettingPopup .SettingPopupRow {
    cursor: pointer;
}

    .SettingPopup .SettingPopupRow:hover {
        color: #d1a600;
    }

.LeftContentTopHeader ul {
    display: inline;
    padding: 0;
    width: 100%;
}

    .LeftContentTopHeader ul li {
        list-style: none;
        padding: 5px 30px 2px 5px;
        font-size: 12px;
        text-align: left;
        cursor: pointer;
        border: 0;
        display: inline-block;
        background-position: center right;
        background-repeat: no-repeat;
    }

.LeftContentTopHeaderTextItem {
    padding: 16px 2px 0 4px;
    display: inline-block;
}

.mainMenuShortcut {
    display: none;
}

.LeftContentTopHeader ul li.mainMenuShortcutHomeItem {
    background-image: url('/content/images/HomeDark.png');
    float: right;
}

.LeftContentTopHeader ul li.mainMenuShortcutLogoutItem {
    background-image: url('/content/images/logout-hover.png');
    float: left;
}

.LeftContentTopHeader ul .mainMenuShortcutTextItem {
    padding: 16px 2px 0 4px;
    display: inline-block;
    padding: 2px 5px;
}

.DynamicPosition, .KeyboardNearInput {
    visibility: visible;
    z-index: 100;
    background-color: #fff;
    display: inline-block;
    position: absolute;
}

.DynamicPosition {
    top: -20px;
    right: 350px;
}

.paymentMethodBox .pupupContainer .DynamicPosition {
    left: inherit;
    right: 230px;
}

.divUpdateCardDepositBook .pupupContainer .DynamicPosition {
    top: -50px;
}

.KeyboardNearInput {
    margin-right: 5px;
}

.pupupContainer {
    position: relative;
}

.ResponsiveSearch {
    display: none;
    cursor: pointer;
}

.AdvancedSearch {
    display: inline;
}

.batchConfirmation .columnsContainer {
    padding: 1px 0 !important;
}

.batchConfirmation {
    max-width: 600px;
    margin: 0 auto;
}

.Hemisphere_L, .Hemisphere_R {
    float: right;
    margin: 0;
    padding: 0;
}

.Hemisphere_L {
    width: 45%;
}

.Hemisphere_R {
    width: 54%;
}

.Hemisphere_L .rightColumn {
    width: 38%;
}

.Hemisphere_L .leftColumn {
    width: 59%;
}

.Hemisphere_R .rightColumn {
    width: 35%;
}

.Hemisphere_R .leftColumn {
    width: 63%;
}

.MenuBasePage .leftMenuColumn, .MenuBasePage .rightMenuColumn {
    width: 100%;
    float: none;
}

.ibanContainer .btnContainer, .BatchTM .btnContainer {
    padding: 5px 0 0 !important;
    display: inline !important;
}

.InvoiceEnable .leftColumn, .search-container-disable .leftColumn {
    float: right;
}

.textRightRow {
    padding: 10px;
}

.RecordOperationConfirmation .btnAccept, .RecordOperationConfirmation .btnCancel, .RecordOperationConfirmation .btnModify, .RecordOperationConfirmation .btnReturn, .RecordOperationConfirmation .btnCommon, .RecordOperationConfirmation .btnShow {
    font-size: 13px;
    width: 110px;
    padding: 2px 25px 2px 10px;
    min-width: 0;
}

.btnCommon, .BalanceCheckBox {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.BalanceCheckBox {
    border: 1px solid #00965f;
    color: #00965f;
}

.btnCommon {
    border: 1px solid #666;
    color: #444;
    padding: 0 10px;
    min-width: 80px;
    height: 25px;
    background: 0;
}

.BalanceCheckBox {
    max-height: 25px;
    padding: 0 5px;
}

.btnAccept, .btnCancel, .btnModify, .btnReturn, .btnCommon, .btnShow, .BalanceCheckBox {
    cursor: pointer;
}

.btnAccept, .btnCancel, .btnModify, .btnReturn, .btnShow, .btnAdd {
    padding: 3px 21px;
    border-width: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 94% center;
    min-width: 99px;
    font-size: 12px;
    max-height: 36px;
    margin: 0 10px;
    font-weight: 200;
}

    .btnAccept[value="در حال پردازش..."], .btnModify[value="در حال پردازش..."], .btnShow[value="در حال پردازش..."], .btnReturn[value="در حال پردازش..."], .btnCancel[value="در حال پردازش..."] {
        font-size: 10px;
        padding: 6px 35px;
    }

.btnAccept {
    background-color: #00965f;
    background-image: url('/content/images/accept.png');
}

.btnAdd {
    background-color: cornflowerblue;
    background-image: url('/content/images/accept.png');
}

.btnCancel {
    background-color: #e15344;
    background-image: url('/content/images/cancel.png');
}

.btnModify {
    background-color: #303e45;
    background-image: url('/content/images/modify.png');
}

.btnReturn {
    background-color: #303e45;
    background-image: url('/content/images/return.png');
}

.btnShow {
    background-color: #285d77;
    background-image: url('/content/images/btnshow.png');
}

.btnAccept:hover {
    background-color: #32ab7e;
}

.btnCancel:hover {
    background-color: #e17367;
}

.btnModify:hover {
    background-color: #475c66;
}

.btnReturn:hover {
    background-color: #475c66;
}

.btnShow:hover {
    background-color: #475c66;
}

.btnCommon:hover {
    border-color: #333;
    color: #111;
}

.btnAccept:disabled {
    background-color: #699686;
}

.btnCancel:disabled {
    background-color: #e19e97;
}

.btnModify:disabled {
    background-color: #9badb5;
}

.btnReturn:disabled {
    background-color: #9badb5;
}

.btnShow:disabled {
    background-color: #9badb5;
}

.btnCommon:disabled {
    background-color: #eee;
    border-color: #CCC;
    color: #999;
}

.confirmationtransferForm .btnAccept, .confirmationtransferForm .btnCancel, .confirmationtransferForm .btnModify, .confirmationtransferForm .btnReturn, .confirmationtransferForm .btnShow {
    margin: 0 10px;
}

.wideFormStyle .btnAccept, .wideFormStyle .btnCancel, .wideFormStyle .btnModify, .wideFormStyle .btnReturn, .wideFormStyle .btnShow, .compactFormStyle .btnAccept, .compactFormStyle .btnCancel, .compactFormStyle .btnModify, .compactFormStyle .btnReturn, .compactFormStyle .btnShow, .SearchPageStyle .btnAccept, .SearchPageStyle .btnCancel, .SearchPageStyle .btnModify, .SearchPageStyle .btnReturn, .SearchPageStyle .btnShow, .SearchPageStyleOneColumn .btnAccept, .SearchPageStyleOneColumn .btnCancel, .SearchPageStyleOneColumn .btnModify, .SearchPageStyleOneColumn .btnReturn, .SearchPageStyleOneColumn .btnShow {
    margin: 0 0 0 20px;
}

.resultsPage .btnAccept, .resultsPage .btnCancel, .resultsPage .btnModify, .resultsPage .btnReturn, .resultsPage .btnShow {
    margin: 0 20px;
}

.divForAddCardDepositBookRecord .columnsContainer .Style_Center {
    text-align: right;
    margin-top: 10px;
    margin-right: 15px;
}

    .divForAddCardDepositBookRecord .columnsContainer .Style_Center label {
        color: #e15344 !important;
    }

.divForAddCardDepositBookRecord .rightColumn {
    min-width: 70px !important;
    max-width: 70px !important;
    display: inline-block !important;
}

.divForAddCardDepositBookRecord .leftColumn {
    min-width: 200px !important;
    max-width: 270px !important;
    display: inline-block !important;
}

.divForAddCardDepositBookRecord .btnContainer {
    padding: 0 !important;
}

    .divForAddCardDepositBookRecord .btnContainer .Style_Center {
        text-align: center;
        width: 100% !important;
        margin-right: 0 !important;
    }

.divForAddCardDepositBookRecord .leftColumn, .divForAddCardDepositBookRecord .rightColumn {
    text-align: right !important;
    padding: 0;
    margin: .5em 15px 0 0;
    margin-right: 15px;
}

.divForAddCardDepositBookRecord .btnAccept, .divForAddCardDepositBookRecord .btnCancel {
    background-image: none !important;
    font-size: 13px !important;
    padding: 1px 0 5px 2px !important;
    min-width: 100px !important;
}

.RecordOperationConfirmation .btnContainer .Style_Center {
    width: 100% !important;
    margin: 0;
}

.RecordOperationConfirmation .btnAccept {
    float: right;
    margin-right: 13% !important;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.RecordOperationConfirmation .btnCancel {
    float: left;
    margin-right: auto;
    margin-left: 13% !important;
    margin-top: auto;
    margin-bottom: auto;
}

.welcomeInfo {
    background: rgb(255, 232, 110);
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    text-align: right !important;
    vertical-align: top;
    margin: 0px 0px 4px 0px;
    display: inline-table;
}

.welcomeInfoText {
    display: table-cell;
    padding: 0px 0px 0px;
    float: right;
}

    .welcomeInfoText .title {
        font-weight: 500;
        margin-bottom: 4px;
        font-size: 15px;
        margin-top: 4px;
    }

.welcomeInfoImage {
    vertical-align: top;
}

.welcomeShortcut {
    display: inline-block;
    font-weight: 500;
    min-width: 155px;
    margin: 0px 0px 10PX;
}

.desktopWelcome {
    display: inline-block;
    margin: 0;
    float: right;
    margin-left: 6px;
}

.mobileWelcome {
    display: none;
}

.showWelcomeOnResponsive {
    display: block !important;
}

.showWelcomeOnNonResponsive {
    display: none !important;
}

.responsiveWelcome {
    /* max-width: 1080px; */
    margin: 0 auto;
}

    .responsiveWelcome fieldset {
        background-color: #fff;
    }

.DashboardcolumnsContainer {
    margin: 0px auto;
}

.DashboardServicesContainer > div {
    vertical-align: top;
}

.DashboardPart {
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    background: #fff;
}

.DashboardServicesContainer .DashboardPart {
    margin-right: 7px;
}

.DashboardServicesContainer .ContentsDashboardPart {
    padding: 10px 5px 0px;
}

.DashboardServicesContainer .DashboardPart:last-child { /* margin-right: 10px; */
}

.DashboardServicesContainer .CommonServices {
    width: 100%;
    margin-right: 0px !important;
}

.DashboardServicesContainer .NewServices {
    width: 49%;
    float: right;
}

.TitleDashboardPart {
    text-align: right;
    position: relative;
}

.DashboardServicesContainer .TitleDashboardPart {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.TitleDashboardPart .TitleDashboardText {
    padding: 10px 10px;
    text-align: right;
    border-right: 1px solid #ddd;
    font-weight: 500;
    display: inline-block;
    min-width: 60%;
}

.TitleDashboardPart .TitleDashboardIcon {
    width: 44px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.CommonServices .TitleDashboardIcon {
    background: #fff url(/content/images/star.png) no-repeat 0px center;
}

.NewServices .TitleDashboardIcon {
    background: #fff url(/content/images/message.png) no-repeat 0px center;
}

.wrongLogin .TitleDashboardIcon {
    background: #fff url(/content/images/UnsuccessfulLogin.png) no-repeat 10px 10px;
}

.wrongLogin .ContentsDashboardPart {
    margin-right: 45px;
    border-right: 1px solid #ddd;
}

.wrongLogin .TitleDashboardPart, .wrongLogin .TitleDashboardIcon, .wrongLogin.TitleDashboardText {
    height: 40px;
}

.wrongLogin .TitleDashboardIcon, .wrongLogin.TitleDashboardText {
    float: right;
}

.welcomeDepositList, .welcomeInvoice, .welcomeFullTM, .welcomeRequestPaya, .welcomeCardToCardTransfer, .welcomeBillPayment {
    width: 100px;
    height: 100px;
    border: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    border: 1px solid #f2f2f2;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50% !important;
    background-color: #e9e9e9 !important;
}

    .welcomeDepositList:active, .welcomeDepositList:hover, .welcomeInvoice:hover, .welcomeInvoice:active, .welcomeFullTM:hover, .welcomeFullTM:active, .welcomeRequestPaya:hover, .welcomeRequestPaya:active, .welcomeCardToCardTransfer:hover, .welcomeCardToCardTransfer:active, .welcomeBillPayment:hover, .welcomeBillPayment:active {
        border-color: #efc319;
    }

.welcomeDepositList {
    background: #fff url(/content/images/payment.png) center no-repeat;
}

.welcomeInvoice {
    background: #fff url(/content/images/score.png) center no-repeat;
}

.welcomeFullTM {
    background: #fff url(/content/images/register.png) center no-repeat;
}

.welcomeRequestPaya {
    background: #fff url(/content/images/request.png) center no-repeat;
}

.welcomeCardToCardTransfer {
    background: #fff url(/content/images/calendar.png) center no-repeat;
}

.welcomeBillPayment {
    background: #fff url(/content/images/list.png) center no-repeat;
}

.compactFormStyle .invoiceRightColumn {
    width: 68px;
}

.ctrlTwoFactorVerifier .infoTextSmallRight {
    text-align: right;
    padding: 0 50px 0 10px;
    background: url(/content/images/InfoPopUp.png) no-repeat 98% 2px;
    min-height: 30px;
    margin-bottom: 20px;
}

.MessageContainerctrlTwoFactor .errorMessage {
    max-width: 85%;
    background-size: 19px;
    background-position: 98% 8px;
}

.ctrlTwoFactorVerifier .infoTextSmallRight span {
    text-align: justify;
}

.ctrlTwoFactorVerifier .columnsContainerctrlTwoFactor {
    text-align: right;
    padding-right: 170px;
    min-height: 32px;
}

.ctrlTwoFactorVerifier .rightColumnctrlTwoFactor {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.ctrlTwoFactorVerifier .leftColumnctrlTwoFactor {
    display: inline-block;
}

.ctrlTwoFactorVerifier .textBoxStyle {
    width: 100px;
    border: 1px solid #666;
}

.wrongLogin {
    text-align: right !important;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 auto 30px !important;
    width: 100%;
}

    .wrongLogin .header {
        display: inline-block;
        background: url(/content/images/UnsuccessfulLogin.png) no-repeat 98% 2px;
        padding: 4px 40px 0 2px;
        height: 31px;
    }

        .wrongLogin .header span {
            font-size: 13px;
            font-weight: 700;
        }

        .wrongLogin .header img {
            vertical-align: bottom;
            padding: 0 5px 0 0;
        }

.searchCardManager {
    margin-bottom: 7px;
}

.GridWidth {
    width: 60%;
    margin: 0 auto;
}

.solidHyperlink, .solidHyperlinkGrid {
    color: #07986f;
    font-weight: 500;
    text-decoration: underline !important;
}

    .solidHyperlink:hover, .solidHyperlinkGrid:hover {
        color: gold;
    }

.solidHyperlinkPaging {
    color: #07986f;
}

    .solidHyperlinkPaging[disabled=disabled] {
        color: #94e4c6;
    }

.gridViewPager span {
    color: #94e4c6;
    font-weight: 500;
}

.gridViewPager a {
    color: #07986f;
    font-weight: 500;
}

.refreshButton {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.alertStatement {
    color: red;
}

.ConfirmationTextStyle .Style_Center {
    font-weight: bold;
    line-height: 300%;
    text-align: right;
    margin-right: 34%;
    padding-right: .2em;
}

.ibanHeaderContainer {
    text-align: center;
    vertical-align: middle;
    color: #111415;
    font-size: 10px;
    text-align: center;
}

    .ibanHeaderContainer > input {
        background: 0;
        border: none;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
        width: 100%;
    }

.ibanResultContainer {
    vertical-align: top;
    text-align: right;
    overflow-y: auto;
    color: #397695;
    font-size: 12px;
}

    .ibanResultContainer span {
        display: block;
        padding: 3px 5px;
        max-height: 100px;
        overflow-y: auto;
        direction: rtl;
        line-height: 200%;
    }

        .ibanResultContainer span.attention {
            font-weight: normal;
        }

.ibanResultTitle {
    background: #b2dfdb;
    text-align: right;
    padding: 2px 2px 0px;
    min-height: 25px;
    vertical-align: middle;
    color: #111415;
    font-size: 12px;
}

.ibanContainer {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    z-index: 100;
}

.ibanbtnContainer {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.ibanBox {
    position: absolute;
    width: 300px;
    background-color: #fff;
    border: 1px solid #96a3a9;
    top: 6px;
    right: 215px;
}

.ibanbtnBox .greenLink {
    height: 23px;
    font-size: 12px;
}

.ibanbtnBox {
    width: 110px;
    background-color: #fff;
    border: 1px solid #96a3a9;
    top: 0px;
    margin-top: 1px;
}

.loadingGif {
    width: 16px;
    height: 16px;
    background: url('/content/images/loading.gif') no-repeat center;
    top: 3px;
    position: absolute;
}

.ibanResultTitle .closeImage {
    padding: 5px;
    float: left;
    background: url('/content/images/Close.png') no-repeat center;
    width: 16px;
    height: 16px;
    border: 0px;
    cursor: pointer;
}

.ibanResultContainer hr {
    border: 1px dashed #C7E0E0;
}

@media(max-width:1251px) {
    .inlineTooltip {
        left: 20px !important;
    }

    .ibanBox {
        width: 200px;
    }
}

@media screen and (max-width:1024px) {
    .ibanResultContainer {
        font-size: 11px;
    }

    .ibanContainer {
        margin-right: 1px;
    }

    .MainPartContainer {
        margin: 0;
    }

    .ViewTransferLimit .btnShowTransferLimit {
        padding: 5px 12px 2px 0;
    }

    .DynamicPosition {
        left: 5%;
        right: 270px;
    }

    .divUpdateCardDepositBook .pupupContainer .DynamicPosition {
        right: inherit;
    }

    .ibanBox {
        width: 175px;
    }

    .ibanHeaderContainer {
        font-size: 9px;
    }

    .ibanResultTitle {
        font-size: 11px;
    }
}

@media only screen and (max-width:900px) {
    .min-width {
        display: block;
    }

    .dispaly-none {
        display: block !important;
    }

    #sidebar-collapse {
        display: none !important;
    }

    .menu-active a {
        color: #000 !important;
    }

    .mainUl ul > li > a:hover {
        color: #000 !important;
    }

    .message-container .news-date {
        float: right !important;
        width: 100% !important;
        text-align: right;
        margin-bottom: 4px;
    }

    .rightColumn100 {
        float: right;
        width: 95% !important;
        margin-left: 3px;
        border: 0;
        background-color: transparent;
        display: inline-block;
        float: right;
        margin-right: 12px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .leftColumn30 {
        width: 95% !important;
        margin-left: 3px;
        border: 0;
        background-color: transparent;
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    .IbanInfo {
        position: relative !important;
    }

    #layout {
        min-width: 80%;
        width: 100%;
    }

    .MainContent {
        min-height: 600px;
        margin: 65px 0 5px;
        padding: 0 0 60px 0;
    }

    #layout, .MainContent {
        padding-right: 0;
    }

    .innerFooterRight {
        min-width: 280px;
        padding: 5px 0 0;
    }

    .innerFooterLeft {
        padding: 0;
        min-width: 280px;
    }

    .headerPosition {
        position: absolute !important;
    }

    .firstHeader {
        position: fixed;
        top: -1px;
    }

    .HeaderLogo {
        margin-right: 58px;
        /* width: 230px !important; */
        /* height: 60px; */
        background-size: 212px 54px;
    }

    .mainMenu {
        padding-left: 10px;
        height: 55px;
    }

        .mainMenu ul li {
            padding: 22px 5px 2px;
            background-position: top center;
        }

    .mainMenuTextItem {
        padding: 2px 0 0;
        display: block;
    }

    .LeftContentTopHeader {
        position: fixed;
        z-index: 100000;
    }

    .pure-menu-link {
        position: absolute;
        display: block;
        float: right;
        right: -12px;
    }

    .SearchPageStyle .leftColumn50, .SearchPageStyle .rightColumn50 {
        width: 98%;
    }

    .SearchPageStyle .rightColumn {
        width: 150px;
    }

    .SearchPageStyle .leftColumn50 .leftColumn, .SearchPageStyle .rightColumn50 .leftColumn {
        width: auto;
    }

    .SearchPageStyleOneColumn .leftColumn50 .leftColumn, .SearchPageStyleOneColumn .rightColumn50 .leftColumn {
        float: right;
        width: auto;
    }

    .SearchPageStyleOneColumn .rightColumn50 {
        width: 100%;
        min-width: 0;
    }

    .SearchPageStyleOneColumn .btnContainer {
        width: 100%;
        padding: 10px 160px 3px 0 !important;
        text-align: right;
    }

        .SearchPageStyleOneColumn .btnContainer .Style_Center {
            text-align: right;
        }

    fieldset {
        padding: 5px 10px;
    }

    .Tab_Style {
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

        .Tab_Style li {
            width: 100%;
            display: inline-block;
        }

        .Tab_Style a {
            width: 100%;
            position: static;
            box-sizing: border-box;
            border-width: 1px 1px 0 1px;
            border-color: #ccc;
            border-style: solid;
            padding: 7px 15px;
        }

            .Tab_Style a.active {
                border-width: 2px 1px 1px !important;
                padding: 6px 15px 7px;
            }

    .TabFormContainer {
        border-width: 0 1px 1px 1px;
    }



    .TwoRowTableIntelligence .leftColumn50, .TwoRowTableIntelligence .rightColumn50 {
        width: 100% !important;
        border-bottom: 1px solid #bdd5d8;
    }

    .TwoRowTableIntelligence, .TwoRowTableIntelligence .leftColumn50 {
        border-bottom-width: 0;
    }

        .TwoRowTableIntelligence .Style_OnColomn {
            min-height: 40px;
            padding: 2px 10px 3px 3px;
        }

        .TwoRowTableIntelligence span:not(:last-child) .columnsContainer:last-child {
            border-bottom: 0 solid #bdd5d8 !important;
        }

    .divForAddCardDepositBookRecord {
        right: 3%;
        height: auto;
        margin: 0;
    }

        .divForAddCardDepositBookRecord .leftColumn, .divForAddCardDepositBookRecord .rightColumn {
            text-align: right !important;
        }

        .divForAddCardDepositBookRecord .subTitle {
            font-size: 14px !important;
        }

        .divForAddCardDepositBookRecord .columnsContainer {
            padding: 2px 0 !important;
            padding: 0 !important;
        }

    .DetailedDescription, .RecordOperationConfirmation {
        margin: 10px auto 0;
        left: 0;
        right: 0;
    }

    .DynamicPosition {
        left: 5%;
    }

    .pupupContainer .DynamicPosition {
        top: inherit;
        right: inherit;
    }

    .divUpdateCardDepositBook .pupupContainer .DynamicPosition {
        left: 1%;
        top: -35px;
    }

    .inlineTooltip {
        left: 10px !important;
    }

    .welcomeDepositList, .welcomeInvoice, .welcomeFullTM, .welcomeRequestPaya, .welcomeCardToCardTransfer, .welcomeBillPayment {
        width: 80px;
        height: 80px;
    }

    .welcomeShortcut {
        margin: 0px 5px 5px;
        min-width: 120px;
    }


    .ViewTransferLimit .columnsContainer div {
        padding: 8px 10px 8px;
    }

    .ViewTransferLimit .btnShowTransferLimit {
        padding: 8px 10px 8px !important;
    }

    .GridWidth {
        width: 90%;
        margin: 0 auto;
    }

    .compactFormStyle .btnContainer .Style_Center {
        width: 100%;
        float: left;
        text-align: center;
    }

    .ctrlTwoFactorVerifier .columnsContainerctrlTwoFactor {
        padding-right: 100px;
    }

    .Satchel .SatchelDescription {
        height: 40px;
    }

    .ConfirmationTextStyle .Style_Center {
        font-weight: bold;
        line-height: 300%;
        text-align: center;
        margin: 0 auto;
        padding-right: .2em;
    }

    #divUserLoginType {
        display: none;
    }

    .welcomeInfo, .wrongLogin {
        margin: 0px 10px 20px;
    }

    #divUserName {
        min-width: 300px;
    }

    .welcomeInfo {
        min-width: 300px;
    }

    .welcomeShortcut {
        font-size: 10px;
        /* min-width: 100px; */
        font-weight: 300;
    }

    .welcomeDepositList, .welcomeInvoice, .welcomeFullTM, .welcomeRequestPaya, .welcomeCardToCardTransfer, .welcomeBillPayment {
        width: 80px;
        height: 80px;
    }

    .welcomeShortcut {
        margin: 10px 2px 0px !important;
    }



    .wrongLogin .TitleDashboardIcon, .wrongLogin.TitleDashboardText {
        float: none;
        vertical-align: top;
    }

    .wrongLogin .TitleDashboardPart {
        position: relative;
    }

    .wrongLogin .TitleDashboardText {
        position: absolute;
    }



    .DashboardServicesContainer .DashboardPart {
        width: 100%;
        float: none;
        /* min-height: 100px; */
        margin: 0px 0px 6px !important;
    }

    .DashboardPart:first-child {
        margin-left: 0px;
    }

    .ibanBox {
        width: 250px;
    }
}

@media(max-width:800px) {
    .rightColumn70 {
        width: 97% !important;
    }

    .column-info {
        width: 100% !important;
    }

    .gateway-icon {
        width: 95% !important;
    }

    .selectStyle {
        margin-right: 0px !important;
    }

    .text-area-mdeium{
        width:90%;
        height:70px;
        margin:0 5px;
    }

    .welcomeInfoText .title img {
        width: 67px;
        height: 78px;
    }

    .welcomeInfoText .title span.bold {
        margin-right: 35px;
    }

    .responsiveWelcome {
        padding-right: 0;
    }

    .welcomeInfoText .title {
        border-bottom: 1px #ccc solid;
    }

    .ibanBox {
        width: 160px;
    }

    .ibanResultTitle {
        font-size: 10px;
    }
}

@media only screen and (max-width:600px) {
    .selectStyle {
        margin-right: 0px !important;
    }

    html {
        background-color: #FFF;
    }

    .CalenderlineSyle input {
        color: #787676;
    }

    #layout, #layout.active1 {
        background-color: #fff !important;
    }

    #layout {
        min-width: 80%;
        margin-top: 0 !important;
        padding-right: 0;
        width: 100%;
    }

        #layout.active1 {
            right: 0;
        }

    .MainFooter > div {
        text-align: center;
        min-width: 0;
    }

    .FooterMenu ul {
        padding: 0 5px;
    }

    .innerFooterRight {
        width: auto;
    }

    .innerFooterRight, .innerFooterLeft {
        width: 100%;
        text-align: center;
    }

    .FooterMenu {
        text-align: center;
    }

    .GridWidth {
        width: 100%;
    }

    .firstHeader {
        height: 50px;
    }

    .scrollContent {
        top: 50px;
    }

    .header1 {
        text-align: right;
        margin: 0;
    }

    .MainContent {
        border-width: 0;
        margin: 53px 0 5px;
    }

    label.menu {
        display: block;
    }

    .mainMenu {
        position: absolute;
        border: 0 solid #ededed;
        padding: 0;
        top: 0;
        left: 10px;
        z-index: 100;
    }

        .mainMenu ul {
            display: inline;
            padding: 0;
            width: 100%;
        }

    .SearchPageStyle, .SearchPageStyleOneColumn, .ConfirmationFunction {
        padding: 10px;
    }

        .SearchPageStyleOneColumn .btnContainer {
            padding: 10px 0 3px 0 !important;
            text-align: center;
        }

    .mainMenu ul li {
        height: 50px;
        width: 25px;
        background-position: center;
        padding: 0;
        margin: 0 5px;
        margin-top: 3px;
    }

        .mainMenu ul li:first-child {
            margin: 0;
        }

    .mainMenuTextItem {
        display: none;
    }

    .mainMenu ul li.mainMenuHomeItem {
        /* display: none; */
    }

    .DynamicPosition, .KeyboardNearInput {
        position: relative;
        margin: 0;
        top: 0 !important;
    }

    .DynamicPosition {
        right: 0;
        margin: 0;
        top: 0 !important;
        left: 5%;
    }

    .pupupContainer .DynamicPosition, .paymentMethodBox .pupupContainer .DynamicPosition {
        right: 0;
        left: 5%;
    }

    .KeyboardNearInput {
        right: 5px;
        float: right;
        left: 5%;
    }

    .pupupContainer {
        position: inherit;
    }

    .AdvancedSearch {
        display: none;
    }

    .btnshowDeposits, .showDeposits {
        vertical-align: top;
    }

    .btnshowDeposits {
        margin: 0 !important;
    }

    .noColor {
        background-color: transparent;
    }

    .Tooltip {
        width: auto !important;
        height: auto !important;
    }

    .divForHelp {
        margin: 5px 0 0 !important;
        left: 0;
    }

    .infoTextGray {
        width: 99%;
        margin: 0 auto;
    }

    .rightHalfColumnFiftypercent {
        padding-right: 5px;
        padding-left: 0;
        min-width: 100px;
        text-align: right;
    }

    .leftHalfColumnFiftypercent {
        padding-right: 5px;
    }

    .div2 {
        font-size: 12px !important;
    }

    .txtNewCardDepositBookRecordName {
        width: 85%;
    }

    .InfoTooltip {
        width: 250px !important;
        height: 190px !important;
        top: 0;
        font-size: larger;
    }

    .textDescription {
        word-wrap: break-word;
        min-width: 0;
        padding-right: 5px;
    }

    .btnRight {
        text-align: center;
        width: 100%;
    }

    .CalenderContainer, .unitControl {
        padding: 1px 0;
    }

    .unitControl {
        padding-left: 10px;
    }

    .CustomerAddressControldiv .unitControl {
        float: right;
    }

    .leftColumn, .rightColumn {
        display: block !important;
        width: 99% !important;
    }

    .rightColumn {
        text-align: right;
        float: none;
    }

    .wideFormStyle .btnContainer .Style_Center, .compactFormStyle .btnContainer .Style_Center, .btnContainer .Style_Center, .compactFormStyle .btnContainer .Style_Center {
        width: 100%;
        float: none;
    }

    .SearchPageStyle .btnContainer .Style_Center {
        width: 100%;
        text-align: right;
        padding-right: 0;
    }

    .row-info .fixed-width {
        width: 90% !important;
        text-align: right !important;
    }

    .leftMenuColumn, .rightMenuColumn, .leftColumn50, .rightColumn50 {
        min-width: 0 !important;
        display: block;
        width: 99%;
        margin: 0;
        padding: 0;
    }

    .rightColumn, .rightColumn50, .rightColumn40, .rightColumn30, .rightColumn60 {
        margin-left: 0;
    }

    .rightColumn50, .rightColumn40, .rightColumn30, .rightColumn60 {
        display: block;
        float: none;
        width: 90%;
    }

    .transferFormReceipt {
        background-image: none;
    }

        .confirmationtransferForm .leftColumn, .transferFormReceipt .leftColumn {
            text-align: center;
            padding: 0 7px 3px !important;
        }

        .confirmationtransferForm .rightColumn, .transferFormReceipt .rightColumn {
            padding: 1px 10px 0 !important;
        }

    .divForAddCardDepositBookRecord .rightColumn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .transferFormReceipt .leftColumn {
        width: 100% !important;
        background-color: #ebf6f2;
    }

    .transferFormReceipt .rightColumn {
        width: 100% !important;
        background-color: #ebf6f2;
    }

    .transferFormReceipt .columnsContainer {
        padding: 0 !important;
    }

    .confirmationtransferForm .rightColumn {
        background: 0;
    }

    .transferFormReceipt .HeaderTransfer .Style_Center #Img1 {
        display: inline-block;
    }

    .confirmationtransferForm .headingTable, .transferFormReceipt .headingTable {
        padding: 0 5px !important;
    }

    .confirmationtransferForm .columnsContainer, .transferFormReceipt .columnsContainer {
        padding: 0;
    }

    .confirmationtransferForm .tblCard .columnsContainer {
        text-align: right;
    }

    .confirmationtransferForm .divForHelp {
        margin: 5px -120px 0 0 !important;
        left: auto !important;
    }

    .confirmationtransferForm .headingTable .Style_Center {
        padding: 10px 2px 12px;
        line-height: 200%;
    }

    .Satchel .SatchelDescription {
        width: 97%;
    }

    .Satchel .leftColumn {
        padding-right: 5px !important;
    }

    .Hemisphere_L, .Hemisphere_R {
        width: 100%;
    }

    .wideFormStyle .Satchel .btnContainer .Style_Center {
        width: 100%;
        float: none;
    }

    .CenterBox {
        width: 100%;
        margin: 0 auto;
    }

        .CenterBox .rightColumn {
            display: inline;
        }

    .ViewTransferLimit li a {
        padding: 0 10px 0 0;
        float: left;
        text-align: left;
        font-size: 11px;
    }

    .ViewTransferLimit li:nth-last-child(odd) {
        background-color: #bfffeb;
    }

    .ViewTransferContainer {
        width: 100%;
        min-width: 0;
    }

    .arbitrarySettingBox .rightColumn {
        background-color: #edf8f1;
    }

    .arbitrarySettingBox {
        margin: .5em 0 !important;
    }

    .btnAddCustomerAddress {
        padding: 2px 0 0;
        width: 100%;
        text-align: center;
    }

    .infoTextBold {
        padding: 5px;
        font-size: 11px;
    }

    .divForPersonalInfo {
        display: none;
    }

    .SearchPageStyle hr {
        color: gray;
        outline: #e1e1df solid 1px;
    }

    .TwoRowTableIntelligence {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

        .TwoRowTableIntelligence .leftColumn {
            text-align: center;
            width: 100%;
            float: none;
        }

        .TwoRowTableIntelligence .rightColumn {
            padding-right: 10px;
            width: 100%;
        }

        .TwoRowTableIntelligence .rightColumn50 {
            border-bottom: 1px solid #bdd5d8;
        }

        .TwoRowTableIntelligence .columnsContainer .Style_OnColomn {
            min-height: 40px !important;
            padding: 9px 10px 0 0;
        }

    .grdSuccessfullTransfer td, .grdSuccessfullTransfer th {
        font-size: 10px;
    }

    .btnSmall {
        margin-top: 4px;
        padding: 3px 0;
        width: 60px !important;
    }

    .btnContainer {
        padding: 10px 0 5px !important;
    }

    .btn15:disabled {
        font-size: 13px;
        font-weight: 500 !important;
        padding: 5px 10px !important;
    }

    .SubtitleBigStyle {
        font-size: 13px;
    }

    .tblPaySuggestion {
        margin: 5px auto 20px;
    }

    .ContainerPersonalInfo {
        display: none;
    }

    .accountInfo {
        border: 2px solid #b2e0dd;
        border-radius: 2px;
        background: url(/content/images/plus.png) 99% 10px no-repeat;
    }

        .accountInfo > div {
            padding: 2px 25px 5px 5px;
            cursor: pointer;
        }

        .accountInfo span {
            line-height: 220%;
            margin-top: 5px;
            display: none;
        }

    .textRightRow {
        padding: 7px 5px;
    }

    .pageNameContainer {
        padding-right: 10px !important;
    }

    #CentralContentTopHeader {
        background-image: none;
    }

    .mainMenuShortcut {
        display: block;
    }

    .LeftContentTopHeader span {
        padding: 0 10px;
        line-height: 200%;
    }

    .LeftContentTopHeader #authenticationMethodSpan {
        padding-left: 5px;
    }

    .LeftContentTopHeader span.AuthenticationMethodLabelClass {
        padding-right: 5px;
    }

    .LeftContentTopHeader > div:not(:last-child) {
        border-bottom-width: 1px;
    }

    .LeftContentTopHeader > div:last-child {
        border-bottom-width: 0;
    }

    #CentralContentTopHeader {
        height: auto;
        margin: 1px 0 5px;
        border: 1px solid #d5d5d3;
        overflow: hidden;
        padding-bottom: 0;
    }

    .firstHeader, .innerFirst {
        background-repeat: no-repeat;
    }

    .PageContainer {
        padding-top: 6px;
    }

    .firstHeader {
        height: 55px;
        background-position: top center;
        box-shadow: 0 1px 5px #444;
        background-repeat: repeat-x;
    }

    .HeaderLogo {
        width: 141px;
        height: 58px;
        background-image: url('/content/images/smallLogo.png');
        background-repeat: no-repeat;
        background-position: center;
        /* margin: 0 auto; */
        margin-right: 50px;
        background-size: 145px 41px;
    }

    .mainUl > li {
        background-image: none;
    }

    .mainUl ul > li {
        background-image: none;
    }

    .mainUl > li > a {
        background-image: none;
    }

    .mainUl ul > li > a {
        background-image: none;
    }

    #innerFooter {
        font-size: 9px;
    }

    legend {
        font-size: 12px !important;
    }

    .ResponsiveSearch {
        display: block;
        vertical-align: top;
        margin-top: 10px;
    }

    .InvoiceEnable .leftColumn, .search-container-disable .leftColumn {
        float: none;
    }

    .btnAccept, .btnAccept, .btnCancel, .btnModify, .btnReturn, .btnShow {
        width: 100%;
        text-align: center;
        margin: 10px 0 !important;
    }

        .btnAccept[value="در حال پردازش..."], .btnModify[value="در حال پردازش..."], .btnShow[value="در حال پردازش..."], .btnReturn[value="در حال پردازش..."], .btnCancel[value="در حال پردازش..."] {
            font-size: 14px;
            padding: 6px 35px;
        }

    .RecordOperationConfirmation .btnContainer input:first-child {
        width: 100px;
        margin-right: 11%;
    }

    .RecordOperationConfirmation .btnContainer input:last-child {
        width: 100px;
        margin-left: 11%;
    }

    .desktopWelcome {
        display: none;
    }

    .mobileWelcome {
        display: inline-block;
    }

    .mobileWelcomeInfoImage {
        vertical-align: middle;
        margin-left: 10px;
        width: 25px;
    }

    .welcomeInfoImage {
        padding-right: 10px !important;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        height: 70px !important;
    }

    .welcomeInfo {
        width: 100%;
        margin: 0px;
    }

    .welcomeInfoText {
        padding: 3px !important;
        overflow: hidden;
    }

    .welcomeInfoDescription {
        text-align: justify;
    }

    .ViewTransferLimit .columnsContainer div {
        padding: 8px 8px 8px;
    }

    .BillPaymentStyle1 fieldset .rightColumn, .BillPaymentStyle1 fieldset .leftColumn {
        padding-right: 10px;
        padding-left: 10px;
    }

    fieldset .confirmationtransferForm {
        width: 99%;
        margin: 0 auto;
    }

    .wrongLoginListHeader {
        color: #787676 !important;
        padding-top: 10px !important;
    }

    .wrongLoginListRow0 td, .wrongLoginListRow1 td {
        color: #787676 !important;
    }

    .ctrlTwoFactorVerifier .infoTextSmallRight {
        padding: 0 35px 10px 10px;
    }

    .ctrlTwoFactorVerifier .columnsContainerctrlTwoFactor {
        padding: 5px 35px 5px 0;
    }

    .ctrlTwoFactorVerifier .rightColumnctrlTwoFactor {
        width: 180px;
    }

    .ctrlTwoFactorVerifier .leftColumnctrlTwoFactor {
        min-width: 150px;
    }

    .ctrlTwoFactorVerifier .MessageContainerctrlTwoFactor {
        text-align: center;
    }

    #divUserLoginType {
        display: none;
    }

    #divUserName {
        border-bottom-width: 0px;
        margin-bottom: 0px;
        max-width: 300px;
        min-width: 0px;
    }

    .welcomeInfo {
        margin-top: 2px;
    }

    .DashboardcolumnsContainer {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .welcomeDepositList, .welcomeInvoice, .welcomeFullTM, .welcomeRequestPaya, .welcomeCardToCardTransfer, .welcomeBillPayment {
        width: 60px;
        height: 60px;
    }

    .welcomeShortcut {
        font-size: 12px;
        width: 34px;
        font-weight: bold;
        padding: 10px 8px 0px;
    }

    .wrongLogin .ContentsDashboardPart, .wrongLogin .TitleDashboardPart .TitleDashboardText {
        border-right-width: 0px;
        margin-right: 0px;
        height: auto;
        top: 3px;
    }

    .TitleDashboardPart .TitleDashboardText {
        border-right-width: 0px;
    }

    .TitleDashboardPart {
        border-bottom-width: 0px;
    }

    .ibanResultContainer {
        position: static;
        display: block;
        width: 100%;
    }

    .ibanBox {
        position: static;
        width: 100%;
    }

    .ibanContainer {
        display: block;
        position: static;
        margin-top: 3px;
        width: 100%;
        max-width: 350px;
    }

    .ibanHeaderContainer {
        font-size: 11px;
        position: relative;
    }

    .ibanResultTitle {
        font-size: 10px;
    }
}

.contactUsAddressTitle {
    width: 100% !important;
    text-align: center !important;
    background-image: url('/content/images/Address.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 180px !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-weight: bold;
}

.contactUsEmailTitle {
    width: 100% !important;
    text-align: center !important;
    background-image: url('/content/images/Email.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 180px !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-weight: bold;
}

.contactUsFaxTitle {
    width: 100% !important;
    text-align: center !important;
    background-image: url('/content/images/Fax.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 180px !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-weight: bold;
}

.contactUsTelTitle {
    width: 100% !important;
    text-align: center !important;
    background-image: url('/content/images/Tel.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 180px !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-weight: bold;
}

.contactUsContent {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
}

.contactUsContainer {
    width: 180px !important;
    margin: 20px;
}

.contactUsContent .solidHyperlink {
    font-size: 12px;
    color: #787878 !important;
}

.contactUsForm {
    max-width: 100% !important;
    text-align: center;
}

#keyboard {
    font-family: Tahoma;
}

.invoiceDetailTooltipLeftColumn {
    max-width: 200px;
    display: inline;
    padding-right: 5px;
    word-wrap: break-word;
}

.invoiceDetailTooltipRightColumn {
    max-width: 100px;
    display: inline;
}

.invoiceDetailTooltip {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.invoiceDetailTooltipTitle {
    border: 0 !important;
    background-color: #3b9ac8;
    color: #fff !important;
    background-image: url('/content/images/detailInfo.png');
    background-position: 97% 45%;
    background-repeat: no-repeat;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 10px;
    font-size: 13px;
}

.imgBorder {
    padding: 10px 0;
}

.TarifBody .tblCalendar {
    height: 31px;
}

.SatchelMngDone {
    background-color: #eefff6;
}

.SatchelMngExpired {
    background-color: #fffad6;
}

.selectedSaveCardInfo {
    color: green;
}

.imgKeyboard {
    vertical-align: middle;
    cursor: pointer;
}

.imgHelpInPage {
    vertical-align: middle;
    cursor: pointer;
}

.imgSearch {
    vertical-align: middle;
}

.pencilGrid {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.DepositNumber {
    width: 80%;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
}

.DepositNum {
    width: 350px;
}

.helpCloseButton {
    width: 20px;
    height: 20px;
    background-image: url(/content/images/close.png);
    background-repeat: no-repeat;
    float: left;
    border-width: 0 !important;
    cursor: pointer;
    margin-left: 1px;
    margin-top: 3px;
}

.resultTarifMoshtari {
    height: 700px;
    overflow: hidden;
}

.ExportExcelTable {
    vertical-align: top;
    border-color: #3c464a;
}

.KeyboardNumberTable {
    font-family: IRANSans;
    font-weight: 300;
    cursor: pointer;
}

.keyBoardtd {
    padding: 1px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

.tdDuplicateWarning {
    background: url(/content/images/warningSmall.png) no-repeat 99% 50%;
    text-align: left;
}

.ShebaGridWidth {
    width: 200px !important;
    min-width: 200px;
    word-wrap: break-word;
    padding-right: 25px !important;
    text-align: center;
}

table.responsiveGrid tbody th,
table.responsiveGrid tbody td {
    padding: 2px 5px;
}

.batchMessageError {
    color: red !important;
}

.listViewRow0 .BreakLineTd, .listViewRow1 .BreakLineTd {
    white-space: normal;
}

.ThNameField {
    min-width: 150px;
}

.errorTd {
    font-weight: 400;
    color: red;
}

    .errorTd span {
        display: inline-block;
    }

.hiddenItem {
    display: none;
}

.errorTr {
    background-color: #ecd1d1;
}

.inlineSuccessMessage {
    min-width: 200px;
    display: inline-block;
    color: #2e9670;
    line-height: 24px;
    text-align: right;
    font-weight: 700;
}

.GridBreakLargeText td {
    word-wrap: break-word;
    white-space: normal !important;
}

.PaymentIdGridWidth {
    min-width: 150px;
    max-width: 150px;
}

.DescriptionGridWidth {
    min-width: 150px;
    max-width: 150px;
}

.BankNameGridWidth {
    min-width: 80px;
    max-width: 80px;
}

.NameInfoGridWidth {
    min-width: 150px;
    max-width: 150px;
}

.AmountGridWidth {
    min-width: 150px;
    max-width: 150px;
}

.errorTd span {
    display: inline-block;
}

.paddingShebainfo {
    padding: 0.2em;
}

.demo i {
    transition: all .2s;
}

[class*=icono-], [class*=icono-] * {
    box-sizing: border-box;
}

[class*=icono-] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: #ddd;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
}

.bold {
    font-weight: bold;
}

div.news-date {
    font-size: 11px;
    color: #e27300;
    font-weight: bold;
    margin-top: 3px;
}

ul.news li img {
    vertical-align: middle;
}

ul.news li {
    border-bottom: 1px #eee solid;
    margin: 0px 6px 9px;
    list-style-type: none;
    text-align: justify;
    background-color: #fff3b3;
    padding: 5px;
}

.all-news-link {
    text-align: left;
    padding-left: 7px;
    margin-bottom: 10px;
}

    .all-news-link a {
        background: #fa7f00;
        padding: 3px 10px;
        border-radius: 6px;
        color: #fff;
    }

span.news-sender {
    color: #000;
    font-size: 14px;
}

span.new-meesage-count {
    color: #fa7f00;
    font-size: 11px;
    font-weight: bold;
}

.TitleDashboardIcon.private-message {
    background: #fff url(/content/images/private-message.png) no-repeat 0px center;
}

.welcomeInfoImage img {
    width: 94px;
    height: 97px;
    margin-bottom: -8px;
}

.hidden {
    display: none;
}

h2.search-header {
    font-size: 15px;
    margin-right: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.button-container {
    text-align: left;
}

.start-date {
    color: #00ac33;
}

.end-date {
    color: #d90505;
}

.rightColumn70 {
    width: 52%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

.leftColumn30 {
    width: 40%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.row-info {
    text-align: right;
    padding: 5px 10px;
    font-size: 14px;
}

    .row-info .info-lbl {
        color: #222;
        font-size: 13px !important;
    }

    .row-info .data-lbl {
        color: #285d77;
        background: #eee;
        padding: 1px 11px;
    }

    .row-info input, .row-info textarea, select {
        /* margin-right: 5px; */
        min-width: 197px;
    }

    .row-info .fixed-width {
        float: right;
        min-width: 139px;
        text-align: left;
        padding-left: 3px;
    }

    .row-info .numeric {
        text-align: left;
        direction: ltr;
    }

    .row-info .textarea {
        width: 300px;
        min-height: 80px;
    }

.column-info {
    text-align: right;
    padding: 5px 10px;
    font-size: 14px;
    width: 33%;
    float: right;
}

h4.column-box-header {
    text-align: right;
    padding-right: 15px;
    margin-top: 25px;
}

.column-info .info-lbl {
    color: #222;
    font-size: 13px !important;
    width: 100px !important;
    text-align: left;
    float: right;
}

.column-info .data-lbl {
    color: #285d77;
    background: #eee;
    padding: 1px 11px;
}

.column-info .date {
    min-width: 40px !important;
    width: 40px !important;
    text-align: center !important;
}

.column-info input, .column-info textarea, select {
    /* margin-right: 5px; */
    width: 120px;
}

.column-info .fixed-width {
    float: right;
    min-width: 139px;
    text-align: left;
    /* padding-left: 6px; */
}

.column-info .numeric {
    text-align: left;
    direction: ltr;
}

.column-info .textarea {
    width: 300px;
    min-height: 80px;
}

hr.hr-bold {
    border: 1px #f1d143 solid;
    margin: 5px 12px;
}

.row-info textarea {
    min-width: 230px;
    min-height: 66px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.ltr {
    direction: ltr !important;
}

.section-header {
    text-align: right;
    font-size: 15px;
    margin-right: 10px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.full-width-page {
    background: #eee !important;
}

.row-info input[type=checkbox] {
    min-width: 12px;
}

.documentImg {
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    border: 6px #eee solid;
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .DashboardServicesContainer .ContentsDashboardPart {
        padding-bottom: 10px;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 992px) {
    .modal {
        margin-top: 60px;
    }
}

.pull-left {
    float: left;
}

h4.bar-title {
    text-align: right;
    margin: 8px 7px 1px 0px;
}

.red {
    color: red;
}

.green {
    color: forestgreen;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

table.status-table {
    width: 100%;
    margin: 5px;
}

.box-container {
    /* border: 1px solid rgb(40, 93, 119); */
    background-color: #eafaf5;
}

.finance-info {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #ccc solid;
}

.columnFullWidth {
    width: 100%;
    margin-left: 3px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    float: right;
}

    .columnFullWidth .partition {
        float: right;
        margin: 3px 0px 3px 45px;
    }

li.mainMenuHomeItem a {
    color: #fff;
    text-decoration: none;
}

    li.mainMenuHomeItem a:hover {
        color: rgb(255, 232, 110);
    }

tr.term-header {
    background: rgba(252, 184, 40, 0.55) !important;
}

tr.term-footer {
    background: #d7d7d7 !important;
    color: #272525;
}

h2.search-header span {
    font-size: 13px;
    color: red;
}

.footer-container {
    background: #76ffd4;
    padding: 4px 10px;
}

.text-area-mdeium {
    min-width: 70% !important;
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.p-desc {
    margin-right: 10px;
}

.background-color {
    background: #eee;
}

.message-container {
    width: 99%;
    margin: 5px 5px;
    text-align: center;
    max-height: 400px;
    overflow-y: auto;
}

.print-show {
    display: none;
}

.btn-print {
    background-color: #008acc;
    padding: 3px 8px;
    border-width: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 94% center;
    min-width: 60px;
    font-size: 12px;
    max-height: 33px;
    margin: 0 10px;
    font-weight: 200;
    position: absolute;
    left: -6px;
    top: 5px;
}

@media print {
    .MainPartContainer{
        margin:0 !important;
    }
    html, body {
        background-repeat: no-repeat;
        background-image: none;
        background-color: #fff;
        height:auto !important;
    }
    #layout{
        min-height:100px !important;
    }
    #MainContainer {
        background-image: none !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
    }
    .MainContent {
        min-height: 300px !important;
        margin: 5px;
        font-size: 9px;
        margin-right: 0 !important;
    }

    .search-container-print {
        display: none !important;
    }

    .btn-print {
        display: none !important;
    }

    .print-header {
        display: inline !important;
        background-color: #fff;
        text-align: center;
    }

        .print-header img {
            margin: 0 auto;
            width: 80px;
            float: right;
        }

        .print-header h1 {
            float: right;
            font-size: 18px;
        }

    #sidebar-collapse {
        display: none;
    }

    #menu, #MasterPicture, #ButtomContent, .print-hide {
        display: none !important;
    }

    .page-header {
        display: none !important;
    }

    .MainContent {
        margin-right: 0px !important;
    }

    .print-show {
        display: block !important;
    }
}

.menu-active {
    background: #fcf546 !important;
}

.bar-title {
    padding: 4px 0;
}

table th {
    background-color: #285d77 !important;
    color: #fff;
}

message-container .message-title {
    width: 60%;
    float: right;
}

.message-container .message-title {
    float: right;
    padding-left: 4px;
    color: #008acc;
}

    .message-container .message-title img {
        padding-left: 3px;
    }

.message-container label.info-lbl.fixed-width {
    min-width: 45px !important;
}

.message-container .row-info textarea {
    width: 80%;
    height: 80px;
    margin-right: 4px;
}

.message-container .question-box {
    background: rgba(252, 245, 70, 0.48);
    padding: 2px 4px;
}

.message-container .answer-box {
    background: rgb(255, 211, 110);
    padding: 2px 4px;
}

a.welcomeShortcut.ClickableImage:hover {
    text-decoration: underline;
}

div#SettingPopup a {
    text-decoration: none;
}

    div#SettingPopup a:hover {
        text-decoration: underline;
    }

a {
    text-decoration: none !important;
}

.faq-container {
    max-height: 900px;
    overflow-y: auto;
}

    .faq-container .faq-item {
        text-align: right;
        padding: 7px 8px;
        border-bottom: 1px #ccc solid;
    }

        .faq-container .faq-item:first-child {
            margin-top: -5px;
        }

        .faq-container .faq-item:nth-child(odd) {
            background: rgba(220, 220, 213, 0.48);
        }

        .faq-container .faq-item .question {
            color: #008acc;
        }

.textBoxControl dt:first-child {
    border: 1px solid #D4D4D4 !important;
    height: 25px;
}

.textBoxControl dd ul {
    background-color: rgb(216, 242, 216);
    border: 1px solid rgb(157, 223, 157);
    left: 0px;
    position: relative;
    top: 2px;
    font-size: 11px;
    color: #123912;
    width: 150px;
    list-style: none;
    font-family: IRANSans;
    margin-right: 50px;
}

.validation-danger {
    text-align: center;
    width: 300px;
    margin: 10px auto;
    background: rgba(255, 49, 49, 0.8);
    color: #fff;
}

    .validation-danger li {
        list-style-type: none;
    }

.margin-right-none {
    margin-right: 0px !important;
}

img#sidebar-collapse {
    cursor: pointer;
    width: 27px;
    position: absolute;
    margin-right: 0px;
    top: 69px;
    right: 0;
    background: #fcf546 !important;
    z-index: 9;
    border: 1px #285d77 solid;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

    img#sidebar-collapse:hover {
        background: #ccc;
    }

.page-link {
    padding: 2px 7px;
}

    .page-link:hover {
        background: rgba(128,181,234,1);
        color: #000;
    }

table#table tr td {
    background: #eee;
}

.text-right {
    text-align: right;
}

.rtl {
    direction: rtl;
}

.debt-desc-container {
    margin: 5px 10px 5px 5px;
    border-bottom: 2px #ccc solid;
    direction: rtl;
    padding: 5px 0px;
}

    .debt-desc-container h3 {
        color: #285d77;
        padding-bottom: 3px;
        text-align: right;
        font-weight: normal;
    }

    .debt-desc-container p {
        text-align: justify;
    }

button.btnCommon:hover {
    background: #ffcf45 !important;
}

.text-right {
    text-align: right !important;
}

button.refresh-button {
    padding: 3px 5px !important;
    background: #285d77;
    border: none;
    color: #fff;
    display: inline-flex;
    float: left;
    margin-left: 9px;
    cursor: pointer;
}

    button.refresh-button:hover {
        background-color: #5cb85c;
    }

    button.refresh-button img {
        margin-left: 7px;
    }

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #a5110d;
    border-color: #79120f;
}

.btn-success:disabled {
    background-color: #015001 !important;
    border-color: #0c4c0c !important;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #015001;
    border-color: #0c4c0c;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.gateway-icon {
    border: 1px #fff solid;
    margin-top: 10px;
}

    .gateway-icon:hover {
        border-color: #ccc;
    }

.selectedRow, .selectedRow td {
    background-color: rgba(250, 251, 5, 0.46) !important;
}

.removeRow {
    display: none;
}

.btn-sm {
    font-size: 12px !important;
    color: #fff !important;
}

.removeicon {
    margin-top: 6px;
}

.toolbar {
    float: left;
    padding: 7px 5px;
}

.addcourse {
    width: 20px;
    height: 26px;
    padding: 1px !important;
    padding-left: 9px !important;
}

.btn-add_course {
    font-size: 14px !important;
}

.mali-info {
    float: right;
    background: #ffffb6;
    width: 100%;
    padding-top: 5px;
}


    .mali-info .item {
        float: right;
        padding: 5px 14px;
        margin: 2px 6px 2px 3px;
        border: 1px #ccc solid;
    }

    .mali-info .seprator {
        float: right;
        margin: 0;
        padding: 5px 2px;
        font-size: 16px;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.42857143;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-warning{
     color: #fff;
    background-color: #FFEB3B;
}

.btn-info {
    font-size: 14px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.welcomeInfoDescription.student-info div {
    float: right;
    background: #fdf888;
    margin: 1px 1px;
    padding: 3px 5px;
    font-size: 13px;
}


.welcomeInfoDescription.student-info .student-photo {
    padding: 0 !important;
    background: none !important;
    border: none;
}

input::placeholder {
    color: #ccc;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 4px;
        line-height: 1.3;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    h1.page-header {
        text-align: right !important;
        padding-right: 5px;
    }

    .btn-print {
        top: 5px !important;
        left: 4px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.dataTables_wrapper {
    direction: rtl !important;
}

div.dt-buttons {
    display: none !important;
}
.details-table {
    background-color: #ffe8a7;
    font-size: 12px;
}
td.child ul li {
    background-color: #fdf888;
    padding-top: 5px !important;
    padding-right: 15px !important;
}
.table-text-center th, .table-text-center td{
    text-align:center !important;
}
.modal{
    max-width:98% !important;
}
.blocker{
    padding:0 !important;
}
.payment-link
{
    background-color:#eee;
    border-radius:5px;
    padding:10px;
}
.daneshkadeh-combo{
    width:140px;
    min-width:140px;
    border-radius:5px;
    font-size:11px;
    margin:5px 0;
}
.daneshkadeh-menu{
    border-width: 0;
    vertical-align: middle;
    background-color: #008acc;
    background-repeat: repeat-x;
    background-position: top;
    color: #fff;
    font-size:11px;
    padding:0 5px;
}
.icono-areaChart,.icono-barChart,.icono-book,.icono-book:after,.icono-book:before,.icono-bookmarkEmpty,.icono-bookmarkEmpty:before,.icono-camera,.icono-chain:after,.icono-chain:before,.icono-clock,.icono-commentEmpty,.icono-creditCard,.icono-crop,.icono-crop:before,.icono-display,.icono-document,.icono-eye,.icono-file,.icono-flag:after,.icono-flag:before,.icono-folder,.icono-forbidden,.icono-frown,.icono-frown:after,.icono-headphone,.icono-heart,.icono-heart:after,.icono-heart:before,.icono-home,.icono-home:after,.icono-home:before,.icono-imac,.icono-imacBold,.icono-image,.icono-infinity:after,.icono-infinity:before,.icono-iphone,.icono-iphoneBold,.icono-keyboard,.icono-macbook:before,.icono-macbookBold:before,.icono-mail,.icono-mail:before,.icono-market,.icono-market:after,.icono-meh,.icono-meh:after,.icono-microphone,.icono-microphone:before,.icono-mouse,.icono-mouse:before,.icono-nexus,.icono-paperClip,.icono-paperClip:after,.icono-paperClip:before,.icono-piano,.icono-pin,.icono-pin:before,.icono-power,.icono-rename,.icono-ruler,.icono-search,.icono-signIn,.icono-signIn:before,.icono-signOut,.icono-signOut:before,.icono-smile,.icono-smile:after,.icono-stroke,.icono-sync,.icono-tag,.icono-tag:after,.icono-terminal,.icono-trash,.icono-user,.icono-user:before,.icono-video,.icono-volumeHigh:after,.icono-volumeHigh:before,.icono-volumeLow:before,.icono-volumeMedium:before,.icono-youtube,.icono-youtube:before,[class*=icono-][class*=Circle],[class*=icono-][class*=Square],[class*=icono-check][class*=Circle]{border:2px solid}.icono-chain:after,.icono-chain:before,.icono-downArrow:before,.icono-dropper:before,.icono-flickr:after,.icono-flickr:before,.icono-indent:before,.icono-leftArrow:before,.icono-list:before,.icono-outdent:before,.icono-paperClip:before,.icono-rename:before,.icono-rightArrow:before,.icono-upArrow:before,.icono-video:before,.icono-volumeDecrease:after,.icono-volumeDecrease:before,.icono-volumeHigh:after,.icono-volumeHigh:before,.icono-volumeIncrease:after,.icono-volumeIncrease:before,.icono-volumeLow:before,.icono-volumeMedium:before,.icono-volumeMute:after,.icono-volumeMute:before,.stickCenterV{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.icono-cup:after,.icono-display:after,.icono-display:before,.icono-imac:after,.icono-imacBold:after,.icono-imacBold:before,.icono-iphone:after,.icono-iphone:before,.icono-macbook:before,.icono-macbookBold:before,.icono-market:after,.icono-microphone:after,.icono-microphone:before,.icono-mouse:after,.icono-mouse:before,.icono-search:before,.icono-sitemap:after,.icono-sitemap:before,.icono-tag:after,.icono-trash:before,.icono-user:before,.stickCenterH,[class*=icono-exclamation]:after,[class*=icono-textAlign].icono-textAlignCenter:after,[class*=icono-textAlign].icono-textAlignCenter:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.icono-camera:before,.icono-clock:after,.icono-clock:before,.icono-document:after,.icono-eye:before,.icono-forbidden:before,.icono-gear:before,.icono-gplus:after,.icono-instagram:before,.icono-keyboard:before,.icono-pin:before,.icono-video:after,.icono-youtube:after,.stickCenter,[class*=icono-check]:before,[class*=icono-cross]:after,[class*=icono-cross]:before,[class*=icono-plus]:after,[class*=icono-plus]:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.spin[class*=spin]{-webkit-animation:loading-spinner 2s infinite linear;animation:loading-spinner 2s infinite linear}@-webkit-keyframes loading-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icono-icono{width:13px;height:4px;box-shadow:inset 0 0 0 32px,0 16px,17px -18px;-webkit-transform:skew(0,30deg);-ms-transform:skew(0,30deg);transform:skew(0,30deg);margin:11px 19px 19px 2px}.icono-icono:before{position:absolute;width:13px;height:4px;box-shadow:inset 0 0 0 32px,0 16px,-17px -17px;right:-17px;top:-10px;-webkit-transform:skew(0,-48deg);-ms-transform:skew(0,-48deg);transform:skew(0,-48deg)}.icono-icono:after{position:absolute;width:22px;height:15px;left:0;top:-5px;border:4px solid;border-top-color:transparent;border-bottom:none;-webkit-transform:skew(0,-30deg) scaleY(0.6);-ms-transform:skew(0,-30deg) scaleY(0.6);transform:skew(0,-30deg) scaleY(0.6)}.icono-home{width:22px;height:16px;border-top:none;margin:15px 6px 3px}.icono-home:before{width:18px;height:18px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:-2px;top:-7px;border-right-color:transparent;border-bottom-color:transparent}.icono-home:after{width:6px;height:10px;bottom:0;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-width:1px;border-bottom:none}.icono-mail{width:28px;height:18px;overflow:hidden;margin:8px 3px}.icono-mail:before{position:absolute;width:24.62px;height:24.62px;-webkit-transform:rotate(50deg) skew(-10deg,-20deg);-ms-transform:rotate(50deg) skew(-10deg,-20deg);transform:rotate(50deg) skew(-10deg,-20deg);top:-20px;left:-3px}.icono-rss{width:22px;height:22px;overflow:hidden;margin:6px}.icono-rss:after,.icono-rss:before{position:absolute;border-radius:50%}.icono-rss:before{width:6px;height:6px;box-shadow:0 0 32px inset;left:0;bottom:0}.icono-rss:after{width:27px;height:27px;right:15%;top:15%;border:4px solid transparent;box-shadow:inset 0 0 0 2px,0 0 0 2px}.icono-bars,.icono-hamburger{width:20px;height:2px;box-shadow:inset 0 0 0 32px,0 -6px,0 6px;margin:16px 7px}[class*=icono-cross],[class*=icono-plus]{width:30px;/* height:30px; *//* margin:2px; */}[class*=icono-check]:before,[class*=icono-cross]:after,[class*=icono-cross]:before,[class*=icono-plus]:after,[class*=icono-plus]:before{box-shadow:inset 0 0 0 32px}[class*=icono-check]:before,[class*=icono-cross]:before,[class*=icono-plus]:before{width:20px;height:2px}[class*=icono-cross]:after,[class*=icono-plus]:after{height:20px;width:2px}[class*=icono-cross][class*=Circle]:before,[class*=icono-plus][class*=Circle]:before{width:18px}[class*=icono-cross][class*=Circle]:after,[class*=icono-plus][class*=Circle]:after{height:18px}.icono-cross,.icono-crossCircle{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}[class*=icono-check]{width:28px;height:28px;margin:3px 0 3px 6px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}[class*=icono-check]:after,[class*=icono-check]:before{box-shadow:inset 0 0 0 32px}[class*=icono-check]:after{position:absolute;height:12px;width:2px;left:4px;bottom:14px}[class*=icono-check][class*=Circle]{border-radius:50%;width:30px;height:30px;margin:2px}[class*=icono-check][class*=Circle]:before{width:14px;top:15px;left:14px}[class*=icono-check][class*=Circle]:after{height:8px;left:7px;bottom:10px}.icono-power{width:22px;height:22px;border-radius:50%;border-top-color:transparent;margin:6px}.icono-power:before{position:absolute;top:-15%;left:8px;width:2px;height:60%;box-shadow:inset 0 0 0 32px}.icono-heart{width:20px;height:20px;border-top-color:transparent;border-left-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:4px 0;margin:9px 7px 5px}.icono-heart:after,.icono-heart:before{position:absolute}.icono-heart:before{width:8px;height:14px;left:-10px;bottom:-2px;border-radius:20px 0 0 20px;border-right-color:transparent}.icono-heart:after{width:14px;height:8px;right:-2px;top:-10px;border-radius:20px 20px 0 0;border-bottom-color:transparent}.icono-infinity{width:32px;height:16px;margin:9px 1px}.icono-infinity:after,.icono-infinity:before{width:10px;height:10px;position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.icono-infinity:before{left:0;border-radius:32px 0 32px 32px}.icono-infinity:after{right:1px;border-radius:32px 32px 32px 0}.icono-flag{width:22px;height:25px;border-left:3px solid;margin:5px 6px 4px}.icono-flag:after,.icono-flag:before{position:absolute;width:9px;height:8px}.icono-flag:before{left:-2px;top:1px;border-radius:0 2px 0 0;border-right-width:3px}.icono-flag:after{width:5px;left:9px;top:4px;border-left-width:3px;border-radius:2px 2px 0}.icono-file{width:26px;height:32px;border-radius:0 12px 0 0;margin:1px 4px}.icono-file:before{position:absolute;top:-2px;right:-2px;border-style:solid;width:0;height:0;border-width:5px;border-top-color:transparent;border-right-color:transparent}.icono-document{width: 19px;height: 22px;border-radius: 0 0 0 10px;margin: 0px 4px -2px;}.icono-document:before{position:absolute;width:0;height:0;left:-3px;bottom:-3px;border-width:5px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent}.icono-document:after{width:13px;height:2px;box-shadow:inset 0 0 0 32px,0 -5px 0 0,0 5px 0 0}.icono-folder{width:18px;height:22px;border-left-width:0;border-radius:0 3px 3px 0;margin:8px 2px 4px 14px}.icono-folder:before{position:absolute;width:12px;height:20px;left:-12px;bottom:-2px;border-width:0 0 2px 2px;border-style:solid;border-radius:0 0 0 3px}.icono-folder:after{position:absolute;width:10px;height:5px;left:-12px;top:-7px;border-width:2px 2px 0;border-style:solid;border-radius:3px 3px 0 0}.icono-pin{width:26px;height:26px;border-radius:50% 50% 50% 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:1px 4px 7px}.icono-pin:before{position:absolute;width:6px;height:6px;border-radius:50%}.icono-frown,.icono-meh,.icono-smile{border-radius:50%;height:30px;width:30px;margin:2px}.icono-frown:before,.icono-meh:before,.icono-smile:before{border-radius:50%;box-shadow:8px 0 0 0,0 0 0 2px inset;height:4px;width:4px;left:7px;position:absolute;top:27%}.icono-frown:after,.icono-meh:after,.icono-smile:after{border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;height:16px;left:50%;position:absolute;top:6%;width:16px}.icono-eye{border-radius:80% 20%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-width:2px 1px 1px 2px;height:28px;width:28px;margin:3px}.icono-eye:before{border-radius:50%;box-shadow:0 -3px 0 3px inset;height:11px;width:11px}.icono-sliders{height:30px;width:30px;margin:2px}.icono-sliders:after,.icono-sliders:before{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;position:absolute}.icono-sliders:before{width:8px;height:7px;border-radius:2px;top:67%;box-shadow:inset 0 0 0 32px,10px -10px,-10px -14px}.icono-sliders:after{position:absolute;width:2px;height:100%;box-shadow:inset 0 0 0 32px,10px 0,-10px 0}.icono-share{height:9px;width:9px;border-radius:50%;box-shadow:inset 0 0 0 32px,22px -11px 0 0,22px 11px 0 0;margin:12px 24px 13px 1px}.icono-share:after,.icono-share:before{position:absolute;width:24px;height:2px;box-shadow:inset 0 0 0 32px;left:0}.icono-share:before{top:-2px;-webkit-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}.icono-share:after{top:9px;-webkit-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}.icono-sync{width:26px;height:26px;border-radius:50%;border-right-color:transparent;border-left-color:transparent;margin:4px}.icono-sync:after,.icono-sync:before{position:absolute;width:0;height:0;border-width:6px;border-style:solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.icono-sync:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);right:-7px;top:0}.icono-sync:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);left:-7px;bottom:0}.icono-reset{width:26px;height:26px;border-radius:50%;border-width:2px;border-style:solid;border-left-color:transparent;margin:4px}.icono-reset:before{position:absolute;width:0;height:0;left:-7px;bottom:0;border-width:6px;border-style:solid;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.icono-gear{width:32px;height:32px;border:3px dotted;border-radius:50%;margin:1px}.icono-gear:before{width:22px;height:22px;box-shadow:0 0 0 3px,0 0 0 2px inset;border-radius:50%;border:6px solid transparent;box-sizing:border-box}.icono-signIn{width:18px;height:32px;border-left:none;border-radius:0 3px 3px 0;margin:1px 8px}.icono-signIn:before{position:absolute;width:11px;height:11px;left:-10px;top:7px;border-bottom:none;border-left:none;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:0 4px 0 0}.icono-signOut{width:18px;height:32px;border-right:none;border-radius:3px 0 0 3px;margin:1px 8px}.icono-signOut:before{position:absolute;width:11px;height:11px;right:-2px;top:7px;border-bottom:none;border-left:none;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:0 4px 0 0}.icono-support{width:26px;height:26px;border:5px solid transparent;box-shadow:0 0 0 2px inset,0 0 0 2px;border-radius:50%;margin:4px}.icono-support:before{position:absolute;width:7px;height:7px;top:-3px;left:-3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:inset 0 0 0 32px,21px 0 0 0}.icono-support:after{position:absolute;width:7px;height:7px;top:-3px;right:-3px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);box-shadow:inset 0 0 0 32px,21px 0 0 0}.icono-dropper{width:40px;height:14px;border-width:3px;border-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;box-shadow:-9px 0 0 2px inset,0 0 0 2px inset;border-radius:50% 6px 6px 50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:12px -2px 8px -4px}.icono-dropper:before{width:4px;height:14px;right:10px;box-shadow:inset 0 0 0 32px}.icono-tiles{width:4px;height:4px;box-shadow:0 -8px 0,-8px -8px 0,8px -8px 0,0 0 0 32px inset,-8px 0 0,8px 0 0,0 8px 0,-8px 8px 0,8px 8px 0;margin:15px}.icono-list{width:4px;height:4px;box-shadow:inset 0 0 0 32px,0 -8px 0 0,0 8px 0 0;margin:15px 26px 15px 4px}.icono-list:before{width:18px;height:4px;left:8px;box-shadow:inset 0 0 0 32px,0 -8px 0 0,0 8px 0 0}.icono-chain{width:16px;height:2px;box-shadow:inset 0 0 0 32px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:16px 9px}.icono-chain:after,.icono-chain:before{width:12px;height:8px;border-radius:4px}.icono-chain:before{right:-10px}.icono-chain:after{left:-10px}.icono-youtube{border-right-color:transparent;border-left-color:transparent;border-radius:10px;width:32px;height:22.29px;margin:6px 1px}.icono-youtube:before{position:absolute;top:0;right:0;bottom:0;left:0;border-top-color:transparent;border-bottom-color:transparent;border-radius:6px/3px}.icono-youtube:after{width:0;height:0;border-width:4px 0 4px 8px;border-style:solid;border-top-color:transparent;border-bottom-color:transparent}.icono-rename{width:26px;height:10px;border-color:transparent;border-width:3px;box-shadow:0 0 0 1px,11px 0 0 0 inset;margin:12px 4px}.icono-rename:before{width:1px;height:18px;left:9px;border-width:2px 4px;border-style:solid;border-right-color:transparent;border-left-color:transparent;box-shadow:0 0 0 1px inset}.icono-search{width:22px;height:22px;border-radius:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:4px 4px 8px 8px}.icono-search:before{width:4px;height:11px;box-shadow:inset 0 0 0 32px;top:19px;border-radius:0 0 1px 1px}.icono-book{width: 18px;height: 14px;border-radius: 0 0 0 2px;border-top:none;margin: 7px 4px 2px;}.icono-book:before{position:absolute;width: 24px;height: 5px;box-sizing:border-box;border-top:none;border-right:none;left:-2px;top: -4px;border-radius:0 0 0 6px;}.icono-book:after{position:absolute;width:24px;height:8px;box-sizing:border-box;left:-2px;top:-8px;border-bottom:none;border-radius:6px 0 0}.icono-forbidden{width:28px;height:28px;border-width:3px;border-radius:50%;margin:3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.icono-forbidden:before{width:24px;height:4px;box-shadow:inset 0 0 0 32px}.icono-trash{width:22px;height:22px;border-radius:0 0 3px 3px;border-top:none;margin:9px 6px 3px}.icono-trash:before{width:8px;height:2px;top:-6px;box-shadow:inset 0 0 0 32px,-10px 2px 0 0,-6px 2px 0 0,0 2px 0 0,6px 2px 0 0,10px 2px 0 0}.icono-keyboard{width:32px;height:22px;border-radius:3px;margin:6px 1px}.icono-keyboard:before{width:2px;height:2px;box-shadow:-2px -4px 0,-6px -4px 0,-10px -4px 0,2px -4px 0,6px -4px 0,8px -4px 0,10px -4px 0,-4px 0 0,-8px 0 0,-10px 0 0,inset 0 0 0 32px,4px 0 0,8px 0 0,10px 0 0,4px 4px 0,2px 4px 0,0 4px 0,-2px 4px 0,-6px 4px 0,-10px 4px 0,6px 4px 0,10px 4px 0}.icono-mouse{width:23px;height:32px;border-radius:11px 11px 12px 12px;margin:1px 5px 1px 6px}.icono-mouse:before{width:1px;height:6px;border-radius:2px;border-color:transparent;border-width:1px;top:5px;box-shadow:0 0 0 1px,0 0 0 2px inset}.icono-mouse:after{width:1px;height:4px;top:0;box-shadow:inset 0 0 0 32px,0 13px 0 0}.icono-user{width:32px;height:14px;border-radius:64px 64px 0 0/64px;margin:18px 1px 2px}.icono-user:before{width:12px;height:12px;top:-20px;border-radius:50%}.icono-crop{width:21px;height:21px;border-left:none;border-bottom:none;margin:9px 9px 4px 4px}.icono-crop:before{position:absolute;width:21px;height:21px;top:-7px;right:-7px;border-top:none;border-right:none;box-sizing:border-box}.icono-crop:after{position:absolute;width:27px;height:1px;left:2px;top:3px;box-shadow:inset 0 0 0 32px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.icono-display{width: 19px;height: 16px;margin: 0px 4px 0px;}.icono-display:before{width:4px;height:3px;bottom:-5px;box-shadow:inset 0 0 0 32px}.icono-display:after{width:14px;height:2px;bottom:-6px;box-shadow:inset 0 0 0 32px}.icono-imac{width:28px;height:24px;border-width:2px 2px 6px;border-color:transparent;border-radius:3px;box-shadow:0 0 0 1px,0 0 0 1px inset;margin:3px 3px 7px}.icono-imac:before{position:absolute;height:4px;right:-3px;left:-3px;bottom:-6px;box-shadow:inset 0 0 0 32px;border-radius:0 0 3px 3px}.icono-imac:after{width:9px;height:7px;box-shadow:inset 0 0 0 32px;bottom:-12px;border-radius:32px 32px 0 0/64px}.icono-imacBold{width:28px;height:22px;border-radius:4px;margin:4px 3px 8px}.icono-imacBold:before{width:9px;height:7px;box-shadow:inset 0 0 0 32px;bottom:-6px;border-radius:32px 32px 0 0/64px}.icono-imacBold:after{width:24px;height:3px;box-shadow:inset 0 0 0 32px;bottom:0}.icono-iphone{width:19px;height:31px;border-radius:3px;border-width:5px 1px;border-color:transparent;box-shadow:0 0 0 1px,0 0 0 1px inset;margin:2px 8px 1px 7px}.icono-iphone:after,.icono-iphone:before{box-shadow:inset 0 0 0 32px}.icono-iphone:before{width:3px;height:1px;top:-3px}.icono-iphone:after{width:3px;height:3px;bottom:-4px;border-radius:50%}.icono-iphoneBold{width:20px;height:32px;margin:1px 7px;border-radius:4px;border-width:5px 2px}.icono-macbook{width:32px;height:2px;box-shadow:inset 0 0 0 32px;border-radius:0 0 32px 32px/3px;margin:25px 1px 7px}.icono-macbook:before{width:20px;height:14px;bottom:2px;border-width:3px 1px 1px;border-color:transparent;border-radius:3px 3px 0 0;box-shadow:0 0 0 1px,0 0 0 1px inset}.icono-macbookBold{width:32px;height:2px;box-shadow:inset 0 0 0 32px;margin:25px 1px 7px}.icono-macbookBold:before{width:20px;height:14px;bottom:2px;border-width:3px 2px 1px;border-radius:3px 3px 0 0}.icono-image{width:30px;height:26px;border-radius:3px;overflow:hidden;margin:4px 2px}.icono-image:before{position:absolute;width:20px;height:20px;left:-2px;top:14px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:inset 0 0 0 32px,10px -6px 0 0}.icono-image:after{position:absolute;width:4px;height:4px;border-radius:50%;box-shadow:inset 0 0 0 32px;top:5px;right:5px}.icono-headphone{width:30px;height:27px;border-bottom-color:transparent;border-radius:32px/32px 32px 16px 16px;margin:2px 2px 5px}.icono-headphone:before{position:absolute;width:4px;height:12px;left:1px;bottom:-4px;border-radius:5px;box-shadow:inset 0 0 0 32px,20px 0 0 0}.icono-music{width:18px;height:6px;-webkit-transform:skewY(-15deg);-ms-transform:skewY(-15deg);transform:skewY(-15deg);box-shadow:inset 0 0 0 32px;border-radius:2px 2px 0 0;margin:4px 5px 24px 11px}.icono-music:before{position:absolute;width:2px;height:16px;left:0;top:4px;box-shadow:inset 0 0 0 32px,16px 0 0 0}.icono-music:after{position:absolute;width:10px;height:8px;left:-8px;top:17px;border-radius:50%;box-shadow:inset 0 0 0 32px,16px 0 0 0}.icono-video{width:20px;height:20px;margin:7px}.icono-video:before{width:3px;height:3px;left:-8px;box-shadow:inset 0 0 0 32px,0 -8px 0 0,0 8px 0 0,29px 0 0 0,29px -8px 0 0,29px 8px 0 0}.icono-video:after{width:0;height:0;border-width:4px 0 4px 6px;border-style:solid;border-top-color:transparent;border-bottom-color:transparent}.icono-nexus{width:21px;height:32px;border-width:3px 1px;border-radius:16px/3px;margin:1px 7px 1px 6px}.icono-microphone{width:22px;height:15px;border-width:0 2px 2px;border-radius:20px/0 0 20px 20px;margin:12px 6px 7px}.icono-microphone:before{width:10px;height:18px;top:-11px;border-radius:20px}.icono-microphone:after{width:2px;height:2px;bottom:-4px;box-shadow:inset 0 0 0 32px,0 2px,0 4px,-2px 4px,-4px 4px,-6px 4px,2px 4px,4px 4px,6px 4px}.icono-asterisk,.icono-asterisk:after,.icono-asterisk:before{width:4px;height:20px;box-shadow:inset 0 0 0 32px;border-radius:1px;margin:7px 15px}.icono-asterisk:after,.icono-asterisk:before{position:absolute;margin:0;left:0;top:0}.icono-asterisk:before{-webkit-transform:rotate(-58deg);-ms-transform:rotate(-58deg);transform:rotate(-58deg)}.icono-asterisk:after{-webkit-transform:rotate(58deg);-ms-transform:rotate(58deg);transform:rotate(58deg)}.icono-terminal{width:28px;height:24px;margin:5px 3px}.icono-terminal:before{width:5px;height:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);left:3px;border-width:2px 2px 0 0;border-style:solid}.icono-terminal:after{position:absolute;width:5px;height:0;border-bottom:2px solid;right:6px;bottom:4px}.icono-paperClip{width:24px;height:18px;border-left:none;border-radius:0 16px 16px 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:5px 0 11px 10px}.icono-paperClip:before{width:18px;height:6px;right:2px;border-radius:0 16px 16px 0;border-left:none}.icono-paperClip:after{position:absolute;width:12px;height:10px;left:-12px;top:-2px;border-right:none;border-radius:16px 0 0 16px}.icono-market{width:32px;height:12px;border-top:none;margin:19px 1px 3px}.icono-market:before{width:6px;height:13px;position:absolute;top:-15px;left:-5px;border-radius:0 0 10px 10px;border-left:none;box-shadow:inset 0 0 0 32px,8px 0 0,16px 0 0,24px 0 0,32px 0 0}.icono-market:after{width:6px;height:6px;bottom:-2px}.icono-clock{width:26px;height:26px;border-radius:50%;margin:4px}.icono-clock:after,.icono-clock:before{top:35%;box-shadow:inset 0 0 0 32px;border-radius:2px}.icono-clock:before{width:2px;height:9px}.icono-clock:after{width:6px;height:2px;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:rotate(45deg) translate(1px,2px);-ms-transform:rotate(45deg) translate(1px,2px);transform:rotate(45deg) translate(1px,2px)}[class*=icono-textAlign]{width:28px;height:22px;margin:6px 3px}[class*=icono-textAlign]:after,[class*=icono-textAlign]:before{position:absolute;height:2px;box-shadow:inset 0 0 0 32px,0 8px 0 0,0 16px 0 0;right:0}[class*=icono-textAlign]:before{width:28px;top:0}[class*=icono-textAlign]:after{width:18px;top:4px}[class*=icono-textAlign].icono-textAlignLeft:after,[class*=icono-textAlign].icono-textAlignLeft:before{left:0}[class*=icono-exclamation]{overflow:visible;width:30px;border-bottom:2px solid;border-radius:0 0 4px 4px;margin:26px 2px 6px}[class*=icono-exclamation]:before{position:absolute;width:26px;height:26px;left:1px;top:-14px;border-width:2px 0 0 2px;border-style:solid;border-radius:4px 0;-webkit-transform:rotate(45deg) skew(12deg,12deg);-ms-transform:rotate(45deg) skew(12deg,12deg);transform:rotate(45deg) skew(12deg,12deg)}[class*=icono-exclamation]:after{width:4px;height:3px;top:-14px;box-shadow:inset 0 0 0 32px,0 3px,0 8px}[class*=icono-exclamation][class*=Circle]{margin:2px}[class*=icono-exclamation][class*=Circle]:before{display:none}[class*=icono-exclamation][class*=Circle]:after{box-shadow:inset 0 0 0 32px,0 3px,0 5px,0 10px;top:6px}.icono-frown:after{-webkit-transform:translateX(-50%) rotate(180deg);-ms-transform:translateX(-50%) rotate(180deg);transform:translateX(-50%) rotate(180deg);-webkit-transform-origin:center 85%;-ms-transform-origin:center 85%;transform-origin:center 85%}.icono-meh:after{top:0;width:12px;border-left-width:0;border-right-width:0;border-radius:0}.icono-indent,.icono-outdent{width: 19px;height: 13px;border-width:4px 0 4px 8px;border-style:solid;border-color:transparent;box-shadow:0 -2px,0 2px,inset 0 2px,inset 0 -2px;margin: 6px 5px 6px 6px;}.icono-indent:before,.icono-outdent:before{left:-8px;border:5px solid;border-top-color:transparent;border-bottom-color:transparent;border-right-width:0}.icono-outdent:before{border-left-width:0;border-right-width:5px}.icono-locationArrow{width:32px;height:32px;margin:1px}.icono-locationArrow:before{position:absolute;left:7px;top:16px;border-width:6px 0 6px 6px;border-style:solid;border-left-color:transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.icono-locationArrow:after{position:absolute;top:10px;left:2px;border-width:10px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;-webkit-transform:skew(-30deg,-30deg);-ms-transform:skew(-30deg,-30deg);transform:skew(-30deg,-30deg)}.icono-commentEmpty{width: 25px;height: 18px;border-radius: 4px 4px 7px 7px;border-bottom-color:transparent;margin: 5px 1px 7px 5px;}.icono-commentEmpty:before{position:absolute;width:6px;height:6px;border-width:0 0 2px 2px;border-style:solid;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:-4px;left:6px}.icono-commentEmpty:after{position:absolute;width:8px;height:2px;border-width: 0 8px 0 6px;border-style:solid;bottom:0;left:0;}.icono-comment{width:30px;height:20px;box-shadow:inset 0 0 0 32px;border-radius:4px;margin:5px 2px 9px}.icono-comment:before{position:absolute;width:8px;height:8px;box-shadow:inset 0 0 0 32px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:-4px;left:6px}.icono-areaChart,.icono-barChart{width: 20px;height: 15px;border-top-width:0;border-right-width:0;border-color:transparent;box-shadow:-2px 2px;overflow:hidden;margin:4px 0 8px 4px;}.icono-areaChart:before{position:absolute;left:0;bottom:7px;border:6px solid transparent;border-bottom-color:currentColor;box-shadow:0 7px}.icono-areaChart:after{position:absolute;left:11px;bottom:4px;border-width:0 6px 13px;border-style:solid;border-color:transparent transparent currentColor;box-shadow:0 4px}.icono-barChart{border-color:transparent;box-shadow:-2px 2px;margin:4px 0 8px 4px}.icono-barChart:before{position:absolute;left:0;bottom:0;width:4px;height:15px;box-shadow:inset 0 -8px 0 0,6px 0,12px 7px,18px 5px}.icono-pieChart{width:0;height:0;border:15px solid;border-right-color:transparent;border-radius:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:2px}.icono-pieChart:before{position:absolute;width:0;height:0;left:-11px;top:-14px;border:14px solid;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent;border-radius:50%}.icono-bookmark{width:0;height:0;border:9px solid;border-bottom-color:transparent;box-shadow:0 -4px;border-radius:3px 3px 0 0;margin:10px 8px 6px}.icono-bookmarkEmpty{width:18px;height:22px;border-bottom:none;border-radius:3px 3px 2px 2px;overflow:hidden;margin:6px 8px}.icono-bookmarkEmpty:before{position:absolute;width:12px;height:12px;bottom:0;left:0;border-right:none;border-bottom:none;-webkit-transform:rotate(45deg) translate(35%,35%);-ms-transform:rotate(45deg) translate(35%,35%);transform:rotate(45deg) translate(35%,35%)}.icono-filter{width:0;height:0;border:10px solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent;padding:3px;box-shadow:inset 0 7px;margin:9px 4px}.icono-volume,.icono-volumeDecrease,.icono-volumeHigh,.icono-volumeIncrease,.icono-volumeLow,.icono-volumeMedium,.icono-volumeMute{width:0;height:0;border:7px solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent;padding:6px 3px;box-shadow:inset 4px 0;margin:4px 10px 4px 11px}.icono-volumeHigh,.icono-volumeLow,.icono-volumeMedium{margin:4px 14px 4px 7px}.icono-volumeHigh:after,.icono-volumeHigh:before,.icono-volumeLow:before,.icono-volumeMedium:before{width:15px;height:15px;position:absolute;border-radius:50%;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;left:2px}.icono-volumeHigh,.icono-volumeMedium{margin:4px 16px 4px 5px}.icono-volumeHigh:before,.icono-volumeMedium:before{border-style:double;border-width:6px;left:-2px}.icono-volumeHigh{margin:4px 18px 4px 3px}.icono-volumeHigh:after{width:32px;height:32px;left:-7px}.icono-volumeDecrease,.icono-volumeIncrease,.icono-volumeMute{margin:4px 16px 4px 5px}.icono-volumeDecrease:after,.icono-volumeDecrease:before,.icono-volumeIncrease:after,.icono-volumeIncrease:before,.icono-volumeMute:after,.icono-volumeMute:before{box-shadow:inset 0 0 0 32px}.icono-volumeDecrease:before,.icono-volumeIncrease:before,.icono-volumeMute:before{width:10px;height:2px;left:17px}.icono-volumeIncrease:after,.icono-volumeMute:after{height:10px;width:2px;left:21px}.icono-volumeMute:after,.icono-volumeMute:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.icono-tag{width:18px;height:24px;border-radius:6px 6px 4px 4px;border-top:none;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:5px 8px}.icono-tag:before{position:absolute;top:-4px;left:1px;width:10px;height:10px;border-width:2px 0 0 2px;border-style:solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:5px 0 0}.icono-tag:after{top:1px;width:3px;height:3px;border-radius:50%}.icono-calendar{width:32px;height:28px;border-width:4px 2px 2px;border-style:solid;border-radius:4px;margin:5px 1px 1px}.icono-calendar:before{position:absolute;width:4px;height:4px;top:3px;left:3px;box-shadow:inset 0 0 0 32px,6px 0,12px 0,18px 0,0 6px,6px 6px,12px 6px,18px 6px,0 12px,6px 12px,12px 12px,18px 12px}.icono-calendar:after{position:absolute;width:4px;height:8px;box-shadow:inset 0 0 0 32px,16px 0;border-radius:4px;top:-8px;left:4px}.icono-camera{width:32px;height:24px;border-radius:4px;margin:5px 1px}.icono-camera:before{width:10px;height:10px;border:1px solid transparent;box-shadow:inset 0 0 0 1px,0 0 0 2px;border-radius:50%}.icono-camera:after{position:absolute;width:4px;height:2px;right:2px;top:2px;box-shadow:inset 0 0 0 32px}.icono-piano{width:28px;height:22px;margin:6px 3px}.icono-piano:before{position:absolute;left:4px;top:0;width:1px;height:100%;box-shadow:inset 0 0 0 32px,5px 0,10px 0,15px 0}.icono-piano:after{position:absolute;width:3px;height:12px;left:3px;top:0;box-shadow:inset 0 0 0 32px,5px 0,10px 0,15px 0}.icono-ruler{width:27px;height:12px;margin:11px 4px 11px 3px}.icono-ruler:before{position:absolute;width:1px;height:4px;box-shadow:inset 0 0 0 32px,6px 0,12px 0;left:5px;top:0}.icono-ruler:after{position:absolute;width:1px;height:2px;box-shadow:inset 0 0 0 32px,2px 0,6px 0,8px 0,12px 0,14px 0,18px 0,20px 0;left:1px;top:0}.icono-facebook{width:9px;height:26px;box-shadow:inset 2px 4px 0 0;border-left:3px solid;border-radius:5px 0 0;margin:4px 11px 4px 14px}.icono-facebook:before{position:absolute;top:9px;left:-6px;width:11px;height:0;border-top:4px solid;border-right:1px solid transparent}.icono-twitter{width:14px;height:23px;border-radius:0 0 0 8px;box-shadow:-6px 2px 0 0;margin:4px 7px 7px 13px}.icono-twitter:before{position:absolute;bottom:-2px;left:-6px;width:17px;height:6px;border-radius:0 0 0 8px;box-shadow:inset 4px -6px,0 -11px}.icono-twitter:after{position:absolute;width:6px;height:6px;box-shadow:inset 0 0 0 32px,13px 8px,13px 19px;border-radius:50%;left:-6px}.icono-gplus{width:10px;height:2px;box-shadow:inset 0 0 0 32px;margin:14px 4px 18px 20px}.icono-gplus:before{position:absolute;top:-5px;right:10px;content:"g"!important;font-family:georgia;font-size:32px;text-indent:0;line-height:0}.icono-gplus:after{width:2px;height:10px;box-shadow:inset 0 0 0 32px}.icono-linkedIn{width:5px;height:16px;box-shadow:inset 0 0 0 32px,8px 0;margin:12px 24px 6px 5px}.icono-linkedIn:before{position:absolute;width:5px;height:5px;box-shadow:inset 0 0 0 32px;top:-7px;left:0;border-radius:50%}.icono-linkedIn:after{position:absolute;width:12px;height:16px;border-right:1px solid;left:11px;bottom:0;border-radius:8px 5px 0 0/11px 5px 0 0;box-shadow:inset -4px 4px}.icono-instagram{width:26px;height:26px;box-shadow:inset 0 0 0 2px;border-radius:4px;margin:4px}.icono-instagram:before{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 3px}.icono-instagram:after{position:absolute;width:5px;height:5px;border-radius:1px;right:3px;top:3px;box-shadow:0 0 0 2px,1px 1px 0 2px,-5px -1px 0 1px,-10px -1px 0 1px,-16px 1px 0 2px}.icono-flickr{width:24px;height:24px;overflow:hidden;border-radius:4px;margin:5px}.icono-flickr:after,.icono-flickr:before{width:7px;height:7px;border-radius:50%}.icono-flickr:before{left:4px;box-shadow:0 0 0 1px,0 -10px 0 6px,0 10px 0 6px,-4px 0 0 3px}.icono-flickr:after{right:4px;box-shadow:0 0 0 1px,0 -10px 0 6px,0 10px 0 6px,4px 0 0 3px}.icono-delicious{width:24px;height:24px;overflow:hidden;border-radius:4px;box-shadow:inset 0 0 0 2px;margin:5px}.icono-delicious:before{position:absolute;width:12px;height:12px;box-shadow:inset 0 0 0 32px,12px -12px 0 0;left:0;bottom:0}.icono-codepen{width:2px;height:10px;box-shadow:inset 0 0 0 32px,0 15px,-11px 7px,11px 7px;margin:4px 16px 20px}.icono-codepen:before{position:absolute;right:2px;top:3px;width:11px;height:4px;-webkit-transform:skew(0,-35deg) scaleY(0.6);-ms-transform:skew(0,-35deg) scaleY(0.6);transform:skew(0,-35deg) scaleY(0.6);box-shadow:inset 0 0 0 32px,0 13px,11px 26px,12px 39px}.icono-codepen:after{position:absolute;left:2px;top:3px;width:11px;height:4px;-webkit-transform:skew(0,35deg) scaleY(0.6);-ms-transform:skew(0,35deg) scaleY(0.6);transform:skew(0,35deg) scaleY(0.6);box-shadow:inset 0 0 0 32px,0 13px,-11px 26px,-12px 39px}.icono-blogger{width:24px;height:14px;border-radius:0 0 7px 7px;margin:14px 5px 6px}.icono-blogger,.icono-blogger:before{border-width:6px;border-style:solid}.icono-blogger:before{position:absolute;width:8px;height:2px;left:-6px;top:-15px;border-radius:6px 6px 0 0}.icono-disqus{width:31px;height:31px;box-shadow:inset 0 0 0 32px;border-radius:50%;margin:1px 1px 2px 2px}.icono-disqus:before{position:absolute;width:0;height:0;border:5px solid transparent;border-top:10px solid;-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);left:-5px;top:20px}.icono-dribbble{width:26px;height:26px;border-radius:50%;box-shadow:inset 0 0 0 2px;overflow:hidden;position:relative;background-image:-webkit-radial-gradient(50% 100%,transparent 0,transparent 9px,currentColor 10px,currentColor 11px,transparent 12px);background-image:radial-gradient(50% 100%,transparent 0,transparent 9px,currentColor 10px,currentColor 11px,transparent 12px);background-repeat:no-repeat;background-position:-8px center;-webkit-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg);margin:4px}.icono-dribbble:after,.icono-dribbble:before{position:absolute;border-radius:50%;border:2px solid;width:40px;height:30px}.icono-dribbble:after{top:14px;left:-7px;width:32px}.icono-dribbble:before{left:-6px;top:-23px}.icono-creditCard{width:32px;height:24px;border-radius:3px;margin:5px 1px}.icono-creditCard:before{position:absolute;top:4px;width:100%;height:6px;box-shadow:inset 0 0 0 32px}.icono-creditCard:after{left:3px;bottom:3px;position:absolute;width:4px;height:2px;box-shadow:inset 0 0 0 32px,6px 0}.icono-cup{width:22px;height:16px;box-shadow:inset 0 0 0 32px;border-radius:0 0 5px 5px;margin:6px 6px 12px}.icono-cup:before{position:absolute;right:-3px;top:4px;width:5px;height:5px;border-radius:50%;box-shadow:0 0 0 2px}.icono-cup:after{bottom:-5px;width:26px;height:3px;border-radius:0 0 3px 3px;box-shadow:inset 0 0 0 32px}.icono-play{width:0;height:0;border-width:10px 0 10px 16px;border-style:solid;border-top-color:transparent;border-bottom-color:transparent;margin:7px 9px}.icono-pause{width:6px;height:20px;margin:7px 20px 7px 8px;box-shadow:inset 0 0 0 32px,12px 0 0 0}.icono-stop{width:0;height:0;border:10px solid;margin:7px}.icono-rewind{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.icono-forward,.icono-rewind{width:0;height:0;border:10px solid transparent;border-left:10px solid;margin:7px}.icono-forward:before,.icono-rewind:before{position:absolute;left:0;top:-10px;width:0;height:0;border:10px solid transparent;border-left:10px solid}.icono-next,.icono-previous{width:0;height:0;border:10px solid transparent;border-left:10px solid;border-right:none;margin:7px 14px 7px 10px;box-shadow:4px 0}.icono-previous{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin:7px 10px 7px 14px}.icono-caretDown,.icono-caretDownCircle,.icono-caretDownSquare,.icono-caretLeft,.icono-caretLeftCircle,.icono-caretLeftSquare,.icono-caretRight,.icono-caretRightCircle,.icono-caretRightSquare,.icono-caretUp,.icono-caretUpCircle,.icono-caretUpSquare{width:12px;height:20px;margin:7px 11px}.icono-caretDown:after,.icono-caretDown:before,.icono-caretDownCircle:after,.icono-caretDownCircle:before,.icono-caretDownSquare:after,.icono-caretDownSquare:before,.icono-caretLeft:after,.icono-caretLeft:before,.icono-caretLeftCircle:after,.icono-caretLeftCircle:before,.icono-caretLeftSquare:after,.icono-caretLeftSquare:before,.icono-caretRight:after,.icono-caretRight:before,.icono-caretRightCircle:after,.icono-caretRightCircle:before,.icono-caretRightSquare:after,.icono-caretRightSquare:before,.icono-caretUp:after,.icono-caretUp:before,.icono-caretUpCircle:after,.icono-caretUpCircle:before,.icono-caretUpSquare:after,.icono-caretUpSquare:before{width:14px;height:2px;position:absolute;bottom:0;margin:auto 0;right:2px;box-shadow:inset 0 0 0 32px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.icono-caretDown:before,.icono-caretDownCircle:before,.icono-caretDownSquare:before,.icono-caretLeft:before,.icono-caretLeftCircle:before,.icono-caretLeftSquare:before,.icono-caretRight:before,.icono-caretRightCircle:before,.icono-caretRightSquare:before,.icono-caretUp:before,.icono-caretUpCircle:before,.icono-caretUpSquare:before{top:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.icono-caretDown:after,.icono-caretDownCircle:after,.icono-caretDownSquare:after,.icono-caretLeft:after,.icono-caretLeftCircle:after,.icono-caretLeftSquare:after,.icono-caretRight:after,.icono-caretRightCircle:after,.icono-caretRightSquare:after,.icono-caretUp:after,.icono-caretUpCircle:after,.icono-caretUpSquare:after{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.icono-caretLeft,.icono-caretLeftCircle,.icono-caretLeftSquare{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.icono-caretUp,.icono-caretUpCircle,.icono-caretUpSquare{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.icono-caretDown,.icono-caretDownCircle,.icono-caretDownSquare{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}[class*=icono-caret][class*=Circle]:after,[class*=icono-caret][class*=Circle]:before,[class*=icono-caret][class*=Square]:after,[class*=icono-caret][class*=Square]:before{width:11px;right:8px}.icono-downArrow,.icono-leftArrow,.icono-rightArrow,.icono-upArrow{width:16px;height:4px;margin:15px 9px;box-shadow:inset 0 0 0 2px;-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.icono-downArrow:before,.icono-leftArrow:before,.icono-rightArrow:before,.icono-upArrow:before{border-style:solid;border-width:8px 0 8px 8px;border-color:transparent;border-left-color:inherit;left:100%;right:auto}.icono-leftArrow{-webkit-transform:translateX(3px) rotate(180deg);-ms-transform:translateX(3px) rotate(180deg);transform:translateX(3px) rotate(180deg)}.icono-upArrow{-webkit-transform:translateY(3px) rotate(-90deg);-ms-transform:translateY(3px) rotate(-90deg);transform:translateY(3px) rotate(-90deg)}.icono-downArrow{-webkit-transform:translateY(-3px) rotate(90deg);-ms-transform:translateY(-3px) rotate(90deg);transform:translateY(-3px) rotate(90deg)}.icono-sun{width:22px;height:22px;border:2px solid;border-radius:50%;box-shadow:-15px 0 0 -9px,15px 0 0 -9px,0 -15px 0 -9px,0 15px 0 -9px,11px 11px 0 -9px,-11px -11px 0 -9px,11px -11px 0 -9px,-11px 11px 0 -9px;margin:6px}.icono-moon{width:22px;height:22px;border-radius:50%;overflow:hidden;margin:6px}.icono-moon:before{position:absolute;width:20px;height:20px;top:-2px;left:6px;border-radius:50%;box-shadow:0 0 0 32px}.icono-cart{width: 21px;height:0;border-width: 14px 6px 0 2px;border-style:solid;border-right-color:transparent;border-left-color:transparent;margin: 5px 3px 8px 10px;}.icono-cart:before{position:absolute;width:4px;height:4px;border-radius:50%;box-shadow:inset 0 0 0 32px,13px 0,-4px -20px 0 1px;top:2px;left:-3px}.icono-sitemap{width: 19px;height: 2px;box-shadow:0 -5px;margin: 14px 5px 8px;}.icono-sitemap:before{width:6px;height:6px;border-radius:2px;box-shadow:inset 0 0 0 32px,11px 0,-11px 0,0 -14px 0 1px}.icono-sitemap:after{width:2px;height:10px;box-shadow:0 -7px,11px -5px,-11px -5px}[class*=icono-]{display:inline-block;vertical-align:middle;position:relative;font-style:normal;color: #fcf546;text-align: right;text-indent:-9999px;direction: rtl;}[class*=icono-]:after,[class*=icono-]:before{content:'';pointer-events:none}[class*=icono-][class*=Circle]{border-radius:50%;width:30px;height:30px;margin:2px}[class*=icono-][class*=Square]{border-radius:4px;width:30px;height:30px;margin:2px}[class*=icono-],[class*=icono-] *{box-sizing:border-box;}
/*
 * Table styles
 */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 8px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-color: #285d77;
  color: #fff;
  background-image: none;
}
table.dataTable thead .sorting_asc {
  background-image: none;
  background-color: #008acc;
  color: #fff;
}
table.dataTable thead .sorting_desc {
  background-image: none;
  background-color: #008acc;
  color: #fff;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/content/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/content/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px 4px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ccc;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *
  zoom: 1;
  zoom: 1;
  background: #fff;
  padding: 11px 0px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  padding: 2px 4px;
  background: #eee;
  border: none;
  border: 1px #d2cece solid;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  margin-left: 11px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-bottom: 7px;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.dataTables_filter {
    margin-right: 10px;
}
th.control.sorting_disabled {
    background-color: #285d77;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #285d77;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

table.dataTable.dtr-column td.control:first-child {
    width: 6%;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
  margin-left: 13px;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-right:20px;
  font-size:14px;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
    direction:rtl;
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 20px 15px 15px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

