* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    letter-spacing: inherit;
    font-family: inherit;
}

.card_shadow_0{
	box-shadow:none;
}
.card_border_1{
	border: 1px solid #ddd;
}

.edit_hover_class a {
	visibility:hidden;
}
.edit_hover_class:hover a {
	visibility:visible;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}
::-webkit-scrollbar-button {
    background: unset;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);   
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(235, 235, 235);   
}​
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(235, 235, 235); 
}
@font-face {
    font-family: SF-UI-Display-Black;
    src: url( /static/fonts/SF-UI-Display-Black.otf);
}
@font-face {
    font-family: SF-UI-Display-Heavy;
    src: url(/static/fonts/SF-UI-Display-Heavy.otf);
}
@font-face {
    font-family: SF-UI-Display-Bold;
    src: url(/static/fonts/SF-UI-Display-Bold.otf);
}
@font-face {
    font-family: SF-UI-Display-Regular;
    src: url(/static/fonts/SF-UI-Display-Regular.otf);
}
@font-face {
    font-family: SF-UI-Display-Medium;
    src: url(/static/fonts/SF-UI-Display-Medium.otf);
}
@font-face {
    font-family: SF-UI-Text-Semibold;
    src: url(/static/fonts/SF-UI-Text-Semibold.otf);
}
@font-face {
    font-family: SF-UI-Text-SemiboldItalic;
    src: url(/static/fonts/SF-UI-Text-SemiboldItalic.otf);
}
@font-face {
    font-family: SF-UI-Text-Bold;
    src: url(/static/fonts/SF-UI-Text-Bold.otf);
}
@font-face {
    font-family: SF-UI-Text-BoldItalic;
    src: url(/static/fonts/SF-UI-Text-BoldItalic.otf);
}
@font-face {
    font-family: SF-UI-Text-Heavy;
    src: url(/static/fonts/SF-UI-Text-Heavy.otf);
}
@font-face {
    font-family: SF-UI-Text-Medium;
    src: url(/static/fonts/SF-UI-Text-Medium.otf);
}
@font-face {
    font-family: SF-UI-Text-MediumItalic;
    src: url(/static/fonts/SF-UI-Text-MediumItalic.otf);
}
@font-face {
    font-family: SF-UI-Text-RegularItalic;
    src: url(/static/fonts/SF-UI-Text-RegularItalic.otf);
}
@font-face {
    font-family: SF-UI-Text-Regular;
    src: url(/static/fonts/SF-UI-Text-Regular.otf);
}
@font-face {
    font-family: SF-UI-Text-Light;
    src: url(/static/fonts/SF-UI-Text-Light.otf);
}
@font-face {
    font-family: SF-UI-Text-MediumItalic;
    src: url(/static/fonts/SF-UI-Text-MediumItalic.otf);
}
@font-face {
    font-family: Proxima-Nova-Bold;
    src: url(/static/fonts/Proxima-Nova-Bold.otf);
}
@font-face {
    font-family: Proxima-Nova-Regular;
    src: url(/static/fonts/Proxima-Nova-Regular.ttf);
}
@font-face {
    font-family: Circular-Bold;
    src: url(/static/fonts/Circular-Bold.otf);
}
@font-face {
    font-family: Europa-Bold;
    src: url(/static/fonts/Europa-Bold.ttf);
}
@font-face {
    font-family: Europa;
    src: url(/static/fonts/Europa.ttf);
}

html, body {
  width: 100%;
  font-family: "Proxima-Nova-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
  letter-spacing: 1px;
}

.refresh_sec{
	animation: fadeIn 0.5s linear;	
}

.hidden {
    display: none;
}

.card {
	border-radius:11px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .15);
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #007bff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.istudio_logo {
	margin-left:60px; margin-right:14px; max-height:34px;
}

.istudio_top_navibar{
	margin-right:50px; margin-top:10px;
}

.istudio_support_link{
	font-size:11pt; margin-top:3px; margin-right:-10px;
}

.istudio_user_img_s{
	width:28px;
}

.istudio_user_img_m{
	width:40px;
}

.istudio_menu_navibar{
	background:#f8fbff; height:43px;
}

.istudio_hoz_menu{
	margin-right:50px;
}

.istudio_hoz_menu_active{
	font-weight:bold;
	color:#4c4c4c;
}

.istudio_ver_menu_0{
	padding:7px 20px 7px 20px; border-radius:10px; width:100%; text-align:left;
}
.istudio_ver_menu_1{
	padding:7px 20px 7px 38px; border: 0px; border-radius:10px; width:100%; text-align:left;
}
.istudio_ver_menu_active{
	background-color: #f1f2f2;
  font-weight:bold;
  width: 100%;
  text-align: left;
}

.client_logo{
	margin-left:50px; padding:3px 20px 3px 20px;
}

.client_logo_img{
	width:30px; margin-top:-2px; margin-right:-10px;
}

.dashboard_widget_title{
	margin-top:-10px; margin-bottom:15px;
}

.ver_border_right{
	border-right: 1px solid #ddd;
}
.input_height {
  height: 30px;
}

.composer_img{
	height:130px; border-radius:11px 11px 0px 0px;
}

.composer_img_upload{
	opacity: 0.0; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height:50%;
}

.composer_text{
	font-size:10pt; height:40px; border-radius:0px; border:0px; border-bottom: 1px solid #ddd;
}

.composer_select{
	font-size:10pt; height:40px; border-radius:0px 0px 11px 11px; border:0px;
}

.composer_area{
	max-height:485px; overflow: auto; overflow-x:hidden;
}

.composer_textarea{
	font-size:10pt; min-height:250px; border-radius:11px 11px 0px 0px; border:0px; border-bottom: 1px solid #ddd;
}
.composer_input_text{
	font-size:10pt; height:40px; border-radius:0px; border:0px; border-bottom: 1px solid #ddd;
}
.composer_select{
	font-size:10pt; height:40px; border-radius:11px; border:0px;
}

.save_label{
	padding-top:30px; padding-right:10px;	
}

.action_button{
	height:32px; margin:0px 8px 0px 8px; border: 2px solid #007bff; border-radius:5px; width:100px;
}

.action_to_label{
	font-size:7pt; font-weight:bold;
}

.action_nav_box{
	box-shadow:none; border: 2px solid #ddd; width:350px;
}

.action_nav_list{
	font-size:7pt; font-weight:bold; margin-left:0px;
}

.action_nav_box_item{
	width:82px;
}

.box_shadow_none{
	box-shadow:none; border: 1px solid #ddd;
}

.right_option_panel{
	max-height:600px; overflow: auto; overflow-x:hidden;
}

.option_panel_div{
	padding-bottom:5px;
}

.option_panel_item_label{
	font-size:9pt;
}

.option_panel_item_radio{
	margin-top:6px;
}

.option_panel_item_btn{
	font-size:9pt; margin-top:4px; padding:7px; border: 1px solid #aaa; border-radius:5px;
}


html, body {
  width: 100%;
}
body {
  font-family: "Proxima-Nova-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
  letter-spacing: 1px;
  overflow: hidden;
}
.hidden {
    display: none;
}

.card {
	border-radius:11px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .15);
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  tr:hover {
    cursor:pointer;
   }
   .grow:hover
{
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        transform: scale(1.9);
}
/* Safari */
.loader {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #007bff;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
   
