/**
* Name:  Custom CSS
*
* Author: Abhishek Mishra
* 		  support@digitave.com
*         Digitave
*
* Location: http://digitave.com
*
* Created:  18.09.2018
*
* Description:  Custom CSS file for App
*
*/

.login-box, .register-box {
    width: 515px;
    margin: 7% auto;
}

.login_remember {
	margin-bottom: 6px;
}

.login-box-body {
	border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.login-page, .register-page {
    background-color: #d2d6de;
    background: url(https://webunnati.com/wp-content/themes/seosight/images/bg-4.png);
}

.form-control:focus {
    border-color: #f39c12;
}

.login_remember label {
	font-weight: 400;
}

.institute_logo {
	max-height: 80px;
}

.logo-lg img {
	max-height: 41px;
    max-width: 200px;
}	

.logo-mini img {
	max-height: 42px;
    max-width: 45px;
}	

.logo {
	pointer-events: none;
}

.foo-branding {
    font-weight: 600;
    color: #2196F3;
}	

.skin-yellow-light .main-header .navbar .dropdown-menu li a {
    color: #777777 !important;
}

.skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
    background-color: #eee !important;
}

.box-header>.box-tools {
    top: 3px;
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
}

.close {
	font-size: 26px;
    opacity: 1;
}

#upload-create-image, #upload-edit-image {
	width: 250px;
    display: block;
    border: 2px solid #ecf0f5;
    border-radius: 4px;
    padding: 5px;
}

.croppie-container {
	max-width: 250px;
    background: url(/sis/static/images/default.png);
    background-size: contain;
}

.upload_message {
	font-weight: 600;
}

.tooltip {
    font-family: inherit;
    font-size: 13px;
}

.swal-button {
    background-color: #f39c12;
}

.swal-button:active {
    background-color: #de8d0b;
}

.swal-button--cancel {
    background-color: #efefef !important;
}

.swal-button--danger {
    background-color: #e64942 !important;
}

.swal-title {
    font-size: 21px;
}

.swal-title:not(:first-child) {
    padding-bottom: 13px;
}

.table-striped tbody tr:hover {
	background: #ececec;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #f39c12;
}