/*!
 * Custom css styling
 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-light.eot');
    src: local('Roboto Light'), local('roboto-light'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg') format('svg');
}

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    color:#000000;
}

.scrollx {
    max-height: 500px;
    overflow-x: scroll;
}

/*h1,h2,h3,h4,h5,h6,p {
    font-family: "Roboto";
    font-weight: 400;
}*/
blockquote {
    border-left: 5px solid #585555;
    border-radius: 3px;
    color: #333;
    background: #fff;
    padding: 5px ;
    z-index: 999;
}
blockquote .task-title {
    font-size: 15px;
}
blockquote .task-action {
    width: 10px;
    text-align: center;
}
blockquote small {
    color: #333;
}
.error {
    color: #a94442;
}

label, table tr th {
    font-weight: bold;
}
.alert {
    padding: 10px;
}
.h1, h1 {
    font-size: 26px;
}
.h2, h2 {
    font-size: 20px;
}
.h1, h1 {
    font-size: 26px;
}
.heavy {
    font-weight: bold !important;
}

.heavy-400 {
    font-weight: 400 !important;
}

.form-control.select2 {
    border: none;
}
.width250 {
    width: 250px;
}
.width100 {
    width: 100px;
}
.width60 {
    width: 60px;
}
.clearfix {
    clear: both !important;
}
.loader {
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 2222;
}
.loader .processing {
    width: 20%;
}
.hide {
    display: none;
}
.height24 {
    height: 24px !important;
}
.border-radius0 {
    border-radius: 0px !important;
    padding:0px 2px !important;
}
.backDrop {
    background-color: #000000;
    bottom: 0;
    display: none;
    opacity: 0.5;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
    transition: opacity 0.15s linear 0s;
}
.select2-container-multi {
    height: auto !important;
}
#tree a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
#tree ul, #tree li, #tree ul li {
    list-style: none;
}
.uac-scroll{
    overflow-y: auto;
    height: 385px;
}
span.indent {
    margin-left: 10px;
    margin-right: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
}
.table-hover>tbody>tr:hover {
    background-color: #fad6d2 !important;
}
.table-hover>tbody>tr:not(.no-hover) {
    background-color: #ffffff;
}

/* news ticker styles */
.title-news {
    background: #18689b none repeat scroll 0 0;
    color: #000;
    z-index: 111;
}

.task-container {
   background: #e4e9ec; 
}
#videoPlayer {
    width:100% !important;
    height:470px !important;
}
/********************************* error codes styles ******************************************/

.not-found .error-404 {
    color: #d9534f;
    font-size: 128px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    top: 35px;
}
/********************************* font size styles ******************************************/
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}

/***************************************** dashboard widgets ***************************************/
.small-box {
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box > .small-box-footer:hover {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    color: #fff;
}
.small-box h3 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #fff;
    padding: 0;
    white-space: nowrap;
}
.small-box p {
    font-size: 15px;
    color: #fff;
}
.small-box p > small {
    color: #f9f9f9;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3, .small-box p {
}
.small-box .icon {
    bottom: 5px;
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 5px;
    top: auto;
    z-index: 0;
}
.small-box:hover {
    color: #f9f9f9;
    text-decoration: none;
}
.small-box:hover .icon {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: tansformAnimation;
    animation-timing-function: ease;
}

.info-box {
    display: block;
    /*min-height: 90px;*/
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 10px;
    color: #fff;
    /*padding: 0 0 7px 0;*/
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 82px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 5px 8px 0 0;
    margin-left: 90px;
    text-align: right;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform:uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}



a:hover .info-box-text {
    text-decoration: none;
    color: #ffffff;
}

.white-box {
    background: #fff;
    padding: 0 15px  15px 15px;
}
.row-in-br {
    border-right: 1px solid #B9B5B5;
}
.row-in {
    margin: 5px 0px;
}
.col-in {
    list-style: none;
    padding: 0;
    margin: 0;
}

.col-in li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.col-in li.col-middle {
    width: 40%;
}
.col-in li.col-last {
    float: right;
}
.col-in h3 {
    font-size: 36px;
    font-weight: 100;
    margin: 10px 0 5px 0;
}
.circle {
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.col-in li .circle {
    display: inline-block;
}
.circle-md {
    width: 60px;
    padding-top: 15px;
    height: 60px;
    font-size: 24px!important;
}
.col-middle {
    padding:0px !important;
}
.col-bottom {
    padding: 15px 10px 0px 0px;
    text-align: right;
    font-size: 24px!important;
    font-weight: bold;
}
.outer-col {
    padding: 10px 10px 0 0;
    margin: 0 0 0 20px;
}
.bg-gray {
    background-color: #eaeaec !important;
}
.bg-black {
    background-color: #222222 !important;
}
.bg-red {
    background-color: #f56954 !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #932ab6 !important;
}
.bg-maroon {
    background-color: #85144b !important;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #f56954;
}

.text-green {
    color: #00a65a;
}

.text-aqua {
    color: #00c0ef;
}

.m-widget4__item {
    border-bottom: .2em dashed #D3D3D3;
}

.m-widget4 .m-widget4__item .m-widget4__img {
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
}
.m-widget4 .m-widget4__item {
    display: table;
    padding-top: 2em;
    padding-bottom: 1.5em;
    margin-left: 2em;
    width: 46%;
    float: left;
}
.m-widget4 .m-widget4__item .m-widget4__info {
    display: table-cell;
    width: 100%;
    padding-top: .5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 20px;
    vertical-align: middle;
}
.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
    font-size: 1em;
}
.m-widget4__item .m-widget4__title {
    color: #575962;
}
.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__sub {
    font-size: 15px;
}
.m-widget4__item .m-widget4__sub {
    color: #7b7e8a;
}
.m-widget4 .m-widget4__item .m-widget4__ext {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--pic p {
    width: 60px;
    height: 60px;
    margin: 0px;
    border-radius: 50%;
    background: #c4c4c4;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding: 8px;
}
.btn.m-btn--pill {
    border-radius: 60px;
    font-size: 14px;
}
/***************************************** margins styles ***************************************/
.margin0{
    margin: 0px !important;
}

.margin-5{
    margin: -5px !important;
}
.marginleft0{
    margin-left: 0px !important;
}
.marginleft8{
    margin-left: 8px !important;
}
.marginleft10{
    margin-left: 10px !important;
}
.marginleft15{
    margin-left: 15px !important;
}
.marginleft20{
    margin-left: 20px !important;
}
.marginleft25{
    margin-left: 25px !important;
}

.marginbottom0{
    margin-bottom: 0px !important;
}
.marginbottom5{
    margin-bottom: 5px !important;
}
.marginbottom8{
    margin-bottom: 8px !important;
}
.marginbottom10{
    margin-bottom: 10px !important;
}
.marginbottom15{
    margin-bottom: 15px !important;
}
.marginbottom20{
    margin-bottom: 20px !important;
}
.marginbottom25{
    margin-bottom: 25px !important;
}

.margintop0{
    margin-top: 0px !important;
}
.margintop3{
    margin-top: 3px !important;
}
.margintop5{
    margin-top: 5px !important;
}
.margintop6{
    margin-top: 6px !important;
}
.margintop8{
    margin-top: 8px !important;
}
.margintop10{
    margin-top: 10px !important;
}
.margintop15{
    margin-top: 15px !important;
}
.margintop20{
    margin-top: 20px !important;
}
.margintop25{
    margin-top: 25px !important;
}
.marginright5{
    margin-right: 5px !important;
}
.marginright8{
    margin-right: 8px !important;
}
.marginright10{
    margin-right: 10px !important;
}
.marginright15{
    margin-right: 15px !important;
}
.marginright25{
    margin-right: 25px !important;
}
.marginright50{
    margin-right: 50px !important;
}
/********************************************** padding styles *********************************************/
.padding0{
    padding: 0px !important;
}
.padding3{
    padding: 3px !important;
}
.padding10{
    padding: 10px !important;
}
.paddingleft0{
    padding-left: 0px !important;
}
.paddingleft5 {
    padding-left: 5px !important;
}
.paddingleft8{
    padding-left: 8px !important;
}
.paddingleft10{
    padding-left: 10px !important;
}
.paddingleft15{
    padding-left: 15px !important;
}
.paddingleft20{
    padding-left: 20px !important;
}
.paddingleft25{
    padding-left: 25px !important;
}
.paddingtop0{
    padding-top: 0px !important;
}
.paddingtop2{
    padding-top: 2px !important;
}
.paddingtop5{
    padding-top: 5px !important;
}
.paddingtop7{
    padding-top: 7px !important;
}
.paddingtop8{
    padding-top: 8px !important;
}
.paddingtop10{
    padding-top: 10px !important;
}
.paddingtop15{
    padding-top: 15px !important;
}
.paddingtop20{
    padding-top: 20px !important;
}
.paddingtop25{
    padding-top: 25px !important;
}
.paddingright0{
    padding-right: 0;
}
.paddingright5 {
    padding-right: 5px !important;
}
.paddingbottom3{
    padding-bottom: 3px !important;
}
.paddingbottom5{
    padding-bottom: 5px !important;
}
.paddingbottom10{
    padding-bottom: 10px !important;
}
.paddingleftright10{
    padding: 0px 10px;
}
/********************************************** border styles *********************************************/
.border0 tr > td , tr > th {
    border-top: 0px !important;
}
.borderBT0 {
    border-top: none !important; 
    border-bottom: none !important;
}
.borderTop0 {
    border-top: none !important;
}
.borderLR0 {
    border-left: none !important; border-right: none !important;
 }


/********************************************** text styles *********************************************/
.text-center {
    text-align: center;
}
/********************************************** Width styles *********************************************/
.width30px {
 width: 30px;
}
.width57 {
 width: 57px;
}
.width70 {
 width: 70px;
}
.width90 {
 width: 90px;
}
.width103 {
    width: 103px;
}
.width110 {
    width: 110px;
}
.width115 {
 width: 115px;
}
.width125 {
 width: 125px;
}
.width130 {
    width: 130px;
}
.width158 {
 width: 158px;
}
.width200 {
    width: 240px;
}
.width300 {
 width: 300px;
 }
.width415 {
 width: 415px;
 }
.width450 {
 width: 450px;
}
.width482 {
 width: 482px;
}
.width513 {
 width: 513px;  
}
.width530 {
 width: 530px;  
}
.width780 {
 width: 780px;
}

.groupDiv{
  margin: 0 14px 0 0;
  width: 14%;
}
.tagNameDiv{
    min-height: 365px;
    max-height: 365px;
    overflow-y: auto;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: inherit;
}
/************************************* Tiny Mce Text Editor *********************************************/

.mce-notification-warning{
    display: none !important;
}

#primary-menu ul li a {
    font-size: 16px;
}

.widget_links li a , a.font16 {
    font-size: 18px;
}
img.partythumb {
    width: 50px;
    height: auto;
    float: left;
}

img.trans {
opacity: 0.75;
}

img.trans:hover {
opacity: 1;
}

img.transp {
opacity: 1;
}

img.transp:hover {
opacity: 0.75;
}