@charset "UTF-8";
/*@font-face {*/
	/*font-family: 'BebasNeue';*/
	/*src: url('BebasNeuewebfont.eot');*/
	/*src: local('BebasNeuewebfont'), url('BebasNeuewebfont.woff') format('woff'), url('BebasNeuewebfont.ttf') format('truetype');*/
/*}*/
@font-face {
    font-family: 'play';
    src: url('Play-Regular-webfont.eot');
    src: url('Play-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('Play-Regular-webfont.woff2') format('woff2'),
    url('Play-Regular-webfont.woff') format('woff'),
    url('Play-Regular-webfont.ttf') format('truetype'),
    url('Play-Regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playbold';
    src: url('Play-Bold-webfont.eot');
    src: url('Play-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('Play-Bold-webfont.woff2') format('woff2'),
    url('Play-Bold-webfont.woff') format('woff'),
    url('Play-Bold-webfont.ttf') format('truetype'),
    url('Play-Bold-webfont.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;
}





body {
  font-family: 'Open Sans', sans-serif;
}
a {color:#333;}
a:hover {color:black;}
.fatext {margin-right:5px;}
 
/*.navbar {*/
    /*margin-bottom: 0;*/
    /*border-radius: 0;*/
/*}*/
/*.navbar-brand {*/
    /*font-size: 10px;*/
    /*height: 75px;*/
    /*line-height: 20px;*/
    /*padding: 0px;*/
/*}*/
/*.navbar-brand > img {*/
    /*margin-top: 7px;*/
/*}*/
/* buttons */
.btn:focus, .btn.focus, a:focus {color: #b2b2b2;}
.btn {border-radius: 2px;-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;}
.btn-primary {background-color: #007acd;border-width:1;border-color: #007acd;color: #fff;}
.btn-primary:hover,.btn-primary:focus{border-width:1;background-color:#179bd7;border-color:#179bd7;}
.btn-default{color:#444;}
.btn-default:hover{color:#333;}
.input-sm {border-radius: 2px;}
.btn .filter-option {font-size:12px;}
.form-control{border-radius:2px;}


.dropdown-menu,.navbar-nav > li > .dropdown-menu{border-radius:2px;}
.dropdown-menu li a{outline:0;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #4b70a3;}
label {font-weight: normal;}
.modal-backdrop.dark{opacity: 0.9!important;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {min-height:0;}
.fill {min-height: 100%;height: 100%;width:100%;}

/* WIZARD */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color:#fff;
    border: 1px solid #ccc;
    border-bottom:0;
    color:#333;
}
#tabs li a{border-top: 1px solid #ccc!important; border-bottom: 1px solid #ccc!important; }
#tabs li.active a{ border-bottom:0 !important;}
#categories_desktop li.active a{border: 1px solid transparent!important;}
.nav-pills > li > a {border-radius: 2px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.nav-justified > li {width: 10%;}
/*.progress{border-top-left-radius:0px;border-top-right-radius:0px;}*/
.progress#bar { margin-top: 10px; margin-bottom: 10px; }
/* breadcrumbs */
.breadcrumb{position:relative;display:inline-block;z-index:1;background-color: rgba(67,76,91,0.5);border-radius: 0px;list-style: outside none none;
	padding: 2px 15px;color:#fff;}
.breadcrumb a{color:white;font-family: Play;}
.breadcrumb:after {
    content:"";background-image: url('/ic/img/sprite/breadcrumbs-end.png'); opacity: 0.5;position: absolute;right: -8px;top: 0;height:26px;width:8px;}
.row.tab-content {
    padding: 0 15px;
}
.breadcrumb > li {display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;max-width:250px;}

/* paging */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:#f5f5f5;
    border-color: #ddd;
    color:#000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #f5f5f5;
    border-color: #ddd;
    color:#000;
}
.pagination > li > a, .pagination > li > span {color:#a3a3a3;}
/* backdrop */
.modal-backdrop{opacity:0.6;z-index: 1031;}

/* heading */
.col-title{border-bottom:1px solid silver;margin-bottom:0px;}
.heading-bg {    margin-bottom: 15px;}
/*.col-title h1{margin-top:0;}*/
.col-title .description {margin-bottom:5px;}

/* menus */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color:#f5f5f5;border-color:#ddd;color: #555;
}	
.footer-menu a {
    margin-right: 10px;
}
.hiddenload{display:none;}
/* panels */
.panel {border-radius:2px;}
.panel-default {border-color: #f8f8f8;}

/*active tab fix*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {cursor:pointer;}

.nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    padding: 3px 6px;
    color: #a3a3a3;
    font-size: 17px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #dddddd;
}
.nav-pills > li > a.wiz-step{color:#a3a3a3;}
.nav-pills > li.active > a.wiz-step{color:#000;}
.nav > li > a.wiz-step:hover, .nav > li > a.wiz-step:focus{background-color:#fff;}
/* menu remove icons */
@media ( max-width : 991px ) {
	.header-tabs i{display:none;}
}


body:after{
    display:none;
    content: url('/ic/cloud-admin/img/loaders/gear.gif') url('/ic/cloud-admin/img/loaders/gearb.gif') url('/ic/img/clouds/cloud-middle-left.png') url('/ic/img/clouds/cloud-middle-right.png');
}

*,*:hover,*:active,*:focus {
    outline: 0 none!important;
}

.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

iframe {
    border: 0 none;
}

/* help boxes */
.alert {
    border-radius: 2px;
}

/* caret */
.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px dashed;
}

@media ( max-width : 991px ) {
    .sm-pr0 {
        padding-right:0px;
    }


}
@media ( max-width : 768px ) {
    .xs-fluid {
        margin-left:-15px;
        margin-right:-15px;
    }
    .xs-pl15{
        padding-left:15px;
    }
    .xs-pr15{
        padding-right:15px;
    }
    .xs-pl0{
        padding-left:0;
    }
    .xs-pr0{
        padding-right:0;
    }
    /* redhelper off on mobile */
    #rh-snippet{display:none!important;}
}
@media ( max-width : 480px ) {
    .hidden-480 {
        display: none;
    }
    .visible-480 {
        display: inline-block!important;
    }
}
@media ( min-width : 481px ) {
    .visible-480 {
        display: none;
    }
}

@media ( max-width : 520px ) {
    .hidden-520 {
        display: none;
    }
    .visible-520 {
        display: inline-block!important;
    }
}
@media ( min-width : 521px ) {
    .visible-520 {
        display: none;
    }
}
/* tabs */
.nav-tabs.bb0 li{border-bottom:1px solid #ddd;}

/* select2 small*/

.input-sm + .select2 .select2-selection--multiple {min-height: 28px;}
.input-sm + .select2 .select2-search__field {height:28px!important;}
.input-sm + .select2 .select2-selection {border-radius:2px;}
.input-sm + .select2 .select2-selection{font-size:12px;}

/* select 2 placeholder*/

/*.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection {font-family:play!important;}*/


/* tagsinput */

.bootstrap-tagsinput {width:100%;border-radius:2px!important;}
.bootstrap-tagsinput.focus {border-color: #66afe9;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);outline: 0 none;}
.bootstrap-tagsinput input {min-width:210px;}
.tag.label-info {background-color: #007acd;}
.tag.label.label-info+input{margin-top:5px;}