/*line icons*/
@font-face {
    font-family: 'Simple-Line-Icons';
    src:url('../fonts/Simple-Line-Icons.eot');
    src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Simple-Line-Icons.woff') format('woff'),
    url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
    url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon-control-play, .icon-picture, .icon-arrow-right, .icon-arrow-left{
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-control-play:before {
    content: "\e071";
}
.icon-picture:before {
    content: "\e032";
}
.icon-arrow-right:before {
    content: "\e079";
}
.icon-arrow-left:before {
    content: "\e07a";
}
/*custom icons*/
.actions i.fa, .actions i.icon-line {
    color: #535353;
    margin: 5px 10px 0 0;
}
.actions i.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}
i.icon-xs {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 21px;
}
i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
i.icon-md {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
}
i.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px !important;
    margin-bottom: 10px;
}
i.icon-2x {
    font-size: 30px;
}
i.icon-3x {
    font-size: 40px;
}
i.icon-4x {
    font-size: 50px;
}
i.icon-line {
    font-size: 17px;
}
i.icon-xs.icon-line {
    font-size: 12px;
    font-weight:bold;
}
i.icon-sm.icon-line {
    font-size: 14px;
}
i.icon-xs.icon-line.icon-graph {
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
}
i.icon-md.icon-line {
    font-size: 22px;
}
i.icon-lg.icon-line {
    font-size: 28px;
}

i.icon-2x.icon-line {
    font-size: 27px;
}
i.icon-3x.icon-line {
    font-size: 36px;
}
i.icon-4x.icon-line {
    font-size: 47px;
}
i.icon-bg-u,
i.icon-bg-blue,
i.icon-bg-green {
    color: #fff !important;
    border-color: transparent;
}
i.icon-bg-u {
    background: #72c02c;
}
i.icon-color-blue {
    color: #3498db !important;
    border: solid 1px #3498db;
}
i.icon-color-green {
    color: #2ecc71  !important;
    border: solid 1px #2ecc71;
}
/*Icons Backgroun Color*/
i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-dark,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-dark-blue {
    color: #fff !important;
    border-color: transparent;
}
i.icon-bg-u {
    background: #72c02c;
}
i.icon-bg-blue {
    background: #3498db;
}
i.icon-bg-red {
    background: #e74c3c;
}
i.icon-bg-green {
    background: #2ecc71;
}
i.icon-bg-yellow {
    background: #f1c40f;
}
i.icon-bg-orange {
    background: #f39c12;
}
i.icon-bg-grey {
    background: #535353;
}
i.icon-bg-dark {
    background: #555;
}
i.icon-bg-darker {
    background: #333;
}
i.icon-bg-purple {
    background: #9b6bcc;
}
i.icon-bg-aqua {
    background: #27d7e7;
}
i.icon-bg-brown {
    background: #9c8061;
}
i.icon-bg-dark-blue {
    background: #4765a0;
}
i.icon-bg-light-green {
    background: #79d5b3;
}
i.icon-bg-light {
    background: #fff;
    border-color: transparent;
}
i.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent;
}
/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
    width: 1.25em;
    text-align: center;
    display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}
.actions i.fa-lg{
    font-size:23px;
    line-height:23px;
}
.actions i.fa-lg.fa-exclamation-triangle, .actions i.fa-lg.fa-refresh{
    font-size:21px;
    line-height:21px;
}
i.icon-font-blue, .actions i.icon-font-blue {
    color: #3498db;
}
i.icon-font-red, .actions i.icon-font-red {
    color: #e74c3c;
}
i.icon-font-success, .actions i.icon-font-success {
    color: #72c02c;
}
i.icon-font-orange, .actions i.icon-font-orange {
    color: #f39c12;
}