/* DOCUMENT INFORMATION
	- Document:    STC Globale CSS 
    - Interface:   Arabic (RTL)
	- Version:     1.0.1
	- Client:      STC
	- Author:      UXBERT Usability Lab 
                   http://uxbert.com  
    - Description: This file have all needed Styles, and Media Queries to maintain the UX/UI Guidelines as per defined standards. 
*/


/* 
=================================================================================================
=================================================================================================
=================================================================================================
=================================================================================================
=================================================================================================
Any modifications, additions, or tampering with the content of this file is strictly prohibited. 
=================================================================================================
=================================================================================================
=================================================================================================
=================================================================================================
=================================================================================================*/


/* COLORS
            {{{{====Portal====}}}}
	- Body Text and Headings             #414142
	- Subtle text and meta content       #888888
	- in-content links                   #1F78E0
	- Buttons                            #FF375E
	- Placeholders/Containers            #f3f3f1
            
            {{{{====Contextual====}}}}
	- Success
        -text                            #00c48c
        -background                      #DFF2BF 
	- Warning
        -text                            #9F6000
        -background                      #FEEFB3 
    - Error
        -text                            #F44336
        -background                      #FFD5D5
    - Info
        -text                            #1bcdd8
        -background                      #BDE5F8 
*/

.dark-gray-label
{
    color: #888888;
}

.error-label {
    color: #F44336;
}

.warning-label {
    color: #9F6000;
}

.success-label {
    color: #00c48c;
}

.info-label {
    color: #1bcdd8;
}

.error-background {
    background-color: #FFD5D5;
}

.warning-background {
    background-color: #FEEFB3;
}

.success-background {
    background-color: #DFF2BF;
}

.info-background {
    background-color: #BDE5F8;
}


#navbar .action-menu .lang img{display:none;}
#navbar .action-menu .lang{background:url(../images/lang.png) 5px 0px!important;width:40px !important;height:32px !important;display:inline-block !important;background-size:84% !important;background-repeat:no-repeat !important;text-decoration:none !important;}

/* FONTS
    
    Title                                                              Size        Weight
-------------------------------------------------------------------------------------------------
	-Section Boxes (Employee Page)                                     35px	       Bold
    -Main Heading / Page Title / Large Button Label	                   24px	       Bold
    -Subpage title/Section header/ Small Button/Modal Window Title	   18px	       Regular/Bold
    -Sub section heading/Form Labels	                               16px        Regular
    -Body content/copy	                                               14px        Regular
    -Inline Bold Content	                                           14px        Bold
    -Meta Content/Badges/Supporting Information	                       12px        Regular
*/


/* FONT SETTINGS
   ============================= */


/* Font face for STC font (bold, light, regular) */

@font-face {
    font-family: "STC-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/STC-Light.woff") format("woff"), url("../../Fonts/STC-Light.ttf") format("truetype"), url("../../Fonts/STC-Light.svg") format("svg");
}

@font-face {
    font-family: "STC-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/STC-Regular.woff") format("woff"), url("../../Fonts/STC-Regular.ttf") format("truetype"), url("../../Fonts/STC-Regular.svg") format("svg");
}

@font-face {
    font-family: 'STC-Bold';
    src: url('../../Fonts/STC-Bold.woff2') format('woff2'), url('../../Fonts/STC-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
bold font class
*/

.boldFont {
    font-family: 'STC-Bold';
}


/*
light font class
*/

.lightFont {
    font-family: 'STC-Light';
}


/*
regular font class
*/

.regularFont {
    font-family: 'STC-Regular';
}


/* --Section Boxes (Employee Page)
 * --35px	      
 * --Bold */

.section-boxes {
    font-size: 35px;
    font-weight: bold;
}


/* --Main Heading / Page Title / Large Button Label
 * --24px	      
 * --Bold */

.main-heading,
.page-title,
.large-button-label {
    font-size: 24px;
    font-weight: bold;
}


/* --Subpage title/Section header/ Small Button/Modal Window Title
 * --18px	      
 * --normal */

.subpage-title,
.section-header,
.small-button,
.modal-window-title {
    font-size: 18px;
    font-weight: normal;
}


/* --Subpage title/Section header/ Small Button/Modal Window Title [[==Bold==]]
 * --18px	      
 * --Bold */

.subpage-title.bold,
.section-header.bold,
.small-button.bold,
.modal-window-title.bold {
    font-size: 18px;
    font-weight: bold;
}


/* --Sub section heading/Form Labels
 * --16px	      
 * --normal */

.sub-section-heading,
.form-labels {
    font-size: 16px;
    font-weight: normal;
}


/* --Body content/copy
 * --14px	      
 * --normal */

.body-content,
.copy {
    font-size: 14px;
    font-weight: normal;
}


/* --Inline Bold Content
 * --14px	      
 * --normal */

.inline-bold-content {
    font-size: 14px;
    font-weight: bold;
}


/* --Meta Content/Badges/Supporting Information
 * --12px	      
 * --normal */

.meta-content,
.badges,
.supporting-information {
    font-size: 12px;
    font-weight: normal;
}


/* =============================
   =============================
        GLOBAL SETTINGS
   =============================
   =============================
*/


/*
the main option fo the body tag
*/
a{
	    cursor: pointer;
}
body {
    font-family: 'STC-Regular';
    background: #F2F4F8;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #414142;
}

.STC-container{
    padding-top:10px;
    padding-left:5px; /*--in English--*/
    /*--- and ---*/
    padding-right:5px; /*-- in Arabic --*/
    padding-bottom: 10px;
}


/* the child class for the padding of the content */                                                   
.main-container{
    padding-top:30px;
    padding-left:20px;
    padding-right:20px;
    background-color: #fff;
}

.sidebar-container
{
    padding-top:30px;
    padding-left:10px;
    padding-right:10px;
    background-color: #fff;
}




/*
the main shadow for all box, panels, header, and containers class
*/

.shadow-main {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}


/* 
   =============================
   =============================
     HEADER + SIDE BAR SETTINGS
   =============================
   =============================
*/


/*
the style controlling the title of the portal class
*/

.stc-title-service {
    display: inline-block;
    color: #4f008c;
    font-size: 24px;
    font-weight: bold;
    margin-top: -7px !important; 
}


/*
Main Masthead class
*/

.masthead-main-navbar {
    border: none;
    background-color: #fff;
    height: 55px;
    margin-bottom: 0px;
    z-index: 2;
    border-radius: 0px;
}


/*
Main Masthead Menu links 
*/

.masthead-menu a {
    color: #4F008C;
    text-transform: inherit;
    font-size: 16px;
    text-decoration: none;
    font-weight: 200;
    padding: 15px;
    padding-bottom: 10px;
    margin-top: 8px;
    /* transition: 0.15s; */
}

/*
Sub Masthead classes
*/
.masthead-sub-navbar {
    border: none;
    border-top: 1px solid #E4E4E4;
    background-color: #fff;
    height: 45px;
    margin-bottom: 0px;
    z-index: 2;
    border-radius: 0px;
}

.sub-masthead-menu
{
    margin-right: -15px !important;
    margin-left: -15px !important;
    padding: 0px;
}

.sub-masthead-menu a {
    color: #FF375E;
    text-transform: inherit;
    font-size: 16px;
    text-decoration: none;
    font-weight: 200;
    transition: 0.15s;
    padding: 12px !important;
}

/*
sub Masthead Menu links states
*/

.sub-masthead-menu a:hover,
.sub-masthead-menu a:visited,
.sub-masthead-menu a:active,
.sub-masthead-menu a:focus {
    color: #FF375E;
    background: transparent !important;
    font-weight: 700;
}

.sub-masthead-menu a.active {
    background: transparent !important;
    font-weight: 700;
}


/*
Main Masthead Menu links states
*/

.masthead-menu a:hover,
.masthead-menu a:visited,
.masthead-menu a:active,
.masthead-menu a:focus {
    color: #4F008C;
    background: transparent !important;
    font-weight: 700;
    border-bottom: 3px solid #4F008C;
    padding-bottom: 12px;
}

.masthead-menu a.active {
    background: transparent !important;
    font-weight: 700;
    border-bottom: 3px solid #4F008C;
    padding-bottom: 12px;
}


/*
Main Masthead action menu (right side) links states
*/

.action-menu a.icon-btn:hover,
.action-menu a.icon-btn:visited,
.action-menu a.icon-btn:active,
.action-menu a.icon-btn:focus {
    background: transparent !important;
}

/*
The STC Logo class
*/

.main-logo {
    height: 35px;
    margin-top: -6px;
}

/*
Setting the img tag of the logo 
*/

.navbar-brand>img.main-logo {
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    margin-left: 10px;
    padding-left: 10px;
}

.empty-state img{max-width:200px !important}
/*
class for the notification label on the Alert/Notification Icon
*/

.notificationSpan {
    background-color: #FF375E;
    color: #fff;
    border-radius: 5px;
    padding: 2px 4px;
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    cursor: pointer;
    height: 16px;
    min-width: 16px;
    text-align: center;
    line-height: 12px;
    z-index: 1;
    font-size: 10px;
    border: 1px solid #fff;
}


/*
class for the App launcher
*/

.AppSwitcher {
    transform: translateX(50%);
    right: 50% !important;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    min-width: 190px;
    right: 0px;
    border-color: #7c0e86;
    border: none;
    border-top: 3px solid #4F008C !important;
    width: 272px;
}


/*
class for the App launcher item
*/

.AppSwitcher .Item {
    display: inline-block;
    width: 81px;
    height: 51px;
    padding: 5px;
    margin-bottom: 2px;
    text-align: center;
    float: right;
}


/*
class for the App launcher item (img tag of each app)
*/

.AppSwitcher .Item img {
    max-width: 100%;
    max-height: 100%;
}


/*
=================================
class for the App launcher arrow
=================================
*/

.AppSwitcher>.arrow {
    border-bottom-color: #4F008C !important;
}

.AppSwitcher>.arrow:after {
    border-bottom-color: #4F008C !important;
    content: "";
    border-width: 10px;
}

.AppSwitcher>.arrow:after {
    top: 1px;
    margin-right: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.AppSwitcher>.arrow {
    top: -22px;
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
}

.AppSwitcher>.arrow {
    border-width: 11px;
}

.AppSwitcher>.arrow,
.AppSwitcher>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


/*
=================================================
classes for multi-use dropdown panel in the header
=================================================
*/



.dropdown-panel {
    transform: translateX(-50%);
    left: 50% !important;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    min-width: 190px;
    right: 0px;
    border: none;
    border-top: 3px solid #4F008C;
    padding: 0px 10px;
}

.dropdown-panel .row.with-border-bttom:hover {
    background-color: #F4EFF5;
        cursor: pointer;
}

.dropdown-panel p {
    margin: 10px;
}

.dropdown-panel hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown-panel>.arrow {
    border-bottom-color: #4F008C !important;
}

.dropdown-panel>.arrow:after {
    border-bottom-color: #4F008C !important;
    content: "";
    border-width: 10px;
}

.dropdown-panel>.arrow:after {
    top: 1px;
    margin-right: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.dropdown-panel>.arrow {
    top: -22px;
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
}

.dropdown-panel>.arrow {
    border-width: 11px;
}

.dropdown-panel>.arrow,
.dropdown-panel>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


/*
=================================================
class search input + button in the main masthead
=================================================
*/

.input-group.search {
    width: 200px;
    padding-bottom: 14px;
    padding-top: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

.input-group.search input {
    height: 30px;
}

#search-btn {
    background-color: #4F008C;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}


/*
=================================================
User Profile class for the user image
=================================================
*/

.user-profile {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #A0A0A0;
}


/*
=================================================
User Profile button class 
=================================================
*/

.profile-btn {
    padding-top: 11px !important;
    padding-bottom: 8px !important;
}

.profile-btn .caret {
    margin-right: 7px;
    margin-bottom: 16px;
}


/*
=================================================
Log-out button classes
=================================================
*/

.log-out a {
    font-size: 14px;
    color: #FF375E;
}

.sidenav .log-out {
    margin-right: 65px;
    margin-top: -30px;
}

.log-out {
    cursor: pointer;
}

.log-out a:hover {
    text-decoration: none;
    color: rgba(218, 63, 123, 0.8);
}


/*
=================================================
Main Masthead Icon button class
=================================================
*/

a.icon-btn {
    font-size: 23px;
    color: #4F008C;
        cursor: pointer;
}

a.icon-btn:hover {
    color: #4F008C;
}


/*
=================================================
Main Masthead language Icon button classes
=================================================
*/

a.icon-btn.language>span {
    color: #fff;
}

.action-menu a.icon-btn.language {
    font-size: 14px !important;
    background-color: #4F008C;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 11px;
}

.icon-btn.language:hover,
.icon-btn.language:focus,
.icon-btn.language:visited,
.icon-btn.language:active {
    -webkit-box-shadow: inset 0 0 0 1px #4F008C;
    -moz-box-shadow: inset 0 0 0 1px #4F008C;
    box-shadow: inset 0 0 0 1px #4F008C;
}

.icon-btn.language:hover>span,
.icon-btn.language:focus>span,
.icon-btn.language:visited>span
,.icon-btn.language:active>span {
    color: #4F008C;
}


/*
==============================
the hamburger Menu icon button
==============================
*/

.navbar-toggle {
    float: right;
    margin-left: 0px;
}

.navbar-toggle .icon-bar {
    background-color: #4F008C;
}


/*
==============================
    The side navigation menu
==============================
*/

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 250px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 5;
    /* Stay on top */
    top: 0;
    right: -250px;
    background-color: #484848;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 10px;
    /* Place content 60px from the top */
    transition: 0.4s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/*
==============================
    The navigation menu links
==============================
*/

.sidenav a.main-links {
    padding: 8px 20px 4px 4px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


/*
==================================
    The Sub navigation menu links
==================================
*/

.sub-menu-links
{
    list-style: none;
}

.sub-menu-links a.main-links {
    padding: 2px 0px 2px 2px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


/*
================================
The navigation menu links active 
================================
*/

.sidenav a.main-links.active {
    color: #f1f1f1;
}


/*
==================================================
    The navigation menu user profile Info
==================================================
*/

.sidenav>div.userInfo {
    padding: 8px 20px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}


/*
==================================================
    The navigation menu user profile Image
==================================================
*/

.sidenav .user-profile {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #A0A0A0;
    vertical-align: top;
}

.sidenav hr {
    margin-top: 0px;
    border-top: 1px solid #5a5a5a;
}


/*
==================================================
    The navigation menu user profile name
==================================================
*/

.sidenav .user-name {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 10px 25px 10px !important;
        max-width: 100px;
}


/*
==============================================================
When you mouse over the navigation links, change their color
==============================================================
*/

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}


/*
==============================================================
Position and style the close button (top right corner)
==============================================================
*/

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 22px;
    margin-right: 50px;
    cursor: pointer;
    color: #ffffff;
}

.mobile-view {
    padding: 15px;
    display: none;
    line-height: 20px;
}


/*  */


/*
==============================================================
Style page content - use this if you want to push the page 
content to the right when you open the side navigation
==============================================================
*/

#main {
    transition: margin-right .5s;
    padding: 20px;
}


/*
==============================================================
App luncher classes but for the side navigation
==============================================================
*/

.app-selector .Item {
    display: inline-table;
    width: 123px;
    height: 75px;
    padding: 10px;
    text-align: center;
}

#app-items-panel {
    display: none;
    opacity: 0;
    height: 0;
    transition: 0.3s;
}

#appSelector-link i {
    float: left;
}

#appSelector-link {
    padding-left: 20px;
}


/* 
   =============================
   =============================
     MEDIA QUERIES SETTINGS
   =============================
   =============================
*/


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    /* decrees paddaing between header elements in sammler screesn  */
    .action-menu a.icon-btn {
        padding: 15px 5px;
    }
    .input-group.search {
        width: 40px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .input-group.search input {
        display: none;
    }
    .input-group.search {
        padding-top: 10px;
    }
    #search-btn {
        background: transparent;
        font-size: 20px;
        color: #4F008C;
        border-radius: 5px;
    }
    .action-menu a.icon-btn.language {
        padding: 4px 12px;
    }
    .masthead-menu>li>a {
        padding: 15px 5px;
    }
     .sub-masthead-menu ul.nav>li>a {
        padding: 15px 5px;
    }
    /*=========================================================*/
}

@media screen and (max-width: 991px) {
    .stc-title-service {
        font-size: 14px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    
    .masthead-main-navbar
    {
        box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    }
    .masthead-sub-navbar
    {
        display: none;
    }
    .action-menu>li {
        display: inline-block;
    }
    .navbar-collapse {
        background: #fff;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    }
    .input-group.search {
        padding-bottom: 0px;
        padding-top: 0px !important;
    }
    #search-btn {
        padding: 0px 12px;
    }
    .action-menu a.icon-btn.language {
        margin-top: 0px;
        padding-top: auto;
        margin-bottom: 12px;
    }
    .stc-title-service {
        font-size: 14px;
        margin-right: 0px;
    }
    .mobile-view {
        display: inline-block !important;
    }
}


/* 
   =============================
   =============================
     COMPONENTS SETTINGS
   =============================
   =============================
*/


/*
=====================================================
=======================BUTTONS=======================
=====================================================
*/


/*
===================
button Sapcing class
===================
*/

.btn-spacing {
    margin: 15px;
}


/*
==========================
Contextual Buttons classes
==========================
*/


/*Success button classes*/

.success-btn {
    background-color: #00c48c;
    border-radius: 5px;
    color: #fff !important;
    border: none;
}

.success-btn:hover {
    background-color: #4c9a4c;
}

.success-btn:active span {
    top: 1px;
    background-color: #4c9a4c;
}

.success-btn:disabled {
    opacity: 0.65;
}


/*Error button classes*/

.error-btn {
    background-color: #F44336;
    border-radius: 5px;
    color: #fff !important;
    border: none;
}

.error-btn:hover {
    background-color: #b73127;
}

.error-btn:active span {
    top: 1px;
    background-color: #b73127;
}

.error-btn:disabled {
    opacity: 0.65;
}


/*warning button classes*/

.warning-btn {
    background-color: #9F6000;
    border-radius: 5px;
    color: #fff !important;
    border: none;
}

.warning-btn:hover {
    background-color: #6c4100;
}

.warning-btn:active span {
    top: 1px;
    background-color: #6c4100;
}

.warning-btn:disabled {
    opacity: 0.65;
}

/*Info button classes*/

.info-btn {
    background-color: #1bcdd8;
    border-radius: 5px;
    color: #fff !important;
    border: none;
}

.info-btn:hover {
    background-color: #136bb5;
}

.info-btn:active span {
    top: 1px;
    background-color: #136bb5;
}

.info-btn:disabled {
    opacity: 0.65;
}


/*
===================
Icon only buttons class
===================
*/

.icon-only-btn {
    padding: 10px 15px 5px 15px;
    font-size: 25px;
    font-weight: bold;
}

/*
===================
large buttons class
===================
*/

.large-btn {
    padding: 15px 30px 10px 30px;
    font-size: 24px;
    font-weight: bold;
}

.large-btn i {
    margin-left: 10px;
}



/*
===================
small buttons class
===================
*/

.small-btn {
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: normal;
}

.small-btn i {
    margin-left: 5px;
}

/*
===================
Tiny buttons class  // need to be addeed to global framework
===================
*/

.tiny-btn{padding: 5px 14px;  font-size: 14px;}
.tiny-btn i {margin-left: 5px;}

/*
=======================
primary buttons classes
=======================
*/

.primary-btn {
    background-color: #FF375E;
    border-radius: 5px;
    color: #fff !important;
    border: none;
}

.primary-btn:hover {
    background-color: #FF375E;
}

.primary-btn:active span {
    top: 1px;
    background-color: #FF375E;
}

.primary-btn:disabled {
    opacity: 0.65;
}


/*
=========================
secondary buttons classes
=========================
*/

.secondary-btn {
    background-color: transparent;
    border-radius: 5px;
    color: #FF375E;
    border: 1px solid #FF375E;
}

.secondary-btn:hover {
    color: #FF375E;
    border: 1px solid #FF375E;
}

.secondary-btn:active {
    border: 1px solid #FF375E;
}

.secondary-btn:active span {
    top: 1px;
    color: #FF375E;
}

.secondary-btn:disabled {
    opacity: 0.65;
}
a[class*="-btn"]
{
	cursor: pointer;
}

 a[class*="-btn"]:hover
 {
 	text-decoration: none;
 }

button[class*="-btn"]:not(.icon-btn) span , a[class*="-btn"]:not(.icon-btn) span {
    position: relative;
}


/*
=========================
Anchor tag color style
=========================
*/

a {
    color: #1F78E0;
}

a:focus,
a:hover {
    color: #165fb4;
}


/*
=========================
STC Text color class
=========================
*/

.txt-stc-pink {
    color: #FF375E;
}

.txt-stc-purple {
    color: #4F008C;
}

.txt-stc-orenge {
    color: #ff6a39;
}

.caption {
    font-size: 12px;
    color: #888888;
}

.STCgradient {
    
    background-color: #4F008C;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4F008C, endColorstr=#FF375E);
    background-image: -moz-linear-gradient(top, #4F008C 25%, #FF375E 63%, #ff6a39 100%);
    background-image: linear-gradient(top, #4F008C 25%, #FF375E 63%, #ff6a39 100%);
    background-image: -webkit-linear-gradient(top, #4F008C 25%, #FF375E 63%, #ff6a39 100%);
    background-image: -o-linear-gradient(top, #4F008C 25%, #FF375E 63%, #ff6a39 100%);
    background-image: -ms-linear-gradient(top, #4F008C 25%, #FF375E 63%, #ff6a39 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #4F008C), color-stop(63%, #FF375E), color-stop(100%, #ff6a39));
}
.stc-purple-bg {
    background-color: #4F008C;
}

.stc-pink-bg {
    background-color: #FF375E;
}

.stc-orenge-bg {
    background-color: #ff6a39;
}


[class*="-have-box"] p
{
    margin-bottom: 0px;
}


.STC-modal .modal-header {
    padding: 20px 30px;
}

.STC-modal .modal-body {
    padding: 20px 30px;
}

.STC-modal .modal-footer {
    padding: 15px 30px;
}



.informative-popover .popover-content
{
    padding: 20px;
}

.interactive-popover .popover-content
{
    padding: 20px 20px 10px 20px;
}
.popover hr
{
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 10px;
}

.popover{
     
    font-family: 'STC-Regular';
    border: 0px solid #ddd;
}

.popover.left{
    box-shadow: 4px 4px 15px rgba(0,0,0,0.3);
}

.popover.top{
    box-shadow: 4px -4px 15px rgba(0,0,0,0.3);
}
.popover.bottom{
    box-shadow: -4px 4px 15px rgba(0,0,0,0.3);
}

.popover.right{
    box-shadow: -4px 4px 15px rgba(0,0,0,0.3);
}


/*bottom side*/
.informative-popover.popover.bottom>.arrow {
    border-bottom-color: #d5d5d5;
}

.informative-popover.bottom {
    border-top: 4px solid #d5d5d5;
}

.informative-popover.bottom > .arrow:after {
    border-bottom-color: #d5d5d5;
}

.interactive-popover.popover{
max-width: 100%;
}
.interactive-popover.popover.bottom>.arrow {
    border-bottom-color: #d5d5d5;
}

.interactive-popover.bottom {
    border-top: 4px solid #d5d5d5;
}

.interactive-popover.bottom > .arrow:after {
    border-bottom-color: #d5d5d5;
}


/*top side*/
.informative-popover.popover.top>.arrow {
    border-top-color: #d5d5d5;
}

.informative-popover.top {
    border-bottom: 4px solid #d5d5d5;
}

.informative-popover.top > .arrow:after {
    border-top-color: #d5d5d5;
}

.interactive-popover.popover{
max-width: 100%;
}
.interactive-popover.popover.top>.arrow {
    border-top-color: #d5d5d5;
}

.interactive-popover.top {
    border-bottom: 4px solid #d5d5d5;
}

.interactive-popover.top > .arrow:after {
    border-top-color: #d5d5d5;
}



/*left side*/
.informative-popover.popover.left>.arrow {
    border-right-color: #d5d5d5;
}

.informative-popover.left {
    border-left: 4px solid #d5d5d5;
}

.informative-popover.left > .arrow:after {
    border-right-color: #d5d5d5;
}

.interactive-popover.popover{
max-width: 100%;
}
.interactive-popover.popover.left>.arrow {
    border-right-color: #d5d5d5;
}

.interactive-popover.left {
    border-left: 4px solid #d5d5d5;
}

.interactive-popover.left > .arrow:after {
    border-right-color: #d5d5d5;
}



/*right side*/
.informative-popover.popover.right>.arrow {
    border-left-color: #d5d5d5;
}

.informative-popover.right {
    border-right: 4px solid #d5d5d5;
}

.informative-popover.right > .arrow:after {
    border-left-color: #d5d5d5;
}

.interactive-popover.popover{
max-width: 100%;
}
.interactive-popover.popover.right>.arrow {
    border-left-color: #d5d5d5;
}

.interactive-popover.right {
    border-right: 4px solid #d5d5d5;
}

.interactive-popover.right > .arrow:after {
    border-left-color: #d5d5d5;
}

.interactive-popover .details p
{
    display: inline-block;
}
.interactive-popover .details .bigger
{
    font-size: 18px;
}

.interactive-popover .details-link
{
        position: relative;
    bottom: -15px;
}

.interactive-popover .action-btn button:first-child
{
    margin-left: 10px;
}

.interactive-popover .details p:first-child
{
    padding-left: 10px;
    border-left: 1px solid #f3f3f1;
    margin-left: 10px;
    
}

.interactive-popover .details p:last-child span:first-child 
{
    padding-left: 15px;
}




.border-purple {
    border: 1px solid #4F008C !important;
}

.STC-form-input-control:focus
{
    border-color: #4F008C;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(113, 44, 129, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(113, 44, 129, 0.5);
}

.STC-form-group .input-group-addon
{
    color: #888888;
}


.STC-form-group .form-label
{
    color: #505050;
    margin-bottom: 3px;
}



.STC-form-group.error .form-label
{
    color: #D8000C;
    margin-bottom: 3px;
}

.STC-form-group.error input
{
    
    color: #D8000C;
    border-color: #D8000C;
}

.STC-form-group.error .validation-msg
{
    position: relative;
    display: block;
    bottom: 2px;
    z-index: -1;
    padding: 10px;
    width: 100%;
    color: #D8000C;
    background-color: #FFD5D5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}



.STC-form-group.warning .form-label
{
    color: #9F6000;
    margin-bottom: 3px;
}

.STC-form-group.warning input
{
    
    color: #9F6000;
    border-color: #9F6000;
}

.STC-form-group.warning .validation-msg
{
    position: relative;
    display: block;
    bottom: 2px;
    z-index: -1;
    padding: 10px;
    width: 100%;
    color: #9F6000;
    background-color: #FEEFB3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* Custom Dropdown  */
/* ------------------------------------------ */

.custom-dropdown .dropdown-toggle
{
    background-color: #fff;
    border: 1px solid #D8D8D8;
    color: #414142;
    padding: 10px;
}

.custom-dropdown .dropdown-toggle .caret
{
    margin-right: 50px;
}

.custom-dropdown .dropdown-menu .active a
{
    color: #fff;
    background-color: #FF375E;
}



/* Custom Radio Buttons */


/* ------------------------------------------ */

.custom-radio .radio-item{
    display: inline-block;
    margin-left: 1.5vw;
}

/* Radio button */

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio input[type="radio"] + label {
    font-size: 14px;
    color: #505050;
    cursor: pointer;
}

.custom-radio input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* The trick: border creates same look as the radio button usually have */


/* remove it to see what happens */

.custom-radio input[type="radio"] + label span {
    background-color: transparent;
    /* have to be of the same color */
    border: 2px solid #4F008C;
    /* have to be of the same color */
}


/* Checked state for radio */

.custom-radio input[type="radio"]:checked + label span {
    background-color: #FF375E;
    box-shadow: 0 0 0px 2px white inset;
}

/* Checked state for radio */

.custom-radio input[type="radio"]:disabled + label span {
    background-color: #f3f3f1;
    border: 2px solid #DBDBDB;
    cursor: not-allowed;
}





/* Custom Check box Buttons */
/* ------------------------------------------ */

.checkbox-group .checkbox-item{
    display: inline-block;
    margin-left: 1.5vw;
}

.custom-checkbox {
        position: relative;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}

.checkbox-item label{
    position: relative;
    right: -20px;
}

.custom-checkbox > .box {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #DEDEDE;
    background-color: transparent;
    border-radius: 4px;
}

.custom-checkbox > .box > .tick {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.custom-checkbox > input[type=checkbox]:checked + .box > .tick {
    display: block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.custom-checkbox > input[type=checkbox] {
    position: absolute;
    outline: none;
    right: 0;
    top: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.custom-checkbox > input[type=checkbox]:active + .box {
    border-color: #aaa;
    background-color: #FF375E;
}

.custom-checkbox > input[type=checkbox]:checked + .box {
    border-color: transparent;
    background-color: #FF375E;
}

.custom-checkbox > input[type=checkbox]:disabled  + .box {
    background-color: #f3f3f1;
    border: 2px solid #DBDBDB;
}

.custom-checkbox.checked > .box > .tick {
    display: block;
}

.oldie .custom-checkbox > .box > .tick {
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
}

.oldie .custom-checkbox > input[type=checkbox] {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.oldie .custom-checkbox {
    zoom: 1;
}

.oldie .custom-checkbox > .box > .tick {
    right: 1px;
    top: -5px;
    zoom: 1;
}




.stc-custom-tag-search .bootstrap-tagsinput {
    
    width: 100%;
    border-top-left-radius: 0px ;
    border-bottom-left-radius: 0px ;
    box-shadow: 0px 0px 0px #000 ;
    
}



.stc-custom-tag-search .btn.search-btn
{
   
    background-color: #fff;
    border: 1px solid #FF375E;
    color: #FF375E;
}

.stc-custom-tag-search .btn.search-btn:hover
{
    position: relative;
    z-index: 999;
    background-color: #FF375E;
    border: 1px solid #FF375E;
    color: #fff;
    box-shadow: 0px 0px 0px #000;
}

.stc-custom-tag-search .label-info.tag {
    background-color: #F6F6F6;
    border: 1px solid #414142;
    color: #414142;
    vertical-align: text-top;
    font-size: 14px;
        padding: 0px 4px;
    line-height: normal;
    font-weight: normal;
}
.stc-custom-tag-search .btn.search-btn i {
    font-size: 16px;
}



.stc-toggle-btn.active,
.stc-toggle-btn:hover
{
    background-color: #4F008C;
    color: #fff;
    box-shadow: inset 0px 0px #000;
}

.stc-toggle-btn
{
    padding: 7px 20px;
    background-color: #fff;
    color:#4F008C;
    border-color: #4F008C;
}

.stc-toggle-btn .button_notification {
    background-color: #F44336;
    text-align: center;
    border-radius: 10px;
    color: white;
    padding: 3px;
    font-size: 10px;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.with-border-bttom
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
    margin-left: -10px;
    margin-right: -10px;
}

.position-relative
{
	position: relative;
}
ul.action-menu.nav.navbar-nav.navbar-from.navbar-right
{
	    margin-top: 4px;
	    margin-right: 10px;
}

.sub-menu-links
{
	margin-left:14px;
	margin-right:28px;
}


.mediem-btn {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: normal;
}
