
/* PANELS */

#call-taking-interface #settings-module-panel {
	flex: 0 0 20%;
	border-right: 1px solid #e0e0e0;
}

#call-taking-interface #settings-panel {
	flex: 0 0 20%;
	border-right: 1px solid #e0e0e0;
}

#call-taking-interface #setting-details-panel {
	flex: 0 0 60%;
	overflow-y: auto;
}

#call-taking-interface #setting-details-panel .header {
	padding: 20px;
}

#call-taking-interface #setting-details-panel h1 {
	font-size: 1.3em;
	margin: 0;
}

#call-taking-interface #setting-details-panel .description {
	color: #7a929e;
	padding-top: 12px;
	font-weight: 400;
}

#call-taking-interface #setting-details-panel .header .actions {
	text-align: right;
}

#call-taking-interface #setting-details-panel .header .actions i {
    position: relative;
    top: 6px;
    font-size: 1.7em;
    left: -10px;
    cursor: pointer;
    color: #7a929e;
}

#call-taking-interface #setting-details-panel .header .actions i:hover {
	color: #222222;
}

#call-taking-interface #setting-details-panel .settings {
	padding: 20px;
}

#call-taking-interface #setting-details-panel .settings .setting {
	max-width: 400px;
	padding: 5px;
	padding-bottom: 18px;
}

#call-taking-interface #setting-details-panel .settings .setting label {
	font-size: 0.9em;
    color: #7a929e;
    font-weight: normal;
    text-transform: uppercase;
}

#call-taking-interface #setting-details-panel .settings .setting input, #call-taking-interface #setting-details-panel .settings .setting select {
	width: 100%;
	padding: 5px;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	font-size: 10pt;
}

#call-taking-interface #setting-details-panel .settings .setting input:focus {
	outline: none;
}

#call-taking-interface #setting-details-panel .settings .setting.error label {
	color: #ff0000;
}

#call-taking-interface #setting-details-panel .settings .setting.error input {
	border-bottom: 1px solid #ff0000;
	background-color: #ffefef;
}

#call-taking-interface #setting-details-panel .subsection {
	margin-bottom: 30px;
}

#call-taking-interface #setting-details-panel .subsection h3 {
	text-transform: uppercase;
	font-size: 14px;
}

#call-taking-interface #setting-details-panel .subsection div.actions {
	position: relative;
    top: -30px;
    left: 200px;
}

#call-taking-interface #setting-details-panel .subsection div.actions i {
	cursor: pointer;
}

#call-taking-interface #setting-details-panel .subsection div.flexbox {
	margin-bottom: 10px;
}

#call-taking-interface #setting-details-panel .subsection .privilege div:first-child {
	color: #7a929e;
	width: 500px;
}

#call-taking-interface #setting-details-panel .subsection .tabs {
	display: flex;
	width: 98%;
	background-color: #ffffff;
	border-bottom: 0;
}

#call-taking-interface #setting-details-panel .subsection .tabs div {
	width: 150px;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#call-taking-interface #setting-details-panel .subsection .tabs div.active {
	color: #4557e5;
	border-bottom: 2px solid #4557e5;
}

#call-taking-interface #setting-details-panel .subsection .tabs div i {
	font-size: 1em;
}

#call-taking-interface #setting-details-panel .subsection .tabs div span {
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 15px;
	font-size: 14px;
}














#call-taking-interface #setting-details-panel .code-snippet {
	padding: 15px;
	background-color: #f4f7f9;
	font-family: Courier New;
}

#call-taking-interface #setting-details-panel.profile  {
	/* padding-left: 230px; */
	background-color:#ffffff;
}

#call-taking-interface #setting-details-panel.profile .header {
	/* padding-left: 230px; */
}

#call-taking-interface #setting-details-panel .profile-avatar {
	padding-left: 45px;
	padding-right: 45px;
}
